/*
Bootstrap 3.1 overrides from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
.container {
    width: 1170px;
    max-width: none !important;
}
body {
    padding-top: 70px;
    background-image: url("../images/striped_lens.png");
}
.container.basic {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.header-img {
    padding: 0;
}
.header-img img {
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: none;
}
nav#navigation {
    background-color: #2061c7;
}
nav#navigation .navbar-brand {
    color: #fff;
}
nav#navigation .navbar-nav>li>a {
    color: #fff;
}
nav#navigation .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
nav#navigation .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #1e5ab9;
}
.navbar-brand {
    padding: 12px;
}
.navbar-brand .glyphicon {
    color: #FCCF2B;
    margin-right: 5px;
}
ul.sub-menu {
    padding-left: 15px;
}
.side {
    margin-top: 25px;
}
.side .panel-body ul {
    padding-left: 15px;
}
.panel-default {
    border-color: #ccc;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #2061c7;
    border-color: #ccc;
}
.panel-heading .glyphicon, h4.first-category .glyphicon {
    font-size: 14px;
    margin-right: 5px;
    color: #FCCF2B;
}
div.first-category {
    margin-top: 30px;
    margin-bottom: 15px;
}
div.first-category .content-list {
    margin-left: -15px;
}
div.first-category .first-post {
    margin-bottom: -50px;
}
.first-category .view-all-category {
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #2061c7;
    border: 1px solid #ccc;
}
.first-category .view-all-category a {
    color: #fff;
}
div.first-category .caption {
    height: 50px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: -1px;
}
h4.first-category {
    margin-top: 0;
    padding: 8px 0px 8px 8px;
    font-size: 14px;
    color: #fff;
    background-color: #2061c7;
    border: 1px solid #ccc;
}
.first-post a {
    color: #fff;
}
.second-category {
    margin-bottom: 15px;
}
.second-category h5 {
    float: left;
    margin: 0 5px 0 0;
}
.second-category .glyphicon {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
}
.second-category .records {
    margin-bottom: 10px;
    font-size: 13px;
}
.second-category .records p {
    font-size: 13px!important;
}
.second-category .records a {
    margin: 0 5px 0 0;
}
.third-category .detail {
    font-size: 13px!important;
}
.caption .ani{
    height: 50px;
    padding: 10px;
    text-align: left;
    background: #000;
    opacity: 0.5;
    color: #fff;
    position: relative;
    opacity: 0;
    transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
    /*top: 50px;*/
}
.img:hover .caption .ani{
    opacity: 0.6;
}
.glyphicon.category-header {
    margin-right: 10px;
    margin-left: -10px;
}
.glyphicon.category-page-header {
    margin-right: 10px;
}
.glyphicon.left {
    margin-right: 10px;
    margin-left: 5px;
}
.thumbnail.no-border {
    border: none;
}
.thumbnail>img, .thumbnail a>img {
    border: 1px solid #ccc;
    padding: 2px;
}
.sidebar-banner img, .sidebar-banner a {
    /*width: 100%;*/
    display: inline-block;
}
.sidebar-banner img:last-child, .sidebar-banner a:last-child {
    margin: 0px;
}
.sidebar-banner img.banner {
    padding: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #ccc;
}
.img {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}
.img img {
    max-width: 100%;
    text-align: center;
}
.director img {
    margin-bottom: 20px;
    padding: 0;
}
.director h4 {
    text-align: center;
}
.list-staff-cate {
    padding-left: 15px;
    list-style: none;
}
.list-staff-cate li {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid #eee;
}
.list-staff-cate li span {
    margin-right: 10px;
}
.page-header {
    padding: 9px 0;
    margin: 27px 0 20px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
div.category-header {
    padding: 9px 0;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}
div.category-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.view-all-category {
    padding-top: 10px;
    padding-right: 5px;
    text-align: right;
}
div.profile-img {
    text-align: center;
}
div.profile-img img {
    max-height: 300px;
    display: inline-block;
}
div.profile-detail {
    margin-bottom: 10px;
}
.thumbnail h3 {
    word-wrap: break-word;
}
.embed-vdo, #embed-vdo_wrapper {
    margin-bottom: 30px;
    text-align: center;
}
.embed-vdo iframe {
    max-width: 100%;
}
.first-post .embed-vdo iframe {
    top: 5px;
    position: relative;
}
#embed-vdo_wrapper, .embed-vdo iframe {
    z-index: 999999;
}
.center-sidebar iframe {
    margin: 0 auto;
    display: block;
}
span.sidebar-banner-dd {
    position: relative;
    top: 2px;
    font-size: 11px;
}
li.sidebar-banner-dd span {
    color: #428bca;
    cursor: pointer;
}
li.sidebar-banner-dd ul.sub-menu {
    display: none;
}
.bg-tv {
    position: relative;
    margin-bottom: 70px;
}
.bg-tv div {
    width: 320px;
    height: 265px;
    background: url('../images/bg_tv.png');
    position: absolute;
    bottom: -9px;
    left: -4px;
}
.container.footer {
    min-height: 50px;
    background-color: #2061c7;
    border: 1px solid #ccc;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 15px 0;
}
.announce table {
    margin: 0 auto;
}
.pt-0 {
    padding-top: 0!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pl-5 {
    padding-left: 5px!important;
}
/* Begin Custom Pagination */
.row-pagination {
    text-align: right;
}
/* End Custom Pagination */

/* Begin Custom Carousel Slide */
.slide {
    margin: 25px -15px 0;
    border: 1px solid #ccc;
}
.item,
.active,
.carousel-inner {
    height: 100%;
    text-align: center;
}
.fill {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.img-slide {
    display: inline-block!important;
    height: 300px!important;
}
/* End Custom Carousel Slide */

/* Begin Custom Calendar */
#calendar {
    font-size: 12px;
}
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
    min-height: 50px;
}
.cal-month-day {
    height: 50px;
}
/* End Custom Calendar */

/* Begin Counter */
.box-counter {
    margin: 0 auto;
    max-width: 220px;
    padding: 10px;
    box-shadow: 0 1px 5px 0 #4a4a4a;
    border-radius: 8px;
    border: 1px solid #000000;
}
.notec {
    padding: 10px 0px;
}
.vacenter {
    text-align: center;
}
.vstats_counter {
    margin-top: 5px;
}
.vstats_icon {
    margin-right: 5px;
}
.varight {
    text-align: right;
}
.vfleft {
    float: left;
}
.vfclear {
    clear: both;
}
.valeft {
    text-align: left;
}
.varight {
    text-align: right;
}
.vstats-vall,
.vstats-vlmonth,
.vstats-vlweek,
.vstats-vxmonth,
.vstats-vtoday,
.vstats-vxweek,
.vstats-vyesterday{width:16px;height:20px;background:url("../images/default.png") no-repeat top left;text-indent:-999em;display:block;}
.vstats-vall{background-position:0 0;}
.vstats-vlmonth{background-position:-32px 0;}
.vstats-vlweek{background-position:-64px 0;}
.vstats-vxmonth{background-position:-96px 0;}
.vstats-vtoday{background-position:-128px 0;}
.vstats-vxweek{background-position:-160px 0;}
.vstats-vyesterday{background-position:-192px 0;}

.vdigit-0,
.vdigit-1,
.vdigit-2,
.vdigit-3,
.vdigit-4,
.vdigit-5,
.vdigit-6,
.vdigit-7,
.vdigit-8,
.vdigit-9{width:15px;height:29px;background:url("../images/apple-middle.png") no-repeat top left;text-indent:-999em;display:inline-block;}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}

/* End Counter */