/*Font
  @font-face {
    font-family: 'quarkbold';
    src: url('../fonts/Quark-Bold-webfont.eot');
    src: url('../fonts/Quark-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quark-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Quark-Bold-webfont.woff') format('woff'),
         url('../fonts/Quark-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Quark-Bold-webfont.svg#quarkbold') format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
  @import url("https://fonts.googleapis.com/css?family=Prompt:300");
body {
   font-family: 'Prompt', sans-serif;
   font-size: 16px; 
} 

  @media (min-width: 768px) {
    .container-ghost {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container-ghost {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container-ghost {
      width: 1170px;
    }
  }
/*Navbar Menu*/
  .navbar-default-ghost {
  /*  background-color: #101010;  */
    border-bottom: 3px solid #333;
    box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.3);
  }
  .navbar-default-ghost .navbar-brand {
    color: #ffffff;
  }
  .navbar-default-ghost .navbar-brand:hover,
  .navbar-default-ghost .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default-ghost .navbar-text {
    font-weight: 0;
    font-size: 16px;
    color: #ffffff;
  }
  .navbar-default-ghost .navbar-nav > li > a {
    font-weight: 0;
	font-size: 16px;
    color: #fff;
    margin: 0px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  .navbar-default-ghost .navbar-nav > li > a:hover,
  .navbar-default-ghost .navbar-nav > li > a:focus {
    font-weight: bolder;
    color: #fff;
    background-color: #333;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  .navbar-default-ghost .navbar-nav > .active > a,
  .navbar-default-ghost .navbar-nav > .active > a:hover,
  .navbar-default-ghost .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #333;
    
  }
  .navbar-default-ghost .navbar-nav > .disabled > a,
  .navbar-default-ghost .navbar-nav > .disabled > a:hover,
  .navbar-default-ghost .navbar-nav > .disabled > a:focus {
    color: #000;
    background-color: transparent;
  }
  .navbar-default-ghost .navbar-toggle {
    border-color: #eb7900;
  }
  .navbar-default-ghost .navbar-toggle:hover,
  .navbar-default-ghost .navbar-toggle:focus {
    background-color: #eb7900;
  }
  .navbar-default-ghost .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default-ghost .navbar-collapse,
  .navbar-default-ghost .navbar-form {
    border-color: #333;
  }
  .navbar-default-ghost .navbar-nav > .open > a,
  .navbar-default-ghost .navbar-nav > .open > a:hover,
  .navbar-default-ghost .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #333;
  }
  @media (max-width: 767px) {
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
    }
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #333;
    }
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default-ghost .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default-ghost .navbar-link {
    color: #777;
  }
  .navbar-default-ghost .navbar-link:hover {
    color: #333;
  }
  .navbar-default-ghost .btn-link {
    color: #777;
  }
  .navbar-default-ghost .btn-link:hover,
  .navbar-default-ghost .btn-link:focus {
    color: #333;
  }
  .navbar-default-ghost .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default-ghost .btn-link:hover,
  .navbar-default-ghost .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default-ghost .btn-link:focus {
    color: #ccc;
  }
/*Link Color*/
  .link-color > a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  .link-color > a:hover,
  .link-color > a:focus {
    color: #f1b00d;
  }
/*banner-slide*/
  .banner-slide {
    margin-top: 0px;
  }
/*Box Title*/
  .box-title {
  }
  .box-title h1, h2, h3 {
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px!important;
  }
.progress-ghost {
  height: 2px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
  @media (min-width: 768px) {
		.img-responsive2{
			display: block;
			width: 98%;
			
		
		}
  }
  @media (min-width: 992px) {
		.img-responsive2{
			display: block;
			width: 98%;
			
		
		}
  }
  @media (min-width: 1200px) {
		.img-responsive2{
			display: block;
			width: 100%;
		
     border-radius: 8px;
		
		}
  }
/*
.img-responsive2{
    display: block;
    width: 98%;
    padding-bottom: 10px;
    height: 320px;
}
*/
.img-responsive3{
    display: block;
    width: 100%;
    padding-bottom: 10px;

    border-radius: 8px;
}s
.progress-bar-ghost {
  background-color: #f1b00d;
}
/*Box Exclusive*/
  .box-exclusive {
    background-color: #242424;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 #eee;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
  


  }
  .box-exclusive p {
	padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
  }
    .relay {
    background-color: #4b4b4b;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 #eee;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;

  }
  .relay p {
    padding-top: 5px;
    margin: 0px;
  }
   @media (min-width: 1200px){
.col-lg-9 {

}}

@media (min-width: 1200px){
.col-lg-12 {
    width: 100%;

    margin-top: 0px;
}}

@media (min-width: 1200px){
.col-lg-3 {
    width: 200;
}}
@media (min-width: 1200px){
.col-lg-32 {
   width: 24.899999%;
}}
  .link-exclusive > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .link-exclusive > a:hover,
  .link-exclusive > a:focus {
    color: #333;
  }
  .link-relay > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .link-relay > a:hover,
  .link-relay > a:focus {
    color: #333;
  }
 
  .relay:hover {
    background-color: #f1b00d;
    color: #333;
  }
  .relay img:hover {
    -webkit-filter: grayscale(100%);
  }

/*Box Fanpage*/
  .box-fanpage {
    margin-top: 10px;
    border: 2px solid #ffb700;
    background-color: #333;
  }
/* Facebook Comment Responsive */
  #fb-root {
    display: none;
  }
  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
  }
/*Footer*/
  .footer {
    background-color: #222222;
    margin-top: 10px;
    padding: 10px;
  }
  .footer p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
  }
.white_content1{display:none;position:fixed;top:6px;left:25%;width:50%;background-color:;z-index:1002;overflow:auto;-webkit-box-shadow:0 0 20px 4px #000;box-shadow:0 0 0 0 #000}.white_content2{position:fixed;right:5px;z-index:1030;top:80px;padding:0;background-color:;-webkit-box-shadow:0 0 20px 4px #000;box-shadow:0 0 0 0 #000}.white_content3{position:fixed;left:5px;z-index:1030;top:80px;padding:0;background-color:;-webkit-box-shadow:0 0 20px 4px #000;box-shadow:0 0 0 0 #000}.left_banner{display:inline-block}@media(max-width:767px){.left_banner{display:none}}
 #player-overlay {
  position: relative;
        background-image: url(https://postkhai.com/-movie3/bg-img/4Ye8BSW.jpg) no-repeat 50% / cover;
  &:before {
    content:'';
    display: block;
    padding-top: 50%;  // 50% equals a 2:1 ratio. you can read more about
                       // the ratios in the link
  }
}

video {
  display: block;
  width: 100%;
  height: 100%;
}


/*Box Exclusive Mobile*/
  .box-exclusive1 {
    background-color: #242424;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 #eee;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;


  }
  .box-exclusive1 p {
  padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
  }
    .relay {
    background-color: #4b4b4b;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px 0 #eee;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
  
  }
  .relay p {
    padding-top: 5px;
    margin: 0px;
  }
   @media (min-width: 1200px){
.col-lg-9 {

}}

@media (min-width: 1200px){
.col-lg-12 {
    width: 100%;

    margin-top: 0px;
}}

@media (min-width: 1200px){
.col-lg-3 {
    width: 200;
}}
@media (min-width: 1200px){
.col-lg-32 {
   width: 24.899999%;
}}
  .link-exclusive > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .link-exclusive > a:hover,
  .link-exclusive > a:focus {
    color: #333;
  }
  .link-relay > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .link-relay > a:hover,
  .link-relay > a:focus {
    color: #333;
  }
  .box-exclusive1:hover {
    background-color: #f1b00d;
    color: #333;
  }
  .box-exclusive1 img:hover {
    -webkit-filter: grayscale(100%);
  }
  .relay:hover {
    background-color: #f1b00d;
    color: #333;
  }
  .relay img:hover {
    -webkit-filter: grayscale(100%);
  }

  .zoom {
  transition: transform .5s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

