/*FOR PAGINATION - BEGIN HERE */

  .pagination 
  {
   	margin-top: 70px;
   	margin-bottom: 80px;
    font-size: 1.5em;
    text-align: center;
    line-height: 2.5;
  }
  
  .pagination a 
  {
    color: #000;
    text-decoration: none;
  }
  
  .pagination a:hover
  {
    text-decoration: underline;
  }
  
  .pagination .previous 
  {
    background: url('/assets/res/sprite-v1.png') no-repeat scroll -196px -55px transparent;
    width: 26px;
    height: 30px;
    display: inline-block;
  }
  
  .pagination .current 
  {
    color: rgba(228, 49, 14, 1);
    font-weight: bold;    
  }
  
  .pagination .next 
  {
    background: url('/assets/res/sprite-v1.png') no-repeat scroll -220px -55px transparent;
    width: 26px;
    height: 30px;
    display: inline-block;
  } 
  

	/*FOR PAGINATION - END HERE */
  
  
  
  /*FOR RESPONSIVE GALLERY - BEGIN HERE */
  
  .page 
  {
    width: 100%;
    /*max-width: 1000px; //ORIGINAL*/
    max-width: 1800px;
    margin: 25px auto;
  }
  
  .clearfix:after, .clearfix:before 
  {
    content: "/";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
  }
 
  .scenes-header 
  {
    padding: 0px 0px 18px;
    text-align: center;
  }
  
  .studios 
  {
    padding-bottom: 50px;
  }
  
  .scenes 
  {
    margin-left: -17px;
  }
  
  /*
  .scenes li{
      float: left;
      margin: 0px 0px 15px 1.7%;
      width: 18.3%;
  }
  
  .scenes a{
      border: 2px solid #3E3E3E;
      display: block;
  }
  
  .scenes li img{
      width: 100%;    
  }
  */
 
  .scenes li .scene_title {
    padding-top: 5px;
    font-weight: bold;
    color: #000000;
    font-size: 1.5em;
  }
  

ol, ul, li {
    list-style: none outside none;
}
  
.studios .scenes li {
    width: 12.5%;
    position: relative;
}

.scenes li 
{
    float: left;
    margin: 0px 0px 15px 1.7%;
    width: 18.3%;
}

.scenes a 
{
    border: 2px solid #3E3E3E;
    display: block;
}

.scenes a:hover 
{
	border: 2px solid #FF0E00	
}

.studios li img 
{
    width: 100%;    
}

.time-validity > img, .scenes img 
{
    display: block;    
}

img 
{
    max-width: 100%;
    height: auto;
}

section 
{
    display: block;
}

.scenes-header i 
{
    background-position: -214px 3px;
    width: 24px;    
}

.scenes-header .btn i 
{

    float: left;
    height: 25px;
}

.scenes-header .btn 
{
	display: inline-block;
    margin-top: 0px;
    margin-right: 10px;    
    font-size: 1.3em;
    text-transform: capitalize;
    padding: 0 10px;
}

@media only screen and (min-width: 220px) and (max-width: 420px) 
{    
    .scenes li, .studios .scenes li 
    {
        width: 80%;
        margin: 0px 15% 15px
    }
  
    .scenes-header /*.sorting_menu_group*/, .scenes-header /*.btn.sortby*/ 
    {
        float: none;
        display: block;
        text-align: left;
        padding: 5px 10px;        
    }

}

@media only screen and (min-width: 421px) and (max-width: 550px) 
{    
    .scenes li, .studios .scenes li 
    {
        width: 48%;        
    }   
    
}


@media only screen and (min-width: 551px) and (max-width: 767px) 
{
    .search-click 
    {
        left: 47px;
    }
    
    .scenes 
    {
        margin-left: 0
    }
    
    .scenes img, .studios .scenes img 
    {
        width: 100%;
    }
    
    .scenes li, .studios .scenes li 
    {
        width: 23%;
        margin: 0 1% 15px
    }
   
    .scenes-header.sort-bar /*.sorting_menu_group*/
    {
        float: none;
        margin-bottom: 10px;
    }
    
}

@media only screen and (max-width: 1024px) 
{
    .page, .footer-container 
    {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
 		width: 95%;
		/*margin: 0 0px 0 20px;*/

        /*padding: 0 15px*/
    }
}



/*FOR RESPONSIVE GALLERY - END HERE */

/*FOR RED LABEL - BEGIN HERE */

.scenes .p2 {
    position: absolute;
    bottom: 0px;
    height: auto;    
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 99%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.scenes .side-corner-tag {
    position: absolute;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 5px 30px rgba(255, 255, 255, 0.2) inset;
    text-align: center;
    text-transform: uppercase;    
    background: none repeat scroll 0% 0% #D93131;
    padding: 3px 10px;
    color: #FFF;
    overflow: hidden;
    font-family: Arial,sans-serif;
    font-weight: 700;
    font-size: 1.5em;    
    right: -46px;
    top: 50px;
    height: 18px;
	width: 100px;
    
    -webkit-transform: rotate(-90deg);	
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(-90deg);
		ms-transform: rotate(180deg);
		transform: rotate(-90deg);
    
}

/*FOR RED LABEL - END HERE */


/*FOR SORTING MENU - BEGIN HERE */


.btn-fix-div
{
	height: 30px;
}

.sorting_menu_group
{
    float: right;
    position: relative;
}

.sorting_menu 
{
    position: absolute;
    font-size: 1.4em;
    display: none;
    color: #FFF;
    line-height: 1.87;
    background: none repeat scroll 0% 0% #C0392B;
    font-weight: 700;
    /*padding: 0px 30px 0px 10px;*/
    padding: 0px 15px;
    border-bottom: 3px solid #000;
    border-right: 2px solid #000;
    /*margin-top: 12px;*/
    border-radius: 6px;    
    /*right: 10px;*/
    z-index: 999; 
    width:85px;
    text-align: left;
}

.sorting_menu li a {
    color: #FFF;
}

.sorting_menu li:hover a {
  color: #262523;
}

.sorting_menu li:active a {
  color: #000000;  
}

/*FOR SORTING MENU - END HERE */

/*FOR SUB MENU - BEGIN HERE */

.header-submenu {
  background: #c1392b;
  position: absolute;
  width: 100%;
  top: 50px;
  height: 30px; /*auto;*/  
  left: 0;
  z-index: 99;
}
.submenu-nav {
  padding: 3px 0 0 50px;  
  text-align: center;
}
.header-submenu-nav {
  display: inline-block;
  padding: 5px 0 0;
}

.header-submenu-nav li {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  padding: 0 10px;
}

.logout {
  position: absolute;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  right: 100px;
  top: 8px;
}

.logout a {
  color: #fff;
}
.logout:hover a {
  color: #262523;
}

.header-submenu-nav li a {
  color: #fff;
}
.header-submenu-nav li:hover a {
  color: #262523;
}

.header-submenu-nav li a:active {
  color: #000000;
}

.header-submenu-nav-active {
  color: #000000;
}

@media only screen and (min-width: 220px) and (max-width: 850px) 
{
    .header-submenu-nav li
    {
        font-size: 1.2em;
    }
}
/*FOR SUB MENU - END HERE */




/*TITLE CLASS FOR SCENES*/
.title 
{
	/*font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	
	padding-top: 5px;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	width: 100%;
	height: 19px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.title-dvd 
{	
	padding-top: 5px;	
	height: 17px;
	width: 100%;
	font-size: 1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	color: #000;	
}

.li-dvd .li-dvd-div-item .p3 
{
	position: absolute;
	bottom: 4px;
	height: 20px;
	padding: 3px;
	width: 100%;
	margin: 0px auto;
}
	  
.li-dvd .li-dvd-div-item .p3 .p3value 
{
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	background: none repeat scroll 0% 0% #B92C26;
	height: 19px;
	padding: 3px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	opacity: 0.8;
	vertical-align: middle;
}

.li-scene .li-dvd-div-item .p3 
{
	position: absolute;
	bottom: 2px;
	height: 20px;
	padding: 3px;
	width: 100%;
	margin: 0px auto;
}
	  
.li-scene .li-dvd-div-item .p3 .p3value 
{
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	background: none repeat scroll 0% 0% #B92C26;
	height: 19px;
	padding: 3px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	opacity: 0.8;
	vertical-align: middle;
}

.li-model .li-dvd-div-item .p3 
{
	position: absolute;
	bottom: 38px;
	height: 20px;
	padding: 3px;
	width: 100%;
	margin: 0px auto;
}
	  
.li-model .li-dvd-div-item .p3 .p3value 
{
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	background: none repeat scroll 0% 0% #B92C26;
	height: 19px;
	padding: 3px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	opacity: 0.8;
	vertical-align: middle;
}
