﻿/*-----------------------------------------------------------------------------------

    Template Name: Rio Cinemas Template 
    Description: Template de Rio Cinemas
    Author: Hideki
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. header-top-area
	3. header-bottom-area
	4. main-menu-area 
	5. banner-area
	6. features-area 
	7. category-area 
	8. subscribe-area 
	9. service-area 
	10. latest-blog-area 
	11. brand-area
	12. footer
	13. home 2
	14. home 3
	15. contact-area
	16. shop-header-area
	17 shop-area
	18. single product
	19. product-tabs
	20. cart page
	21. checkout page
	22. wishlist-area
	23. my-account-area
	24. blog-area	

-----------------------------------------------------------------------------------*/


@font-face {
  font-family: 'RidleyGrotesk-Bold';
  src: url('../fonts/RidleyGrotesk-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/RidleyGrotesk-Bold.otf')  format('opentype'),
       url('../fonts/RidleyGrotesk-Bold.woff') format('woff'), url('../fonts/RidleyGrotesk-Bold.ttf')  format('truetype'), url('../fonts/RidleyGrotesk-Bold.svg#RidleyGrotesk-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RidleyGrotesk-Black';
  src: url('../fonts/RidleyGrotesk-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/RidleyGrotesk-Black.otf')  format('opentype'),
       url('../fonts/RidleyGrotesk-Black.woff') format('woff'), url('../fonts/RidleyGrotesk-Black.ttf')  format('truetype'), url('../fonts/RidleyGrotesk-Black.svg#RidleyGrotesk-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RidleyGrotesk';
  src: url('../fonts/RidleyGrotesk-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RidleyGrotesk-Regular.otf')  format('opentype'),
       url('../fonts/RidleyGrotesk-Regular.woff') format('woff'), url('../fonts/RidleyGrotesk-Regular.ttf')  format('truetype'), url('../fonts/RidleyGrotesk-Regular.svg#RidleyGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid;text-decoration: none;}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #232323;
  font-weight: 400;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#222}
a:hover {
  color: #EB3B60;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {font-family: 'Lato', sans-serif;color:#222;}
*::-moz-selection {
  background: #EB3B60;
  text-shadow: none;
  color: #fff;
}
::selection {
    background: #EB3B60;
    text-shadow: none;
	color:#fff
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.pad-bottom{padding-bottom:60px}
.pad-top{}
.pad-10{padding:10px 0}
.pad-20{padding:20px 0}
.pad-30{padding:30px 0}
.pad-40{padding:40px 0}
.pad-50{padding:50px 0}
.pad-60{padding:60px 0}

.mg-lft-10{margin-left:10px;}

.mg-10{margin-top: 10px;margin-bottom: 10px;}

.mg-top-10{margin-top: 10px;}
.mg-top-20{margin-top: 20px;}
.mg-top-30{margin-top: 30px;}
.mg-top-40{margin-top: 40px;}
.mg-top-50{margin-top: 50px;}
a#scrollUp {
  background: #222 none repeat scroll 0 0;
  bottom: 12px;
  color: #fff;
  height: 45px;
  line-height: 40px;
  right: 12px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
  font-size: 25px;
}
a#scrollUp:hover {
  background-color: #FEEC00;
}
/* -------------------------
2. header-top-area
---------------------------- */
.header-top-area{}
.bg-color {
  background: #f2f2f2 none repeat scroll 0 0;
}
.welcome {
  margin-top: 8px;
}
.welcome span {}
.welcome span.phone{margin-right: 5px;}
.welcome span.email{margin-left: 5px;}
.welcome span.phone::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
}
.welcome span.email::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
}
.top-menu{}
.top-menu {
  float: right;
}
.top-menu ul {
  float: right;
}
.top-menu ul li {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 0;
}
.top-menu ul li a {}
.top-menu ul li:hover a{color:#EB3B60}
.top-menu ul#language {
  float: right;
}
.top-menu ul#language li {
  position: relative;
}
.top-menu ul#language li a{}
.top-menu ul#language li ul {
  background: #f5f5f5 none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 135%;
  transition: all 0.3s ease 0s;
  width: 150px;
  visibility:hidden;
  z-index:999;
}
.top-menu ul#language li:hover ul{opacity: 1;top: 100%;visibility:visible;}
.top-menu ul#language li:hover ul li a:hover{color:#EB3B60}
.top-menu ul#language li ul li {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: right;
}
.top-menu ul#language li ul li a {
  border-bottom: 1px solid #ccc;
  color: #222222;
  display: block;
  padding: 6px 0;
}
/*------------------------
3. header-bottom-area
-------------------------- */
.header-bottom-area {
  padding: 10px 0;
}
.header-search {
  float: right;
  position: relative;
  width: 280px;
}
.header-search input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 0 none;
  height: 40px;
  padding: 0 40px 0 20px;
  width: 100%;
}
.header-search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.header-search button:hover{color:#EB3B60}
.total-cart {
  position: relative;
}
.cart-toggler{background: #f2f2f2 none repeat scroll 0 0;
height: 40px;
line-height: 40px;
padding-left: 15px;}
.cart-toggler a span.cart-title {
  padding-right: 45px;
}
.total-cart:hover .cart-toggler > a{color:#EB3B60}
.cart-toggler a span.cart-quantity{}
.cart-toggler a.checkout {
  background: #2f2f2f none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  float: right;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 13px;
  text-transform: uppercase;
}
.total-cart:hover .cart-toggler a.checkout {
  background: #eb3b60 none repeat scroll 0 0;
  color: #fff;
}
.pad-left{padding-left:0;}
.total-cart ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eb3b60;
  padding: 10px 8px 12px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  width: 276px;
  z-index: 99;
}
.total-cart:hover ul{transform:scaleY(1)}
.total-cart ul li {
  overflow: hidden;
  padding: 10px;
}
.total-cart ul li .cart-img {
  float: left;
  position: relative;
  width: 50px;
}
.total-cart ul li .cart-img img {
  width: 100%;
}
.total-cart ul li .cart-img a{}
.total-cart ul li .cart-img span {
  background: #222 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  height: 18px;
  left: -7px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 18px;
}
.total-cart ul li .cart-info {
  float: left;
  padding-left: 10px;
}
.total-cart ul li .cart-info p{}
.total-cart ul li .cart-info p a {
  color: #000;
  font-size: 14px;
}
.total-cart ul li .cart-info p a:hover{color:#EB3B60}
.total-cart ul li .cart-info span {
  font-size: 14px;
  font-weight: 700;
}
.total-cart ul li .del-icon {
  float: right;
  margin-top: 20px;
  padding-right: 10px;
}
.total-cart ul li .del-icon i {
  cursor: pointer;
  font-size: 17px;
}
.subtotal-text,.subtotal-price {
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.subtotal-price{float:right}
/*---------------------
4. main-menu-area 
-----------------------*/
.main-menu ul li {
  float: left;
  margin-right: 3px;
  position: relative;
}
.main-menu ul li a {
  color: #270A4D;
  display: block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'RidleyGrotesk', sans-serif;
}
.main-menu ul li a::before {
  /*background: #ddd none repeat scroll 0 0;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;*/
}
.main-menu ul li:last-child a::before{display:none}
.main-menu ul li ul li a::before{display:none}
.main-menu ul li:hover a{color:#ffed00}
.main-menu ul li ul {
  background: #f2f2f2 none repeat scroll 0 0;
  border-top: 2px solid #ffed00;
  display: block;
  left: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9999;
}
.main-menu ul li:hover ul{top:100%;opacity:1;visibility:visible}
.main-menu ul li ul li {
  float: none;
}
.main-menu ul li:hover ul li a {
  color: #222;
}
.main-menu ul li:hover ul li a{background:none;color:#222;}
.main-menu ul li ul li a {
  color: #222;
  padding: 8px 25px;
  text-transform: capitalize;
}
.main-menu ul li:hover ul li a:hover{color:#ffed00;padding-left:30px}
.main-menu ul li .mega-menu {
  background-color: #f2f2f2;
  border-top: 2px solid #ffed00;
  left: -190px;
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 130%;
  transition: all 0.3s ease 0s;
  width: 923px;
  visibility:hidden;
  z-index: 9999;
}
.main-menu ul li:hover .mega-menu{top:100%;opacity:1;visibility:visible}
.main-menu ul li .mega-menu span {
  float: left;
  padding-right: 30px;
  width: 24.6%;
}
.main-menu ul li .mega-menu span.mega-menu-img {
  padding-right: 0;
  width: 26%;
}
.main-menu ul li .mega-menu span a {
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.main-menu ul li .mega-menu span a.mega-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu ul li .mega-menu span.mega-menu-img {
  width: 26%;
}
.main-menu ul li .mega-menu span a::after {
  content: "";
  float: left;
  font-family: fontawesome;
  margin-right: 5px;
}
.main-menu ul li:hover .mega-menu span a{color:#222}
.main-menu ul li:hover .mega-menu span a:hover{color:#ffed00}
.main-menu ul li .mega-menu span a:before{display:none}
.main-menu ul li .mega-menu span a.mega-title:after,.main-menu ul li .mega-menu span.mega-menu-img a:after{display:none}
/*------------------------
5. banner-area
-------------------------- */
.banner-area {padding-top:30px}
.single-banner {
  overflow: hidden;
  position: relative;
}
.single-banner img {
  max-width: 105%;
  transform: translateX(-4%);
  transition: all 0.5s ease 0s;
}
.single-banner:hover img{transform: translateX(0%);}
.banner-details {
  bottom: 0;
  left: 5%;
  position: absolute;
  z-index: 2;
}
.banner-details h1 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.banner-details p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: -20px;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: -9;
}
.single-banner:hover p {
  margin-bottom: 10px;
  opacity: 1;
  z-index: 9;
}
.single-banner::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.single-banner:hover::before {
  opacity: 0.5;
  visibility: visible;
  z-index: 1;
}
.margin-bottom{margin-bottom:27px}
.section-padding{padding:70px 0}
/*-----------------------------
6. features-area 
-------------------------------*/
.features-area{}
.section-title {
  margin-bottom: 30px;
}
.section-title h1 {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.section-title h1::before,.section-title h1:after {
  border-top: 4px double #666;
  content: "";
  left: -136px;
  position: absolute;
  top: 12px;
  width: 120px;
}
.section-title h1::after {
  left: inherit;
  right: -136px;
}
.single-product{
	width: 215px !important;
	height: 410px !important;
}
.single-product .title a{font-weight: bold;color: #2867b2;text-decoration: none;}
.single-product .down-title {font-size:10px;padding-left: 5px;padding-right: 5px;}
.single-product .down-title a{color: #888888;text-decoration: none;}
.product-img {
  overflow: hidden;
  position: relative;
}
.product-img > a {
  display: block;
  position: relative;
}
.product-img > a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:9;
  transition: all 0.3s ease 0s;
}
.single-product:hover a::before{opacity:.6}
.product-img a img{}
img.primary-img{}
img.secondary-img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  opacity:0;
}
.single-product:hover img.secondary-img{opacity:1;}
.product-action {
  bottom: -35px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.single-product:hover .product-action{bottom:0;opacity:1;}
.single-product:hover .pro-button-top {top: -100px;;opacity:1}
.pro-button-top {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 35px;
  transition: all 0.5s ease 0s;
}
.pro-button-top a {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 18px;
  text-transform: uppercase;
}
.pro-button-bottom{}
.pro-button-bottom a {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  width: 45px;
}
.product-action a:hover{/*background:#EB3B60*/}
span.sale {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 2px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 99;
}
.product-info {
  overflow: hidden;
  padding-top: 10px;
}
.product-info h3 {
  font-size: 17px;
}
.product-info h3 a{}
.pro-price {
  float: left;
  font-size: 20px;
  font-weight: 700;
}
.pro-price span.normal {
  color: #eb3b60;
}
.pro-price span.old {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.pro-rating {
  float: right;
  margin-top: 4px;
}
.pro-rating i{}
.product-tab{}
ul.tab-menu {
  margin-bottom: 30px;
  text-align: center;
}
ul.tab-menu li {
  display: inline-block;
  margin: 0 3px;
}
ul.tab-menu li.active a,ul.tab-menu li a:hover{border-color:#EB3B60;color:#EB3B60}
ul.tab-menu li a {
  border: 2px solid #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #666;
  display: inline-block;
  font-size: 25px;
  height: 40px;
  left: -30px;
  line-height: 38px;
  margin: -20px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{left:auto;right:-30px;}
.owl-carousel:hover .owl-controls .owl-buttons div{opacity:1}
a.btn-icon {
  border-radius: 0;
  border: 0;
}
a.btn-icon:hover{background:#EB3B60;color:#fff!important}
/*-----------------------------------
7. category-area 
------------------------------------- */
.category-area .section-title{position:relative}
.category-area .section-title h1 {
  font-size: 17px;
  background: #fff;
  padding-right: 15px;
}
.category-area .section-title h1::before {
  display: none;
}
.category-area .section-title h1::after {
  display: none;
}
.category-area .section-title::before {
  border-top: 4px double #666;
  content: "";
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}
.category-area .single-product {
  overflow: hidden;
}
.category-area .single-product:last-child {
  margin-top: 20px;
}
.category-area .product-img {
  width: 35%;
  float: left;
}
.category-area .product-img a{}
.category-area .product-info {
  float: right;
  padding-left: 12px;
  width: 65%;
  padding-top: 2px;
}
.category-area .product-info h3 {
  font-size: 16px;
}
.category-area .product-info h3 a{}
.category-area .pro-price {
  float: none;
  font-size: 16px;
}
.category-area .pro-rating {
  float: none;
}
.category-area .pro-rating i{}
.category-area .product-action{}
.category-area .product-action a{}
.category-area .product-action {
  opacity: 0;
  position: inherit;
  text-align: left;
  margin-top: 12px;
  transition: all 0.3s ease 0s;
}
.category-area .single-product:hover .category-area .product-action{opacity:1}
.category-area .pro-button-top {
  opacity: 1;
  position: inherit;
}
.category-area .pro-button-top a {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.category-curosel.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
/*--------------------------
8. subscribe-area 
---------------------------- */
.subscribe-area {
  box-shadow: 0 12px 18px -22px rgba(31, 31, 31, 1) inset, 0 -23px 21px -33px rgba(31, 31, 31, 1) inset;
  padding: 100px 0;
  background: #F2F2F2;
}
.subscribe-title {
  text-align: center;
}
.subscribe-title h3 {
  color: #222;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.subscribe-title h3 span {
  color: #EB3B60;
  padding-right: 15px;
}
.subscribe-title p {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.subscribe-title input {
  border: 1px solid #d7d7d7;
  height: 43px;
  line-height: 34px;
  padding: 0 19px 0 15px;
  width: 76%;
}
.subscribe-title button {
  background: #eb3b60 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 43px;
  line-height: 41px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease 0s;
}
.subscribe-title button:hover{background:#444}
.subscribe-title form {
  display: inline-block;
  margin-top: 70px;
  position: relative;
  text-align: center;
  width: 582px;
}
.subscribe-form {
  text-align: left;
}
/*-------------------------------
9. service-area 
--------------------------------*/
.service-area{}
.single-service {
  border: 1px solid #d2d2d2;
  display: inline-block;
  width: 100%;
}
.service-icon {
  float: left;
  text-align: center;
  width: 30%;
  margin-top: 16px;
}
.service-icon img{}
.service-text {
  float: left;
  padding-top: 20px;
  width: 70%;
}
.service-text h2 {
  color: #323334;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-text p {
  color: #EB3B60;
  font-size: 12px;
  padding-bottom: 0;
}
/*-----------------------------
10. latest-blog-area 
-------------------------------*/
.latest-blog-area{
	margin-top: 20px;
}
.latest-blog-img {
  overflow: hidden;
}
.latest-blog-img a {
  display: block;
  position: relative;
}
.latest-blog-img a::before, .latest-blog-img a::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 8;
}
.latest-blog-img a::before {
  left: -100%;
  top: -100%;
}
.latest-blog-img a::after {
  bottom: -100%;
  right: -100%;
}
.single-latest-blog:hover a::before {
  left: 0;
  top: 0;
}
.single-latest-blog:hover a::after {
  bottom: 0;
  right: 0;
}
.latest-blog-content > h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.post-category > a {
  color: #EB3B60;
}
.meta-border {
  padding: 0 6px;
}
.latest-blog-content > p {
  color: #555;
  font-size: 14px;
  margin: 0;
}
.latest-blog-content {
  padding-top: 15px;
}
.meta {
  margin-bottom: 10px;
}
/*----------------------
11. brand-area
------------------------ */
.brand-area{}
.single-brand {
  border: 1px solid #ddd;
  margin-bottom: 1px;
}
.single-brand a{}
/*---------------------------
12. footer
----------------------------- */
.footer-top-area {
  background: #2d2d2d none repeat scroll 0 0;
  padding: 50px 0;
}
.footer-widget{}
.footer-widget h3 {
  border-bottom: 1px solid #5b5b5b;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}
ul.footer-menu{}
ul.footer-menu li {}
ul.footer-menu li a {
  color: #d5d5d5;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  border-bottom: 1px solid #5b5b5b;
}
ul.footer-menu li:last-child a{padding-bottom:0;}
ul.footer-menu li a:hover{color:#EB3B60}
ul.footer-menu li a::before {
  content: "\f101";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 8px;
  position: relative;
  top: 0;
}
.footer-widget img{}
.footer-widget p {
  color: #d5d5d5;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 22px;
}
.widget-icon{}
.widget-icon a {
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 32px;
  margin-right: 8px;
}
.widget-icon a:hover{background:#EB3B60;color:#fff;border-color:#EB3B60}
.widget-icon a i{}
ul.footer-contact{}
ul.footer-contact li {
  clear: both;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #d5d5d5;
}
ul.footer-contact li i {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  color: #d5d5d5;
  float: left;
  font-size: 16px;
  height: 34px;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 32px;
}
.footer-bottom-area {
  background: #212121;
  padding: 20px 0;
}
.copyright{}
.copyright p {
  color: #d5d5d5;
  margin: 0;
}
.copyright p a{color:#EB3B60}
.copyright p a:hover{text-decoration:underline}
.payment-img {
  float: right;
}
.payment-img img{}
/*--------------------------------
13. home 2
--------------------------------- */
.bg-color-2 {
  background: #2d2d2d none repeat scroll 0 0;
}
.header-2 .welcome {
  margin-top: 8px;
  color: #fff;
}
.header-2 .top-menu ul li a {
  color: #fff;
}
.header-2 .main-menu ul {
  /*text-align: center;*/
}
.header-2 .main-menu ul li {
  display: inline-block;
  float: none;
   margin-right: 0px;
}
.header-2 .main-menu ul li ul li {
  width: 100%;
}
.header-2 .main-menu ul li ul li a {
  text-align: left;
}
.header-2 .main-menu ul li a::before {
  top: 13px;
}
.banner-margin {
  margin-top: 28px;
  display: block;
}
.section-title-2 h1 {
  display: block;
}
.section-title-2.section-title h1::after,.section-title-2.section-title h1::before {
  display: none;
}
.section-title-2 {
  position: relative;
}
.section-title.section-title-2::before {
  border-top: 4px double #222;
  content: "";
  position: absolute;
  width: 100%;
  top: 10px;
}
.section-title-2 h1 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding-right: 18px;
  font-size: 20px;
}
.features-2 ul.tab-menu {
  margin-bottom: 30px;
  text-align: left;
}
.bg-area {
  background: rgba(0, 0, 0, 0) url("img/parallax.jpg") repeat fixed center center / cover ;
  margin-bottom: 60px;
  position: relative;
}
.bg-area::before {
  background: rgba(0, 0, 0, 0) url("img/grid.png") repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.bg-content {
  padding: 100px 0;
}
.bg-content h1 {
  color: #fff;
  font-size: 62px;
  line-height: 72px;
}
.bg-content p {
  color: #fbfbfb;
}
.bg-content a {
  border: 2px solid #EB3B60;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 12px 40px;
  text-transform: uppercase;
}
.bg-content a:hover{background:#EB3B60}
.latest-blog-area-2 {
  padding-top: 0;
}
.features-2 ul.tab-menu li {
  margin-left: 0;
}
/*------------------------
14. home 3
-------------------------  */
.box-page  .header-top-area {
  padding: 0 10px;
}
.box-page .container {
  width: 1200px;
}
.box-page .footer-top-area {
  padding: 50px 15px;
}
.box-page .footer-bottom-area {
  padding: 20px 15px;
}
/*--------------------------------
15. contact-area
---------------------------------- */
.contact-area {
  padding: 60px 0;
}
.map-area {
  padding-top: 60px;
}
.contact-info{}
.contact-info h3, .contact-form h3 {
  border-bottom: 2px solid #e8e8e9 !important;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.contact-info h3::before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.contact-info ul{}
.contact-info ul li {
  border-bottom: 1px solid #e8e8e9;
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.contact-info ul li i {
  font-size: 16px;
  margin-right: 5px;
  width: 20px;
}
.contact-info ul li a{}
.contact-form{}
.contact-form h3 {
  margin-bottom: 30px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 16px;
}
.contact-form textarea#message {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 180px;
  padding: 20px;
  width: 100%;
}
.contact-form input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-top: 16px;
}
.contact-form input[type="submit"]:hover {
  background: #EB3B60;
}
/*----------------------------------- 
16. shop-header-area
-------------------------------------*/
.shop-header-area {
  margin: 50px 0 70px;
  text-align: center;
  text-transform: uppercase;
}
.shop-header-title{}
.shop-header-title h1 {
  font-size: 70px;
}
.shop-header-title ul {
  border-bottom: 2px solid #252525;
  display: inline-block;
}
.shop-header-title ul li:first-child{padding:0}
.shop-header-title ul li {
  display: inline-block;
  padding-left: 40px;
}
.shop-header-title ul li a {
  display: block;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 6px;
}
.shop-header-title ul li a:hover{}
/*----------------------------------- 
17 shop-area
-------------------------------------*/
.shop-area {
  padding: 50px 0;
}
span.count{float:right}
.price_filter {
  padding-top: 13px;
}
.banner img {
  transition: all 0.3s ease 0s;
}
.banner:hover img {
  transform: scale(1.2);
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 9px;
  margin-bottom: 30px;
  margin-left: auto;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #eb3b60;
  border-radius: 50%;
  height: 21px;
  margin-top: -2px;
  width: 21px;
}
.price_filter .ui-slider-range {
  background: #eb3b60 none repeat scroll 0 0;
}
.price_slider_amount > input[type="text"] {
  border-color: #cccccc #ddd #cccccc #cccccc;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  float: right;
  font-weight: bold;
  height: 40px;
  letter-spacing: 3px;
  margin-left: 28px;
  text-align: center;
  width: 130px;
}
.price_slider_amount > input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border-color: #cccccc #cccccc #cccccc -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 0;
  color: #fff;
  float: left;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 400ms ease-out 0s;
  width: 85px;
}
.price_slider_amount > input[type="submit"]:hover {
  background: #eb3b60 none repeat scroll 0 0;
}
.shop-filter h2.shop-sidebar-title {
  margin: 0 0 20px;
}
.widget-search{}
.widget {
  float: left;
  margin: 0 0 25px;
  padding: 0 0 25px;
  width: 100%;
}
.widget:last-child{margin:0;padding:0}
h3.sidebar-title {
  border-bottom: 1px solid #e8e8e9;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.widget-categories{}
ul.sidebar-menu{}
ul.sidebar-menu li {
  border-bottom: 1px solid #e8e8e9;
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.sidebar-menu li a {
  text-transform: uppercase;
}
ul.sidebar-menu li a::before {
  color: #909295;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 10px;
}
ul.sidebar-menu li a:hover{}
.widget-recent{}
.widget-recent ul{}
.widget-recent ul li{
border-color: #e8e8e9;
border-image: none;
border-style: solid none none;
border-width: 1px medium medium;
line-height: 1.35;
margin: 15px 0 0;
padding: 15px 0 0;}
.widget-recent ul li:first-child{border: medium none;
margin: 0;
padding: 0;}
.widget-recent ul li .post-wrapper {
  overflow: hidden;
}
.widget-recent ul li .post-sidebar-img {
  float: left;
  margin-right: 5px;
  width: 60px;
}
.widget-recent ul li .post-sidebar-img a {
  border: 2px solid transparent;
  display: block;
}
.widget-recent ul li .post-sidebar-img a:hover{border: 2px solid #ec4445;
padding-left: 0;}
.widget-recent ul li .post-sidebar-img a img{}
.widget-recent ul li .post-sidebar-info{}
.widget-recent ul li .post-sidebar-info h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 5px;
}
.widget-recent ul li .post-sidebar-info h3 a{text-transform:uppercase}
.widget-recent ul li .r-post-date{}
.widget-tags{}
.widget-tags ul{}
.widget-tags ul li{display: inline-block;}
.widget-tags ul li a {
  border: 1px solid #ddd;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.banner {
  position: relative;
}
.widget-tags ul li a:hover{border-color:#EB3B60;background:#EB3B60;color:#fff}
.upcoming-pro {
  background: #eb3b60 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  line-height: normal;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.upcoming-pro .cdown{float:left;width:25%;text-align:center;border-left:1px solid}
.upcoming-pro .cdown:first-child{border:0}
.upcoming-pro .cdown p{margin:0;}
.shop-content{}
ul.shop-tab{}
ul.shop-tab li {
  float: left;
  margin-right: 15px;
}
ul.shop-tab li.active a{color:#EB3B60}
ul.shop-tab li a {
  font-size: 20px;
}
.show-result {
  float: left;
  margin-left: 15px;
}
.show-result > p {
  margin: 0;
  margin-top: 3px;
}
.toolbar-form{float:right}
.toolbar-form select {
  border: 1px solid #e8e8e9;
  color: #252525;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 25px;
  padding: 0 10px;
  text-transform: uppercase;
}
.shop-content .tab-content {
  clear: both;
  padding-top: 30px;
}
.shop-content .col-lg-4:nth-child(-n+6){margin-bottom: 35px;}
.shop-list .product-img {
  float: left;
  padding-right: 20px;
  width: 33.3333%;
}
.shop-list .product-info {
  width: 66.6667%;
}
.shop-list .product-action {
  margin-top: 20px;
  opacity: 1;
  position: inherit;
  text-align: left;
  overflow: hidden;
}
.shop-list .pro-button-top {
  opacity: 1;
  position: inherit;
  float:left
} 
.shop-list .pro-price {
  float: none;
}
.shop-list .pro-rating {
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop-list .pro-button-bottom {
  text-align: center;
  float: left;
  margin-left: 10px;
}
.shop-list .pro-button-bottom a {
  margin: 0;
}
.shop-list .product-info h3 {
  font-size: 23px;
  font-weight: 700;
}
.shop-list .col-md-12{margin-bottom:35px}
.shop-list .col-md-12:last-child{margin-bottom:0px}
.heading-banner {
  background: url(img/bg/camb.jpg);
}
.heading-banner-title {
  padding: 60px 0;
  text-align: center;
}
.heading-banner-title h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
/*-------------------------
18. single product
--------------------------- */
.single-product-area {
  padding: 60px 0;
}
.single-product-area .widget-icon {
  margin-top: 30px;
}
.single-product-area .widget-icon a{border:none}
.single-product-area .widget-icon a:nth-child(1){color:#fff;background:#3D57A3;}
.single-product-area .widget-icon a:nth-child(2){color:#fff;background:#00ACEE}
.single-product-area .widget-icon a:nth-child(3){color:#fff;background:#0077B5}
.single-product-area .widget-icon a:nth-child(4){color:#fff;background:#DD4C3F}
ul.single-product-tab {
  margin: 4px -2px 0;
}
ul.single-product-tab li {
  float: left;
  padding: 0 2px;
  width: 25%;
}
ul.single-product-tab li.active{}
ul.single-product-tab li a {
  display: block;
  position: relative;
}
ul.single-product-tab li.active a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-product-area .product-info {
  width: 100%;
}
.single-product-area .product-action form {
  float: left;
}
.single-product-area .product-action input {
  height: 35px;
  width: 66px;
  text-align: center;
  border: 1px solid #ddd;
}
.cart-plus-minus {
  position: relative;
  margin-right: 10px;
}
.cart-plus-minus div {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 2px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 13px;
}
.cart-plus-minus div.dec {
  top: 0;
}
.widget .single-product{overflow:hidden;margin-bottom:15px;}
.widget .single-product:last-child{margin-bottom:0px;}
.widget .product-img {
  width: 30%;
  float: left;
}
.widget .product-info {
  float: right;
  width: 70%;
  padding-left: 12px;
}
.widget .product-info h3 {
  font-size: 15px;
}
.widget .pro-price {
  font-size: 17px;
}
/*--------------------------
19. product-tabs
---------------------------- */
.product-tabs {
  overflow: hidden;
  margin: 60px 0;
}
.product-tab-desc > p {
  font-size: 14px;
}
.desc {
  font-size: 13px;
}
ul.pro-details-tab{}
ul.pro-details-tab li {
  float: left;
  margin-right: 15px;
}
ul.pro-details-tab li.active a {
  color: #EB3B60;
}
ul.pro-details-tab li a {
  font-size: 18px;
  font-weight: 700;
}
.product-tab-desc {
  border: 1px solid #e8e8e9;
  border-radius: 0;
  box-shadow: none;
  float: left;
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0 0;
  padding: 25px 20px;
  width: 100%;
}
.product-page-comments h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.product-comments{margin-bottom: 30px;}
.product-comments img {
  border: 1px solid #ddd;
  float: left;
}
.product-comments .product-comments-content {
  border: 1px solid #ddd;
  margin-left: 97px;
  padding: 10px;
  position: relative;
}
.product-comments .product-comments-content::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.product-comments .product-comments-content p{font-size: 16px;}
.product-comments .product-comments-content p strong {
  text-transform: uppercase;
}
.product-comments .product-comments-content span.pro-comments-rating{float: right;}
.review-form-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.review-form-wrapper input[type="text"], .review-form-wrapper input[type="email"] {
  border: 1px solid #e5e5e5;
  height: 35px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  width: 100%;
}
.review-form-wrapper input[type=email]{}
.review-form-wrapper input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  height: 38px;
  line-height: 40px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: auto;
}
.review-form-wrapper textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.review-form-wrapper input[type="submit"]:hover {
  background: #EB3B60;
}
.your-rating{}
.your-rating span{margin-right: 25px;}
.your-rating span a{}
.your-rating span a i {
  color: #666;
}
.your-rating span:hover a i{color: #EB3B60;}
.your-rating h5 {
  margin-bottom: 10px;
}
.shop-pagination {
  border-top: 1px solid #e8e8e9;
  margin-top: 50px;
}
.pagination {
  margin: 20px 0 0;

}
.pagination ul li {
  display: inline-block;
}
.pagination ul li.active {
  background: #EB3B60 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.pagination ul li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  color: #777;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 6px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.pagination ul li a:hover {
  border: 1px solid #EB3B60;
  color: #ec4445;
}
/*=========================== 
20. cart page
============================= */
.cart-main-area {
  padding: 60px 0;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  text-align: center;
  width: 60px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.table-content table td.product-name{width: 270px;}
.table-content table td.product-thumbnail{width: 130px;}
.table-content table td.product-remove i {
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.table-content table td.product-remove i:hover{color:#EC4445}
.table-content table td.product-quantity{width: 180px;}
.table-content table td.product-remove{width: 150px;}
.table-content table td.product-price{width: 130px;}
.table-content table td.product-name a:hover,.buttons-cart a:hover{color:#EC4445}
.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.buttons-cart input:hover, .coupon input[type="submit"]:hover, .buttons-cart a:hover {
  background: #eb3b60 none repeat scroll 0 0;
  color: #fff;
}
.buttons-cart a {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
}
.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.coupon input[type="text"] {
  border: 1px solid #e5e5e5;
  float: left;
  height: 40px;
  margin: 0 6px 20px 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 170px;
}
.coupon input[type=submit]{}
.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}
.cart_totals h2 {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}
.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}
.cart_totals table td{border: medium none;
padding: 0 0 12px;
vertical-align: top;}
.cart_totals table{}
.cart_totals table td .amount {
  color: #eb3b60;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}
.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}
a.shipping-calculator-button {
  color: #6f6f6f;
  font-weight: bold;
}
a.shipping-calculator-button:hover {
  color: #eb3b60;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.wc-proceed-to-checkout a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: uppercase;
}
.wc-proceed-to-checkout a:hover {
  background: #eb3b60 none repeat scroll 0 0;
}
/*---------------------------
21. checkout page
----------------------------- */
.coupon-area {
  padding: 60px 0 35px;
}
.coupon-accordion{}
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #eb3b60;
  color: #515151;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  cursor: pointer;color: #6f6f6f;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: #eb3b60;
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text{margin-bottom:15px}
.coupon-info p{margin-bottom:0}
.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{display: block;}
.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{
color: red;
font-weight: 700;}
.coupon-info p.form-row-first input,.coupon-info p.form-row-last input{border: 1px solid #e5e5e5;
height: 36px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 370px;}
.coupon-info p.form-row-last{}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: #eb3b60 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.form-row > label {
  margin-top: 7px;
}
p.lost-password{
margin-top: 15px;}
p.lost-password a{color: #6f6f6f;}
p.checkout-coupon{}
p.checkout-coupon input[type=text]{height: 36px;
padding-left: 10px;
width: 170px;}
p.checkout-coupon input[type=submit]{background: #333 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
height: 36px;
margin-left: 6px;
padding: 5px 10px;transition: all 0.3s ease 0s;}
.coupon-checkout-content {
  display:none;
}
.checkout-area {
  padding-bottom: 30px;
}
.checkbox-form{}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.country-select{margin-bottom: 30px;
position: relative;}
.country-select label, .checkout-form-list label {
  color: #333;
  display: block;
  margin: 0 0 5px;
}
.country-select label span.required,.checkout-form-list label span.required{color:red}
.country-select select{
-moz-appearance: none !important;
appearance: none !important;
border: 1px solid #ddd;
height: 32px;
padding-left: 10px;
width: 100%;}
.country-select::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 27px;
}

.header-select{
	/*margin: 35px 15px 0px -10px;*/
	position: relative;
  /*max-width: 270px;*/
}
.header-select label, .checkout-form-list label {
  color: #333;
  display: block;
  margin: 0 0 5px;
}
.header-select label span.required,.checkout-form-list label span.required{color:red}
.header-select select,
.selectCine {
border: 1px solid #ddd;
height: 35px;
padding-left: 10px;
width: 100%;
border-radius: 5px;
background-color: #ffed00;
-webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
-moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
font-size: 14px;
}
.header-select::before {
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 27px;
}
.header-select option{
background:#ffffff
}
.header-suscription{
color:#270A4D;
line-height: normal;
}
.header-suscription label{
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}
.header-suscription  input[type="email"],input[type="text"],input[type="password"]{
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #B9B9B9;
  outline: 0;    
  font-size: 14px;
  font-weight: 600;
}
.header-suscription  button[type="submit"]{
  border-radius: 5px;
  background-color: #ffed00;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  height:35px;
}
.header-suscription  button[type="submit"]:hover{
background-color: #C587E6;
color:#ffed00;
}
.checkout-form-list{margin-bottom: 30px;}
.checkout-form-list label{color: #333;}
.checkout-form-list label span.required{}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  padding: 0 0 0 10px;
  width: 100%;
}
.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.create-acc label {
  color: #333;
  display: inline-block;
}
.checkout-form-list input[type=password]{}
.create-account{display:none}
.ship-different-title{}
.ship-different-title h3 label{display: inline-block;
margin-right: 20px;}
.ship-different-title input{}
.order-notes{}
.order-notes textarea{height: 90px;
padding: 15px;width:100%}
#ship-box-info{display:none}

.your-order{background: #f2f2f2 none repeat scroll 0 0;
padding: 30px 40px 45px;}
.your-order h3{border-bottom: 1px solid #d8d8d8;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
text-transform: uppercase;
width: 100%;}
.your-order-table table{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
width: 100%;}
.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.your-order-table table th{border-top: medium none;
font-family: Montserrat,Arial,Helvetica,sans-serif;
font-weight: normal;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
width: 250px;}
.your-order-table table .shipping ul li input{position: relative;
top: 2px;}
.your-order-table table .shipping  th{vertical-align: top;}
.your-order-table table .order-total th{border-bottom: medium none;
font-size: 18px;}
.your-order-table table .order-total td{border-bottom: medium none;}
.your-order-table table tr.cart_item:hover{background:#F9F9F9}
.your-order-table table tr.order-total td span {
  color: #eb3b60;
  font-size: 20px;
}
.your-order-table table{}
.payment-method {
  margin-top: 40px;
}
.panel-title > a {
  display: block;
}
.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover{background:#EB3B60}
/*----------------------------------- 
22. wishlist-area
-------------------------------------*/
.wishlist-area {
  padding: 60px 0;
}
.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  width: 100%;
}
.wishlist-table table th {
  font-weight: 600;
}
.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table .product-remove > a {
  font-size: 25px;
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.wishlist-table table td.product-price .amount {
  font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
  color: #eb3b60;
}
.wishlist-table table .product-add-to-cart > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 180px;
}
.wishlist-table table .product-add-to-cart > a:hover {
  background: #eb3b60 none repeat scroll 0 0;
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-share {
  margin-bottom: 35px;
  margin-top: 20px;
}
.wishlist-share ul li {
  display: inline-block;
  height: 21px;
  margin-left: 0;
  margin-right: 0;
}
.wishlist-share ul li a{background-position: left top;
border: medium none;
display: inline-block;
height: 21px;
width: 21px;}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a:hover{background-position: left bottom;}
/*----------------------------------- 
23. my-account-area
-------------------------------------*/
.my-account-area {
  padding: 60px 0;
}
.form-fields {
  border-color: #e8e8e9;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  float: left;
  padding: 20px 25px;
  width: 100%;
}
.form-fields h2 {
  border-bottom: 1px solid #e8e8e9;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.form-fields p{}
.form-fields p label {
  display: block;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
}
.form-fields p label span.required{}
.form-fields p input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  border-radius: 0;
  height: 32px;
  padding: 0 0 0 10px;
  width: 100%;
}
.form-action {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  float: left;
  padding: 15px 10px;
  width: 100%;
}
.form-action p.lost_password {
  float: left;
  line-height: 36px;
  margin: 0;
}
.form-action input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: right;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.form-action input[type="submit"]:hover {
  background: #eb3b60 none repeat scroll 0 0;
}
.form-action label {
  float: right;
  font-weight: normal;
  line-height: 36px;
  margin: 0 20px 0 0;
}
.form-action label input {
  margin-right: 3px;
  margin-top: 0;
  position: relative;
  top: 2px;
}
/*------------------------------
24. blog-area
 -------------------------------*/
.blog-area {
  padding: 60px 0;
}
.readmore {
  background: #222;
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.readmore:hover{background:#EB3B60;color:#fff}
.blog-area .single-latest-blog {
  margin-bottom: 40px;
}
.blog-area .single-latest-blog:last-child{margin:0!important}
.blog-gallery.owl-theme .owl-controls .owl-buttons div {
  left: 0;
  background: #F2F2F2;
}
.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0;
}
.blog-gallery{}
.blog-gallery a:before{display:none}
.blog-gallery a:after{display:none}
blockquote {
  background: #ededed none repeat scroll 0 0;
  border-left: 5px solid #EB3B60;
  font-size: 14px;
  font-style: italic;
  margin: 20px 40px;
  padding: 20px;
}
.blog-details-area {
  padding-bottom: 0;
}
.blog-details-area .latest-blog-content > p {
  margin-bottom: 10px;
}
.social-sharing {
  border: 1px solid #e8e8e9;
  float: left;
  margin: 30px 0;
  padding: 10px;
  width: 100%;
}
 .social-sharing h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #909295;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 20px 0 0;
  text-transform: none;
  width: auto;
}
.sharing-icon {
  float: right;
}
.social-sharing .sharing-icon a {
  display: inline-block;
}
.social-sharing .sharing-icon a i {
  border: 1px solid #e8e8e9;
  color: #909295;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.social-sharing .sharing-icon a i.fa-facebook:hover {
  background: #3b579d none repeat scroll 0 0;
  border: 1px solid #3b579d;
}
.social-sharing .sharing-icon a i.fa-twitter:hover {
  background: #3acaff;
  border: 1px solid #3acaff;
}
.social-sharing .sharing-icon a i.fa-pinterest:hover {
  background: #CB2027;
  border: 1px solid #CB2027;
}
.social-sharing .sharing-icon a i.fa-google-plus:hover {
  background: #D11717;
  border: 1px solid #D11717;
}
.social-sharing .sharing-icon a i.fa-linkedin:hover {
  background: #0097BD;
  border: 1px solid #0097BD;
}
.social-sharing .sharing-icon a i:hover {
  color:#fff;
}
.author-avatar {
  float: left;
  margin-right: 10px;
}
.author-description {
  margin-top: 5px;
  margin-left: 95px;
}
.author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}
.author-info {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 15px;
  width: 100%;
  margin-bottom: 22px;
}
.single-post-comments {
  margin-bottom: 60px;
  max-width: 100%;
}
.comments-heading h3,h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.comments-list ul li{margin-bottom: 25px;}
.comments-list-img{float: left;
margin-right: 15px;}
.comments-list-img img {
  width: 50px;
  border: 1px solid #ddd;
}
.comments-content-wrap{border: 1px solid #ddd;
color: #42414f;
font-size: 12px;
line-height: 1;
margin: 0 0 15px 63px;
padding: 10px;
position: relative;}
.comments-content-wrap:before{background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #ececec;
border-left: 1px solid #ececec;
content: "";
display: block;
height: 10px;
left: -5px;
position: absolute;
top: 10px;
transform: rotate(45deg);
width: 10px;}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
  color: #444;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
  margin-top: 60px;
}
span.email-notes{color: #42414f;
display: block;
font-size: 12px;
margin-bottom: 10px;}
.comment-respond p{margin-bottom: 5px;}
.comment-respond input[type=text],.comment-respond input[type=email]{background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
height: 32px;
margin-bottom: 15px;
padding: 0 0 0 10px;
width: 100%;}
.comment-respond textarea#message{background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
max-width: 100%;
padding: 10px;height: 130px;
width: 100%;}
.comment-respond input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.comment-respond input[type="submit"]:hover {
  background: #EB3B60;
}
.about-us-area {
  padding: 60px 0;
}
.about-img{}
.about-img img{}
.about-text{}
.about-text h2 {
  margin: 10px 0;
  text-transform: uppercase;
}
.about-text h2 span{color:#EB3B60}
.about-text p{font-size: 13px;
line-height: 20px;
margin-bottom: 20px;}
.about-counter-area {
  background: rgba(0, 0, 0, 0) url("img/about/about-bg.jpg") no-repeat fixed center center / cover ;
  padding: 120px 0;
}
.single-counter {
  text-align: center;
}
.single-counter i {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.56);
  color: #fff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  width: 80px;
}
.single-counter i:hover{box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);}
.single-counter h3 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 12px 0;
}
.single-counter p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.about-service-area {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 60px 0;
}
.about-team-area{padding:80px 0}
.single-about-team {
  background: #eeeeee none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
.single-about-team:hover {background:#EB3B60;color:#fff}
.single-about-team:hover .about-team-info h3{color:#fff}
.about-team-img {
  text-align: center;
}
.about-team-img img {
  width: 100%;
}
.about-team-info {
  padding: 10px;
}
.about-team-info h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.about-team-info p {
  margin: 0;
}
h1.thank-you {
  color: green;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.button-banner-trailer{
background:#1c003b;font-size:11px; text-align:left !important; padding: 8px 20px;font-weight:bold; color:#f3e900 !important; border: 1px solid #f3e900; text-transform:uppercase; line-height:11px;;height:30px;
-webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
-moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
}
.button-banner-trailer:hover{
color:#1c003b !important;background:#f3e900;
}
.button-banner-ticket{
background:#f3e900;font-size:11px; text-align:left !important; padding: 8px 20px;font-weight:800; color:#1c003b !important; border: 1px solid #f3e900;text-transform:uppercase; line-height:11px;height:30px;
-webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
-moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
}
.button-banner-ticket:hover{
color:#f3e900 !important;background:#1c003b;
}

.background-estreno{
	/*padding-top: 30px;*/
  padding-bottom: 30px;
  background: #feec00;
}
.background-estreno h4{
	color:#1c003b;
	/*font-size:24px !important;*/
}

.background-cinemas{
}
.background-cinemas h4{
	color:#1c003b;
	/*font-size:24px !important;*/
}

.header-title-cine{
	width: 100%;
    position: relative;
    height: 200px;
	background: #feec00;
	height: auto;
}

.background-cinemas .marg-title{
  margin: 60px 0;
}
.background-cinemas .marg-title h2{
  font-weight: bold;
  font-size: 36px;
}

.list-cinemas{
	
}

.list-cinemas .list-cinema{
	margin: 0 40px;
}

.sinopsis{
  /*  color: #777;
	font-size: 13px;
	padding-left: 40px;*/
}

.sinopsis h5, h6{
    color: #666;
	font-weight: bold;
}

.sinopsis .time{
    color: red;
	font-weight: bold;
	text-decoration: underline;
}

.sinopsis .clasificacion  button{
pointer-events: none; border-radius: 5px;background-color: #000; color:#fff; border: 1px solid #ddd; font-size: 11px; -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);-moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);width: 100%;height:30px;
}


.sinopsis .ver  button{
border-radius: 5px;background-color: #337ab7; color:#fff; border: 1px solid #ddd; font-size: 11px; -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);-moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);width: 100%;height:30px;
}

.sinopsis .ver  button:hover{
background-color: #feec00;
color:#000;
}

.sinopsis .ver span{padding-right: 10px;}


.cartel {
	width: 215px;
	height: 330px;
	min-width: 215px;
	min-height: 330px;
	/*background: url(movie-shadow.png) no-repeat bottom right;*/
	-webkit-box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
}

.justificado {
	text-align:left;
	font-size: 15px;
}

.selectCine{
	/*border: 1px solid #ddd;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #1c003b;
	color: #f3e900;*/
}

.formBoletos{
	display: block;
	font-size: 14px;
}

.flex{
	display: flex;
}

.selectorBoletos{
	width: 100px;
	height:25px;
	margin-left: 10px;
}

.inputBoletos{
	/*width: 400px !important;
	height: 30px;
	padding: 5px;
	margin: 10px;
	font-size: 16px !important;
	font-weight: 800;*/
}

.enviar {
	width: 300px;
	height: 40px;
	padding: 8px;
	margin: 10px;
	background-color: #1c003b;
	color: #f3e900;
	font-size: 14px !important;
	float: right;
	text-align: center;
}

.underline{
	text-decoration: underline !important;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.banners > DIV {
	/*border-top: 1px solid #c7c7c7*/
	display: block;
	margin-left: auto;
    margin-right: auto;
	background: white !important;
	text-align: center !important;
	margin: 5px;
	padding: 5px;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.banners > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.banners UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
}

.banners LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 10px 0 0;
	display: inline-block;
}

.banners A {
	color: #ccc;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}

.banners LI:hover {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
}

.banners LI:hover A {
	color: white;
}

.gestor{
	width:60%;
	display: flex;
	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom: outset #f6f6f6;

}
.gestor>img{
	margin-left: auto;
    margin-right: auto;
	margin: 5px;
	padding: 5px;
	width:300px !important;
	height:100px !important;
}

.gestor>input{
	width:120px;
	height: 30px;
	margin: 5px;
	padding: 5px;
}

.nombreimagen{
	width:200px;
	height:30px;
	margin: 5px;
	padding: 5px;
	font-size:14px;
}
.inputFile{
	width:50%;
	margin-left: auto;
    margin-right: auto;
}

.centrar{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.centrado{
	text-align: center;
}
.derecha {
	float: right;
}
.izquierda {
	float: left;
}
header .logo {	
	margin: 20px 0px 20px 0px;
}
header .logo img {
    max-width: 198px;
    width: 100%;
}

.main-menu{
	margin:10px 10px 0px 0px;
}
.titulo{
	font-size: 20px;
  color: #0f3dbd;
  font-weight: 700;
}

.abajo{
	font-size:10px !important;
}
.product-curosel{
	/*padding-left: 50px !important;*/
}
.background-cinemas h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    padding: 0px 15px;
}
h4.subtitle {
  font-size: 30px;
  font-weight: 900;
  padding: 10px 30px;
  margin-top: 20px;
}
.step {
  margin-bottom: 50px;
  border: 2px solid #9a9a9a;
  background: white;
  color: #9a9a9a;
  border-radius: 50%;
  font-size: 16px;
}
.step.active {
  margin-bottom: 50px;
  background: #9a9a9a;
  border-radius: 50%;
  font-size: 17px;
  color: #FFF;
  border: none;
}
.compra .text {
  padding: 0px 50px 0px 10px;
  background: #FFF;
  color: #9a9a9a;
  font-size: 17px;
}
.compra .line-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 20px;
  top: 50%;
  background: #d6d6d6;
  z-index: -9;
}
.compra {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
#datos-tickets .inputUser {
  background: #f0f0f0;
  border: 2px solid #ddd;
  padding: 7px 10px;
  display: block;
  border-radius: 5px;
  font-size: 14px;
}
#datos-tickets span.label {
  color: #000;
  font-size: 13px;
  padding: 10px 0px;
  display: block;
  text-align: left;
  font-weight: 400;
}
.col-sm-3.user input {
  max-width: 80%;      
}
#datos-tickets .col-sm-3.total span.label {
  text-align: right;
}
#datos-tickets .selectorHorarios,
#datos-tickets .selectorBoletos,
#datos-tickets .selectorFechas {
  border: 1px solid #ddd;
  height: auto;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #ffed00;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
  width: 100%;
  margin-left: 0px;
}
.col-sm-3.total {
  text-align: right;
}
.total .col-sm-7, 
.total .col-sm-5 {
  font-size: 17px;
}
.total .cantBoletos {
  padding: 0px;
}
.total .precio_total {
  padding-right: 0px;
  color: #0038bd;
  font-weight: 900;
}
.total .forma_pago,
.total .terminos {
  padding-left: 0px;
  padding-right: 0px;
}
.btn-elige-cine {
  position: relative;
  display: inline-block;    
  margin-top: 10px;
}
.total .forma_pago .btn,
.enviar,
.btn-elige-cine a {
  background: #3f0083;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 13px;
  font-family: 'RidleyGrotesk', sans-serif;
  font-weight: 600;
  padding: 7px 10px;
  width: 100%;
  text-transform: uppercase;
  max-width: 300px;
}
.btn-elige-cine a {
  font-size: 12px;
}
.btn-blue {
  background: #0035b5;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
  width: 100%;
  text-transform: uppercase;
  max-width: 300px;
}
.total .col-sm-5, 
.total .col-sm-7, 
.total .col-sm-12 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.total .terminos {
  text-align: left;
  padding-top: 10px;
}
.total .terminos #acepto {
  vertical-align: middle;
  margin: 5px 5px 5px 0px;
}
.movie-poster {
  width: 12.6666667%;
  padding-top: 10px;
  padding-right: 5px;
}
.movie-poster img {
  /*max-width: 100px;*/
}
.movie-name {
  width: 20.6666667%;
  color: #0038bd;
  font-weight: 900; 
  padding-top: 5px;
  font-size: 21px;
}
#datos-tickets .user .label {
  padding: 14px 0px 13px;
}
#datos-tickets .user .label.nombre {
  padding-top: 10px;
}
#datos-tickets .time .label {
  padding-bottom: 15px;
  white-space: normal;
}
.steps .col-sm-5 {
  width: 47.6666667%;
}
.steps .col-sm-3 {
  width: 18.333333%;
}
.steps .col-sm-3 .text {
  padding-right: 0px;
}
h4.espere b {
  color: #0038bd;
  font-weight: 900;
}
.blue {
  color: #0038bd;
  font-weight: 900;
}
.red {
  color: rgb(208, 2, 27);
}
#confirmacion .blue {
  font-size: 20px;
}
.loader {
padding: 30px 0px;
}
.aceptado img {
  padding: 20px;
}
.imprimir .fa-print {
  margin-right: 10px;
}
#informacion {
  float: left;
  width: 100%;
}
#informacion > h4 {
  margin-bottom: 50px;
}
#informacion .poster img {
  max-width: 200px;
  width: calc(100% - 15px);
}
#informacion .info {
  padding-left: 0px;
}
#informacion .sala {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
#informacion .funcion .idioma {
  text-transform: uppercase;
}
#informacion .clasificacion label {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
}
#informacion .clasificacion span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: inline-block;
  background: rgb(0, 0, 0);
  padding: 2px 8px;
  border-radius: 5px;
}
#informacion .funcion, #informacion .total-pagar {
  padding: 15px 0px;
}
#informacion .asientos .asiento-img, 
#informacion .asientos .lista-asientos {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px 0px;
}
#informacion .asientos .lista-asientos {
  padding-left: 5px;
}
#informacion .total-pagar span:first-child {
  padding-right: 10px;
}
#informacion .pagar label {
  font-weight: normal;
  font-size: 11px;
}
#informacion .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
#informacion .buttons a.pagar {

}
#informacion .buttons a.cancelar {
  background: #848485;
  box-shadow: none;
  margin-left: 10px;
}
#informacion .buttons a {
  background: #3f0083;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 13px;
  font-family: 'RidleyGrotesk', sans-serif;
  font-weight: 600;
  padding: 7px 10px;
  text-transform: uppercase;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#confirmacion .code p {
  font-size: 13px;
  margin: 10px 0px;
}
#confirmacion .code p a {
  color: red;
  text-decoration: underline;
}
#confirmacion .poster img {
  width: 100%;
  max-width: 120px;
}
#confirmacion .movie {
  padding-top: 15px;
}
#confirmacion .movie-data h1 {
  color: #0038bd;
  font-weight: 900;
  line-height: normal;
  font-size: 21px;
  margin-top: 0px;
}
#confirmacion .movie-data p {
  margin-bottom: 0px;
  font-size: 14px;
}
#confirmacion p.red {
  color: #F00;
  font-size: 13px;
  padding: 10px 0px;
  margin-top: 10px;
}
.btn-blue.imprimir {
  margin-top: 30px;
}
#flashMessage {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 18px;
}
.main-menu ul li.cartelera a {
    padding-left: 10px;
}
.background-cinemas h2 {
  text-transform: uppercase;
}
#cartelera .pelicula {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ddd;
}
h1, 
#cartelera h1 {
  font-size: 25px;
  margin-top: 30px;
}
#cartelera h1 span {
  padding-right: 10px;
}
#cartelera:not(.home) .poster-col {
  width: 21%;
}
#cartelera .info-col {
  width: 79%;
}
#cartelera h2 {
  font-size: 19px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.lista-horarios h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
#cartelera .sinopsis p {
    font-size: 14px;
}
#cartelera .clasificacion span,
#cartelera .duracion div {
  background: #000;
  color: #FFF;
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}
#cartelera .duracion span {
    font-size: 19px;
}
#cartelera .clasificacion span {
    font-size: 19px;
}
#cartelera .clasificacion label,
#cartelera .duracion label {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
}
#cartelera .ver-trailer a span {
  padding-right: 6px;
}
#cartelera .ver-trailer a:not(.buy-ticket) {
  background: #0038bb;
  color: #FFF;
  padding: 7px 8px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 18px;
  display: inline-block;

  background: #000;
}
#cartelera .horarios {
  padding-top: 60px;
}
.lista-horarios .hora {
  position: relative;
}
.lista-horarios .hora a {
  color: #d0021b;
  font-size: 19px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.lista-horarios .hora span {
  font-size: 19px;
  color: #AAA;
}
.lista-horarios .hora label {
  position: absolute;
  top: -20px;
  left: 0px;
  color: #0038bb;
  font-size: 14px;
  opacity: 0;
  z-index: -9;
  line-height: normal;
  text-transform: uppercase;
  max-width: 80px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #FFF;
  padding: 0px 10px;
}
.lista-horarios .hora.active:hover label {
  left: 115px;  
  opacity: 1;
  z-index: 9;
}
.lista-horarios .hora.active:hover a {
  color: #FFF;
}
.lista-horarios .hora a {
  color: #d0021b;
  transition: none;
  z-index: 99;

  /* pointer-events: none;
  cursor: default; */
}
.lista-horarios .idioma {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.lista-horarios .hora-sala {
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  display: inline-block;
  margin-right: -4px;
}
.lista-horarios .hora:hover a {
  background: #d0021b;
  color: #FFF;
  border-radius: 4px;
  padding: 2px 6px;
}
#cartelera .nombre {
  font-size: 20px;
  color: #0f3dbd;
  font-weight: 700;
  margin: 35px 0px;
  font-family: 'Lato', sans-serif;
}
#cartelera .links a,
.cartelera.home .trailer a,
.cartelera.home .tickets a {
  color: #9b9b9b;
  font-size: 11px;
}
#cartelera .links .tickets {
  padding-left: 0px;
  padding-right: 0px;
}
#cartelera .links a span {
  padding-right: 5px;
}
#cartelera.pelicula .nombre {
  margin-top: 0px;
  margin-bottom: 25px;
}
#cartelera.pelicula .selectCine {    
  max-width: 180px;
}
#cartelera .ver-trailer.gray a {
  background: #e9e6ec;
  color: #000;
  padding: 7px 28px;
  width: 100%;
  max-width: 170px;
  text-align: center;
  border: 1px solid #000;
  margin-top: 0px;
}
#cartelera.pelicula h1 {
  font-size: 26px;
  margin: 40px 0px;
}
#cartelera.pelicula .row.sinopsis {
  padding-top: 35px;
}
#cartelera.pelicula .buttons {
  padding-top: 20px;
}
#cartelera.pelicula .video-trailer {
  padding-top: 40px;
}
#cartelera:not(.home) .cartel {
  width: auto;
  height: auto;
}
#cartelera .ver-trailer .buy-ticket {
  display: block;
  padding: 10px 0px;
  margin: 20px 0px;
  font-size: 20px;
  background: #3f0083;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
  width: 100%;
  text-transform: uppercase;
  max-width: 300px;
  display: block;
  margin: 20px auto;
}
#cartelera .fecha-estreno {
  font-size: 15px;
  color: #9b9b9b;
  font-weight: 600;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}
footer .main-menu ul li a {
  color: #aaa;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
footer .main-menu ul li.riocard a {
font-weight: 700;
color: #000;
}
footer .header-select {
  display: inline-block;
}
footer .main-menu ul li {
  float: none;
  display: inline-block;
  margin-right: -4px;
}
footer .main-menu {
  margin: 30px 0px;
}
.pagos.boletos footer .select-cines, 
.pagos.boletos footer .logo {
    display: none;
}

#cartelera.home .nombre {
  font-size: 20px;
  color: #0f3dbd;
  font-weight: 700;
  margin: 35px 0px 5px;
  min-height: 44px;
  font-family: 'Lato', sans-serif;
}
#cartelera.home .poster-col {
  margin-bottom: 40px;
}
footer {
  margin-top: 40px;
}
.promocion {
  -webkit-box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
  box-shadow: -1px 15px 44px -6px rgba(0,0,0,0.75);
  overflow: hidden;
}
.imprimir-p {
  padding-top: 30px;
}
.promo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.imprimir-promo .fa {
  padding-right: 10px;
}
#promociones h5 {
  font-size: 19px;
}
#promociones h1 {
  margin-top: 30px;
}
.pagar span {
  padding: 10px;
  display: block;
}
.pagar .enviar {
  float: none;
  display: block;
  margin: 0 auto;
}
form#elige-cine {
    float: left;
    width: 100%;
    margin-top: 18px;
}
#elige-cine .ver-trailer, 
#elige-cine .elige-cine, 
#elige-cine .tickets {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}
.bx-wrapper img {
  width: 100%;
}
.bx-wrapper {
  border: none;
}
.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  text-align: right;
  right: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  background: transparent;
  border: 3px solid #FFF;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}
.bx-wrapper {
  margin-bottom: 0px;
}
.bx-wrapper .bx-controls-direction a {
  transition: none;
}
footer .main-menu ul li ul {
  bottom: 50px;
  top: auto;
}
footer .main-menu ul li:hover ul {
  top: auto;
}
#cartelera .links {
  display: none;
}
#elige-cine .ver-trailer {
  display: none;
}
#cartelera.pelicula .selectCine {
  max-width: 100%;
  background: #ffed00 url(../img/cine-icon.png) no-repeat 7px 6px;  
  text-indent: 25px;
  font-family: 'RidleyGrotesk-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
#elige-cine .tickets {
  text-align: center;
}
#elige-cine .tickets a {
  font-size: 20px;
  background: #3f0083;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
  width: 100%;
  text-transform: uppercase;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.estrenos-carousel .bx-wrapper {
  margin: 0 auto;
  background: none;
  box-shadow: none;
  max-width: 95% !important;
}
.estrenos-carousel {
  overflow: hidden;
}
.estrenos-carousel .bx-viewport {
  overflow: visible !important;
}
.estrenos-carousel .bx-wrapper .bx-pager, 
.estrenos-carousel .bx-wrapper .bx-controls-auto {
  bottom: 0px;
  text-align: center;
}
.estrenos-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  border: 3px solid #666;
}
.estrenos-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.estrenos-carousel .bx-wrapper .bx-pager.bx-default-pager a.active, 
.estrenos-carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}
.estrenos {
  margin-bottom: 30px;
}
.icon-title {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.estrenos-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/estrenos-icon.png') no-repeat;
  top: 1px;
  left: 0;
  position: absolute;
}
.cartelera-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/muy-pronto-icon.png') no-repeat;
  top: 2px;
  left: 0;
  position: absolute;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'RidleyGrotesk-Bold', sans-serif;
}
#terminos p {
    white-space: pre-line;
}
.pelicula #qtyfechas {
  border: 1px solid #ddd;
  height: auto;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #ffed00;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.18);
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
  width: 100%;
  max-width: 260px;
  margin-left: 0px;
}
#asientos #formAsientos {
  text-align: center;
  /*max-width: 920px;
  margin: 0 auto;
  float: none;*/
}
#asientos .filas {
  width: 930px;
  margin: 0 auto;
}
#asientos .fila {
  text-align: center;
  display: block;
}
#asientos .letra-fila {
  display: inline-block;
  padding: 0px 5px;
  font-weight: 600;
}
#asientos .parte h4 {
  vertical-align: middle;
  margin: 0px;
}
#asientos .parte {
  display: block;
  padding: 20px;
  position: relative;
  max-width: 930px;
  margin: 0 auto;
}
#asientos .parte.parte-alta {
  margin-bottom: 20px;
}
#asientos .asiento {
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url(/img/disponible.png) 3px 6px no-repeat;
  background-size: 25px auto;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 10px 0px;
  color: #8e8e8e;
  cursor: pointer;
}
#asientos .asiento.seleccionado {
  background: url(/img/seleccionado.png) 3px 6px no-repeat;
  background-size: 25px auto;
}
#asientos .asiento.no-disponible {
  background: url(/img/no-disponible.png) 3px 6px no-repeat;
  background-size: 25px auto;
}
#asientos .parte.parte-alta:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 95%;
  height: 2px;
  background: #9c9c9c;
  margin: 0 auto;
}
#asientos .fila-atras .fila:nth-child(odd) {
  float: left;
  clear: both;
}
#asientos .fila-atras .fila:nth-child(even) {
  float: right;
}
#asientos #formAsientos > .fila {
  width: 100%;
  width: 930px;
}
#asientos .fila-atras {
  position: relative;
  width: 100%;
  margin-top: 60px;
  width: 930px;
  float: none;
  margin: 0 auto;
}
#asientos .fila-atras .fila:nth-child(even) .letra-fila.left {
  display: none;
}
#asientos .fila-atras .fila:nth-child(odd) .letra-fila.right {
  display: none;
}
#asientos .tipos-asientos {
  margin: 0 auto;
  display: block;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
  width: 100%;
  text-align: center;
  padding: 25px 0px;
}
#asientos .tipos-asientos .tipo {
  display: inline-block;
  float: none;
  width: auto;
}
#asientos .tipos-asientos .tipo .img, 
#asientos .tipos-asientos .tipo span {
  display: inline-block;
  padding: 0px 5px;
  vertical-align: middle;
}
#asientos .pantalla {
  width: 100%;
  max-width: 930px;
  float: none;
  margin: 30px auto;
  background: #888585;
  color: #FFF;
  padding: 5px;
  font-size: 18px;
  line-height: normal;
}
#asientos .cine-4.sala-01 .fila-atras,
#asientos .cine-4.sala-02 .fila-atras {
  margin-top: 60px;
  /*max-width: 100%;*/
}
#asientos .cine-4.sala-03 .fila-atras,
#asientos .cine-4.sala-04 .fila-atras {
  margin-top: -65px;
}
#asientos .countdown .timer {
  font-size: 50px;
  font-weight: 600;
}
#asientos .countdown .timer .jst-hours {
  float: left;
  display: none;
}
#asientos .countdown .timer .jst-minutes {
  float: left;
}
#asientos .countdown .timer .jst-seconds {
  float: left;
}
#asientos .countdown .timer .jst-clearDiv {
  clear: both;
}
#asientos .countdown .timer .jst-timeout {
  color: red;
}
#asientos .is-complete {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
#asientos .tiempo-texto .text {
  font-size: 20px;
  line-height: normal;
}
#asientos h2 {
  margin: 0px;
}
#asientos .button {
  float: right;
  margin-top: 30px;
  clear: both;
}
#asientos .button .btn-continuar {
  font-size: 20px;
  background: #3f0083;
  color: #FFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  box-shadow: inset 1px -36px 20px -24px rgba(0,0,0,0.5);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 30px;
  width: 100%;
  text-transform: uppercase;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.middle {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
#asientos .cine-4.sala-02 .fila-F {
    padding-left: 65px;
}
#asientos .cine-4.sala-04 .fila-F {
    padding-right: 32px;
}
#asientos .cine-6 .filas {
  width: 1110px;
}
#asientos .cine-6 .fila-atras {
  width: 1110px;
  margin-top: -64px;
}
#asientos .cine-6.sala-02 .filas, 
#asientos .cine-6.sala-03 .filas,
#asientos .cine-6.sala-04 .filas {
  width: 815px;
}
#asientos .cine-6.sala-02 .fila-atras, 
#asientos .cine-6.sala-03 .fila-atras,
#asientos .cine-6.sala-04 .fila-atras {
  width: 815px;
  margin-top: -30px;
}

#asientos .cine-7.sala-01 .fila-M, #asientos .cine-7.sala-02 .fila-M{
	margin-left: 34px;
}

#asientos .cine-7.sala-03 .fila-M, #asientos .cine-7.sala-04 .fila-M{
	margin-left: 0px;
}

#asientos .cine-10 .fila-atras{
	position:relative;
	bottom:95px;
	right:90px;
	width:150px;
	margin:0;
}

#asientos .cine-10.sala-02 .fila-atras{
	left: -15px;
}

#asientos .cine-10.sala-03 .fila-atras{
	left:20px;
}
#asientos .cine-10 .parte-alta{
	display:none;
}
#asientos .cine-7 .fila-A{
	margin-right: 33px;
}

#asientos .cine-10.sala-01 .fila-atras .fila-AA:first-child, #asientos .cine-10.sala-02 .fila-atras .fila-AA:first-child{ 
	position: absolute;
	right: 3px;
	top: -31px;
}

#asientos .cine-10.sala-01 .fila-atras{
	float: right;
    right: 0;
    bottom: 64px;
}

#asientos .cine-10.sala-02 .fila-atras{
	bottom:64px !important; 
}

#asientos .cine-10.sala-01 .fila-atras .fila-AA:nth-child(3), #asientos .cine-10.sala-02 .fila-atras .fila-AA:first-child .letra-fila, #asientos .cine-10.sala-02 .fila-atras .fila-AA:nth-child(3), #asientos .cine-10.sala-01 .fila-atras .fila-AA:first-child .letra-fila{ 
	float: right !important;
}

#asientos .cine-10.sala-03 .fila-atras .fila-AA:nth-child(2), #asientos .cine-10.sala-03 .fila-atras .fila-AA:nth-child(2) .letra-fila{
	float: left !important;
}

@media (max-width: 1280px) {
  .slider-pro img.sp-image, 
  .slider-pro img.sp-thumbnail {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px !important;
  }
  .sp-slide {
    height: auto !important;
  }
  .slider-pro {
    height: 100vh;
    max-height: 450px;
  }
  .sp-slides-container {    
    height: 100%;
  }
  .bx-wrapper .bx-pager, 
  .bx-wrapper .bx-controls-auto {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .slider-pro {
    max-height: 400px;
  }
}

@media (max-width: 1100px){
  .cartel {
    width: 90%;
    max-height: 330px;
    height: 100vh;
    min-width: 100px;
    min-height: 100px;
  }
  #asientos #formAsientos {
    overflow-x: scroll;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }
  #asientos .filas {
    overflow-x: scroll;
    padding-bottom: 20px;
    width: auto;
  }
  #asientos .cine-6 .filas {
    width: auto;
  }
  #asientos .fila {
    text-align: center;
    width: 930px;
  }
  #asientos .cine-6 .fila {
    text-align: center;
    width: 1110px;
  }
  #asientos .cine-6.sala-02 .fila,
  #asientos .cine-6.sala-03 .fila,
  #asientos .cine-6.sala-04 .fila {
    text-align: center;
    width: 815px;
  } 

  /*#asientos .cine-6.sala-02 .fila-atras, 
  #asientos .cine-6.sala-03 .fila-atras,
  #asientos .cine-6.sala-04 .fila-atras {
    margin-right: -620px;
  }*/

  #asientos .fila-atras .fila:nth-child(odd) {
    width: auto;
  }
  #asientos .fila-atras .fila:nth-child(even) {
    width: auto;
  }
  #asientos .screen {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media(max-width: 1024px) {
  .container {
    width: 100%;
  }
  .estrenos-carousel .bx-wrapper {
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .estrenos-carousel li {
    margin: 0px 25px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }  
}

@media (max-width: 992px) {
	#asientos .cine-10.sala-01 .fila-atras{
		right: -64px;
	}
  .main-menu-area {
    margin-bottom: 10px;
  }
  .main-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-top {
    padding-right: 0px;
  }
  #logo {
    padding-right: 0px;
  }
  .cartel {
    max-height: 290px;
  }
  #cartelera .links .trailer, 
  #cartelera .links .tickets {
    text-align: center;
  }
  footer .user, 
  footer .pass, 
  footer .btn-login {
    margin: 5px 0px;
  }
  #cartelera .sinopsis, 
  #cartelera .info {
    width: 100%;
  }
  .lista-horarios {
    padding-top: 0px;
  }
  .background-cinemas .marg-title {
    margin: 20px 0;
  }
  .header-title-cine {
    height: auto;
  }
  #cartelera:not(.home) {
    padding-top: 30px;
  }
  .background-cinemas .marg-title h2 {
    font-size: 32px;
  }
  #datos-tickets .movie-name {
    width: 16.666667%;
  }
  #datos-tickets .total {
    width: 29%;
  }
  #datos-tickets .time {
    width: 20%;
  }
  #datos-tickets .user {
    width: 21.666667%;
  }
  #datos-tickets .user input {
    max-width: 100%;
  }
  .background-cinemas h3 {
    font-size: 35px;
  }
  #datos-tickets > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .imprimir-p .terminos {
    padding: 10px 0px;
    display: block;
  }
}

@media (max-width: 900px) {
  #asientos .cine-6.sala-02 .filas, 
  #asientos .cine-6.sala-03 .filas,
  #asientos .cine-6.sala-04 .filas {
    width: auto;
  }
}
@media (max-width: 850px) {
  #datos-tickets .selectorHorarios, 
  #datos-tickets .selectorBoletos, 
  #datos-tickets .selectorFechas {
    font-size: 15px;
  }
  #asientos .cine-10.sala-01 .fila-atras{
		right: -170px;
	}
}

@media (max-width: 800px) {
  .cartel {
    max-height: 260px;
  }
}

@media (max-width: 768px) {
  .main-menu ul li a {
    font-size: 13px;
  }
  #asientos h2 {
    font-size: 24px;
  }
  #asientos > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .mobile-menu-area {
    background: transparent;
    max-width: 300px;
    float: right;
    width: 100%;
    position: absolute;
    z-index: 9999;
    right: 0px;
    margin-top: 5px;
  }
  .mean-container a.meanmenu-reveal span {
    background: #000;
  }
  .mean-container a.meanmenu-reveal {
    color: #000;
  }
  .logo img {
    max-width: 140px;
  }
  .logo {
    margin: 10px 0px 15px 0px;
  }
  .header-suscription {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cartel {
    max-height: 470px;
  }
  #cartelera.home .nombre {
    height: auto;
  }
  #cartelera:not(.home) .info-col {
    width: 75%;
  }
  #cartelera:not(.home) .poster-col {
    width: 25%;
  }
  .info-col .ver-trailer {
    width: 45%;
  }
  .info-col .clasificacion {
    width: 25%;
  }
  .info-col .duracion {
    width: 30%;
  }
  .Cines .lista-horarios {
    padding-top: 30px;
  }
  #cartelera:not(.home) .cartel {
    width: 90%;
    height: 200px;
  }
  #cartelera:not(.home) .nombre {
    margin: 25px 0px 15px;
  }
  .background-cinemas .marg-title p {
    margin-bottom: 0px;
  }
  #cartelera:not(.home) .horarios .hora-sala {
    width: 25%;
  }
  #cartelera.pelicula .cartel {
    height: 280px;
  }
  #cartelera.pelicula h1 {
    margin: 20px 0px;
  }
  #cartelera.pelicula .nombre {
    margin: 0px 0px 15px;
  }
  #cartelera.pelicula .col-banner {
    margin: 20px 0px;
    text-align: center;
  }
  #cartelera.pelicula #elige-cine .tickets {
    width: 50%;
    text-align: center;
    margin: 20px 0px;
  }
  #cartelera.pelicula #elige-cine .ver-trailer, 
  #cartelera.pelicula #elige-cine .elige-cine {
      width: 50%;
  }
  #cartelera.pelicula .row.sinopsis {
    padding-top: 0px;
  }
  #datos-tickets .movie-poster {
    width: 40%;
  }
  #datos-tickets .movie-name {
    width: 60%;
  }
  #datos-tickets .time {
    width: 60%;
  }
  #datos-tickets .user {
    width: 60%;
  }
  #datos-tickets .total {
    width: 100%;
  }
  #datos-tickets .total .terminos {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #datos-tickets .movie-poster img {
    height: 380px;
  }
  .steps {
    padding-left: 0px;
    padding-right: 0px;
  }
  .step {
    margin-bottom: 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 25px;
    vertical-align: middle;
  }
  .step.active {
    margin-bottom: 0px;
  }
  .compra .line-bg:after {
    top: 18px;
  }
  .compra h4.subtitle {
    padding: 20px 30px;
  }
  .compra .text {
    display: inline-block;
    padding: 0px 10px;
    width: calc(100% - 40px);
    vertical-align: middle;
  }
  #confirmacion .code img {
    max-width: 70%;
    margin: 0 auto;
  }
  #confirmacion .poster img {
    width: 100%;
    max-width: 100%;
  }
  #promociones .promo {
    padding-left: 0px;
    padding-right: 0px;
  }
  #promociones .imprimir-promo {
    max-width: 100%;
  }
  .bx-wrapper .bx-pager, 
  .bx-wrapper .bx-controls-auto {
    padding-right: 20px;
    display: none;
  }
  .estrenos-carousel .bx-wrapper .bx-pager, 
  .estrenos-carousel .bx-wrapper .bx-controls-auto {
    display: block;
  }
  .estrenos-carousel .bx-wrapper {
    max-width: 90% !important;
  }
  .menu {
    text-align: center;
  }
  .menu .select-cines {
    float: none;
    display: inline-block;
  }
  #asientos {
    text-align: center;
  }
  #asientos .countdown .timer {
    display: inline-block;
  }
#asientos .cine-10.sala-01 .filas > .fila {
    text-align: center;
    width: 730px;
}
}


@media (max-width: 680px) {
#asientos .cine-10.sala-01 .fila-atras {
    right: -290px;
}
}

@media (max-width: 640px) {
	#asientos .cine-10.sala-01 .fila-atras{
		right: -235px;
	}
  .cartel {
      max-height: 390px;
  }
  .select-cines {
      width: 100%;
      text-align: center;
  }
  .header-select {
      margin: 0 auto;
  }
  .login {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
  }
  .login .btn-login {
    width: 20%;
  }
  .login .user, .login .pass {
      width: 40%;
  }
  .image-promo {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .logo {
    width: 100%;
  }
  footer .login-footer {
    width: 100%;
    margin: 10px auto;
  }
  #cartelera:not(.home) .poster-col {
    width: 40%;
  }
  #cartelera:not(.home) .info-col {
    width: 60%;
  }
  #cartelera:not(.home) .cartel {
    height: 270px;
  }
  .info-col .clasificacion,
  .info-col .duracion {
    width: 50%;
  }
  .info-col .ver-trailer {
    width: 100%;
  }
  #cartelera .ver-trailer .buy-ticket {    
    margin: 15px 0px;  
  }
  #cartelera:not(.home) .cartel {
    height: 215px;
  }
  #datos-tickets .movie-poster img {
    height: 310px;
  }
  #confirmacion .code img {
    max-width: 80%;
  }
  #cartelera.pelicula #elige-cine .elige-cine,
  #cartelera.pelicula #elige-cine .tickets, {
    width: 100%;
    max-width: 70%;
    margin: 20px auto;
    display: block;
  }
  form#elige-cine {
    margin-top: 0px;
  }
  #cartelera.pelicula .poster,
  #cartelera.pelicula .informacion {
    width: 100%;
  }
  #cartelera.pelicula .cartel {
    height: 630px;
    max-height: 100%;
  }
  #cartelera.pelicula .nombre {
    margin: 30px 0px 25px;
  }
  #cartelera.pelicula .selectCine {
    max-width: 100%;
  }
  #cartelera.pelicula #elige-cine .tickets a {
    font-size: 16px;
    max-width: 70%;
  }
  #cartelera.pelicula .cartel {
    height: 420px;
    width: 60%;
  }
}

@media (max-width: 600px) {
  #promociones .promo {
    width: 100%;
  }
  #asientos .cine-10.sala-01 .fila-atras{
		right: -66%;
	}
}

@media (max-width: 550px) {
	#asientos .cine-10.sala-01 .fila-atras {
		right: -80%;
	}
  .cartel {
    max-height: 320px;
  }
  #cartelera:not(.home) .cartel {
    height: 220px;
  }
  #datos-tickets .movie-poster img {
    height: 250px;
  }
  .compra .text {
    font-size: 14px;
  }
  .background-cinemas h3 {
    font-size: 25px;
  }
  .compra .paso .col-xs-12 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .step {
    display: block;
    margin: 0 auto;
  }
  .compra .text {
    width: 100%;
  }
  .compra .paso {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pasos {
    float: left;
    width: 100%;
    position: relative;
  }
  .pasos:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 1px;
    top: 20px;
    background: #d6d6d6;
    z-index: -9;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .compra .line-bg:after {
    display: none;
  }
  #confirmacion .code img {
    max-width: 100%;
  }
  #confirmacion > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #confirmacion .message-id {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #cartelera.home .poster-col {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: top;
  }
  #elige-cine .tickets a,
  #cartelera.pelicula #elige-cine .elige-cine, 
  #cartelera.pelicula #elige-cine .tickets,
  #cartelera.pelicula #elige-cine .tickets a {
    max-width: 100%;
    width: 100%;
  }
  #asientos .tipos-asientos .tipo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #informacion .poster, #informacion .info {
    width: 100%;
    padding: 10px;
  }
  #informacion > h4 {
    margin-bottom: 20px;
  }
  #informacion .poster {
    text-align: center;
  }
  #informacion .poster img {
    max-width: 60%;
    width: 100%;
  }
}

@media (max-width: 450px) {
	#asientos .cine-10.sala-01 .fila-atras {
		right: -130%;
	}
  .cartel {
      max-height: 260px;
  }
  .login .btn-login {
    width: 30%;
  }
  .login .user, 
  .login .pass {
    width: 35%;
  }
  .menu {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .main-menu ul li ul {
    display: none;
  }
  #cartelera:not(.home) .poster-col {
    width: 100%;    
  }
  #cartelera:not(.home) .info-col {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #cartelera:not(.home) .horarios .hora-sala,
  .lista-horarios .hora-sala {
    width: 50%;
  }
  #cartelera:not(.home) .cartel {
    height: 330px;
    width: 60%;
    max-height: 100%;
  }
  .info-col .clasificacion, .info-col .duracion {
    text-align: center;
  }
  .lista-horarios {
    padding-top: 0px;
  }
  .background-cinemas .marg-title h2 {
    font-size: 25px;
  }
  #cartelera.pelicula .sinopsis, 
  #cartelera.pelicula .info {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #cartelera.pelicula .row.sinopsis {    
    margin: 0px;
  }
  #datos-tickets .movie-poster,
  #datos-tickets .movie-name,
  #datos-tickets .time,
  #datos-tickets .user {
    width: 100%;
  }
  #datos-tickets .precio,
  #datos-tickets .total-text {
    width: 70%;
  }
  #datos-tickets .cantBoletos,
  #datos-tickets .precio_total {
    width: 30%;
  }
  #datos-tickets .movie-poster img {
    width: 70%;
    margin: 10px auto;
    display: block;
    height: auto;
  }
  #forma-pago .message {
    padding-left: 0px;
    padding-right: 0px;
  }
  #forma-pago .message h3 {
    font-size: 20px;
    font-weight: 600;
  }
  #confirmacion .gracias-msg, 
  #confirmacion .code-img {
    width: 100%;
    padding: 10px 0px;
  }
  #confirmacion .poster, 
  #confirmacion .movie-data {
    width: 50%;
  }
  #confirmacion .btn-blue.imprimir {
    margin-top: 0px;
  }
}

@media (max-width: 375px) {
	#asientos .cine-10.sala-01 .fila-atras {
		right: -150%;
	}
  .cartel {
      max-height: 210px;
  }
  #cartelera.home .nombre {
    font-size: 16px;
    margin-top: 20px;
  } 
  #cartelera:not(.home) .cartel {
    height: 265px;
  }
  #cartelera.pelicula .poster, 
  #cartelera.pelicula .informacion {
    padding-left: 0px;
    padding-right: 0px;
  }
  #cartelera.pelicula #elige-cine .ver-trailer, 
  #cartelera.pelicula #elige-cine .elige-cine {
    width: 100%;
    text-align: center;
    padding: 5px 15px;
  }
  #cartelera.pelicula .informacion > .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #cartelera.pelicula .video-trailer {
    padding-left: 0px;
    padding-right: 0px;
  }
  #datos-tickets .precio,
  #datos-tickets .total-text {
    width: 60%;
  }
  #datos-tickets .cantBoletos,
  #datos-tickets .precio_total {
    width: 40%;
  }
  #confirmacion .poster, 
  #confirmacion .movie-data {
    width: 100%;
    padding: 10px 0px;
  }
  #confirmacion .poster {
    text-align: center;
  }
  #confirmacion .poster img {
    width: 70%;
  }
  #confirmacion .movie {
    text-align: center;
  }
  .peliculas h1 {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
#asientos .cine-10.sala-01 .fila-atras {
    right: -170%;
}
}

@media (max-width: 320px) {
  .cartel {
    max-height: 175px;
  }
  #cartelera:not(.home) .cartel {
    width: 70%;
  }
  .cartel {
    max-height: 170px;
  }
  .login .btn-login {
    padding-left: 0px;
  }
  #asientos .cine-10.sala-01 .fila-atras {
	right: -221%;
	}
}