/*
Theme Name: BLANK Theme
Description: This is a BLANK starter WordPress Theme template -- WordPress v3.4
Author: Goran Jakovljevic
Author URI: http://www.itsgoran.com
Version: 1.0
*/



/* Table of Content
==================================================
  1. CSS Reset & Clearfix
  2. Document Setup (body, common classes, etc)
  3. Columns
  4. Typography
  5. Header
  6. Main Content
  7. Footer
  8. Elements
  */



/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


/* Typography
================================================== */

html{
  position:relative; 
  min-height: 100%;
}

html,body{
  margin:0;
  padding:0;
}

.wrapper{
  margin-bottom:50px;/* Height of footer*/
} 

body {
  font: 14px/17px 'Roboto', Helvetica, Arial, sans-serif; 
  color: #60605f;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }
a:hover, a:active { outline: 0; }

p { margin: 0 0 20px 0;}

h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 30px; line-height: 50px; }
h2 { font-size: 24px; line-height: 24px; color: #91999e; font-weight: 700; }
h3 { font-size: 20px; line-height: 17px; font-weight: 500; }
h4 { font-size: 16px; line-height: 17px; color: #4285f4; font-family: 'Arial'; }
h5 { font-size: 16px; line-height: 13px; color: #020202; font-weight: 400; }
h6 { font-size: 10px; line-height: 14px; }

em, i { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
address { font-style: normal; }
ul { list-style: disc inside; padding-left: 0px; }
.post ul,.content ul { list-style: outside; padding-left: 20px; }
ol { list-style: decimal inside; }
li ul, li ol { margin-left: 1.5em; margin-bottom: 0; }

pre { line-height: 1; }
pre, code, kbd, samp, var { font-family: Courier, "Courier New", monospace; }
pre, code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; overflow-x: auto; overflow-y: hidden; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
iframe,img {max-width: 100%;}


/*****************************************Home*******************************************/

#home-logo {
  display: inline-block;
  margin-bottom: 18px;
} 

.search-form input {
  display: inline-block;
  border-radius: 1px;
  height: 42px;
}

.search-form__input {
  border-color: #9c9684;
  width: 530px;
  background-image: url(images/magnifier.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  padding-left: 14px;
  background-color: #fff;
}

.form-button {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
  width: 130px;
  margin-left: 3px;
  font-family: 'Ubuntu';
  font-weight: 500;
  height: 40px;
}

.home-search {
  text-align: center;
  margin-top: 200px;
}


/*Footer*/
footer {
  position: absolute;
  bottom: 7px;
  height: 50px;
  width: 100%;
/*  background-color: #f2f2f2;	*/
  padding: 20px 0px 0px 0px;
  }

.footer-bottom {
  position: relative;
  width: 100%;
  bottom: 7px;
}

#copyright {
  color: #9c9684;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  color: #9c9684;
  font-family: 'Arial';
}

.footer-nav {
  float: right;
}

.footer-nav__link {
  margin-left: 20px;
}


/*****************************************About*******************************************/
/*Header*/
header {
  background-color: #f2f2f2;
  margin-bottom: 40px;
}

header h2 {
  margin-bottom: 8px;
}

.logo {
  margin: 25px 0px 24px 0px;
  display: inline-block;
}

/*content*/
.content-wrap {
  max-width: 980px;
}

.content-box_h3 {
  margin-bottom: 20px;
}

.content-box {
  margin-bottom: 40px;
}


/*****************************************Contact*******************************************/
.contact-form__field {
  width: 430px;
  font-family: 'Roboto';
  color: #ABABAB;
  padding-left: 0px;
  border: 0px;
  border-bottom: 1px solid #4285f4;
  margin: 0px 0px 35px 2px;
}

.contact-form__field:focus {
  border-color: #4285f4!important;
}

.contact-form .form-button {
  margin-top: 10px;
  display: inline-block;
}


/*****************************************Streaming*******************************************/
.search-header {
  margin-bottom: 11px;
}

.search-form-inner {
  display: inline-block;
  vertical-align: top;
  margin: 19px 0px 18px 38px;
}

.inner-search .logo {
  margin: 18px 0px 17px 0px;
}

/*Header Menu*/
.menu-section {
  background-color: #fff;
  border-bottom: 1px solid #c5c4c4;
  padding-top: 12px;
}

.header-nav__link {
  padding: 10px 4px 20px 4px;
  display: inline-block;
  margin-bottom: -1px;
}

.header-nav__link:hover {
  color: #010101;
}

.header-nav ul li {
  margin-right: 18px;
}

.header-nav__link--active {
  border-bottom: 4px solid #4285f4;
  color: #010101;
}


/*Streaming Main*/
.result-span {
  padding-bottom: 20px;
  display: inline-block;
  color: #828282;
  font-family: 'Arial';
}

.play-video {
  max-width: 300px;
  display: inline-block;
  background-color: #f8f7f7;
  border: 1px solid #f2f1f1;
  padding: 19px 19px 8px 19px;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(233,232,232,0.75);
  -moz-box-shadow: 1px 2px 1px 0px rgba(233,232,232,0.75);
  box-shadow: 1px 2px 1px 0px rgba(233,232,232,0.75);
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
}

.play-video__img {
  border: 1px solid #e4e2e2;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(203,202,202,0.75);
  -moz-box-shadow: 1px 2px 1px 0px rgba(203,202,202,0.75);
  box-shadow: 1px 2px 1px 0px rgba(203,202,202,0.75);
  margin-bottom: 15px;
}

.play-video p {
  font-size: 13px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 0px;
}

.play-video p span {
  font-weight: 700;
}

.streaming-divider {
  max-width: 680px;
  height: 1px;
  background-color: #d3d2d2;
  margin: 35px 0px 15px 0px;
}

.play-video__icon {
  float: right;
}

.featured {
  line-height: 24px;
  font-family: 'Arial';
  color: #4285f4;
  font-weight: bold;
  margin-bottom: 30px;
}

/*Next page*/
.next-page {
  margin-top: 50px;
}

.next-page li {
  display: inline-block;
  margin: 0px 0px 20px 0px;
}

.next-page__link {
  color: #4285f4;
  font-family: 'Arial';
  margin-right: 5px;
}

.next-page__link--active,
.next-page__link:hover {
  color: #60605f;
  border-bottom: 1px solid #60605f;
  font-weight: bold;
}

.next-page li:last-child a {
  font-weight: bold;
  margin-left: 14px;
  border-bottom: 1px solid #4285f4;
}




/*****************************************Web*******************************************/
.web-results h4 {
  margin-bottom: 3px;
}

.green-link {
  display: inline-block;
  margin-bottom: 3px;
  color: #41ad5d;
}

.web-results p {
  font-family: 'Arial';
}

.more-results {
  border-top: 1px solid #b5b4b4;
  border-bottom: 1px solid #b5b4b4;
  /*max-width: 530px;*/
  padding: 20px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.more-results p {
	font-family: arial,sans-serif;
	font-size: 14px;
  	/*color: #434444;*/
	color: #000;
}

.blue-link {
  color: #4285f4;
  font-weight: bold;
}

.more-results__video {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}

.more-results__video img {
  display: inline-block;
}

.video-icon {
  background-image: url(images/video-icon.png);
  display: block;
  width: 34px;
  height: 27px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*Aside result*/
.aside-result__video {
  position: relative;
  float: left;
}

.aside-result__video img {
  display: inline-block;
}

.aside-result__ul li {
  list-style: none;
}

.aside-result {
  max-width: 496px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(191,191,191,0.75);
  -moz-box-shadow: 1px 2px 1px 0px rgba(191,191,191,0.75);
  box-shadow: 1px 2px 1px 0px rgba(191,191,191,0.75);
}

.aside-text {
  padding: 17px 15px 0px 15px;
  color: #808080;
}

.aside-text h3, .aside-text span {
  color: #010101;
  font-family: 'Arial';
  display: block;
}

.aside-text h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.aside-text span {
  margin-bottom: 6px;
}


/*****************************************Actor Overlay*******************************************/
.movie-overlay {
  display: none;
  max-width: 1005px;
  margin: auto;
}

.movie-overlay header {
  background-image: url(images/top.jpg);
  padding: 18px 38px 10px 38px;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  min-height: 59px;
}

#close {
  float: right;
}

#movie-overlay-icon {
  display: inline-block;
}

/*Info*/
.info {
  padding: 0px 25px 0px 38px; 
}

.info img {
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(206,205,205,0.75);
  -moz-box-shadow: 1px 2px 1px 0px rgba(206,205,205,0.75);
  box-shadow: 1px 2px 1px 0px rgba(206,205,205,0.75);
  border: 1px solid #e4e2e2;
}

.info__text {
  overflow: hidden;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 20px;
  min-width: 600px;
}

.info__text p {
  margin-bottom: 15px;
}

.info h3 {
  color: #010101;
  margin-bottom: 23px;
  display: inline-block;
}

.watch {
  padding: 15px 38px;
}

.right-line span {
  color: #4b89ed;
  font-weight: bold;
}

.right-line {
  position: relative;
  margin-bottom: 25px;
}

/*
.right-line:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 645px;
  background-color: #c5c5c5;
  right: 0px;
  top: 6px;
}
*/

.actor {
  padding: 0px 50px;
}

.actor .play-video p {
  font-size: 11px;
  line-height: 14px;
}





/*****************************************Movie Overlay*******************************************/
.info h3 span {
  font-weight: 300;
}

.blue-span {
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
  color: #6ba3ee;
  float: right;
  display: inline-block;
  margin-right: 40px;
}

.right-line.right-line--smaller:after {
  width: 600px;
}

#free, #paid {
  width: 100px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  padding: 3px 2px 2px 2px;
  background-color: #000;
  font-weight: 900;
  margin: 10px 0px 25px 0px;
}

#free {
  color: #fff;
}

#paid {
  color: #4b89ed;
}

.sources img {
  border: 1px solid #e4e2e2;
  -webkit-box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
  -moz-box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
  box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
  float: left;
  margin-right: 5px;
}

.sources__box {
  overflow: hidden;
  padding-bottom: 18px;
}

.grey-box {
  background-color: #f8f7f7;
  border: 1px solid #f2f1f1;
  overflow: hidden;
  min-height: 67px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
  -moz-box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
  box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
  margin-right: 5px;
  padding-left: 10px;
  max-width: 330px;
}

.cost {
  background-color: #4b89ed;
  color: #fff;
  font-size: 12px;
  line-height: 9px;
  border: 1px solid #d3d2d2;
  border-radius: 3px;
  font-weight: 500;
  display: inline-block;
  width: 91px;
  padding: 8px 0px 7px 10px;
  margin: 5px 8px 0px 0px;
}

.movies .column.six {
  padding: 0px;
}

.scrol {
  overflow-y: auto;
  max-height: 305px;
}



/*****************************************Show Overlay*******************************************/
.show-list {
  max-width: 350px;
  margin: auto;
  margin-top: 20px;
}

.show-list li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.show-list__item:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(images/plus.png);
  top: 15px;
  left: -25px;
}

.show-list__item--open:before {
  background-image: url(images/minus.png);
}

.show-list li img {
  float: left;
  margin-right: 5px;
  border: 1px solid #e4e2e2;
    height: 48px;
  -webkit-box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
  -moz-box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
  box-shadow: 1px 3px 2px 0px rgba(206,205,205,0.75);
}

.show-list__box {
  background-color: #f8f7f7;
  display: block;
  overflow: hidden;
  max-width: 265px;
  color: #010101;
  font-size: 12px;
  line-height: 8px;
  min-height: 50px;
  padding: 10px 7px 0px 7px;
  border: 1px solid #f2f1f1;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
  -moz-box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
  box-shadow: 1px 2px 2px 0px rgba(231,231,231,0.75);
}

.show-list__box p {
  margin-bottom: 8px;
}

.show-list__box span {
  color: #4b89ed;
  font-weight: 700;
  margin: 0px 0px 4px 20px;
  display: inline-block;
  vertical-align: bottom;
}

.show-name {
  display: inline-block;
}

.extended .show-list__box span {
    float: right;
    margin: 23px 9px 0 0;
}

.extended .show-list__box {
  background-image: url(images/black-video.png);
  background-repeat: no-repeat;
  background-position: 94% 8px;
}

#extend1, #extend2, #extend3 {
  display: none;
}



/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/


/* Large screens (1024px) */
@media (max-width: 1024px) {
 .aside-result__ul li:first-child{
  display: none;
 }
}

/* Medium screens (640px) */
@media (max-width: 668px) {
  .search-form__input {
    margin-bottom: 10px;
  }

  #copyright {
    text-align: center;
  }

  .footer-nav {
    float: none;
    text-align: center;
  }

  .footer-nav__link {
    margin: 2px 10px;
  }

  /*Web*/
  .search-form-inner {
    display: block;
    margin: 0px 0px 28px 0px;
  }

  .blue-link--block {
    display: block;
  }

  /*Streaming*/
  .play-video {
    display: block;
    margin: auto auto 20px auto;
  }

  /*Overlay*/
  .info img {
    margin-bottom: 20px;
    float: none;
  }

  .right-line:after {
    display: none;
  }

  .info h3 {
    line-height: 25px;
  }

  .blue-span {
    float: none;
    margin-bottom: 10px;
  }

  .cost {
    margin-right: 5px;
  }

  .sources {
    margin-bottom: 30px;
  }

  .right-line {
    line-height: 17px;
  }





}



#simplemodal-overlay {
    background-color: #000;
}
#simplemodal-container {
  max-width: 1005px;
  margin: auto;
  height: 700px;
  background-color: #fff;
}
.movie-overlay header img {
  display: inline-block;
}
#simplemodal-container a.modalCloseImg {
    background: url(images/close.png) no-repeat;
    width: 18px;
    height: 18px;
    z-index: 3200;
    position: absolute;
    top: 18px;
    right: 53px;
    cursor: pointer;
}

#kmrLoading{
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
#kmrLoading>img{
    position: absolute;
    top: 45%;
    left: 42%;
}
#btnNext, #btnPrev{
	color: #6ba3ee;
	margin-bottom: 10px;
}
.hide
{
    display: none;
}

.clearBoth{
	width:100%;
	height:1px;
	line-height:1px;
	clear:both;
}

#exact_results, #featured_item{
    -moz-column-fill: unset;
}