@import url("normalize.css");
@import url("bootstrap.css");
@import url("general.css");
@import url("font-awesome.css");
@import url("animate.css");
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext);
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

/* ==== Font Family ==== */
/* ==== Colors ==== */
.shadow {
  box-shadow: 3px 3px 15px #f2f2f2; }

.trans, .box {
  transition: all ease 0.5s; }

body {
  background: #f2f2f2;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 10px 0; }

.lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232323;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 10;
  display: none; }

.boxs1 {
  box-shadow: 3px 3px 0px #F2F2F2;
  border: 1px solid #efefef;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 15px; }

.header {
  background: #ffffff;
  z-index: 102;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  position: relative; }
  .header .header-top {
    padding: 15px 0; }
  .header .menu ul {
    margin: 0; }
    .header .menu ul li a {
      color: #808080;
      padding: 10px 15px;
      border-bottom: 2px solid #FFF; }
    .header .menu ul li.active a, .header .menu ul li:hover a {
      border-bottom: 2px solid #E62117; }

.headerSticky {
  position: fixed;
  width: 100%;
  top: 0; }

a.search-icon {
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 22px;
  color: #E62117;
  display: none; }

a.nav-icon {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 22px;
  color: #444444;
  display: none; }

.search input[type="text"] {
  background: #FFF;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 100px 10px 15px; }
.search input[type="submit"] {
  background: #E62117;
  color: #FFF;
  width: 100px;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  left: auto;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* ============================================================================================================  
	Header 
============================================================================================================ */
.section {
  margin: 20px 0; }

.box {
  background: #FFF;
  border: 1px solid #E4E4E4;
  border-bottom: 2px solid #E4E4E4; }

.title h2 {
  font-size: 18px;
  font-weight: 500; }

.video-list .item {
  margin: 10px 0; }
  .video-list .item .image {
    position: relative; }
    .video-list .item .image img {
      width: 100%; }
    .video-list .item .image span.duration {
      position: absolute;
      right: 10px;
      bottom: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #FFF;
      font-size: 11px;
      padding: 1px 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .video-list .item .image span.play {
      position: absolute;
      background: #000 url("../../img/play.png") center center no-repeat;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.7;
      filter: alpha(opacity=70);
      display: none; }
  .video-list .item .text {
    padding: 10px; }
    .video-list .item .text h2 {
      color: #3f3f3f;
      font-size: 15px;
      margin: 0;
      min-height: 50px; }
    .video-list .item .text span {
      font-size: 11px;
      color: #808080; }
    .video-list .item .text span.category {
      float: left; }
    .video-list .item .text span.views {
      float: right; }
  .video-list .item a {
    display: block; }
.video-list .box:hover {
  box-shadow: 1px 1px 10px #CACACA; }

.video-details iframe {
  width: 100%;
  height: 500px;
  display: block; }
.video-details .box {
  margin-bottom: 15px; }
.video-details .details {
  padding: 15px; }
  .video-details .details h2 {
    color: #3f3f3f;
    font-size: 15px;
    margin: 0 0 20px 0; }
  .video-details .details span {
    font-size: 11px;
    color: #808080; }
  .video-details .details span.category {
    float: left; }
  .video-details .details span.views {
    float: right; }

.small-video-list {
  padding: 10px; }
  .small-video-list .col-md-5 {
    padding-right: 0; }
  .small-video-list .item {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E4E4E4; }
  .small-video-list h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500; }
  .small-video-list .image {
    position: relative; }
    .small-video-list .image img {
      width: 100%; }
    .small-video-list .image a {
      display: block; }
  .small-video-list span.duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 11px;
    padding: 1px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .small-video-list span.play {
    position: absolute;
    background: #000 url("../../img/play.png") center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none; }
  .small-video-list .text h2 {
    color: #3f3f3f;
    font-size: 15px;
    margin: 0 0 15px 0; }
  .small-video-list .text span {
    font-size: 11px;
    color: #808080; }
  .small-video-list .text span.category {
    display: block; }
  .small-video-list .text span.views {
    display: block; }

.lazy-hidden {
  opacity: 0; }

.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1; }

/* ============================================================================================================  
	Section 
============================================================================================================ */
.footer {
  padding: 20px 0;
  background: #ffffff;
  border-top: 1px solid #E8E8E8; }
  .footer .footer-menu h3 {
    font-size: 14px;
    font-weight: 700;
    color: #808080; }
  .footer .footer-menu ul {
    margin: 0;
    list-style: none; }
    .footer .footer-menu ul li a {
      color: #808080; }
  .footer .copyright {
    border-top: 1px solid #c7c7c7;
    padding-top: 15px;
    margin-top: 15px; }
    .footer .copyright a.logo {
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px solid #c7c7c7;
      float: left; }
    .footer .copyright p {
      font-size: 11px;
      color: #808080;
      margin: 10px 0; }

/* ============================================================================================================  
	Footer
============================================================================================================ */
/* ============================================================================================================  
	main
============================================================================================================ */
/* ============================================================================================================  
	page-css
============================================================================================================ */
/* ============================================================================================================  
	Responsive Css
============================================================================================================ */
@media screen and (min-width: 1500px) {
  .container {
    width: 1470px; } }
@media screen and (min-width: 992px) {
  .header .header-bottom, .search {
    display: block !important; }

  .overlay {
    display: none !important; } }
@media screen and (max-width: 991px) {
  .header .search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 15px;
    display: none;
    height: 65px;
    background: #E62117;
    padding: 12px 15px;
    margin-top: -49px; }

  .search input[type="submit"] {
    z-index: 102;
    height: 42px; }

  .header .language {
    display: none; }

  a.search-icon, a.nav-icon {
    display: block; }

  .header .header-bottom {
    border-top: 2px solid #C6C6C6;
    display: none; }

  .header .menu ul li {
    float: none; }

  .header .menu ul li a {
    border-bottom: 1px solid #D8D8D8;
    padding-left: 0;
    font-size: 18px; }

  .header .menu ul li.active a, .header .menu ul li:hover a {
    border-bottom: 1px solid #D8D8D8;
    color: #E62117;
    font-weight: 600; }

  .search input[type="text"] {
    border: 1px solid #B31008; }

  .search input[type="submit"] {
    background: #B31008; }

  .header .menu ul li:last-child a {
    border-bottom: none; } }
@media screen and (max-width: 479px) {
  .search input[type="submit"] {
    width: 80px; } }
/* ============================================================================================================  
	Responsive Css
============================================================================================================ */

/*# sourceMappingURL=style.css.map */
