

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #ffffff;
  background-color: #00b4e0;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 100%;
  padding: 0;
  list-style: none;
  background: none;
  position: relative;
  display: block;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background: #ebeff4;
  color: #041e42;
  text-transform: uppercase;
  padding: 13px 15px;
  position: relative;
  display: block;
  border-bottom: 2px solid #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #00b4e0;
  border-bottom: 2px solid #fff;
  cursor: default;
}



@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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}

.tabs-main{
overflow: hidden;
}

.tabs-main *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs-main .tabs-left{
  width: 265px;
  float: left;
}
.tabs-main .tabs-right{
  float: left;
  width: 895px;
  padding: 0 0 0 50px;
}

.tabs-main .tab-content{
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  display: block;
}
.tabs-main .tab-content .tabs-description{

}
.tabs-main .tab-content .tabs-description h3{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tabs-main .tab-content .tabs-description p{
  font-size: 16px;
}
.tabs-main .tab-content .tabs-list h4{
  font-size: 16px;
  text-transform: uppercase;
}
.tabs-main .tab-content .tabs-list ul {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
}

.tabs-main .tab-content .tabs-list ul li{
  background: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebeff4;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.tabs-main .tab-content .tabs-list ul li:last-child{
  border-bottom: 0;
}
.tabs-main .tab-content .tabs-list ul li > div{
  display: inline-block;
  vertical-align: middle;
}
.tabs-main .tab-content .tabs-list ul li .rec-date{
  width: 170px;
  color: #999999;
  font-size: 13px;
}
.tabs-main .tab-content .tabs-list ul li .rec-text{
  width: 505px;
  color: #041e42;
  font-size: 14px;
}
.tabs-main .tab-content .tabs-list ul li .btn{
  font-size: 12px;
  font-weight: 600;
  padding: 13px 20px;
  min-width: 153px;
}

.invester-text{
  margin: 30px 0 0;
  max-width: 400px;
}
.invester-text h3{
  font-size: 16px;
  margin-bottom: 10px;
}
.invester-text p{
  font-size: 15px;
  color: #041e42;
  margin-bottom: 5px;
}
.invester-text a{
  font-size: 15px;
}