/*-----------------------------------------------------------------------------------

    Template Name: Zackas - Responsive eCommerce Template
    Template URI: http://bootexperts.com
    Description: Bootstrap eCommerce Template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2. header-area
	  2.1 header-top
	  2.2 header-bottom
	  2.3 mainmenu-area
    3. slider area
    4. top banner area
    5. exclusive collection area
    6. tab product area
    7. banner area
    8. special feature product area
    9. testimonial area
    10. blog area
    11. brand area
    12. service area
    13. footer top area
    14. footer bottom area
    15. Home 2 Style
    16. Home 3 Style
    17. Home 4 Style
    18. Shop Page
	19. Shop LeftSidebar Page
	20. Shop List Page
	21. Product Details Page
	22. Cart Page
	23. Checkout Page
	24. Blog & Single Blog Page
	25. About Page
	26. Contact Page
	27. 404 Page
	28. Pop Up Newslater

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
body {
  color: #252525;
  font-family: lato,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  visibility: visible;
}
img {
  max-width:100%;
  height:auto
}
h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 5px;
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  color: white;
 }
a::before, img, span, input, .owl-nav > div, .single-blog {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:focus , *:focus {
  outline:0px solid
}
a:focus {
  color: #e62856;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  color: #e62856;
  text-decoration: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
.fix {
  overflow:hidden
}
.clear{
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.padding-top-70 {
 padding-top: 70px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-70 {
  padding-bottom: 70px;
  padding-top: 70px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.padding-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.padding-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
.overlay {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 100%;
  width: 100%;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-sidebar-title {
  margin-bottom: 40px;
}
.home-sidebar-title h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.owl-nav {
  position: absolute;
  right: 0;
  top: -61px;
}
.owl-nav > div {
  color: #acacac;
  display: inline-block;
  font-size: 24px;
  text-align: center;
}
.owl-nav > div:hover {
  color: #e62856;
}
.owl-nav .owl-prev{}
.owl-nav .owl-next {
  margin-left: 15px;
}
.owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-dots .owl-dot {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
.owl-dots .owl-dot.active {
  background: #e62856 none repeat scroll 0 0;
}
.owl-dots .owl-dot span{}
#scrollUp {
  background: #e62856 none repeat scroll 0 0;
  border: 3px solid #ebebeb;
  border-radius: 50%;
  bottom: 30px;
  color: #ebebeb;
  font-size: 18px;
  height: 50px;
  line-height: 40px;
  right: 30px;
  text-align: center;
  width: 50px;
}
#scrollUp i{}
/*----------------------------------------*/
/*  2.  header-area
/*----------------------------------------*/
/*--------------------------
	2.1 header-top 
--------------------------*/
.header-top {
  background: #252525 none repeat scroll 0 0;
}
.header-top-left {
  margin: 10px 0;
  text-align: left;
}
.header-top-left .phone, .header-top-left .email {
  color: #fafafa;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 22px;
}
.header-top-left .email {
  margin-right: 0;
}
.header-top-left .phone i, .header-top-left .email i {
  margin-right: 10px;
}
.header-top-left .phone span{}
.header-top-left .email a {
  color: #fff;
}
.header-top-left .email a:hover {
  color: #e62856;
}
.header-social {
  margin: 10px 0;
  text-align: center;
}
.header-social a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}
.header-social a:hover {
  color: #e62856;
}
.header-social a i{}
.header-top-right {
  margin: 10px 0;
  text-align: right;
}
.header-top-right > ul {
  display: inline-block;
  margin-left: 30px;
}
.header-top-right .account{
  margin-left: 0;
}
.header-top-right > ul > li {
  position: relative;
}
.header-top-right > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding-right: 12px;
  position: relative;
}
.header-top-right .currency > li > a::before,
.header-top-right .language > li > a::before {
  content:"\f107";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: -2px;
}
.header-top-right ul > li > a:hover {
  color: #e62856;
}
.header-top-right ul .dropdown-menu {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.176);
  left: auto;
  margin: 0;
  min-width: auto !important;
  right: 0;
  top: 32px;
  width: 100px;
  text-align: right;
}
.header-top-right ul .dropdown-menu li{}
.header-top-right ul .dropdown-menu li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top-right ul .dropdown-menu li a:hover {
  color: #e62856;
  background: transparent;
}
/*--------------------------
	2.2 header-bottom 
--------------------------*/
.header-bottom{
	background-color: #0b3b46;
}
.header-bottom .header-bottom-top {
  margin: 40px 0;
}
.header-bottom .logo{}
.header-bottom .logo a {
  display: inline-block;
}
.header-bottom .logo a img{}

.header-bottom .header-log-reg {
  margin-top: 5px;
  text-align: center;
}
.header-bottom .header-log-reg a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 24px;
}
.header-bottom .header-log-reg a:hover {
  background: #e62856;
}
.header-search-cart {
  margin-top: 5px;
}
.header-search-cart .wrapper {
  display: inline-block;
}
.header-search {
  float: left;
}
.header-search form{}
.header-search form .select-cat {
  display: inline-block;
  float: left;
}
.header-search form .select-cat select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #252525 url("img/icons/cat-sharp.png") no-repeat scroll 90% center;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  padding: 2px 16px 1px 10px;
  position: relative;
  text-transform: uppercase;
  min-width: 112px;
}
.header-search form .select-cat select::-ms-expand{
    display: none;
}
.header-search form .select-cat select option {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  padding: 10px;
  color: #252525;
}
.header-search form .input-filds {
  display: block;
  float: left;
  position: relative;
  width: 190px;
}
.header-search form .input-filds input[type="text"] {
  border: 1px solid #c6c6c6;
  color: #363636;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  padding: 9px 10px;
  width: 100%;
}
.header-search form .input-filds input[type="text"]:placeholder {
  color: #363636;
}
.header-search form .input-filds .submit {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #363636;
  font-size: 12px;
  line-height: 40px;
  padding: 0 12px;
  position: absolute;
  right: 0;
}
.header-search form .input-filds .submit:hover {
  color: #e62856;
}
.header-search form .input-filds .submit i{}
.header-cart {
  display: inline-block;
  float: left;
  position: relative;
}
.header-cart > a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
}
.header-cart > a i {
  margin-right: 8px;
}
.header-cart:hover > a {
  background: #e62856;
}
.header-cart-hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.176);
  margin-top: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: -99;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-cart:hover .header-cart-hover{
  opacity: 1;
  z-index: 99999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.header-cart-products{}
.header-cart-products li {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.header-cart-products li .image {
  display: block;
  float: left;
  margin-right: 10px;
  width: 80px;
}
.header-cart-products li .image a {
  display: block;
}
.header-cart-products li .image a img{}
.header-cart-products li .content {
  text-align: left;
}
.header-cart-products li .content a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.header-cart-products li .content span {
  color: #666;
  display: block;
  font-weight: 700;
}
.header-cart-products li .delete {
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
}
.header-cart-products li .delete:hover {
  color: #e62856;
}
.header-cart-products li .total-price{}
.header-cart-hover .total-price {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.header-cart-hover .total-price h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 8px;
  text-transform: uppercase;
}
.header-cart-hover .total-price h3 span {
  color: #e62856;
  float: right;
  font-weight: 900;
}
.header-cart-hover .header-cart-action {
  margin: 15px -5px 0;
}
.header-cart-hover .header-cart-action a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
  padding: 10px 15px;
  width: 130px;
}
.header-cart-hover .header-cart-action a:hover {
  background: #e62856;
}
.header-cart-hover .header-cart-action a i {
  margin-right: 10px;
}
.header-cart-hover .header-cart-action a span{}
/*--------------------------
	2.3 menu-area 
--------------------------*/
.main-menu{}
.main-menu nav{}
.main-menu nav > ul{}
.main-menu nav > ul > li {
  display: block;
  float: left;
  padding: 0 20px;
  position: relative;
}
.main-menu nav > ul > li:first-child {
  padding-left: 0;
}
.main-menu nav > ul > li > a {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0 20px;
  position: relative;
  color: #ffffff;
}
.main-menu nav > ul > li > a::before {
  background: #e62856 none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.main-menu nav > ul > li.hot::before {
  background: rgba(0, 0, 0, 0) url("img/icons/hot.png") repeat scroll 0 0;
  color: #fff;
  content: "hot";
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  padding: 1px 8px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-transform: uppercase;
  top: -8px;
  width: 40px;
}
.main-menu nav > ul > li.active > a, .main-menu nav > ul > li > a:hover {
  color: #e62856;
}
.main-menu nav > ul > li.active > a::before, .main-menu nav > ul > li > a:hover::before {
  bottom: 0;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.main-menu nav > ul > li .sub-menu, .main-menu nav > ul > li .mega-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 220px;
  z-index: -99;
}
.main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 999;
}
.main-menu nav > ul > li .sub-menu > li{}
.main-menu nav > ul > li .sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
.main-menu nav > ul > li .sub-menu > li > a:hover{}
.main-menu nav > ul > li .mega-menu{
  width: 600px;
}
.main-menu  nav> ul > li .mega-menu ul {
  display: block;
  float: left;
  padding: 0 20px;
  width: 33.33%;
}
.main-menu nav > ul > li .mega-menu ul li{}
.main-menu nav > ul > li .mega-menu ul li:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.main-menu nav > ul > li .mega-menu ul li:first-child a {
  font-size: 14px;
}
.main-menu nav > ul > li .mega-menu ul li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-menu nav > ul > li .mega-menu ul li a:hover{}
.mean-container .mean-bar, .mean-container .mean-nav {
  background: #252525 none repeat scroll 0 0;
  border-radius: 20px;
}
.mean-bar::after {
  color: #fff;
  content: "MENU";
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}
.mobile-menu a {
  font-weight: bold;
}
.mean-expand {
  font-family: arial !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #e62856 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  3.  Slider area
/*----------------------------------------*/
.slider-wrap{}
.slider-image{}
.nivo-caption{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height:100%;
  opacity:1;
  padding: 0;
}
.slide-text-left {
  float:left;
  margin-left: 150px;
}
.slide-text-right {
  float:right;
  margin-right: 150px;
}
.slide-text-left-2 {
  float:left;
  margin-left: 100px;
}
.slide-text-right-2 {
  float:right;
  margin-right: 100px;
}
.slide-text-center {
  float:none;
  margin: 0 auto;
}
.slide-text {
  display: table;
  height: 100%;
}
.middle-text {
  display: table-cell;
  vertical-align: middle;
}
.cap-sub-title {
  font-family: lato,Arial,Helvetica,sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cap-title {
  font-family: lato,Arial,Helvetica,sans-serif;
  font-size: 79px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 79px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cap-dec {
  font-family: lato,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cap-sub-title-2 {
  font-size: 24px;
}
.cap-title-2 {
  font-size: 48px;
  line-height: 48px;
}
.cap-dec-2 {
  font-family: lato,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cap-readmore {
  font-family: lato,Arial,Helvetica,sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  padding: 8px 25px;
  text-transform: uppercase;
}
.cap-readmore:hover {
  background: #e62856 !important;
  color: #fff !important;
}

.text-white .cap-sub-title, .text-white .cap-dec {
  color: #fff;
}
.text-white .cap-title {
  color: #ebebeb;
}
.text-white .cap-readmore {
  background: #fff none repeat scroll 0 0;
  color: #252525;
}

.text-black .cap-sub-title, .text-black .cap-title, .text-black .cap-dec {
  color: #252525;
}
.text-black .cap-readmore {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
}
/* Nivo Controls */
.nivo-directionNav{}
.nivo-directionNav a {
  color: #fff;
  font-size: 60px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  width: 70px;
  top: 50%;
  margin-top: -35px;
}
.nivo-directionNav a i {}

.nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9999;
}
.nivo-control {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  text-indent: -99999px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.nivo-control.active {
  background: #e62856;
}
.slider-progress{
	position:absolute;
	top:0;
	left:0;
	background-color: #fff;
	height:5px;
	-webkit-animation: timebar 7000ms ease-in-out;
	-moz-animation: timebar 7000ms ease-in-out;
	-ms-animation: timebar 7000ms ease-in-out;
	animation: timebar 7000ms ease-in-out;
	opacity:0.8;
}
@-webkit-keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
 }
 @keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
 }
 .slider-progress.pos_hover{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
 }	

/*----------------------------------------*/
/*  4.  top banner area
/*----------------------------------------*/
.top-banner {}
.top-banner-wrap{}
.top-banner-wrap .single-banner {
  padding: 0;
  position: relative;
}
.top-banner-wrap .single-banner img {
  width: 100%;
}
.top-banner-wrap .single-banner:hover img {
  transform: scale(1.2);
}
.top-banner-wrap .single-banner > a {
  background: rgba(0,0,0,0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.top-banner-wrap .single-banner:hover > a {
  background: rgba(0,0,0,0.3);
}
.top-banner-wrap .single-banner h2 {
  background: #fff none repeat scroll 0 0;
  bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  line-height: 30px;
  margin: 0;
  padding: 10px 30px;
  position: absolute;
  text-transform: uppercase;
}
/*----------------------------------------*/
/*  5.  exclusive collection area
/*----------------------------------------*/
.collection-banner {
  background: rgba(0, 0, 0, 0) url("img/background/fullbanner.jpg") no-repeat fixed center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.collection-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  margin: 0 0 30px;
}
.collection-banner h1:last-child {
  margin: 0;
}
.collection-banner h1 a {
  color: #fff;
}
.collection-banner h1 a:hover {
  color: #e62856;
}
/*----------------------------------------*/
/*  6.  tab product area
/*----------------------------------------*/
.tab-products {}
/* Product Tab List */
.pro-tab-list {
  margin-bottom: 35px;
}
.pro-tab-list li {
  display: block;
  float: left;
  margin-right: 40px;
}
.pro-tab-list li a {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #acacac;
}
.pro-tab-list li:hover a {
  color: #252525;
}
.pro-tab-list li.active a {
  color: #e62856;
}
/* Single Product */
.single-product {
  margin-bottom: 70px;
  margin-bottom: 35px;
}
.pro-image-hover {
  position: relative;
}
/* Product Image */
.pro-image {
  display: block;
  position: relative;
  /* height: 170px; */ /* PERSONALIZACION ALTO IMAGEN LISTADOS 1/3 */
}
.pro-image::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.single-product:hover .pro-image::before {
  opacity: 0.3;
}
.pro-image img {
  width: 100%;
  /* max-height: 170px; */ /* PERSONALIZACION ALTO IMAGEN LISTADOS 2/3 */
}
.pro-image .primary{}
.pro-image .secoundary {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.single-product:hover .pro-image .secoundary{
  opacity: 1;
}
/* Action Button */
.action-buttons {
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 9;
}
.action-buttons .act-btn {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0;
  width: 40px;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.action-buttons .act-btn:nth-child(1) {
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.action-buttons .act-btn:nth-child(2) {
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.action-buttons .act-btn:nth-child(3) {
  -webkit-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.action-buttons .act-btn:nth-child(4) {
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.action-buttons .act-btn i{}
.single-product:hover .action-buttons .act-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.action-buttons .act-btn:hover {
  background: #e62856;
  color: #fff;
}
/* Product Bref */
.pro-bref {
  margin-top: 10px;
}
.pro-name {
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;

  text-overflow: ellipsis;  /* PERSONALIZACION ALTO IMAGEN LISTADOS 3/3 */
  white-space: nowrap;  /* PERSONALIZACION ALTO IMAGEN LISTADOS 3/3 */
}
.pro-ratting {
  display: block;
  margin-top: 3px;
}
.pro-ratting i {
  color: #7c7e7e;
  font-size: 12px;
}
.pro-ratting i.on {
  color: #FEC42D;
}
.pro-price {
  margin: 0;
}
.pro-price span {
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
}
.pro-price .new {
  color: #e62856;
  font-size: 14px;
  font-weight: 800;
}
.pro-price .old {
  margin-left: 15px;
  text-decoration: line-through;
}
/* Product List Style */
.single-list-product {
  margin-bottom: 30px;
}
.single-list-product:last-child {
  margin-bottom: 70px;
}
.list-pro-image {
  float: left;
  margin-right: 30px;
  width: 270px;
}
.list-pro-image a {
  display: block;
  position: relative;
}
.list-pro-image a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 99;
}
.list-pro-image a img{}
.list-pro-image a .primary{}
.list-pro-image a .secoundary {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.single-list-product:hover .list-pro-image a::before {
  opacity: 0.6;
}
.single-list-product:hover .secoundary {
  opacity: 1;
}
.list-pro-des{}
.list-pro-des .pro-name {
  display: block;
  float: none;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.list-pro-des .ratting {
  float: none;
  margin-bottom: 10px;
}
.list-pro-des .ratting i{}
.list-pro-des .ratting i.on {
  color: #FEC42D;
}
.list-pro-des p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.list-pro-price {
  margin-bottom: 25px;
}
.list-pro-price .new {
  color: #e62856;
  font-weight: 800;
}
.list-pro-price .old {
  margin-left: 25px;
  text-decoration: line-through;
}
.list-actions-btn{}
.list-actions-btn a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}
.list-actions-btn a:hover {
  background: #e62856 none repeat scroll 0 0;
}
.list-actions-btn a i{}
/* Single Feature Product */
.sin-mini-product {
  margin-bottom: 30px;
}
.sin-mini-product:last-child {
  margin: 0;
}
.pro-image-2 {
  margin-right: 20px;
  position: relative;
  width: 130px;
}
.pro-image-2::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.sin-mini-product:hover .pro-image-2::before {
  opacity: 0.3;
}
.pro-image-2 img{}
.pro-bref-2 {
  margin-top: 10px;
}
.pro-bref-2 .pro-name{}
.pro-bref-2 .pro-price{}
.pro-bref-2 .pro-price span{}
.pro-bref-2 .pro-price span.new{}
.pro-bref-2 .pro-price span.old{}
.pro-bref-2 .pro-ratting{}
.pro-bref-2 .pro-ratting i{}
.pro-bref-2 .pro-ratting i.on{}
/* Sidebar Feature Product */
.pro-image-3 {
  margin-right: 15px;
  width: 110px;
}
.pro-bref-3 {
  margin-top: 5px;
}
/*----------------------------------------*/
/*  7.  banner area
/*----------------------------------------*/
.banner-area{}
.banner-area .single-banner{overflow:hidden}
.banner-area .single-banner a{position:relative;display:block}
.banner-area .single-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-area .single-banner a img:hover {
  transform: scale(1.1);
}
.banner-space{margin-bottom:30px}
.banner-area .single-banner a::before {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  bottom: 0;
  color: #6f6f6f;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
  visibility: hidden;
  width: 50px;
  z-index: 11;
}
.banner-area .single-banner a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.banner-area .single-banner a::after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 25px;
  content: "";
  display: block;
  left: 25px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-area .single-banner a:hover::after {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.grid figure {
  margin: 0 auto;
  min-width: 100%;
}
.grid figure > img {
  opacity: 1;
  width: 100%;
}
.top-banner .effect-moses:hover h2, .top-banner .effect-moses h2, .hot-offer-banner .effect-moses:hover h2, .hot-offer-banner .effect-moses h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  height: 25%;
  left: 27px;
  padding: 11px;
  position: absolute;
  top: 34%;
  width: 50%;
}
.hot-offer-banner .effect-moses:hover h2, .hot-offer-banner .effect-moses h2 {
  font-size: 18px;
}
.top-banner .effect-moses:hover h2, .hot-offer-banner .effect-moses:hover h2{
  color: #fff
}
.top-banner .effect-moses:hover p, .top-banner .effect-moses p, .hot-offer-banner .effect-moses:hover p, .hot-offer-banner .effect-moses p {
  font-size: 25px;
  font-weight: 700;
  height: 25%;
  overflow: hidden;
  padding: 50px 10px 10px;
  position: absolute;
  right: 26px;
  text-align: left;
  top: 50%;
  width: 50%;
}
.hot-offer-banner .effect-moses:hover p, .hot-offer-banner .effect-moses p {
  font-size: 15px;
  padding: 25px 10px 10px;
  top: 55%;
}
.top-banner .effect-moses:hover h2, .top-banner .effect-moses:hover p, .hot-offer-banner .effect-moses:hover h2, .hot-offer-banner .effect-moses:hover p{
  color: #fff
}
/*----------------------------------------*/
/*  9.  testimonial area
/*----------------------------------------*/
.testimonial {
  background: rgba(0, 0, 0, 0) url("img/background/testimonial-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sin-testimonial{}
.sin-testimonial .image {
  max-width: 87px;
  margin: 0 auto 25px;
}
.sin-testimonial .image img {
  border-radius: 50px;
}
.sin-testimonial .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 25px;
  width: 80%;
}
.sin-testimonial .content h4 {
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sin-testimonial .content span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/*----------------------------------------*/
/*  10.  blog area
/*----------------------------------------*/
.blog-area {}
.owl-carousel .single-blog {
  margin-bottom: 0px;
}
.single-blog {
  border-bottom: 1px solid #ddd;
  margin-bottom: 70px;
  padding-bottom: 50px;
  position: relative;
}
.single-blog .image {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.single-blog .image a {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.single-blog .image a::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.single-blog .image a::after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.single-blog .image a img {
  /* width: 100%; */
  max-width: 283px;
  max-height: 150px;
}
.single-blog .image:hover a::before, .single-blog .image:hover a::after {
  height: 100%;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}
.single-blog .content {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.single-blog .content h2 {
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.single-blog .content h2 a{}
.single-blog .content p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 28px;
}
.single-blog .blog-foot {
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-blog:hover {
  border-bottom: 1px solid #e62856;
}
.single-blog .blog-foot .blog-date {
  color: #7f7f7f;
}
.single-blog .blog-foot .read-more {
  color: #666;
  font-weight: 700;
  font-family: raleway;
  text-transform: uppercase;
}
.single-blog .blog-foot .read-more:hover {
  color: #e62856;
}

/*----------------------------------------*/
/*  11.  brand area
/*----------------------------------------*/
.brands-area {
  background: #f1f2f3 none repeat scroll 0 0;
}
.brand-slider{}
.single-brand {
  border: 1px solid #252525;
  padding: 10px 15px;
}
.single-brand img {}
/*----------------------------------------*/
/*  12.  service area
/*----------------------------------------*/
.service-area {}
.single-service {
	border: 2px solid #ddd;
	border-radius: 50px;
    margin: 10px 20px;
    padding: 20px 8px;
}
.single-service:hover {
	border: 2px solid #e62856;
}
.single-service .icon {
	float: left;
    margin-right: 10px;
	margin-left: 16px;
}
.single-service .icon i {
  font-size: 40px;
}
.single-service .text {
    text-align: center;
}
.single-service .text h4 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-service .text p {
  font-size: 14px;
  margin: 0;
}
.single-service .text p:first-letter{
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  12.  Subscribe area
/*----------------------------------------*/
.subscribe-social {
  background: #282828 none repeat scroll 0 0;
  padding: 20px 0;
}
.footer-subscribe {
  overflow: hidden;
  padding-right: 140px;
  position: relative;
}
.footer-subscribe .input-box {
  padding-right: 4px;
  width: 100%;
}
.footer-subscribe .input-box input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #3e3e3e;
  color: #fff;
  height: 46px;
  line-height: 46px;
  /*padding: 0 20px;*/
  padding-left: 4px;
  width: 100%;
}
.footer-subscribe .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-subscribe .actions input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #e62856;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  /* padding: 0 25px; */ 
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-subscribe .actions input[type="submit"]:hover {
  background: #e62856 none repeat scroll 0 0;
  border-color: #e62856;
}
.social-footer {
  float: right;
  text-align: center;
}
.social-footer .link-follow {}
.social-footer .link-follow li {
  display: inline-block;
  margin-right: 6px;
}
.social-footer .link-follow li:last-child {
  margin-right: 0;
}
.social-footer .link-follow li a {
  background: #212121 none repeat scroll 0 0;
  border: 5px solid #333;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  height: 52px;
  line-height: 45px;
  padding-left: 0;
  text-align: center;
  width: 52px;
}
.social-footer .link-follow li a:hover {
  background: #e62856 none repeat scroll 0 0;
  border-color: #e62856;
}
/*----------------------------------------*/
/*  13.  footer top area
/*----------------------------------------*/
.footer-top {
  background: #078d7c none repeat scroll 0 0;
}
.footer-top .footer-column {
	padding-right: 15px;
	padding-left: 15px;
}
.logo-footer {
  display: block;
  margin-bottom: 25px;
}
.logo-footer img{}
.footer-content{}
.footer-content > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.footer-content > a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: underline;
}
.footer-content > a:hover {
  color: #e62856;
}
.footer-title {
  margin-bottom: 20px;
}
.footer-title h3 {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.footer-content ul{}
.footer-content ul li {}
.footer-content ul li:last-child {
  border-bottom: 0px;
}
.footer-content ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0px 0 0px 14px;
  position: relative;
}
.footer-content ul li a::before {
  border-top: 2px solid #7f7f7f;
  border-top: 2px solid transparent;
  content: "";
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 9px;
}

.footer-content ul li a:hover {
  color: #e62856;
}
.footer-content ul li a:hover::before {
  border-top: 2px solid #e62856;
}
.footer-contact{}
.footer-contact p {
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 1px;
  position: relative;
}
.footer-contact p i {
  color: #ffffff;
  float: left;
  font-size: 20px;
  line-height: 31px;
  margin-right: 15px;
  width: 20px;
}
#id_telefon {
  color: #ffffff;
}

.footer-contact p span {
  font-weight: 700;
  padding-right: 5px;
}
/*----------------------------------------*/
/*  14.  footer bottom area
/*----------------------------------------*/
.footer-bottom {
  background: #282828;
  padding: 20px 0;
}
.copy-right {}
.copy-right p {
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.copy-right p a {
  color: #cccccc;
}
.copy-right p a:hover {
  color: #e62856;
}
.payment {
  text-align: right;
}
.payment a {
  display: inline-block;
  margin-left: 10px;
}
.payment a img {
  width: 45px;
}

.hot-offer-banner {
  margin-bottom: 65px;
}
.hot-offer-banner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
/*----------------------------------------*/
/*  18.  Shop Page
/*----------------------------------------*/
.page-banner {
  background: rgba(0, 0, 0, 0) url("../../../ext/img/fondo_slide_tit_pages_1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.page-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
}
#shop-products {}
.shpo-tool-bar {
  margin-bottom: 50px;
}
.view-mode, .sort-by, .show-product {
  display: block;
}
.view-mode {
  margin-right: 10px;
}
.view-mode li {
  display: block;
  float: left;
  margin-right: 10px;
}
.view-mode li a {
  display: block;
  font-size: 22px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 41px;
}
.view-mode li.active a, .view-mode li:hover a{
  background: #e62856;
  color: #fff;
}
.view-mode > a i{}
.sort-by, .show-product{
  padding: 3px 0;	
}
.sort-by {
  margin-right: 15px;
}
.show-product{}
.sort-by span, .show-product span {
  color: #5b5b5b;
  font-size: 16px;
  /*font-weight: 500;*/
  margin-right: 5px;
}
.sort-by select, .show-product select {
  -moz-appearance: none;
  background: transparent url("img/icons/bottom-arrow.png") no-repeat scroll 90% center;
  border: 1px solid #d7d7d7;
  color: #515151;
  font-size: 16px;
  /* font-weight: 500; */
  padding: 0 5px;
  text-transform: capitalize;
}
.show-product select {
  background-position: 80% center;
  margin-right: 5px;
  min-width: 55px;
}
.sort-by select option, .show-product select option{
  padding: 2px 5px;
}
.showing-pro {
  margin: 7px 0;
  text-align: right;
}
.showing-pro span{}
.paginations {}
.paginations {}
.paginations > ul {
  display: inline-block;
}
.paginations > ul > li {
  display: block;
  float: left;
  margin-right: 10px;
}
.paginations > ul > li:last-child {
  margin-right: 0;
}
.paginations > ul > li > a {
  border: 1px solid transparent;
  color: #2e2e2e;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  width: 26px;
}
.paginations > ul > li > a i {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.paginations > ul > li.active span {
  border: 1px solid #e62856;
  color: #e62856;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  width: 26px;
}
.paginations > ul > li.prev a, .paginations > ul > li.next a {
  border: 1px solid #e62856;
  color: #e62856;
}
.paginations > ul > li:hover a {
  border-color: #e62856;
  color: #e62856;
}
.paginations > ul > li.prev:hover a, .paginations > ul > li.next:hover a {
  background: #e62856;
  color: #fff;
}
.tab-products-container {
  width: 100%;
}
/*----------------------------------------*/
/*  19.  Shop LeftSidebar Page
/*----------------------------------------*/
.single-sidebar {
  margin-bottom: 50px;
}
.single-sidebar:last-child {
  margin-bottom: 0;
}
.product-sidebar .single-sidebar:nth-child(2n+1) {
  clear: both;
}
.sidebar-title {
  border: 1px solid #d7d7d7;
  color: #464545;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
#cat-treeview{}
#cat-treeview > ul{}
#cat-treeview > ul > li {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  position: relative;
}
#cat-treeview > ul > li .hitarea {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}
#cat-treeview > ul > li .collapsable-hitarea {
  background: rgba(0, 0, 0, 0) url("img/icons/minus.png") no-repeat scroll center center;
}
#cat-treeview > ul > li .expandable-hitarea {
  background: rgba(0, 0, 0, 0) url("img/icons/plus.png") no-repeat scroll center center;
}
#cat-treeview > ul > li > a {
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#cat-treeview > ul > li ul {
  color: #6c6b6b;
  list-style: inside none disc;
  padding: 10px 0 0 15px;
}
#cat-treeview > ul > li ul li {
  padding: 6px 0;
}
#cat-treeview > ul > li ul li a{}
.material, .brands{}
.material ul, .brands ul{}
.material ul li, .brands ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D7D7D7;
}
.material ul li input, .brands ul li input {
  margin-right: 10px;
  margin-top: 0;
}
.material ul li label, .brands ul li label {
  color: #515050;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 0;
}
.color{}
.color > ul {
  display: block;
  margin: 0 -14px;
}
.color > ul li {
  border: 1px solid #bcbcbc;
  display: block;
  float: left;
  height: 21px;
  margin: 10px 13px 0 14px;
  width: 21px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.color > ul li a {
  border: 1px solid #fff;
  display: block;
  height: 100%;
}
.color > ul li:hover{
  border: 3px solid #bcbcbc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.color ul li a.white {
  background: #fff none repeat scroll 0 0;
}
.color ul li a.red {
  background: #FF0000 none repeat scroll 0 0;
}
.color ul li a.dep-red {
  background: #9E0B0F none repeat scroll 0 0;
}
.color ul li a.violet {
  background: #92278F none repeat scroll 0 0;
}
.color ul li a.pink {
  background: #EC008C none repeat scroll 0 0;
}
.color ul li a.blue {
  background: #00AEEF none repeat scroll 0 0;
}
.color ul li a.dark-blue {
  background: #0D004C none repeat scroll 0 0;
}
.color ul li a.dark-cyan {
  background: #004A80 none repeat scroll 0 0;
}
.color ul li a.light-blue {
  background: #5674B9 none repeat scroll 0 0;
}
.color ul li a.green {
  background: #00A651 none repeat scroll 0 0;
}
.color ul li a.light-green {
  background: #ACD373 none repeat scroll 0 0;
}
.color ul li a.light-orange {
  background: #FBAF5D none repeat scroll 0 0;
}
.size{}
.size ul {
  margin: 0 -17px;
}
.size ul li {
  display: block;
  float: left;
  margin: 10px 17px 0;
}
.size ul li a {
  border: 1px solid #d7d7d7;
  color: #525151;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
}
.size ul li a:hover {
  border-width: 4px;
  line-height: 16px;
}
#slider-range {
  background: #d7d7d7 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 6px;
  margin-bottom: 15px;
  margin-top: 28px;
}
#slider-range .ui-slider-range {
  background: #e62856 none repeat scroll 0 0;
  height: 6px;
}
#slider-range .ui-slider-handle {
  background: #e62856 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
#price-amount {
  border: 0 none;
  color: #464545;
  font-size: 12px;
  font-weight: 700;
}
.product-tag{}
.product-tag a {
  border: 1px solid #d7d7d7;
  color: #525151;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 6px;
  padding: 2px 10px;
  text-align: center;
  text-transform: uppercase;
}
.product-tag a:hover {
  background: #e62856;
  border-color: #e62856;
  color: #fff;
}
/*----------------------------------------*/
/*  21.  Product Details Page
/*----------------------------------------*/
.page-breadcrumb {}
.page-breadcrumb ul {
  border-bottom: 1px solid #eee;
  display: block;
  float: left;
  padding: 20px 0;
  width: 100%;
}
.page-breadcrumb ul li {
  display: block;
  float: left;
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
}
.page-breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-breadcrumb ul li a {
  color: #2a2a2a;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.page-breadcrumb ul li a:hover {
  color: #e62856;
}
.page-breadcrumb ul li::before {
  content: "\f105";
  font-family: fontawesome;
  color: #2a2a2a;
  font-size: 16px;
  position: absolute;
  right: 0;
}
.page-breadcrumb ul li:last-child::before {
  content: "";
}
.page-breadcrumb ul li span{
  color: #2a2a2a;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.product-image {
  display: block;
  float: left;
  width: 100%;
}
.product-image .tab-content {
  float: left;
  width: 75%;
}
.product-image .tab-content .tab-pane{}
.product-image .tab-content .tab-pane a{}
.product-image .tab-content .tab-pane a img{}
.product-image .nav-tabs {
  border: 0 none;
  float: right;
  width: 25%;
  margin-top: 50px;
}
.product-image .nav-tabs li {
  display: block;
  float: right;
  margin-bottom: 15px;
}
.product-image .nav-tabs li a {
  border: 4px solid #e1e1e1;
  border-radius: 0;
  float: right;
  margin: 0;
  padding: 0;
}
.product-image .nav-tabs li.active a{
  border: 4px solid #e62856;
}
.product-image .nav-tabs li a img{}


.single-pro-title {
  margin-bottom: 55px;
  margin-top: 55px;
}
.single-pro-title .name-price {
  float: left;
}
.single-pro-name {
  color: #2a2a2a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-pro-price {
  margin: 0;
}
.single-pro-price span {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 600;
}
.single-pro-price .old {
  text-decoration: line-through;
  display: block;
  float: left;
  line-height: 24px;
}
.single-pro-price .new {
  color: #e62856;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin-right: 40px;
}
.ratting-review {
  float: right;
  text-align: right;
}
.ratting-review .ratting {
  margin-bottom: 20px;
  margin-top: 0;
}
.ratting-review .review-count {
  color: #6e6e6e;
  font-weight: 400;
  margin: 0;
}
.pro-description {
  margin-bottom: 35px;
}
.pro-description h3 {
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pro-description p {
  color: #404040;
  font-weight: 400;
  margin: 0;
}
.pro-actions{}
.pro-quantity{}
.pro-quantity input {
  border: 1px solid #ddd;
  display: block;
  float: left;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}
.pro-quantity span {
  background: #f1f2f3 none repeat scroll 0 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.pro-quantity span.dec {
  font-size: 21px;
}
.pro-quantity span.inc{}
.pro-quantity span:hover {
  background: #e62856 none repeat scroll 0 0;
  color: #fff;
}
.pro-actions .act-btn {
  background: #f1f2f3 none repeat scroll 0 0;
  border: medium none;
  border: 1px solid #e62856;
  color: #c00000;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.pro-actions .act-btn i{}
.pro-actions .act-btn.add-cart i {
  margin-right: 5px;
}
.pro-actions .act-btn:hover {
  background: #e62856 none repeat scroll 0 0;
  color: #fff;
}
.sin-pro-tab{}
.sin-pro-tab-list {
  border-bottom: 1px solid #eee;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
}
.sin-pro-tab-list li {
  display: block;
  float: left;
  margin-right: 40px;
}
.sin-pro-tab-list li a {
  color: #acacac;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.sin-pro-tab-list li:hover a {
  color: #252525;
}
.sin-pro-tab-list li.active a {
  color: #e62856;
}

.sin-pro-tab-container {
  display: block;
  float: left;
  width: 100%;
}
.sin-pro-tab-container p {
  color: #777;
  font-size: 16px;
  line-height: 24px;
}
/*----------------------------------------*/
/*  22.  Cart Page
/*----------------------------------------*/
.cart-table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.table > thead > tr > th, .table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.table > thead > tr > th:last-child, .table > tbody > tr > td:last-child  {
  border-right: 0px solid #ddd;
}
.cart-table .width-1 {
  width: 16%;
}
.cart-table .width-2 {
  width: 35%;
}
.cart-table .width-3 {}
.cart-table .width-4 {}
.cart-table .width-5 {
  width: 15%;
}
.cart-table .width-6 {}

.cartpage-image, .cartpage-pro-dec {
  padding: 17px 32px;
}
.cartpage-image {
  min-width: 180px;
}
.cartpage-image a{
  display: block;
}
.cartpage-image a img{}

.cartpage-pro-dec {
  min-width: 350px;
  text-align: left;
}
.cartpage-pro-dec a {
  color: #464545;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cartpage-pro-dec a:hover {
  color: #e62856;
}
.cartpage-pro-dec p {
  color: #636363;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
.cart-page-price {
  min-width: 80px;
}
.cart-pro-quantity {
  display: inline-block;
  min-width: 114px;
}
.cart-table .subtotal {
  min-width: 80px;
}
.cartpage-delete-item {}
.cartpage-delete-item > a {
  color: #636363;
  font-size: 20px;
}
.cartpage-delete-item > a:hover {
  color: #e62856;
}
.cartpage-button {
  margin-bottom: 30px;
}
.cartpage-button .button-left {
  float: left;
}
.cartpage-button .button-right {
  float: right;
}
.cartpage-button .button-right .btn:last-child {
  margin-left: 10px;
}
.cartpage-button .btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #636363;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.cartpage-button .btn:hover {
  background: #e62856;
  border: 1px solid #e62856;
  color: #fff;
}
.cartpage-descount{}
.cartpage-descount h3 {
  color: #636363;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cartpage-descount p {
  color: #636363;
  font-size: 12px;
  font-weight: 700;
}
.pro-descount-form {
  margin-bottom: 25px;
}
.pro-descount-form input {
  border: 1px solid #cccccc;
  color: #919191;
  font-weight: 700;
  height: 36px;
  padding: 5px 15px;
  width: 315px;
}
.pro-descount-form .btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #636363;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 25px;
  padding: 12px 20px 8px;
  text-transform: uppercase;
}
.pro-descount-form .btn:hover {
  background: #e62856;
  border: 1px solid #e62856;
  color: #fff;
}
.cartpage-total-amount {
  border: 1px solid #ccc;
  float: right;
  margin-top: 18px;
  padding: 15px 20px;
  text-align: right;
  width: 100%;
}
.cartpage-total-amount p{}
.cartpage-total-amount p .sub-t {
  color: #636363;
  font-size: 12px;
  font-weight: 700;
}
.cartpage-total-amount p .sub-t .sub-t-p {
  margin-left: 65px;
}
.cartpage-total-amount p .grand-t {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}
.cartpage-total-amount p .grand-t .grand-t-p {
  margin-left: 55px;
}
.cartpage-total-amount .btn {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 25px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.cartpage-total-amount .btn:hover {
  background: #e62856 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  23.  Checkout Page
/*----------------------------------------*/
#checkoutAcco {
  margin-bottom: 0;
}
.panel-group .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 24px;
  margin-top: 0 !important;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: inherit;
  padding: 0;
}
.panel-heading a, .panel-heading a.collapsed {
  background: #ebebeb none repeat scroll 0 0;
  color: #343434;
  display: block;
  font-family: raleway;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.panel-heading a.active {
  color: #e62856;
}
.panel-heading a.collapsed {
  background: #EBEBEB none repeat scroll 0 0;
  color: #343434;
}
.panel-heading a.active span {
  background: #e62856 none repeat scroll 0 0;
}
.panel-heading a span, .panel-heading a.collapsed span {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  text-align: center;
  width: 26px;
}
.panel-collapse.in {}
.panel-collapse .panel-body {
  padding: 35px 65px 20px;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0 1px 1px !important;
}

.register-acco, .login-acco {
  float: left;
  padding-right: 90px;
  width: 50%;
}
.login-acco {
  padding-left: 90px;
  padding-right: 0;
}


.register-acco-esp h2, .login-acco h2 {
  border-bottom: 2px solid #ccc;
  color: #343434;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}


.register-acco h2, .login-acco h2 {
  border-bottom: 2px solid #ccc;
  color: #343434;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.select-acco{}
.select-acco p {
  color: #797777;
  font-size: 12px;
  margin-bottom: 25px;
}
.select-acco form{}
.select-acco form input[type="radio"] {
  margin: 0 6px 20px 20px;
}
.select-acco form label {
  color: #797777;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.select-acco form h3 {
  color: #797777;
  font-size: 12px;
  font-weight: normal;
  margin: 20px 0;
  text-transform: uppercase;
}
.select-acco form ul {
  color: #797777;
  font-size: 12px;
  list-style: inside none disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.select-acco form ul li{}
.select-acco form .btn {
  background: #d7d7d7 none repeat scroll 0 0;
  border-radius: 0;
  color: #343434;
  font-size: 13px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.select-acco form .btn:hover {
  background: #e62856 none repeat scroll 0 0;
  color: #fff;
}
.login-form{}
.login-form h3 {
  font-size: 12px;
  color: #434242;
  margin-bottom: 10px;
  font-weight: normal;
}
.login-form p {
  color: #797777;
  font-size: 12px;
  margin-bottom: 15px;
}
.login-form form{}
.login-form form label {
  color: #797777;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.login-form form label span {
  color: #e62856;
}
.login-form form input {
  border: 1px solid #cccccc;
  color: #797777;
  height: 31px;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
.login-form form input[type="password"] {
  margin-bottom: 10px;
}
.login-form form p {
  margin-bottom: 20px;
}
.login-form form .btn {
  background: #d7d7d7 none repeat scroll 0 0;
  border-radius: 0;
  color: #343434;
  float: right;
  font-size: 13px;
  padding: 8px 16px;
  text-transform: uppercase;
}
.login-form form .btn:hover {
  background: #e62856 none repeat scroll 0 0;
  color: #fff;
}
.checkout-progress {
	margin-left: 20px;
}
.checkout-progress h3 {
  border-bottom: 2px solid #ccc;
  color: #343434;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.checkout-progress ul{}
.checkout-progress ul li{}
.checkout-progress ul li a {
  border-bottom: 2px solid #ccc;
  color: #797777;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
/*----------------------------------------*/
/*  24.  Blog & Single Blog Page
/*----------------------------------------*/
/* Blog Sidebar */
.blog-sidebar{}
.blog-sidebar .sin-sidebar {
  margin-bottom: 40px;
}
.blog-sidebar .sin-sidebar:nth-child(2n+1) {
  clear: both;
}
.blog-sidebar .sin-sidebar:last-child {
  margin-bottom: 0;
}
.blog-sidebar .sin-sidebar h2 {
  font-size: 18px;
  line-height: 14px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* Blog Search Sidebar */
.blog-search-sidebar form {
  position: relative;
  padding-right: 40px;
  width: 100%;
}
.blog-search-sidebar form input {
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
  width: 100%;
}
.blog-search-sidebar form .submit {
  background: #ddd none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.blog-search-sidebar form .submit i{}
.blog-search-sidebar form .submit:hover {
  background: #e62856;
  color: #fff;
}
/* Blog Category Sidebar */
.blog-cat-sidebar{}
.blog-cat-sidebar ul{}
.blog-cat-sidebar ul li {
  display: block;
}
.blog-cat-sidebar ul li:last-child {
  border-bottom: 0px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-cat-sidebar ul li a {
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  padding: 5px 0 5px 20px;
  position: relative;
  text-transform: capitalize;
}
.blog-cat-sidebar ul li a::before {
  border-top: 2px solid #7f7f7f;
  content: "";
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 9px;
}
.blog-cat-sidebar ul li a:hover {
  color: #e62856;
}
.blog-cat-sidebar ul li a:hover::before {
  border-color: #e62856;
}
/* Blog Recent Post Sidebar */
.blog-recent-sidebar{}
.blog-recent-sidebar ul{}
.blog-recent-sidebar ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-recent-sidebar ul li .post-thumb {
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  width: 80px;
}
.blog-recent-sidebar ul li .post-thumb::before {
  background: rgba(255, 52, 59, 0.6) none repeat scroll 0 0;
  color: #fff;
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.blog-recent-sidebar ul li:hover .post-thumb::before {
  opacity: 1;
}
.blog-recent-sidebar ul li .post-thumb img{}
.blog-recent-sidebar ul li .post-info {
  margin-top: 5px;
}
.blog-recent-sidebar ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 5px;
}
.blog-recent-sidebar ul li .post-info a:hover {
  color: #e62856;
}
.blog-recent-sidebar ul li .post-info span {
  font-size: 12px;
  color: #7f7f7f;
}
/* Blog Tag Sidebar */
.blog-tag-sidebar{}
.blog-tag-sidebar .tags-list{}
.blog-tag-sidebar .tags-list a {
  border: 1px solid #ddd;
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 13px !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.blog-tag-sidebar .tags-list a:hover {
  border: 1px solid #e62856;
  color: #e62856;
}
/* SIngle Blog Page Style */
.sin-blog-post{}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  width: 100%;
}
.post-info-wrapper{}
.post-info-wrapper .post-title {
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 30px;
}
.post-info-wrapper .post-meta {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 0;
}
.post-info-wrapper .post-meta span {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}
.post-info-wrapper .post-meta span::before {
  content: "/";
  position: absolute;
  right: 0;
}
.post-info-wrapper .post-meta span:last-child {
  margin: 0;
  padding: 0;
}
.post-info-wrapper .post-meta span:last-child::before {
  display: none;
}
.post-info-wrapper .post-meta span a{}
.post-info-wrapper .postsummary{}
.post-info-wrapper .postsummary p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
.post-share {
  margin-top: 40px;
}
.post-share h3 {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
}
.post-share ul {
  display: block;
  float: left;
}
.post-share ul li {
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.post-share ul li a {
  border: 1px solid #ddd;
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  width: 30px;
}
.post-share ul li a i{}
.post-share ul li a:hover {
  border: 1px solid #e62856;
  color: #e62856;
}
/* Comment Style */
.comment-wrapper {
  margin-top: 60px;
}
.comments{}
.comments h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.comment-list{}
.comment-list li{}
.comment-list li ul {
  padding-left: 100px;
}
.sin-comment {
  margin-bottom: 35px;
  overflow: hidden;
}
.sin-comment .avatar {
  display: block;
  float: left;
  margin-right: 20px;
  width: 80px;
}
.sin-comment .avatar img {
  width: 100%;
}
.sin-comment .comment-box {
  overflow: hidden;
}
.sin-comment .comment-box .comment-author{}
.sin-comment .comment-box .comment-author p {
  color: #2a2a2a;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-right: 22px;
  position: relative;
  text-transform: uppercase;
}
.sin-comment .comment-box .comment-author p::before {
  background: #346786 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
}
.sin-comment .comment-box .comment-author a {
  color: #252525;
}
.sin-comment .comment-box .comment-author a:hover {
  color: #e62856;
}
.sin-comment .comment-box .comment-author a::before {
  color: #363636;
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}
.sin-comment .comment-box .comment-text {}
.sin-comment .comment-box .comment-text p {
  color: #363636;
  font-size: 12px;
  margin: 0;
}
.children-comment {
  margin-left: 95px;
}
.comment-form{}
.comment-form h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.comment-form form{}
.comment-form form label {
  display: inline-block;
  position: relative;
}
.comment-form form label sub {
  color: #e62856;
  font-size: 13px;
  right: 0;
  top: 0;
}
.comment-form form input[type="text"] {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: 100%;
}
.comment-form form textarea {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: 100%;
}
.comment-form form input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.comment-form form input[type="submit"]:hover {
  background: #e62856 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  25.  About Page
/*----------------------------------------*/
.about-page {}
.about-page h2 {
  color: #464545;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page h2 span {
  color: #e62856;
  font-weight: 900;
}
.about-page h3 {
  color: #464545;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page p {
  color: #5c5b5b;
  font-size: 13px;
}
.about-page .image {}
.about-page .image img {
  width: 100%;
}
.our-services {
  margin-top: 35px;
}
.our-services .sin-service {
  margin-bottom: 25px;
}
.our-services .sin-service > h3 {
  font-family: lato;
  font-size: 16px;
  font-weight: 900;
}
.our-services .sin-service > p {
  font-size: 13px;
}
/*----------------------------------------*/
/*  26.  Contact Page
/*----------------------------------------*/
.contact-page{}
.contact-info {
  margin-bottom: 70px;
}
.contact-info .title, .contact-form .title {
  margin-bottom: 30px;
}
.contact-info .title h3, .contact-form .title h3 {
  color: #464545;
  font-size: 14px;
  font-weight: 800;
}
.contact-info p {
  margin-bottom: 15px;
}
.contact-info .sin-contact {
  margin-bottom: 30px;
}
.contact-info .sin-contact:last-child {
  margin-bottom: 0;
}
.contact-info .sin-contact img {
  float: left;
  margin-right: 15px;
}
.contact-info .sin-contact p, .contact-info .sin-contact a {
  color: #5c5b5b;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
}
.contact-info .sin-contact a:hover {
  text-decoration: underline;
}
#googleMap {
  height: 450px;
  margin-bottom: 70px;
}
.contact-form{}
.contact-form form{}
.contact-form form p {
  margin: 0;
}
.contact-form form p label {
  color: #5c5b5b;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.contact-form form p label span {
  color: #e62856;
}
.contact-form form p input {
  border: 1px solid #ddd;
  color: #797777;
  height: 31px;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
.contact-form form p:last-child input {
  margin-bottom: 0;
}
.contact-form form p textarea {
  border: 1px solid #ddd;
  color: #797777;
  height: 186px;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
.contact-form form p .btn {
  background: #333 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.contact-form form p .btn:hover {
  background: #e62856 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  27.  404 Page
/*----------------------------------------*/
.error-404 {
  background: rgba(0, 0, 0, 0) url("img/background/404-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 250px 0;
  text-align: center;
}
.error-404 h1 {
  color: #fff;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 150px;
  margin-bottom: 15px;
}
.error-404 h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.error-404 p {
  color: #c2c2c2;
  font-size: 16px;
  line-height: 26px;
}
.error-404 a {
  background: #e62856 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.error-404 a:hover {
  background: #fff none repeat scroll 0 0;
  color: #252525;
}
.footer-404{}
.footer-404 .copy-right{
  text-align: center;
}
.footer-404 .copy-right p {
  margin: 35px 0;
  color: #252525;
}
.footer-404 .copy-right p a {
  color: #252525;
}
.footer-404 .copy-right p a:hover{
  color: #e62856;
}
/*----------------------------------------*/
/*  27.  Pop Up Newslater
/*----------------------------------------*/
#popup-newslater {
  background: rgba(37, 37, 37, 0.33) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.newslater-container {
  background: #fff none repeat scroll 0 0;
  height: 430px;
  margin: 10% auto 0;
  padding: 20px;
  position: relative;
  width: 700px;
}
.newslater-container .close {
  border: 3px solid #252525;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  height: 26px;
  opacity: 1;
  position: absolute;
  right: 26px;
  text-align: center;
  top: 21px;
  width: 26px;
}
.newslater-form {
  float: left;
  width: 360px;
  padding-left: 30px;
}
.newslater-form h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 55px 0 0px;
}
.newslater-form p {
  font-size: 14px;
  color: #6e6e6e;
}
.newslater-form p span {
  font-size: 18px;
  font-weight: 700;
  color: #e62856;
  margin: 0 5px;
}
.newslater-form form{}
.newslater-form form input[type="email"] {
  width: 100%;
  margin: 50px 0 35px;
  color: #939191;
  background: #e1e1e1;
  border: 0;
  padding: 10px 15px;
}
.newslater-form form input[type="submit"]{}
.newslater-form h1 {
  font-weight: 900;
  color: #e62856;
}
.newslater-image {
  width: 300px;
}
.newslater-image img{}




/* Ficha ampliada */

.time-select {
    margin-top: 8px;
}

.time-select .time-select__group {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    background-color: #f5f5f5;
}

@media (min-width: 768px)
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

@media (min-width: 768px)
.col-sm-4 {
    width: 33.33333333333333%;
}

.time-select .items-wrap {
    padding-top: 15px;
    margin-bottom: 5px;
}
@media (min-width: 768px)
.col-sm-8 {
    width: 66.66666666666666%;
}



.time-select .time-select__item {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-size: 12px;
    background-color: #ffd564;
    padding: 9px 15px 6px 14px;
    margin: 5px 16px 5px 0;
    cursor: pointer;
}

.time-select .time-select__item:before {
    content: '';
    width: 54px;
    height: 28px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 3px;
    left: 3px;
}


.time-select .time-select__item:after {
    content: '';
    width: 64px;
    height: 34px;
    background-image: url(img/icons/bg-time.png);
    background-repeat: no-repeat;
    -webkit-background-size: 64px 34px;
    background-size: 64px 34px;
    position: absolute;
    top: 0px;
    left: -2px;
    z-index: -1;
}


.time-select .time-select__place {
    font-size: 16px;
    margin-top: 21px;
    margin-left: 5px;
    margin-bottom: 23px;
}
p {
    font-size: 15px;
    line-height: 28px;
    color: #4c4145;
    margin-bottom: 28px;
}
p {
    margin: 0 0 10px;
}

#tit_compra_entradas > h3 {

    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* FORZAR COLOR DE LA DESCRIPCION DEL EVENTO - PARA NO AFECTAR EN SERVIENTRADAS.COM*/
#pro-des > p { color: black; }

/* PERSONALIZADO */




/* PERSONALIZACION FORMULARIO PROPIOS */

#tabla_registrar_usuario > tbody > tr > td > input[type="text"], input[type="password"] {
    border: 1px solid #ddd;
    color: #797777;
    /* height: 31px; */
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;	
}
		
.eti_form {
    color: #5c5b5b;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
}		


#reg_fnac_dia, #reg_fnac_mes, #reg_fnac_anyo {
    border: 1px solid #ddd;
    color: #797777;
    /* height: 31px; */
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 30%;
}

#tabla_registrar_usuario {
	width: 100%;
}

.header-search form .input-filds .submit {
    margin-top: -39px;
}

/* PERSONALIZACION BUSCADOR AUTOCOMPLETA */
#item_buscador_boots {
	/* border: 1px solid #c6c6c6; */
    color: #363636;
    font-size: 12px;
    font-weight: 600;
    min-height: 40px;
    padding: 9px 10px;
    width: 100%;
}
#item_buscador_boots_img {
	width: 35px;
	max-heigth: 35px;
	float: left;
	overflow: hidden;
}
#item_buscador_boots_txt {
	margin-left: 39px;
	margin-top: 5px;
}

#capa_cesta > div > ul > div {
	margin-left: 199px;
}




/* AJUSTES EN PLANTILLA 600, ADAPTAR LISTADO Y FICHA AMPLIADA - A P O R E N T R A D A S */

body {
    margin-top: 0px !important;
	font-family: 'Raleway', sans-serif !important;
}

/*======
*
* 2. Columns
*
======*/
	.gt-columns {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px -30px;
	}

	.gt-columns.gt-vertical-center {
		align-items: center;
	}

	.gt-columns.gt-column-space-50 {
		margin: 0 -25px -50px;
	}

	.gt-columns.gt-column-space-45 {
		margin: 0 -22.5px -45px;
	}

	.gt-columns.gt-column-space-40 {
		margin: 0 -20px -40px;
	}

	.gt-columns.gt-column-space-35 {
		margin: 0 -17.5px -30px;
	}

	.gt-columns.gt-column-space-30 {
		margin: 0 -15px -30px;
	}

	.gt-columns.gt-column-space-25 {
		margin: 0 -12.5px -25px;
	}

	.gt-columns.gt-column-space-20 {
		margin: 0 -10px -20px;
	}

	.gt-columns.gt-column-space-15 {
		margin: 0 -7.5px -15px;
	}

	.gt-columns.gt-column-space-10 {
		margin: 0 -5px -10px;
	}

	.gt-columns.gt-column-space-5 {
		margin: 0 -2.5px -5px;
	}

	.gt-columns.gt-column-space-0 {
		margin: 0;
	}

	.gt-columns.gt-columns-center {
		align-items: center;		
	}

	.gt-columns > .gt-col {
		width: 100%;
		position: relative;
	}

	.gt-columns > .gt-col > .gt-inner {
		padding: 0 15px 30px;
	}

	.gt-columns.gt-column-space-50 > .gt-col > .gt-inner {
		padding: 0 25px 50px;
	}

	.gt-columns.gt-column-space-45 > .gt-col > .gt-inner {
		padding: 0 22.5px 45px;
	}

	.gt-columns.gt-column-space-40 > .gt-col > .gt-inner {
		padding: 0 20px 40px;
	}

	.gt-columns.gt-column-space-35 > .gt-col > .gt-inner {
		padding: 0 17.5px 35px;
	}

	.gt-columns.gt-column-space-30 > .gt-col > .gt-inner {
		padding: 0 15px 30px;
	}

	.gt-columns.gt-column-space-25 > .gt-col > .gt-inner {
		padding: 0 12.5px 25px;
	}

	.gt-columns.gt-column-space-20 > .gt-col > .gt-inner {
		padding: 0 10px 20px;
	}

	.gt-columns.gt-column-space-15 > .gt-col > .gt-inner {
		padding: 0 7.5px 15px;
	}

	.gt-columns.gt-column-space-10 > .gt-col > .gt-inner {
		padding: 0 5px 10px;
	}

	.gt-columns.gt-column-space-5 > .gt-col > .gt-inner {
		padding: 0 2.5px 5px;
	}

	.gt-columns.gt-column-space-0 > .gt-col > .gt-inner {
		padding: 0;
	}

	.gt-columns.gt-column-1 > .gt-col {
		width: 100%;
	}

	.gt-columns.gt-column-2 > .gt-col {
		width: 50%;
	}

	.gt-columns.gt-column-3 > .gt-col {
		width: 33.33333333333333%;
	}

	.gt-columns.gt-column-4 > .gt-col {
		width: 25%;
	}

	.gt-columns.gt-column-5 > .gt-col {
		width: 20%;
	}

	.gt-columns.gt-column-6 > .gt-col {
		width: 16.66666666666667%;
	}

	.gt-columns.gt-column-7 > .gt-col {
		width: 14.28571428571429%;
	}

	.gt-columns.gt-column-8 > .gt-col {
		width: 12.5%;
	}

	.gt-columns.gt-column-9 > .gt-col {
		width: 11.11111111111111%;
	}

	.gt-columns.gt-column-10 > .gt-col {
		width: 10%;
	}

	@media (max-width: 1199px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col {
			width: 50%;
		}
	}

	@media (max-width: 991px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col,
		.gt-columns.gt-column-5 .gt-col,
		.gt-columns.gt-column-4 .gt-col,
		.gt-columns.gt-column-3 .gt-col,
		.gt-columns.gt-column-2 .gt-col {
			width: 50%;
		}
	}

	@media (max-width: 767px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col,
		.gt-columns.gt-column-5 .gt-col,
		.gt-columns.gt-column-4 .gt-col,
		.gt-columns.gt-column-3 .gt-col,
		.gt-columns.gt-column-2 .gt-col {
			width: 100%;
		}
	}

	.gt-space-height-1 {
		height: 1px;
	}

	.gt-space-height-2 {
		height: 2px;
	}

	.gt-space-height-3 {
		height: 3px;
	}

	.gt-space-height-4 {
		height: 4px;
	}

	.gt-space-height-5 {
		height: 5px;
	}

	.gt-space-height-6 {
		height: 6px;
	}

	.gt-space-height-7 {
		height: 7px;
	}

	.gt-space-height-8 {
		height: 8px;
	}

	.gt-space-height-9 {
		height: 9px;
	}

	.gt-space-height-10 {
		height: 10px;
	}

	.gt-space-height-15 {
		height: 15px;
	}

	.gt-space-height-20 {
		height: 20px;
	}

	.gt-space-height-25 {
		height: 25px;
	}

	.gt-space-height-30 {
		height: 30px;
	}

	.gt-space-height-35 {
		height: 35px;
	}

	.gt-space-height-40 {
		height: 40px;
	}

	.gt-space-height-45 {
		height: 45px;
	}

	.gt-space-height-50 {
		height: 50px;
	}

	.gt-space-height-55 {
		height: 55px;
	}

	.gt-space-height-60 {
		height: 60px;
	}

	.gt-space-height-70 {
		height: 70px;
	}

	.gt-space-height-75 {
		height: 75px;
	}

	.gt-space-height-80 {
		height: 75px;
	}

	.gt-space-height-85 {
		height: 85px;
	}

	.gt-space-height-90 {
		height: 90px;
	}

	.gt-space-height-95 {
		height: 95px;
	}

	.gt-space-height-100 {
		height: 100px;
	}




.gt-columns > .gt-col > .gt-inner {
    padding: 0 15px 30px;
}		
.gt-event-style-4.gt-overflow-hidden {
    overflow: hidden;
}

.gt-event-style-4 {
    width: 100%;
    position: relative;
}
.gt-event-style-4 .gt-image {
    position: relative;
    overflow: hidden;
}
.gt-event-style-4 .gt-image > a, .gt-event-style-4 .gt-image > a:visited {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.gt-event-style-4 .gt-image > a:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.gt-event-style-4 .gt-image img {
    width: 100%;
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.gt-event-style-4 {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
 }
.gt-event-style-4:hover {
	border: 1px solid #e62856;
    border-radius: 20px;
}
.gt-event-style-4 .gt-content {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    padding: 25px 30px 10px;
    overflow: hidden;
    border-top: 0;
}
.gt-event-style-4 .gt-title {
    font-size: 1.462rem;
    /* font-size: 1.892rem; */
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 52px;
	
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
}
.gt-event-style-4 .gt-details {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gt-event-style-4 .gt-details > div {
    margin-right: 20px;
    margin-bottom: 5px;
}

.gt-event-style-4 .gt-category {
    font-size: 0.9231rem;
    font-size: 1.3531rem;
    text-transform: uppercase;
}
.gt-event-style-4 .gt-category ul {
    list-style: none;
    margin: 0 -5px -10px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.irs-bar, .irs-slider, .irs-from, .irs-to, .irs-single, .gt-countdown.gt-style-4 ul li > .gt-inner, .gt-countdown.gt-style-1 ul li > .gt-inner, .gt-feature-box .gt-content .gt-line, .gt-post-style-1 .gt-bottom .gt-more, .gt-post-style-1 .gt-bottom .gt-more:visited, .gt-post-style-2 .gt-bottom .gt-more, .gt-post-style-2 .gt-bottom .gt-more:visited, .gt-pagination ul li > span, .gt-pagination ul li > a, .gt-pagination ul li > a:visited, .gt-post-pagination ul li a, .gt-post-pagination ul li a:visited, .gt-event-section-tabs .gt-event-tabs > li > a:after, .gt-event-section-tabs .gt-event-tabs > li > a:visited:after, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce span.onsale, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gt-event-schedule.gt-style-1 .gt-schedule-tabs, .gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover, .gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:visited, .gt-event-schedule.gt-style-4 > .gt-item > .gt-heading, .gt-event-schedule.gt-style-5 > .gt-item > .gt-heading, .gt-event-schedule.gt-style-6 > .gt-item > .gt-heading, .gt-organizers.gt-style-1 ul li a:hover, .gt-organizers.gt-style-1 ul li a:focus, .gt-organizers.gt-style-2 ul li a:hover, .gt-organizers.gt-style-2 ul li a:focus, .gt-organizers.gt-style-3 ul li a, .gt-organizers.gt-style-3 ul li a:visited, .gt-tags.gt-style-1 ul li a:hover, .gt-tags.gt-style-1 ul li a:focus, .gt-tags.gt-style-2 ul li a:hover, .gt-tags.gt-style-2 ul li a:focus, .gt-tags.gt-style-3 ul li a, .gt-tags.gt-style-3 ul li a:visited, .gt-categories.gt-style-1 ul li a:hover, .gt-categories.gt-style-1 ul li a:focus, .gt-categories.gt-style-2 ul li a:hover, .gt-categories.gt-style-2 ul li a:focus, .gt-categories.gt-style-3 ul li a, .gt-categories.gt-style-3 ul li a:visited, .gt-social-sharing.gt-style-1 ul li a:hover, .gt-social-sharing.gt-style-1 ul li a:focus, .gt-social-sharing.gt-style-2 ul li a:hover, .gt-social-sharing.gt-style-2 ul li a:focus, .gt-social-sharing.gt-style-3 ul li a:hover, .gt-social-sharing.gt-style-3 ul li a:focus, .gt-social-sharing.gt-style-4 ul li a:hover, .gt-social-sharing.gt-style-4 ul li a:focus, .gt-social-sharing.gt-style-5 ul li a:hover, .gt-social-sharing.gt-style-5 ul li a:focus, .gt-social-sharing.gt-style-6 ul li a, .gt-social-sharing.gt-style-6 ul li a:visited, .gt-social-sharing.gt-style-7 ul li a:hover, .gt-social-sharing.gt-style-7 ul li a:focus, .gt-social-links-element.gt-style-1 ul li a:hover, .gt-social-links-element.gt-style-1 ul li a:focus, .gt-social-links-element.gt-style-2 ul li a:hover, .gt-social-links-element.gt-style-2 ul li a:focus, .gt-social-links-element.gt-style-3 ul li a:hover, .gt-social-links-element.gt-style-3 ul li a:focus, .gt-social-links-element.gt-style-4 ul li a:hover, .gt-social-links-element.gt-style-4 ul li a:focus, .gt-social-links-element.gt-style-5 ul li a:hover, .gt-social-links-element.gt-style-5 ul li a:focus, .gt-social-links-element.gt-style-6 ul li a, .gt-social-links-element.gt-style-6 ul li a:visited, .gt-social-links-element.gt-style-7 ul li a:hover, .gt-social-links-element.gt-style-7 ul li a:focus, .gt-event-buttons ul li a, .gt-event-buttons ul li a:visited, .gt-content-detail-box > ul > li.gt-event-counter, .gt-button.gt-style-3 a, .gt-button.gt-style-3 a:visited, .gt-button.gt-style-2 a, .gt-button.gt-style-2 a:visited, .gt-button.gt-style-1 a, .gt-button.gt-style-1 a:visited, .gt-app-box .gt-item a:hover, .gt-app-box .gt-item a:focus, .gt-blog-carousel .gt-slider-prev:hover, .gt-blog-carousel .gt-slider-prev:focus, .gt-blog-carousel .gt-slider-next:hover, .gt-blog-carousel .gt-slider-next:focus, .gt-blog-carousel .gt-all-button:hover, .gt-blog-carousel .gt-all-button:focus, .gt-venues-carousel .gt-slider-prev:hover, .gt-venues-carousel .gt-slider-prev:focus, .gt-venues-carousel .gt-slider-next:hover, .gt-venues-carousel .gt-slider-next:focus, .gt-venues-carousel .gt-all-button:hover, .gt-venues-carousel .gt-all-button:focus, .gt-events-carousel .gt-slider-prev:hover, .gt-events-carousel .gt-slider-prev:focus, .gt-events-carousel .gt-slider-next:hover, .gt-events-carousel .gt-slider-next:focus, .gt-events-carousel .gt-all-button:hover, .gt-events-carousel .gt-all-button:focus, .gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:hover, .gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:focus, .gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .gt-categorized-events .gt-all-button:hover, .gt-categorized-events .gt-all-button:focus, .gt-categorized-events .gt-nav > li > a, .gt-categorized-events .gt-nav > li > a:visited, .gt-eventchamp-slider .gt-slider-content .gt-buttons a:hover, .gt-eventchamp-slider .gt-slider-content .gt-buttons a:focus, .gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:hover, .gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:focus, .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:hover, .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:focus, .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:hover, .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:focus, .gt-events-slider .gt-slide-inner .gt-content .buttons a:hover, .gt-events-slider .gt-slide-inner .gt-content .buttons a:focus, .gt-events-slider .gt-slide-inner .gt-content .gt-category, .gt-eventchamp-service-box:hover i, .gt-mobile-menu .gt-bottom .gt-user-box, .gt-header.gt-style-1.gt-style-2 .gt-elements .gt-user-box, .gt-header.gt-style-3.gt-style-4 .gt-elements .gt-user-box, .gt-header.gt-style-5.gt-style-6 .gt-elements .gt-user-box, .gt-style-4 .sk-fading-circle .sk-circle:before, .gt-style-3 .spinner, .gt-style-2 .spinner > div, .gt-style-1 .double-bounce1, .gt-style-1 .double-bounce2, .gt-event-style-1 .gt-category ul li, .gt-event-style-1 .gt-price, .gt-event-style-3 .gt-category ul li, .gt-event-style-4 .gt-category ul li, .gt-venue-style-1 .gt-image .price, .fc button, .fc-state-default, .fc-event, .fc-event-dot, .ui-datepicker .ui-datepicker-today > a, .ui-datepicker .ui-datepicker-today > a:visited, .ui-datepicker .ui-datepicker-header, .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover, .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large, button, input[type="submit"], .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus, .gt-like-box a.gt-liked, .gt-like-box a.gt-liked:visited, .gt-like-box a.gt-favorited, .gt-like-box a.gt-favorited:visited, .gt-like-box a:hover, .gt-like-box a:focus {
    background-color: #141414;
}

.gt-event-style-4 .gt-category ul li {
    margin: 0 5px 10px;
    padding: 7px 20px;
    border-radius: 25px;
    font-weight: 500;
    color: #FFFFFF;
}
.gt-event-style-4 .gt-category ul a, .gt-event-style-4 .gt-category ul a:visited {
    color: #FFFFFF;
    display: block;
}
.gt-event-style-4 .gt-details > div:last-child {
    margin-right: 0;
}
.gt-event-style-4 .gt-details > div {
    margin-right: 20px;
    margin-bottom: 5px;
}
.gt-event-style-4 .gt-price, .gt-event-style-4 .gt-stock, .gt-event-style-4 .gt-status, .gt-event-style-4 .gt-venue, .gt-event-style-4 .gt-location, .gt-event-style-4 .gt-date, .gt-event-style-4 .gt-time {
    font-size: 0.9231rem;
    font-size: 1.3531rem;
    color: #777777;
    align-items: center;
    display: flex;
}
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:hover, .gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:focus, .gt-footer.gt-style-1 a:hover, .gt-footer.gt-style-1 a:focus, .gt-footer.gt-style-1 .post-list-style-3 .title a:hover, .gt-footer.gt-style-1 .post-list-style-3 .title a:focus, .gt-event-style-2 .gt-information > div a:focus, .gt-event-style-2 .gt-information > div a:hover, .gt-mobile-menu .gt-bottom .gt-social-links li a:hover, .gt-mobile-menu .gt-bottom .gt-social-links li a:focus, .gt-modal .gt-register-content .gt-modal-footer a:hover, .gt-modal .gt-register-content .gt-modal-footer a:focus, .gt-modal .gt-login-content .gt-modal-footer a:hover, .gt-modal .gt-login-content .gt-modal-footer a:focus, .gt-countdown.gt-style-3 ul li > .gt-inner, .gt-footer .post-list-style-3 .title a:hover, .gt-footer .post-list-style-3 .title a:focus, .gt-feature-box .gt-content .gt-title, .gt-feature-box .gt-icon, .gt-map.gt-events-map .gt-map-popup .gt-inner a:hover, .gt-map.gt-events-map .gt-map-popup .gt-inner a:focus, .gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > i, .gt-label.gt-style-4, .gt-post-style-1 .gt-bottom .gt-more:hover, .gt-post-style-1 .gt-bottom .gt-more:focus, .gt-post-style-1 .gt-bottom > ul a:hover, .gt-post-style-1 .gt-bottom > ul a:focus, .gt-post-style-2 .gt-bottom .gt-more:hover, .gt-post-style-2 .gt-bottom .gt-more:focus, .gt-post-style-2 .gt-bottom > ul a:hover, .gt-post-style-2 .gt-bottom > ul a:focus, .gt-page-content .gt-post-meta a:hover, .gt-page-content .gt-post-meta a:focus, .gt-pagination ul li > span.current, .gt-pagination ul li > a:hover, .gt-pagination ul li > a:focus, .gt-post-pagination ul li a:hover, .gt-post-pagination ul li a:focus, .gt-page-content .gt-post-meta > ul > li i, .gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-subtitle, .gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details > .gt-price, .gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:before, .gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-title, .gt-event-ticket.gt-style-2 .gt-price, .gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-title, .gt-event-ticket.gt-style-3 .gt-price, .gt-event-ticket.gt-style-4 .gt-price, .gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:before, .gt-event-ticket.gt-style-5 .gt-price, .gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:before, .gt-event-ticket.gt-style-6 .gt-ticket-features p:before, .gt-event-ticket.gt-style-6 .gt-ticket-header .gt-price, .gt-event-ticket.gt-style-7 .gt-ticket-features p:before, .gt-event-ticket.gt-style-7 .gt-ticket-header .gt-price, .gt-event-buttons ul li a:hover, .gt-event-buttons ul li a:focus, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active:visited, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:hover, .gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:focus, .gt-speaker.gt-style-1 .gt-content .gt-name a:hover, .gt-speaker.gt-style-1 .gt-content .gt-name a:focus, .gt-speaker.gt-style-1 .gt-social-links ul li a:focus, .gt-speaker.gt-style-1 .gt-social-links ul li a:hover, .gt-speaker.gt-style-2 .gt-social-links ul li a:focus, .gt-speaker.gt-style-2 .gt-social-links ul li a:hover, .gt-speaker.gt-style-3 .gt-social-links ul li a:focus, .gt-speaker.gt-style-3 .gt-social-links ul li a:hover, .gt-speaker.gt-style-4 .gt-social-links ul li a:focus, .gt-speaker.gt-style-4 .gt-social-links ul li a:hover, .gt-speaker.gt-style-5 .gt-social-links ul li a:focus, .gt-speaker.gt-style-5 .gt-social-links ul li a:hover, .gt-speaker.gt-style-6 .gt-social-links ul li a:focus, .gt-speaker.gt-style-6 .gt-social-links ul li a:hover, .gt-content-detail-box > ul > li > .gt-content > .gt-inner a:hover, .gt-content-detail-box > ul > li > .gt-content > .gt-inner a:focus, .gt-content-detail-box > ul > li > .gt-icon > i, .gt-icon-list ul li i, .gt-mailchimp-newsletter .title i, .gt-button.gt-style-6 a:hover, .gt-button.gt-style-6 a:focus, .gt-button.gt-style-5 a, .gt-button.gt-style-5 a:visited, .gt-button.gt-style-3 a:hover, .gt-button.gt-style-3 a:focus, .gt-button.gt-style-2 a:hover, .gt-button.gt-style-2 a:focus, .gt-button.gt-style-1 a:hover, .gt-button.gt-style-1 a:focus, .gt-contact-box i, .gt-counter > .gt-title, .gt-counter > .gt-number, .gt-testimonials-carousel .content .name, .gt-eventchamp-service-box .gt-title, .gt-eventchamp-service-box i, .gt-categorized-events .gt-nav > li > a.active, .gt-categorized-events .gt-nav > li > a.active:visited, .gt-categorized-events .gt-nav > li > a:hover, .gt-categorized-events .gt-nav > li > a:focus, .gt-heading .gt-title span, .gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary, .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary, .gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-counter-inner > div, .gt-events-slider .gt-slide-inner .gt-content .gt-information > li i, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce div.product .stock, .woocommerce .woocommerce-MyAccount-navigation ul li a, .woocommerce .woocommerce-MyAccount-navigation ul li a:visited, .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a:visited, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:visited, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true], .plyr__progress--played, .plyr__volume--display, .bootstrap-select.gt-select .dropdown-item:focus, .bootstrap-select.gt-select .dropdown-item:hover, .bootstrap-select.gt-select .dropdown-item.active, .bootstrap-select.gt-select .dropdown-item:active, blockquote:before, button:hover, input[type="submit"]:hover, button:active, input[type="submit"]:active, button:active:hover, input[type="submit"]:active:hover, button:active:focus, input[type="submit"]:active:focus, button:active:visited, input[type="submit"]:active:visited, button:focus, input[type="submit"]:focus, a:hover, a:focus, .gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a:hover, .gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a:focus, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li a:hover, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li a:focus, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li:hover > a, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li:hover > a:visited, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li>a:hover, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li>a:focus, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover, .gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus, .gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a:hover, .gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a:focus, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li a:hover, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li a:focus, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li:hover > a, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li:hover > a:visited, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a:hover, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a:focus, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover, .gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus, .gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a:hover, .gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a:focus, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li a:hover, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li a:focus, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li:hover > a, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li:hover > a:visited, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a:hover, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a:focus, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover, .gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus, .gt-footer a:hover, .gt-footer a:focus, .gt-page-title-bar .gt-breadcrumb nav > ol > li a:focus, .gt-page-title-bar .gt-breadcrumb nav > ol > li a:hover, .gt-page-title-bar .gt-breadcrumb nav > ol > li.gt-item-current, .gt-page-title-bar .gt-breadcrumb nav > ol > li.current-item > span, .gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a, .gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a:focus, .gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a:hover, .gt-mobile-menu .gt-top .gt-menu > li a:hover, .gt-mobile-menu .gt-top .gt-menu > li a:focus, .gt-mobile-menu .gt-top .gt-menu li:hover > a, .gt-mobile-menu .gt-top .gt-menu li:focus > a:visited, .gt-mobile-menu .gt-top .gt-menu li:hover > i, .gt-mobile-menu .gt-top .gt-menu li:focus > i, .gt-flex-menu li a:focus, .gt-flex-menu li a:hover, .fc-state-default:hover, .fc-state-default:focus, .fc button:hover, .fc button:focus, .gt-post-style-1 .gt-bottom > ul > li i, .gt-post-style-1 .gt-bottom .gt-more:hover, .gt-post-style-1 .gt-bottom .gt-more:focus, .gt-post-style-1 .gt-image .gt-category ul a, .gt-post-style-1 .gt-image .gt-category ul a:visited, .gt-post-style-1 .gt-image .gt-category ul, .gt-post-style-2 .gt-bottom > ul > li i, .gt-post-style-2 .gt-bottom .gt-more:hover, .gt-post-style-2 .gt-bottom .gt-more:focus, .gt-post-style-2 .gt-image .gt-category ul a, .gt-post-style-2 .gt-image .gt-category ul a:visited, .gt-post-style-2 .gt-image .gt-category ul, .gt-post-style-3 .gt-information > div i, .gt-event-style-1 .gt-venue a:focus, .gt-event-style-1 .gt-venue a:hover, .gt-event-style-1 .gt-location ul li a:focus, .gt-event-style-1 .gt-location ul li a:hover, .gt-event-style-1 .gt-location i, .gt-event-style-1 .gt-date i, .gt-event-style-1 .gt-time i, .gt-event-style-1 .gt-venue i, .gt-event-style-1 .gt-stock i, .gt-event-style-1 .gt-event-status, .gt-event-style-2 .gt-information > div i, .gt-event-style-3 .gt-venue a:focus, .gt-event-style-3 .gt-venue a:hover, .gt-event-style-3 .gt-location ul li a:focus, .gt-event-style-3 .gt-location ul li a:hover, .gt-event-style-3 .gt-price i, .gt-event-style-3 .gt-status i, .gt-event-style-3 .gt-location i, .gt-event-style-3 .gt-date i, .gt-event-style-3 .gt-time i, .gt-event-style-3 .gt-stock i, .gt-event-style-3 .gt-venue i, .gt-event-style-4 .gt-venue a:focus, .gt-event-style-4 .gt-venue a:hover, .gt-event-style-4 .gt-location ul li a:focus, .gt-event-style-4 .gt-location ul li a:hover, .gt-event-style-4 .gt-price i, .gt-event-style-4 .gt-status i, .gt-event-style-4 .gt-location i, .gt-event-style-4 .gt-date i, .gt-event-style-4 .gt-time i, .gt-event-style-4 .gt-venue i, .gt-event-style-4 .gt-stock i, .gt-white .gt-venue-style-1 .gt-title a:hover, .gt-white .gt-venue-style-1 .gt-title a:focus, .gt-venue-style-1 .gt-title a:hover, .gt-venue-style-1 .gt-title a:focus, .gt-venue-style-1 .gt-image .gt-location, .gt-venue-style-1 .gt-image .gt-location a, .gt-venue-style-1 .gt-image .gt-location a:visited, .gt-venue-style-1 .gt-image .status, .gt-venue-style-2 .gt-information > div i, .gt-content-favorite-add-popup:before, .gt-content-favorite-remove-popup:before, .gt-content-like-add-popup:before, .gt-content-like-remove-popup:before, .edit-link a:focus, .edit-link a:hover {
    color: #e62856;
}

.gt-event-style-4 .gt-price i, .gt-event-style-4 .gt-status i, .gt-event-style-4 .gt-venue i, .gt-event-style-4 .gt-stock i, .gt-event-style-4 .gt-location i, .gt-event-style-4 .gt-date i, .gt-event-style-4 .gt-time i {
    font-size: 1.154rem;
    margin-right: 8px;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.far {
    font-weight: 400;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-calendar-alt:before {
    content: "\f073";
}
.gt-event-style-4 .gt-text {
    margin: 0 0 15px;
    font-size: 0.9231rem;
    font-size: 1.3531rem;
    color: #777777;
}
.gt-event-style-4 .gt-details {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gt-event-style-4 .gt-details > div {
    margin-right: 20px;
    margin-bottom: 5px;
}
.gt-event-style-4 .gt-details > div {
    margin-right: 20px;
    margin-bottom: 5px;
}
.gt-event-style-4 .gt-location ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gt-event-style-4 .gt-location ul li:last-child {
    margin-right: 0;
}
.gt-event-style-4 .gt-details > div:last-child {
    margin-right: 0;
}

.gt-event-style-4 .gt-details > div {
    margin-right: 20px;
    margin-bottom: 5px;
}

#estado_espectaculo {
	position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    background-color: #0000005e;
    height: 49px;
    display: grid;
    align-items: center;
    font-size: 26px;
	
}

/*
.simpleLens-big-image {
    width: 100%;
}
*/

.gt-inner:hover .gt-image img {
    /* -webkit-transform: scale(1.1); */
    transform: scale(1.1);
}





/*----------------------------------------*/
/*  1.  Theme V1 - jpss
/*----------------------------------------*/


body {
  padding: 0;
  font-family: "Century Gothic", "Poppins", "Helvetica Neue", "Open Sans", "Lato", Helvetica, Sans-serif, Arial;
  background: #F2F5F8;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.2px;
  min-height: 100%;
  margin-top: 57px;
}

a {
  color: #141414;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #e62856;
}

label {
  text-transform: uppercase;
}

.navbar-brand {
  padding: 14px 15px;
}

.navbar-user {
  display: inline-block;
  line-height: 12px;
}

.navbar-user span.navbar-user-name {
  font-size: 12px;
  text-transform: none;
  opacity: 0.66;
  font-weight: 300;
}

.form-required {
  color: #141414;
}

.material-inputs .form-group {
  margin-bottom: 8px;
}

.material-inputs .form-control {
  border: none;
  box-shadow: none;
  background-color: rgba(0,0,0,.06);
  height: 40px;
}

.material-inputs label {
  font-size: 11px;
  color: #999;
  margin-bottom: 0px;
  font-weight: 400;
}

.material-icons {
  font-size: inherit;
  vertical-align: middle;
}

.et-main-header-content {
  vertical-align:middle;
  display: table-cell;
}

.et-navbar-main {
  background-color: rgba(255,255,255,0.9);
  min-height: 57px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}

.et-navbar-main .navbar-right {
  margin-right: 15px;
}

.et-navbar-main .navbar-right li>a {
  line-height: 26px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.et-navbar-main .navbar-right li>a .material-icons {
  font-size: 1.4em;
  margin-top: -1px;
}

.navbar-toggle {
  padding: 0;
  margin-top: 13px;
}

/* Login popup */

.login-modal {
    padding-top: 25px;
}

.login-modal #login-container {
    margin: 0 auto;
    max-width: 500px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgba(0,0,0,.2);
    padding: 15px 5px 0px 5px;
}

/* Sidebar */
#sidebar {
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 57px;
}
#sidebar.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  width: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background: #F5F5F5;
  box-shadow: 0px 0px 12px rgba(0,0,0,.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar-wrapper {
  width: 85%;
}
#sidebar.toggled #sidebar-wrapper {
  left: -85%;
}
#page-content-wrapper {
  width: 100%;
  position: relative;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 57px;
}

.sidebar-icon {
  width: 18px;
  float: left;
  margin-left: -10px;
  margin-right: 10px;
}

.btn-primary>.sidebar-icon {
  filter: brightness(100);
}

.et-main-header {
  position: relative;
  /* background-image: url('../images/tech-bg-mosaic.gif'); */
  height: 50vh;
  min-height: 240px;
  width: 100%;
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
  display: table;
}

.et-main-header-small {
  height: 25vh;
  min-height: 220px;
}

.et-event-list, .et-ciudad-list {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

#et-main-header-carousel {
  min-height: 240px;
  background-color: #FFFFFF;
}

#et-main-header-carousel .carousel-inner img {
  height: 50vh;
  min-width: 100%;
  object-fit: cover;
  min-height: 240px;
}

.et-main-header-small #et-main-header-carousel .carousel-inner img {
  height: 25vh;
  min-width: 100%;
  object-fit: cover;
  min-height: 220px;
}

.et-main-header #filtro_busqueda {
  height: 58px;
  font-size: 18px;
  border-radius: 4px 0px 0px 4px;
}

.et-main-header #filtro_busqueda_fecha_span select {
  height: 58px;
  font-size: 16px;
  min-width: 180px;
  border: none;
}

.et-main-header #filtro_busqueda_icono i {
  color: #FFFFFF;
  font-size: 30px;
}

.et-main-header #filtro_busqueda_icono:hover {
  background-color: #de331b !important;
}

.et-main-header .input-group-addon {
  border: none;
}

.et-main-section {
  padding: 20px;
}

.et-main-section.white {
  background-color: #FFFFFF;
}

.et-main-content h1 {
  font-weight: 300;
  color: #1D2129;
}

.et-main-section .panel-default .panel-heading {
  color: #141414;
}

.et-circle-icon {
  position: relative;
  border-radius: 100%;
  padding-top: 40px;
  background-color: #F8F6F3;
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.et-circle-icon i {
  font-size: 58px;
  font-weight: 400;
  color: #141414;
}

#et-main-recomendados {
  position: relative;
}

#et-main-recomendados::after {
  content: "";
  background: url('../images/carousel4.jpg');
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 1.0;
  background-size: cover;
  background-position: center;
}

.et-event-list-item {
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  vertical-align: top;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  width: 32.6%;
  min-width: 260px;
  padding: 20px 10px;
}

.et-event-list-item .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  box-shadow: 0px 2px 3px rgba(0,0,0,.2);
  border-radius: 4px;
  white-space: normal;
  margin-bottom: 0px;
}

.et-event-list-item:hover .thumbnail {
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}

.et-event-list-item .thumbnail>img {
  min-width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.et-event-location {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.et-event-date {
  float: left;
  text-align: center;
  margin-right: 10px;
  min-width: 38px;
  min-height: 52px;
  background-color: #F0F0F0;
  margin-bottom: 8px;
  border-radius: 0px 0px 3px 3px;
}

.et-event-date span {
  display: block;
}

.et-event-date .et-event-date-month {
  background-color: #141414;
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 8px;
  border-radius: 3px 3px 0px 0px;
}

.et-event-date .et-event-date-wd {
  font-weight: 300;
  font-size: 11px;
}

.et-event-date .et-event-date-day {
  font-weight: bold;
  font-size: 20px;
  margin-top: -7px;
  margin-bottom: -3px;
}

.et-event-list-item h4 {
  margin: 0 0 1em 0;
  min-height: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

@supports (-webkit-line-clamp: 2) {
  .et-event-list-item h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.et-event-data.et-bottom-section {
  padding-top: 0.5em;
  display: flex;
}

.et-event-list-item .thumbnail .et-event-price {
  align-self: center;
  flex-grow: 1;
  color: #555;
}

.et-event-list-item .thumbnail .et-event-price .amount {
  font-size: 140%;
  font-weight: bold;
  color: #292929;
}

.et-event-list-item .thumbnail .et-event-price .currency {
  font-size: 90%;
  margin-left: 3px;
  font-weight: normal;
  color: #495057;
}

.et-event-data.et-bottom-section .btn-primary {
  background-color: transparent;
  color: #141414;
  border: solid 1px #141414;
  padding: 10px 20px;
  box-shadow: none;
  font-size: 110%;
}

.evento .caption {
  min-height: 90px;
  padding: 15px;
}

.evento .et-event-time, .evento .et-event-location {
  color: #333;
  font-size: 130%;
}

.evento .et-event-time i, .evento .et-event-location i {
  color: #AAA;
}

.evento-categoria {
  min-height: 180px;
  text-shadow: 0px 1px 3px #000, 1px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
  background-size: cover;
  background-position: center;
}

.evento-categoria .evento-categoria-nombre {
    position: absolute;
    font-size: 24px;
    padding-top: 20px;
    top: 0px;
    width: 100%;
    color: #FFF;
    line-height: 28px;
    font-weight: 500;
    padding: 15px;
}

.evento-categoria .caption {
  background-color: transparent;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 20px;
  color: #FFF;
  font-weight: 600;
  min-height: 0px;
}

.et-event-header {
  display: table;
  position: relative;
  background-image: url('../images/et_portada.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  min-height: 240px;
  width: 100%;
  color: #FFF;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.et-event-header::after {
    content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.et-event-header * {
    z-index: 10;
}

.et-event-header-content {
  vertical-align:middle;
  display: table-cell;
}

.et-event-header-content h4 {
  margin-bottom: 0px;
}

.et-event-details {
  background-color: #FFF;
  box-shadow: 0px 0px 6px rgba(0,0,0,.175);
  padding: 10px 0px;
  font-size: 1em;
}

.et-event-details .material-icons {
  color: #BBB;
}

.et-event-description {
  position: relative;
}

.et-event-description-poster {
  margin-top: 20px;
}

.et-event-social-buttons {
  margin-bottom: 15px;
}

.et-event-social-buttons>* {
  vertical-align: top;
}

.et-event-gmap {
  margin-top: 40px;
  height: 450px;
  max-height: 50vh;
  margin-bottom: -60px;
}

.pre-footer {
  background-color: #141414;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-top: 60px;
}

.pre-footer a {
  color: #CCC;
}

.footer {
  background-color: #444;
  color: #AAA;
  padding-top: 20px;
}

.footer a {
  color: #AAA;
}

.footer h3 {
  color: #FFF;
}

.table-last-td-right th:last-child, .table-last-td-right td:last-child {
  text-align: right;
}

.btn {
  font-weight: 600;
  border: 0 none;
  border-radius: 2px;
  padding: 14px;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.btn.btn-sm {
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}
 
.btn-primary {
  background: #141414;
  border-color: #141414;
  color: #FFF;
}

.btn-primary:focus, .btn-primary:hover {
  background: #e62856;
  border-color: #e62856;
  color: #FFF;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: #AB2C1A99;
  border-color: #AB2C1A99;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  background: #e62856;
  border-color: #e62856;
  color: #FFF;
}

.btn-warning {
  background: #eb9326;
  border-color: #eb9326;
  color: #FFF;
}

.btn-warning:focus, .btn-warning:hover {
  background: #d48626;
  border-color: #d48626;
  color: #FFF;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background: #eb932699;
  border-color: #eb932699;
}

.btn-default {
  background: transparent;
  color: #524F50;
  border: 1px solid #ddd;
}

.btn-success {
  background: #00A900;
  border-color: #00A900;
}

.btn-info {
  background: #1c7f9d;
}

.btn-info:focus, .btn-info:hover {
  background: #0f6078;
}

.btn-group-vertical>.btn {
  box-shadow: none;
  border-radius: 0px !important;
  text-transform: none;
  letter-spacing: initial;
  text-align: left;
  padding-left: 20px;
}

.btn-group-vertical>.btn-default {
  background-color: #FFF;
}

.panel {
  border-radius: 0px !important;
  border: none;
}

.panel-main {
  margin-top: 20px;
}

.panel-default>.panel-heading {
  background-image: none;
  background-color: #FFF;
  border-bottom: none;
  color: #524F50;
}

#et-main-title {
  background-color: #fff; 
  padding: 10px;
  font-size: 24px;
  color: #555;
}

#et-main-title>i.material-icons {
  margin-right: 15px;
  float: left;
  background-color: #524F50;
  color: #FFF;
  padding: 11px;
  margin-top: -10px;
  margin-left: -10px;
}

.typed-cursor{
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-size: 36px;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.modal-content {
  border-radius: 4px;
}

#cookies-alert {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 20px;
  font-size: 12px;
  text-align: center;
}

.tcsection {
  font-size: 1.2em;
  margin-top: 1.5em;
  padding-left: 1em;
  text-transform: uppercase;
}

.btn-preferencias {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #F0F0F0;
  box-shadow: none !important;
}

.consumidor-ventajas {
  background-color: #141414;
  background-image: url('../images/consumidor-ventajas.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  padding: 30px 0px;
}

.consumidor-ventajas h4 {
  font-weight: 500;
  margin-bottom: 0px;
}

.consumidor-ventajas i.material-icons {
  font-size: 64px;
  color: #FFFFFF;
}

.consumidor-ventajas p {
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 300;
}

.sidebar-nav label {
  font-weight: 400;
}

.sidebar-nav .btn-group-vertical>.btn {
  font-weight: 400;
  border: none;
  margin-top: 2px;
}

.sidebar-nav .btn-group-vertical>.btn-default:hover {
  background-color: #EEE;
}

.sidebar-nav label i.material-icons {
  color: #141414;
}

/* === card ====== 
 * Variation on the panel component
 * version 2018.0315
 * https://codepen.io/jstneg/pen/EVKYZj
 */
.card{
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  min-height: 120px;
}
.card-body{ padding: 8px; text-align: center; color: #333 !important; }
.card-heading{ padding: 8px; }
.card-footer{ padding: 8px; }

.card-left i.material-icons {
  font-size: 64px;
  color: #141414;
}

.card-left{ position: relative; padding: 0 0 8px 0; text-align: center; }
  .card-swap .card-left{ padding: 0 0 8px 0;  }
.card-right{ position: relative; padding: 8px 0 0 0; }
  .card-swap .card-right{ padding: 0 0 8px 0;  }

@media(min-width: 768px) {
  .card-body{ text-align: left; }
  .card-left{ float: left; padding: 0 8px 0 0; }
  .card-swap .card-left{ padding: 0 0 0 8px; }
  .card-right{ float: left; padding: 0 0 0 8px; }
  .card-swap .card-right{ padding: 0 8px 0 0; }
}


/* -- default theme ------ */
.card-default{ border-color: #efefef; background-color: #fff; }
.card-default > .card-heading,
.card-default > .card-footer{ color: #333; background-color: #fdfdfd; }
.card-default > .card-heading{ border-bottom: 1px solid #efefef; padding: 8px; }
.card-default > .card-footer{ border-top: 1px solid #efefef; padding: 8px; }
.card-default > .card-body{  }
.card-default > .card-left{ float: left; padding-right: 4px; }
.card-default > .card-right{ float: left; padding-left: 4px; }
.card-default p:last-child{ margin-bottom: 0; }

.card-default > .card-content{ border-top: 1px solid #888; margin-top: 16px; }

.sidebar-user {
  background-color: #FFFFFF;
  color: #777;
  margin: -15px -15px 15px;
  padding: 10px;
  border-bottom: 1px solid #EEE;
}

.sidebar-user-icon {
  color: #141414;
  font-size: 72px;
  margin-top: -20px;
  margin-bottom: -5px;
}

.sidebar-user-name {
  font-size: 14px;
  font-weight: 300;
}

.multiselect-container {
  overflow-y: auto;
  max-height: 320px;
}

.multiselect-container .subtipo {
  background-color: rgba(0,0,0,0.05);
}

.multiselect-container .subtipo a {
  padding-left: 1em;
}

.multiselect-container label {
  color: inherit;
}

.register-container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.carousel.fade {
     opacity: 1;
}
.carousel.fade .item {
    transition: opacity ease-out 0.8s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
    /*
    transform: skewY(-1deg);
    transform-origin: top left;
    */
    box-shadow: 0px 2px 5px rgba(0,0,0,.12);
}
.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}

/*
.et-main-skew {
  height: 40px;
  transform: skewY(-1deg);
  background-color: #FFF;
  transform-origin: top left;
}
.et-main-skew.et-main-skew-right {
  transform: skewY(1deg);
  transform-origin: top right;
}
.et-main-skew.shadow-top {
  box-shadow: 0px -4px 6px rgba(0,0,0,.12);
}
.et-main-skew.shadow-bottom {
  box-shadow: 0px 4px 6px rgba(0,0,0,.12);
}
*/

.flickity-prev-next-button.previous {
  left: 2px;
}

.flickity-prev-next-button.next {
  right: 2px;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }

  .lead {
    font-size: 18px;
  }
}

@media screen and (min-width: 980px) {
  .col-md-offset-1-and-half {
    margin-left: 12.499999995%;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .et-main-content h1 {
    font-size: 26px;
  }

  .et-main-content h2 {
    font-size: 20px;
  }

  .et-main-content h3 {
    font-size: 16px;
  }

  .et-event-list-item h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .et-main-content h1 {
    font-size: 26px;
  }

  .et-main-content h2 {
    font-size: 20px;
  }

  .et-main-content h3 {
    font-size: 16px;
  }

  .et-event-list-item h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .et-main-header-content h1 {
    font-size: 26px;
  }

  #panel-filters {
    background-color: #FFF;
    padding: 15px;
  }

  .input-lg {
    font-size: 16px;
  }

  .et-main-header #filtro_busqueda {
    height: 48px;
    font-size: 14px;
  }

  .et-main-header #filtro_busqueda_fecha_span select {
    height: 48px;
    font-size: 13px;
  }

  .et-main-header #filtro_busqueda_icono i {
    font-size: 20px;
  }
}

@media(min-width:768px) {
  #sidebar.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #sidebar.toggled #sidebar-wrapper {
    left: -250px;
  }
}
/* End sidebar */

@media screen and (max-width: 768px) {
  .table-responsive-block thead {
    display: none;
  }

  .table-responsive-block tbody tr td {
    display: block;
  }

  .table-responsive-block tbody tr td {
    border-top: none;
    border: none;
  }

  .table-responsive-block tbody tr td:last-child {
    border-bottom: 10px solid #F7F7F7;
  }

  /* Tabla entradas */
  .table-responsive-block tbody tr td {
    padding: 2px 8px;
  }

  .table-responsive-block tbody tr td:nth-child(1) {
    font-size: 12px;
    color: #777;
  }

  .table-responsive-block tbody tr td:nth-child(2) {
    font-weight: 600;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EEE;
  }

  .table-responsive-block tbody tr td:nth-child(3) {
    padding-top: 6px;
  }

  .table-responsive-block tbody tr td:nth-child(6) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-responsive-block span.visible-xs {
    display: inline-block !important;
    margin-right: 5px;
    font-style: italic;
  }
}



		/*.header-cart {height: 39px;background: black;border: 1px #000000 solid;padding-top: 7px;padding-left: 8px;} */
		@media only screen and (max-width: 767px) {.header-cart {width: 100px;}}
		/* #cabecera-cesta-boton i, #cabecera-cesta-boton span {color:#FFFFFF;} */
		#contenedor_cabecera_cesta {margin-top:2px;}
		#cabecera-cesta {float: right;color: #7f7f7f;}
		#cabecera-cesta-boton {z-index: 500;padding: 0.3em;margin-bottom: 0.4em;color: #d2b17a;font-size: 0.75em !important;padding-top: 1px;padding-bottom: 1px;cursor:pointer;}
		#cabecera-cesta-boton.con_items {color: #fff;line-height: 1.5;}
		#cabecera-cesta-boton .glyphicon {margin-right: 0.5em;}
		#contenedor_cabecera_cesta {margin-top:2px;}
		#cabecera-cesta {float: right;color: #7f7f7f;}
		#cabecera-cesta-boton {z-index: 500;padding: 0.3em;margin-bottom: 0.4em;color: #d2b17a;font-size: 0.75em !important;padding-top: 1px;padding-bottom: 1px;cursor:pointer;}	
		#cabecera-cesta-boton .glyphicon {margin-right: 0.5em;}
		#cabecera-cesta-lista {z-index: 10000;margin-top: 1.7em;display: none;position: absolute;top: -1px;right: -2px;}
		#cabecera-cesta-lista .contenido-cesta{display: none;background-color: #ffffff;  /*CAMB.COLOR.CABPIE.FONDO#000000*/border: 1px solid #7f7f7f;border-radius: 0.3em;padding: 1em;font-size: 12px;}
		#cabecera-cesta-boton-compra {margin-top: 1em;text-align: center;}
		@media (max-width: 50em) {#contenedor_cabecera_cesta {right: 0;width: 40em;max-width: 100%;}#cabecera-cesta-lista {width: 100%;}}
		.contenido-cesta hr {clear: both;border-color: #7f7f7f;}.contenido-cesta ul {list-style-type: circle;margin-left: 2em;margin-top: 0.2em;}
		.contenido-cesta ul {list-style-type: circle;margin-left: 2em;margin-top: 0.2em;}.contenido-cesta h4 {margin: 0;}
		.contenido-cesta h4 a {font-weight: bold;text-decoration: none;color: #7f7f7f;margin: 0;}
		.contenido-cesta h4 a:hover {text-decoration: none;}
		.cabecera-cesta-img-esp {float: left;width: 10em;min-width: 80px;max-width: 25%;text-align: center;}
		.cabecera-cesta-img-esp img:hover {cursor: pointer;}
		.cabecera-cesta-info-compra {float: left;width: 30em;max-width: 75%;}
		.cabecera-cesta-info-compra .cabecera-cesta-icono-borrar {float: right;width: 3em;min-width: 2em;max-width: 20%;}
		.cabecera-cesta-info-compra .cabecera-cesta-icono-borrar img {width: 1.5em;}
		.contenido-cesta .cesta-datos-entrada {clear: both;float: left;}
		.contenido-cesta .cesta-precio-entrada {float: right;}.contenido-cesta .total {margin-top: 0.3em;margin-bottom: 0.3em;font-weight: bold;}
		@media(max-width: 570px) {.cabecera-cesta-img-esp {display: none;}.cabecera-cesta-info-compra {width: 100%;max-width: 100%;}}
		.button_compra_espectaculos {background-color: #FFBD1B;border-color: #FFBD1B;color: #FFFFFF;}
		#cabecera-cesta-boton-compra a:hover {background-color: #FFFFFF;border-color: #d2b17a;color: #d2b17a;}
/*
#cabecera-cesta-boton > a > i {
	font-size: 21px !important;
	vertical-align: middle;
    padding-top: 6px;
    padding-right: 0px;
}
*/

#n_entradas_cesta {
		font-size: 15px !important;
		    padding-right: 10px;
				vertical-align: bottom;
}

#icon_men_izq {
	font-size: 15px;
	color: #141414;
}

#icon_user_cab {
	font-size: 21px;
	vertical-align: middle;
	padding-top: 19px;
	padding-bottom: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #141414;
}

#icon_search_cab {
	font-size: 21px;
	vertical-align: middle;
	padding-top: 19px;
	padding-bottom: 10px;
	padding-right: 14px;
	cursor: pointer;
	color: #141414;
}
#icon_search_cab_resp {
	font-size: 21px;
	cursor: pointer;
	color: #141414;
	position: absolute;
    top: 21px;
    /* right: 68px; */
	z-index: 99;
}

#buscador_responsive {
	display: none;
}

#estado_espectaculo > a {
	color: white;
}




.header-bottom .header-bottom-top {
    margin: 20px 0;
}

.margin-70 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.main-menu nav > ul > li > a {
  padding: 0px 0 11px;
    padding: 7px 4px 7px;
    }
.shpo-tool-bar {
    margin-bottom: 33px;
}


nav {
  margin-bottom: 0px;
}




/*----------------------------------------*/
/*  2.  Theme V1 entradas / eventos - jpss
/*----------------------------------------*/


/*Menu*/
/* aquii */
header {
      background: #21669f;
      height: 75px;
      padding: 0px 10 10 10;
      width:100%;
}

.relleno{
  margin-top: 15px;
}
.header-border{
      background-color:#04456b;
      height: 3px;
      width:100%;
      padding:0px;
      margin:0px;
}

.logo {
      text-decoration: none;
      color: #ffffff;
      font-weight: 800;
      font-size: 30px;
      line-height: 40px;
      padding-top: 10px;
}

.wrap{
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search {
  width: 100%;
  position: relative
}

.searchButton {
  position: absolute;  
  right: -55px;
  width: 55px;
  height: 56px;
  border: 2px solid #04456b;
  background: #04456b;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  font-size: 20px;
  /*margin-top: 8px;*/
  z-index:1;
}

.searchButton:hover {
    background-color: #fff;
    color: #04456b;
}

.search-img{
    width:100%;
}

a.menu-item{
    display:inline-block;
    color:white;
    font-weight: bold;
    text-decoration: none;
    padding:15px;
    float:right;
    margin-top: 10px;
}

a.menu-item:hover {
    color:white;
}

a.mis-entradas {
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #04456b;
    border-radius: 0px;
    background-color: #04456b;
}

a.mis-entradas:focus {
    color:white;
    text-decoration:none;
}

a.mis-entradas:hover {
    border:2px solid #04456b;
    background-color: #fff;
    color: #04456b;
    text-decoration: none;
}

div.menu-item{
    display:inline-block;
    color:white;
    font-weight: bold;
    text-decoration: none;
    padding:15px;
    float:right;
    margin-top: 10px;
}

div.menu-item:hover {
    color:white;
}

div.mis-entradas {
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #04456b;
    border-radius: 0px;
    background-color: #04456b;
}

div.mis-entradas:focus {
    color:white;
    text-decoration:none;
}

div.mis-entradas:hover {
    border:2px solid #04456b;
    /*background-color: #fff;*/
    color: #04456b;
    text-decoration: none;
}

div.mis-entradas a.dropdown-toggle {
	color:white;
    	font-weight: bold;
}

div.mis-entradas a.dropdown-toggle:hover {
	/*color: #04456b;*/
}


/*footer*/
.footer-container{
    background-color: #04456b;
    /*width:100%;
    margin:0;
    padding:25px;*/
    /*height: 100%;*/
}



.footer-item{
    color:white;
    padding:45px;
    padding-top:15px;

}

.footer-item p.big,.footer-social p.big{
    /*padding-left: 45px;*/
    font-size: 25px;
}

.footer-item a,.footer-item a:hover{
    /*padding-left: 45px;*/
    color:white;
    /*display:block;*/

}

.footer-item-txt-contactar {
	float: left; 
	width: 100px;
}
.footer-item-valor-contactar {
	float: left;
}

.footer-condiciones {

}

/* broche*/
.footer-img{
    background-color: #04456b;
    display:inline-block;
    float:center;
}

.footer-img-cont{
    width:100%;
    background-color: #04456b;
    text-align: center;
    padding-bottom:15px;
}

/* Formularios */

body{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
}
header .container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* General */

.bold{
    font-weight: bold;
}
.titulo1{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    height:55px;
    margin-bottom: 45px;
}

.btn-whatsapp{
    background-color: #25d366;
    color: #fff;
    border: 1px solid #2aaf5c;
}
.btn-whatsapp:hover{
    background-color: #23bc5c;
    color: #fff;
}
.dorado{
    background-color: #FFBD1B;
    font-weight: 580 !important;
    color: #0f5174;
}

.doradorillo{
    background-color: #FFBD1B;
    font-weight: 600 !important;
    color: black;
    font-size: 30px;
}

.nohpad {

}

.dorado:hover{
    color: #fff !important;
}
.mapa{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.mapa iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.img-responsive {
    margin: 0;
    width: 100%;
    height: auto;
}
.noboth {
    padding: 0 !important;
    margin: 0 !important;
}
.der{
    padding-right: 7px !important;
}
.abajo{
    padding-bottom: 15px !important;
}
.abajo2{
    padding-bottom: 30px !important;
}
.izq{
    padding-left: 15px !important;
}
.izq2{
    padding-left: 7px !important;
}

/* Navbars */

.nav1{
background-color: #0f5174;
border: none !important;
}
.nav1 .navbar-brand {
  padding: 6px;
}
.nav1 .navbar-brand span {
  margin-right: 10px;
}
.nav1 .navbar-brand>img {
  height: 100%;
  width: auto;
}
.nav1 .navbar-collapse,
.nav1 .navbar-form {
  border: none !important;
  box-shadow: none !important;
  margin-left: 0px !important;
}
.nav1 .navbar-nav a{
  color: #fff !important;
  font-size: 13px !important;
}
.nav1 .navbar-nav a:hover{
  background-color:#157cb2 !important;
}
.nav1 .navbar-form .form-control{
    width: 80% !important;
    display: inline-block !important;
    border-radius:0 !important;
    height: 33.6px !important;
}
.nav1 .navbar-form .btn{
    display: inline-block !important;
}
.nav2{
  background-color: #e36c09;
  height: 70px;
  margin-bottom: 20px !important;
}
.nav2 .container{
  padding-top: 10px !important;
}
.nav2 .navbar-brand {
  padding: 0px;
}
.nav2 .navbar-brand>img {
  height: 100%;
  width: auto;
}
.nav2 .buscar{
  margin: auto;
}
.nav2 .buscar .form-control{
  width: 247px !important;
  border-radius:0 !important;
  height: 33.6px !important;
}
.navbar-brand .fa-twitter{
  color: #fff;
}
.navbar-brand .fa-facebook{
  color: #fff;
}
.navbar-brand .fa-home{
  color: #fff;
}
.navbar-brand .fa-twitter-square{
  color: #fff;
}
.navbar-brand .fa-facebook-square{
  color: #fff;
}
.blanco{
  background-color: #fff;
}
.icono{
  padding-top: 10px !important;
}
.icon-bar{
  background-color: #0f5174 !important;
}

/* Finder */

.fuente{
  font-family: 'Arimo', sans-serif;
}
.rfiltro{
  margin-bottom: 10px;
}
.filtrocolor{
  background-color: #0f5174;
  color: #fff;
  padding: 5px 0 1px 0;
}
.serviselector{
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    height: 25px;
    width: 100%;
    background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
    margin-bottom: 0px;
}
.serviselector-title{
  font-size: 16px !important;
}
.btn-push{
    margin: 15px 0 0 0;
    padding: 0px;
    border: 0px;
}
.btn-buscar{
  background: #ffbb39 none repeat scroll 0 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding:0px !important;
  vertical-align: middle;
  height: 78px;
  color: #fff;
}
.btn-buscar-container{
  padding: 0 !important;
}
.color1{
  margin-bottom: 10px;
  color: #fff;
  text-align: right;
  padding-right: 0px;
}
.clearPLR{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product-container{
  padding: 0 7px 15px 7px;
}
.single-product-content .info{
  background-color: #0f5174;
  color: #fff;
}
.single-product .single-product-img{
  width: 100%;
  padding-bottom: 56.25%;
  background-size:contain;
}
.single-product-content .info > p{
  margin:0;
  padding: 15px;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
.index .btn{
  border-radius: 0 !important;
}

/* Login */
.main-container{
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
}

.main-container .titulo{
  margin-bottom: 30px;
  text-align: left;
  padding-left: 5px !important;
}

.main-container .titulo h3{
  font-family: 'Arimo', sans-serif;
}


.main-container .btn{
  border-radius: 2px !important;
}

.main-container .social-btn-container1{
  padding: 5px !important;
}

.main-container .social-btn-container2{
  padding: 5px !important;
}

.main-container .social-btn-container1 .btn {
  width: 100% !important;
  background-color: #3B5998;
  color: #fff;
}
.main-container .social-btn-container1 .btn:hover {
  background-color: #4f6dac;
  border: none;
}

.main-container .social-btn-container2 .btn {
  width: 100% !important;
  background-color: #55ACEE;
  color: #fff;
}
.main-container .social-btn-container2 .btn:hover {
  background-color: #4ba2e4;
  border: none;
}

.main-container .input-group{
  margin-bottom: 15px !important;
}
.main-container .inputs-container{
  padding-left: 20px;
  padding-right: 20px;
}
.main-container .inputs-container .input-group{
  width: 100% !important;
}
.main-container .inputs-container .input-group .form-control{
  height: 45px !important;
}

.main-container .inputs-container .input-group .form-control{
  border-radius: 2px !important;
}

.main-container .btn-iniciar-container{
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container .btn-iniciar-container .btn{
  border-radius: 0px !important;
  width: 100% !important;
  height: 45px !important;
  background-color: #ffbb39;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: solid 2px #ffbb39;
}

.main-container .btn-iniciar-container .btn:hover{
  background-color: #fff;
  color: #ffbb39;
}

.main-container .btn-crear-container{
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container .btn-crear-container .btn{
  border-radius: 0px !important;
  width: 100% !important;
  height: 45px !important;
  background-color: #ffbb39;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: solid 2px #ffbb39;
}

.main-container .btn-crear-container .btn:hover{
  background-color: #fff;
  color: #ffbb39;
}

.main-container .a-crear-container{
  text-align: center;
}

a .a-crear-container{
  padding-bottom: 45px;
  color:blue;

}

.main-container .separador-container{
  padding: 15px 50px 15px 50px;
}

.main-container hr.separador {
  border-top: 2px solid #8c8b8b;
  text-align: center;
}
.main-container hr.separador:after {
  content: 'o';
  color: #8c8b8b;
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f0f0f0;
  font-size: 18px;
}

/* Payment */
.main-container2{
  padding-left: 0;
  padding-right: 0;
}

.main-container2 .titulo{
  margin-bottom: 30px;
}

.main-container2 .titulo h3{
  font-family: 'Arimo', sans-serif;
}

.main-container2 .buy-details{
  border: 2px solid #d4d4d4;
  margin-bottom: 15px;
}

.main-container2 .buy-details h5{
  font-weight: bold;
}

.main-container2 .pay-methods{
  margin-bottom: 15px;
  padding: 0;
}

.paypal .btn{
  border-radius: 0px;
  border: solid 2px #FFBD1B;
  width: 100% !important;
  margin-bottom: 15px;
  border-radius: 0;
  color: #fff;
}

.paypal .btn:hover{
  background-color: #fff;
  color: #FFBD1B;
}

.tarjeta .btn{
  border-radius: 0px;
  border: solid 2px #FFBD1B;
  width: 100% !important;
  border-radius: 0;
  color: #fff;
}

.tarjeta .btn:hover{
  background-color: #fff;
  color: #FFBD1B;
}

.main-container2 hr.separador {
  border: 1px solid #d4d4d4;
}

.main-container2 .separador-container{
  padding-left: 25px;
  padding-right: 25px;
}

.main-container2 .buy-details{
  padding: 0;
}

.main-container2 .buy-details .precio,
.main-container2 .buy-details .cantidad,
.main-container2 .buy-details .total,
.main-container2 .buy-details .pago-tipo{
  text-align: right;
}

.main-container2 .buy-details .titulo{
  padding-left: 30px;
}

.main-container2 .btn-aceptar-container{
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container2 .btn-aceptar-container .btn{
  width: 100% !important;
  height: 45px !important;
  background-color: #ffbb39;
  color: black;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

/* Data */
.main-container3{
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
}

.main-container3 .titulo{
  margin: auto;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 30px;
}

.main-container3 .titulo h3{
  font-family: 'Arimo', sans-serif;
}

.main-container3 .btn{
  border-radius: 2px !important;
}

.main-container3 .input-group{
  margin-bottom: 15px !important;
}
.main-container3 .inputs-container{
  padding-left: 20px;
  padding-right: 20px;
}
.main-container3 .inputs-container .input-group{
  width: 100% !important;
}
.main-container3 .inputs-container .input-group .form-control{
  height: 45px !important;
}

.main-container3 .inputs-container .input-group .form-control{
  border-radius: 2px !important;
}

.main-container3 .btn-siguiente-container{
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container3 .btn-siguiente-container .btn{
  border-radius: 0px !important;
  border: solid 2px #ffbb39 !important; 
  width: 100% !important;
  height: 45px !important;
  background-color: #ffbb39;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

.main-container3 .btn-siguiente-container .btn:hover{
  background-color: #fff;
  color: #ffbb39;
}

/* Ticket Type */

.main-container4{
  background-color: #f2f2f2;
  padding-left: 0;
  padding-right: 0;
}

.main-container4 .titulo{
  margin: auto;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 30px;
}

.main-container4 .titulo h3{
  font-family: 'Arimo', sans-serif;
}

.main-container4 .cantidad{
  width: 40px;
}

.main-container4 .col-xs-6{
  margin-bottom: 15px;
}

.main-container4 .th{
  font-weight: bold;
}

.main-container4 .btn .btn-default .cl{
  width: 30px !important;
  height: 30px !important;
}

.main-container4 .mapa {
  width: 100% !important;
  padding-bottom: 56.25% !important;
  background-size:contain !important;
}

/* Busqueda */
* {
      box-sizing: border-box;
}

header {
      background: #252525;
      height: 75px;
      padding: 0px 10 10 10;
      width:100%;
}

.header-border{
      background-color:#04456b;
      height: 3px;
      width:100%;
      padding:0px;
      margin:0px;
}

.inner {
      padding: 0px 20px;
      position: relative;
}

.logo {
      text-decoration: none;
      color: #ffffff;
      font-weight: 800;
      font-size: 30px;
      line-height: 40px;
      padding-top: 10px;
}

h1 {
      text-align: center;
      width: 100%;
      /* margin-top: 120px; */
      color: #313131;
      font-weight: 800;
      font-size: 40px;
}

ul {
    list-style-type: none;
    /*margin-top: 15px;*/
}

.menu-assets {
    margin-top: 15px;
}

.search-form {
    display:inline-block;
    text-align: middle;
    float:right;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

/*search*/
.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: right;
  width: 100%;
  border: 2px solid #04456b;
  padding: 5px;
  height: 55px;
  border-radius: 0px;
  outline: none;
  color: #777;
  font-size:20px;
  /*margin-top: 13px;*/
  padding-left: 15px;
}

.codeTerm {
  float: right;
  width: 100%;
  border: 2px solid #000;
  padding: 5px;
  height: 45px;
  border-radius: 0px;
  outline: none;
  color: #777;
  font-size:20px;
  margin-top: 0px;
  padding-left: 15px;
}

.searchTerm:focus{
  color: #04456b;
}

.codeTerm:focus{
  color: black;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 7px;
}

.search-img{
    width:100%;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.banner{
    /*background-image: url("../image/hit.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 7px;
}

.claim{
    display:block;
}

.search-corrector {
    padding:none;
    margin:none;
    height:500px;
    background-color: black;
    margin-bottom: 50px;
    position: absolute;
    z-index: 3;

}
.finder-reducido{
  margin-top:150px;
  padding-bottom: 15px;
}

.border-left{
    border-left: #eeeeee 2px solid !important;
    margin-left:0px;
}

.border-right{
    border-right: #eeeeee 2px solid !important;
}

.bordes{
    border-left: #eeeeee 0px solid !important;
    border-right: #eeeeee 0px solid !important;
}

.finder-plus{
    background-color:#aeaeae;
    height:100px;
    border: 5px solid #ffffff;
    border-radius: 15px;
    font-size: 50px;
    margin-right: 0px;
}

.finder-search
{
    background-color:#252525;
    height:100px;
    color:white;
    font-size: 15px;
    border: 5px solid #ffffff;
    border-radius: 15px;
    font-size: 20px;
}

.finder-search a{
    color:white;
}
.finder-search:hover a{
    text-decoration: underline bold;
    color:white;
}

.finder-wrapper .btn.btn-mas{
  display: block;
  background-color: #04456b;
  width: 100%;
  line-height:78px;
  border: 5px solid #04456b;
  border-radius: 15px;
  font-size: 50px;
  margin-right: 0px;
}

.finder-wrapper .btn.btn-buscar{
  display: block;
  background-color:#252525;
  width: 100%;
  line-height:78px;
  color:white;
  font-size: 15px;
  border: 5px solid #ffffff;
  border-radius: 15px;
}

p.question{
    font-size: 15px;
    float:left;
    z-index: 1px;
}

.crit-minified {
    height:50px !important;

}

.container-fluid{
    z-index: -5;
}

.to-middle {
  height: 100px;
  line-height: 90px;
  text-align: center;
}

.unpadder{padding: 0px !important;
}

.migas{
    background-color: white;
    color:white;
    font-size:5px
    border-radius: 5px;
    padding: 5px 5 5 5;
    padding-left: 5px;
}

.migas-full{
  width:100%;
  margin:0;
  height: 35px;
}

.migas p {
    padding-left:0px;
    height: 25px;
    line-height: 35px;
}

.migas p a{
    color:#04456b;
    font-weight: bold;
}

.migas p span{
    color:#04456b;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}

.migas-ticket{
  z-index: 100px;
  margin-top:0px;
  margin-bottom: 15px;
    margin-left:0;
    margin-right:0;
  display:block;
  height: inherit;
}

.to-middle {
  height: 100px;
  line-height: 90px;
  text-align: center;

}

/* show*/
.show-wrap{
    background-color: white;
    margin-bottom: 30px;
    padding: 10px 10 10 10;

}
.show {
    background-color: white;
    height:auto;/*height:250px;*/
    padding:0px;
    position: relative;
    margin: 7px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}
.show:hover {
	border: 1px solid #e62856;
}

.show p {
    opacity: 1;
    z-index: 1000;
    display:inline-block;

}

.show-pic{
    z-index:999;
    column-width: 100%;
    margin-bottom: 10px;
    margin:0px;
    /*background-image: url("../image/hit.jpg");*/
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    padding-top: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.show-info{
	position: relative;
  	bottom: 0;
    background-color: #4f5e6b;
    color:white;
    z-index: 50;
    opacity:1;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.show-tickets{
    text-align: center;
    background-color: #FFD034;
    font-size: 25px;
    padding:25px;
    color:white;
}

.show-tickets:hover{
    background-color: #04456b;
    text-decoration: bold;
    color:white;
}

.show-tickets a:hover{
    color:white;
    font-weight: bold;
}

.show-tickets a{
    color:white;
    font-weight: bold;
}

.share-img{
    padding:15px;
    width:70%;
}

.space{
    height: 50px;
    width:100%;
}

p.precio{
    font-size: 15px;
    display:inline-block;
    position:relative;
    padding-left:15px;
    margin-top:10px;
    margin-bottom:0px;
    float: right;
    z-index:4;
}

p.fecha{
    font-size: 15px;
    display:inline-block;
    position:relative;
    padding-right:15px;
    margin-top:-10px;
    margin-bottom:0px;
    z-index:5;
}

p.show-name{
    height: 65px;
    font-size: 22px;
    margin-top: 15px;
    padding-left:0px;
    padding-right:0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.show-fecha{
    height: 40px;
    margin:0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blocky{display:block;}

/*pagination*/
.pagination-list{
    display:inline-block;
    text-align:middle;
    vertical-align: top;
    background-color: #fff;

}

.pagination-list a{
    border:#ffffff 3px solid !important;
    padding:10px;
}

.pages{
    text-align: center;
    background-color: #fff;
    font-size: 35px;
    padding:25px;
    color:white;
    margin-top: -30px;
}

.pages a{
    color:white;
}
.pages a:hover{
    color:white;
    background-color:#04456b;
}

a.page-ref {
    background-color:#FFD034;
}

/* Finder Jin Li */
@media only screen and (max-width: 991px){
    .finder{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.finder{
  background-color: white;
  margin-top: 100px;
  margin-bottom: 100px;
}

.finder-reducido{
  background-color: white;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 30px 15px 15px 0;
  border-width: 3px;
}

.finder .criteria,
.finder-reducido .criteria{
  background:url('./img/arrow.png')  no-repeat right white;
  width: 100%;
  height: 78px;
  font-size: 25px;
  border: 0px solid #fff;
  border-left: 1px solid #bbb;
  padding-left: 15px;
  padding-right: 15px;
  margin:0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.finder .criteria_nuevo,
.finder-reducido .criteria_nuevo{
  background:url('./img/arrow.png')  no-repeat right white;
  width: 100%;
  height: 78px;
  font-size: 25px;
  border: 0px solid #fff;
  border-left: 1px solid #bbb;
  padding-left: 15px;
  padding-right: 15px;
  margin:0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    color: #000000;
    text-align: left;
    border-radius: 0px;
}

.unpadder{
  padding: 0 !important;
}

.btn.btn-mas{
  background-color: #04456b;
  border: 2px solid #04456b;
  width: 100%;
  line-height: 62px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  color: white;
  font-size: 50px;
}

.btn.btn-mas:hover{
  background-color: #fff;
  color: #04456b;
}

.btn.btn-buscar{
  background-color: #252525;
  border: 2px solid #252525;
  font-weight: bold;
  width: 100%;
  line-height: 79px;
  text-align: center;
  vertical-align: center;
  border-radius: 0;
  color: white;
  font-size: 25px;
}

.btn.btn-buscar:hover{
  background-color: #fff;
  color: #252525;
}

/* Intranet */
.unpadder{
  padding: 0;
}

.intranet .btn.btn-entradas{
  width: 100%;
  background-color: green;
  border-radius: 0;
  color: #fff;
  line-height: 50px;
  margin-top: 5px
}

.intranet .btn.btn-gustos{
  width: 100%;
  background-color: green;
  border-radius: 0;
  color: #fff;
  line-height: 50px;
  margin-top: 5px
}

.intranet .btn.btn-datos-personales{
  width: 100%;
  background-color: green;
  border-radius: 0;
  color: #fff;
  line-height: 50px;
  margin-top: 5px
}

.intranet .btn.btn-entradas:hover{
  background-color: grey;
  color:#fff;
}

.intranet .btn.btn-gustos:hover{
  background-color: grey;
  color:#fff;
}

.intranet .btn.btn-datos-personales:hover{
  background-color: grey;
  color:#fff;
}

.intranet .entradas{
  margin-top: 30px;

}

.intranet .entradas a{
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.intranet .entradas a:hover{
  color: black;
}

.intranet .entradas .bordes1{
  border: solid 1px grey;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intranet .gustos{
  text-align: center;
  margin-top: 30px;
}

.intranet .gustos .btn.btn-guardar{
  border: solid 2px #ffbb39 !important;
  margin-top: 15px;
  width: 300px;
  line-height: 50px;
  border-radius: 0;
  background-color: #ffbb39;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

.intranet .gustos .btn.btn-guardar:hover{
  background-color: #fff;
  color: #ffbb39;
}

/* Lotes Sesiones Butacas*/
/* Entrada */
#LSB .entrada .container-fluid.parte1{

  /*filter:brightness(0.4);*/
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lados .info p{
  margin-bottom: 0px;
  margin-top: 5px;
}

.lados .info p strike{
  font-size: 16px;
  color: red;
}

.lados .info p span{
  font-size: 22px;
  color: black;
}

#LSB .entrada .info{
  margin-top: 15px;
  margin-bottom: 50px;
}

#LSB .space-after{
  margin-bottom: 60px !important;
}

#LSB .entrada .btn-colapsar{
  background-color: black;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  position: static;
}

#LSB .entrada .btn-colapsar a{
  text-decoration: none;
  color:#fff;
}

#LSB .entrada .btn-social{
  border-radius: 0;
}

#LSB .entrada .descripcion p,
#LSB .entrada #collapseInfo p
{
  margin-bottom: 15px;
}

#LSB .entrada #collapseInfo .ftitle{
  line-height: 40px;
  background-color: #252525;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

#LSB .entrada #collapseInfo .row{ /*cambiar row por una clase personalizada*/
  padding-left: 30px;
  padding-right: 30px;
}

#LSB .entrada .parte1 .row .info .btn.btn-comprar{
  background-color: #FFBD1B;
  border: solid 2px #FFBD1B;
  color: #fff;
  line-height: 36.6px;
  font-weight: bold;
  margin-bottom: 15px;
  width:100%;
  border-radius: 0px;
}

#LSB .entrada .parte1 .row .info .btn.btn-comprar:hover{
  background-color: #fff;
  border-color: #FFBD1B;
  color: #FFBD1B;
}

#LSB .entrada .parte1 .titulo h2{
  margin-top: 0px;
}

#LSB .entrada .parte1 .titulo h4{
  margin-bottom: 5px;
}

#LSB .entrada .parte1 .row .info p{
  margin-bottom: 5px;
}

#LSB .entrada .parte1 .row .info h2{
  margin-bottom: 15px;
  margin-top: 0;
}

#LSB .entrada .parte1 .row .info h3
{
  margin-top: 0;
}

#LSB .entrada .parte1 .jbt{
  color: black;
}
#LSB .entrada .parte2{
  background-color: #ebedef;
  min-height: 600px;
}

#LSB .entrada .parte2 .btn.btn-fecha{
  border-radius: 0;
  background-color: #252525;
  color: #fff;
  width: 100%;
  line-height: 55px;
  display:block;
}

#LSB .entrada .parte2 .titulo h3{
  margin-top: 50px;
  margin-bottom: 5px;
}

#LSB .entrada .parte2 .dir{
  margin-bottom: 20px;
}

#LSB .entrada .parte2 .dir h4{
  margin-top: 0;
}

#LSB .entrada .parte2 .fecha{
  padding:0;
  padding-left: 15px;
}

#LSB .entrada .parte2 .fecha .btn{
  font-size: 16px;
}

@media screen and (max-width: 1024px){
  #LSB .entrada .parte2 .lados{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#LSB .entrada .parte2 .info{
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 68px;
  color: grey;
}

#LSB .entrada .parte2 .arriba{
  text-align: center;
  padding: 0;
}

#LSB .entrada .parte2 .medio{
  text-align: center;
  border-left: solid 0px #e4e4e4;
  border-right: solid 0px #e4e4e4;
  margin:2px 0 -5px 25px;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-social.btn-whatsapp:hover{
  color: #fff !important;
}

#LSB .entrada .parte2 .abajo{
  text-align: center;
  margin:0;
  padding: 0;
}

#LSB .cantidad{
  padding:10px;
  margin-top:10px;
  font-size: 25px;
  margin-right: 15px;
  color:#111111;
}

#LSB .complementos{
  padding:10px;
  margin-top:10px;
  font-size: 25px;
  margin-right: 15px;
  color:#111111;
  width:100%;
}

#LSB .btn.comprar-libre{
  border: solid 2px #FFBD1B;
  border-radius: 0px;
  background-color: #FFBD1B;
  color: #FFF;
  line-height: 38px;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
}

#LSB .btn.comprar-libre:hover{
  background-color: #fff;
  color: #FFBD1B;
}
.lados .info .evento-comprar span:hover {
  color: #FFBD1B;
  background-color: #fff;
}

.lados .info .evento-comprar a:hover {
  color: #FFBD1B;
}

a.comprar-libre:hover{
  background-color: #fff;
  color: #FFBD1B;
}

.centrar{
  text-align: center;
}

.derecha{
  text-align: right;
}

#LSB .entrada .parte2 .medio span{
  color: #d33737;
  font-size: 18px;
  margin-left:15px;
}

#LSB .ticket-title{
  font-weight: bold;
  font-size: 25px;
  color:#333333;
  text-align: center;
  margin-bottom: 0;
}

/* modelizar las tipologías de entradas disponibles, hacer esas vistas y vender formas de exhibirlas de antemano - al final se vende exhibición multiformato*/

#LSB .ticket-border-light{
  height: 15px;
  background-color: #ffffff;
  padding-bottom:0px;
}
#LSB .ticket-border-dark{
  height: 3px;
  background-color: #eeeeee;
  padding-bottom:0px;
}

#LSB p.es-de-necios-confundir-valor-y-precio{
  padding:30px 0px 0px 0px;
  text-align: center;
  font-size: 35px;
  color: black;
}

#LSB p.es-de-necios-confundir-valor-y-precio span{
font-size: 45px;
}

#LSB .precioderecha{
  padding:30px 0px 0px 0px;
  text-align: right;
  font-size: 35px;
  color: black;
}

#LSB p.precioderecha span{
font-size: 45px;
}

#LSB .pusher{
  margin-top: 15px;
}

#LSB .no-left-pad{
  padding-left: 0px !important;
}

/*sala mapa*/
#LSB .mapa-sala{
  /*height: 500px;*/
  background-color:#eeeeee;
}


#LSB .butacas-title{
  font-size: 20px;
}

#LSB .butacas-line{
  height: 1px !important;
  background-color: #eeeeee !important;
}

#LSB .btn.butacas-pagar{
  border: solid 2px #FFBD1B;
  background-color: #FFBD1B;
  color: #fff;
  font-size:20px;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}

#LSB .btn.butacas-pagar:hover,{
  color: #FFBD1B;
  background-color: #fff;
}

#LSB .butacas-sala p, #LSB .cesta p{
  font-size: 18px;
}

#LSB .butacas-sala p>span,#LSB .cesta p>span{
  font-size: 35px;
  font-weight: bold;
}

#LSB .blocky{
  display:inline-block;
  vertical-align: middle
background-color:black;

width:100%;
padding:5px;
padding-top:-15px; 
margin-bottom: 15px;
text-align: center;
}

#LSB .block span{
  font-size:40px;
}

#LSB .titly{
    display:inline-block;
  vertical-align: middle
background-color:black;
height:25px;
width:100%;
background-color: white;
font-weight: bold;
font-size:25px;
}

#LSB .pricy p{
  width:!00% !important;
display:inline-block;
vertical-align: middle
background-color:black;
height:20px;
width:100%;
background-color: white;
padding-bottom: 35px;
font-size:29px;
}

#LSB .pricy p  span{
  color:#bb2205;
  display:inline-block;
}

#LSB .multi{
  font-size:40px !important;
  display:inline-block;
}

#LSB .butaca-wrap{padding-top:15px;}


/* login */

@media (min-width: 768px) {
    #LSB .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

#LSB .omb_login .omb_authTitle {
    text-align: center;
  line-height: 300%;
}
  
#LSB .omb_login .omb_socialButtons a {
  color: white;
  opacity:0.9;
}
#LSB .omb_login .omb_socialButtons a:hover {
    color: white;
  opacity:1;      
}
#LSB .omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
#LSB .omb_login .omb_socialButtons .omb_btn-strava {background: #FC4C02;}
#LSB .omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


#LSB .omb_login .omb_loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  height: :10px;
  margin-bottom: 1em;
  
  padding-bottom: 0.5em;
}
#LSB .omb_login .omb_loginOr .omb_hrOr {
  background-color: #fff;
  height: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display:none;
  width:0%;
}
#LSB .omb_login .omb_loginOr .omb_spanOr {
  display: block;
  position: absolute;
  left: 5%;
  top: -0.6em;
  margin-left: 0em;
  background-color: white;
  width: 100%;
  text-align: left; 
}     

#LSB .omb_login .omb_loginForm .input-group.i {
  width: 2em;
}
#LSB .omb_login .omb_loginForm  .help-block {
    color: red;
}

  
@media (min-width: 768px) {
    #LSB .omb_login .omb_forgotPwd {
        text-align: right;
    margin-top:10px;
  }   
}

#LSB .pad-all{
  padding-right:20px;
  padding-left:20px;
}

#LSB .login-isues{
  text-align: center !important;
}

#LSB a.registro{
  color: #252525;
}

#LSB .form-item-margin{
  margin-bottom:15px !important;
}

#LSB .no-side-padding{
  padding-left:0px !important;
  padding-right:0px !important;
}

#LSB .smll-side-padding{
  padding-left:15px !important;
  padding-right:15px !important;
}

/* Lotes sesiones butacas parte2*/
/*menu*/
/* =Nav
-------------------------------------------------------------- */
.mobile-draw{
  display:block;
  width:100%;
  margin-top:-5px;
  margin-bottom: 5px;

}

.higher{
  height:100%;
  padding:0 !important;
}

li .higher{
  padding:0;
}

#nav-trigger {
  z-index:2000;
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    float:right;
    padding: 13px 30px;
    background-color: #04456b;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    margin-top: -50px;
    font-weight:bold;
font-size:28px;
  }
    #nav-trigger span:after {/*
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; */}
    #nav-trigger span:hover {
      background-color: #04456b; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }


nav#nav-main {
  background-color: #ff0032;
  padding: 10px 0;}
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    text-align: middle; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #cc0028;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px;
    font-weight:bold;
    font-size:20px; }
    nav#nav-main a:hover {
      background-color: #fff;
      color: #252525;
      font-weight:bold;
      font-size:20px;
       }

nav#nav-mobile {
  position: relative;
  display: none; 
}

nav#nav-mobile>ul {
    margin-top: 16px;
    z-index: 2000;
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #252525;
    padding-left:0px; 
}

nav#nav-mobile li.higher {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #04456b; 
}

nav#nav-mobile li:last-child {
	border-bottom: none; 
}
  
nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px;
    font-weight:bold;
    font-size:20px; 
}

nav#nav-mobile a:hover {
      background-color: #252525;
      color: white;
      font-weight:bold;
      font-size:20px;
}

/*#combo_idioma.div:hover{
      background-color: #252525;
	color: red;
}*/

/*#combo_idioma ul li a{
      background-color: #252525;
	color: red;
}*/

#combo_idioma .dropdown-menu {
	background-color:#04456b;
}

.mis-entradas .dropdown-menu {
	background-color:#04456b;
}

.mis-entradas .dropdown-menu>li>a {
	color:#fff;
	padding: 3px 15px;
	padding-top: 12px;
    	padding-bottom: 12px;
}

.mis-entradas .dropdown-menu>li>a:hover {
	color:#fff;
	background-color:#252525;
}

.mis-entradas .dropdown-menu {
	min-width: 93px;
	border-radius: 10px;
}

.mis-entradas #combo_idioma .dropdown-menu {
	min-width: 100%;
	text-align:center;
	border-radius: 10px;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 991px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }
}

@media all and (min-width: 992px) {
  #nav-trigger {
    display: none; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: none; }
}

li.search-from-menu{
  display:block;
  height: 80px;
  margin:0px;
  float:left;
  width:99%;
  text-align: center;
}

.mobile-draw{
  margin-left:-27px;
}
.mobile-draw .searchTerm{
  width:70%;
  float:left;
  margin-left:30px;
}

.mobile-draw .searchButton{
  width:30%;
  float:right;
  margin-right:30px;
  text-align: center;
  vertical-align: middle;
}

.open{
  z-index:3000;
}

/* Recoger entradas*/
.btn.btn-descargar-entradas{
  border-radius: 0px;
  border: solid 2px #FFBD1B;;
  line-height: 60px;
  width: 100%;
  background-color: #FFBD1B;;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.btn.btn-descargar-entradas:hover{
  background-color: #fff;
  color: #FFBD1B;;
}

.negrita{
  font-weight: bold;
}

.noradius{
  border-radius: 0px !important;
}

.btn.btn-intranet{
  border: solid 1px #04456b;
  color: #fff;
  background-color: #04456b;
}

.btn.btn-intranet-s{
    border: solid 1px #04456b;
  color: #fff;
  background-color: #252525;
  }


.btn.btn-intranet:hover{
  color: #252525;
  background-color: #fff;
}

.butacas-sala .fa-times, .cesta .fa-times {
  color: red;
}

.right-price {
  text-align: right;
  margin: none;
}

.center-city{
  text-align: center;
}

.finder-form{
  margin:0px;
  padding:0px; 
}

.so-long {
  margin-top: 150px;
}

.eliminarcuenta{
  background-color:#9c1717 !important;
  border:none !important;
  color:white !important;
}

.eliminarcuenta:hover{
  background-color:white !important;
  color:#9c1717 !important;
}

.entradas a{
  color:black;
}

.yllw-bkg{
  background-color: #FFBD1B;
}

.yllw-bkg:hover{
  background-color: white;
  color:black;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

a.active-pag {
	background-color:red;
}
.no-active-pag{
}

.ancho-estandar {
	width: 95%;
    margin: 0 auto;
    max-width: 1180px;
}

/***** CESTA ****/
.datos-pagos-logos>div.maestro {
    background-position: -622px 0;
}

.datos-pagos-logos>div.mastercard {
    background-position: -655px 0;
}

.datos-pagos-logos>div.visa {
    background-position: -690px 0;
}

.datos-pagos-logos>div {
    background: url(img/icons2.png) -118px 0;
    display: inline-block;
    height: 28px;
    width: 34px;
    margin-right: 5px;
}

#datos-forma ul {
	padding-left: 0px;
}

#datos-tpv .text {
	font-size:12px;
	text-align: justify;
}

.cesta .info-selec, .cesta .tipo-selec, .cesta .precio-selec {
	font-size:14px;
}

.cesta .label-seleccion {
	font-weight: bold;
    margin-right: 5px;
}
.cesta .valor-seleccion {
    margin-right: 5px;
}
.cesta .campo-seleccion {
	margin-bottom:5px;
}
/****************/

.lados .info .evento-precio span {
	font-size: 18px;
}

@media (max-width: 768px) {
	.lados .info .evento-precio span {
		font-size: 12px;
	}
	
	.evento-precio{
		font-size: 12px;
	}
}

/****TUS ENTRADAS ***/
.texto-tus-entradas h3 {
	color:#FFFFFF;
}

.tabs-tus-entradas .nav-tabs {
	background-color: #252525;
}

.tabs-tus-entradas .nav-tabs li a {
	color: #FFFFFF;
}

.tabs-tus-entradas .nav-tabs>li.active>a, 
.tabs-tus-entradas .nav-tabs>li.active>a:focus, 
.tabs-tus-entradas .nav-tabs>li.active>a:hover,
.tabs-tus-entradas .nav-tabs>li>a:focus, 
.tabs-tus-entradas .nav-tabs>li>a:hover {
    color: #FFFFFF;
    cursor: pointer;
    background-color: #04456b;
    border: 0px;
    border-bottom-color: transparent;
}

#preferencias {
	margin-top: 10px;
}

#preferencias .tree {
  margin: 2% auto;
  width: 80%;
}

#preferencias .tree ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
}


#preferencias .tree li {
  padding: 12px 18px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}

#preferencias .tree li:first-child {
  border-radius: 3px 3px 0 0;
}

#preferencias .tree li:last-child {
  border-radius: 0 0 3px 3px;
}

#preferencias .tree .active,
.active li {
  background: #efefef;
}

#preferencias .tree label {
  cursor: pointer;
}

#preferencias .tree input[type=checkbox] {
  margin: -2px 6px 0 0px;
}

#preferencias .has > label {
  color: #000;
}

#preferencias .tree .total {
  color: #e13300;
}

#preferencias .btn-group button {
    border: solid 2px #FFBD1B;
    background-color: #FFBD1B;
    color: #FFFFFF;
    border-radius: 0;
    font-weight: bold;
}

#preferencias .btn-group button:hover {
    background-color: #FFFFFF;
    color: #FFBD1B;
    border-radius: 0;
    font-weight: bold;
}

#preferencias .btn-group button:active {
    background-color: #FFFFFF;
    color: #FFBD1B;
    border-radius: 0;
    font-weight: bold;
}

#preferencias .btn-default {
    color: #FFBD1B;
    background-color: #FFFFFF;
    border-color: #FFBD1B;
}
/********************/

/*** Preloading ***/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
	margin: -15px 0 0 -25px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
	display: none;
}

.sk-spinner-wave div {
	background-color: #ccc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.laptop {
	margin: auto;
	margin-top: 20px;
}
/*** FIN Preloading ***/

/*** CSS HEADER ***/
	.precio_total_num {
		font-size: 35px;
    	font-weight: bold;
	}
	.easy-autocomplete input {
		border-radius:0;
	}
	#titulo-seccion-cabecera {
		margin-left: 8px;
    	margin-right: 8px;
	}
	.titulo-seccion-home h2 select {
		color: #000000;
		font-size: 22px;
	}
	.logo {
		padding-top: 13px;
	}
	.titulo-seccion-home, .titulo-eventos {
		background-color: #252525;
	    color: #FFFFFF;
	    padding-bottom: 10px;
	}
	.titulo-seccion-home h2 i{
		color:#FFBD1B;
	}
	.eac-icon-left .eac-item img {
	    margin-right: 4px;
	    max-height: 80px;
	    width: 80px;
	    padding: 10px;
	}
	.easy-autocomplete.eac-plate-dark input {
    	font-size: 16px;
	}
	/*
	.row{
		margin-left:0;
		margin-right:0;
	}
	*/
	.easy-autocomplete-container {
    	z-index: 10000000 !important;
    }
	#LSB .mapa-sala{
		background-color: #FFFFFF;
		padding-left:0px;
	}
	#LSB .butacas-sala {
		border: 0px;
		margin-top: 5px;
		padding-left: 2px;
		padding-right: 2px;
		font-size:11px;
	}
	#LSB .butacas-title {
		font-size:12px;
		padding:5px;
		background-color: #252525;
		margin-top: 5px;
		color:#FFFFFF;
	}
	#svg {
		width:100%;
		/*max-height:700px;*/
		height:auto;
		vertical-align:top;
		margin-top: 5px;
    	/* border: 10px solid rgba(238, 238, 238, 0.9); */
    	/*border: 1px solid rgba(238, 238, 238, 0.9);*/
    	border: 4px solid #FFBD1B;
	}
	#mapa_svg svg {
		width:100%;
		height:auto;
	}
	
	#mapa_svg svg image{
		/*width:100%;*/
	}
	.list-link-evento {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 10;
	}
	.list-precio-evento {
    	margin-top: 0.85rem;
    	display: inline-block;
    	padding: 0.5rem 1rem;
    	color: #FFFFFF;
    	border: 2px solid #FFFFFF;
    	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	-ms-border-radius: 4px;
    	-o-border-radius: 4px;
    	border-radius: 4px;;
	}
	p.show-fecha {
		height:17px;
	}
	p.show-name {
   		height: 50px;
    	font-size: 20px;
    }
    h2.precio-evento-cab {
    	white-space: nowrap;
    }
	.h1, h1 {
    	font-size: 30px;
	}
	.titulo h1 {
		text-align: left;
	}
	.titulo h2 {
		text-align: left;
	}
    .g-button-submit{
    	background-color: #FFBD1B;
    	border: solid 2px #FFBD1B;
    	color: #fff;
    	line-height: 36.6px;
    	font-weight: bold;
    	margin-bottom: 15px;
    	width: 100%;
    	border-radius: 0px;
    }
	
	.l-title-entity {
	    color: black !important;
	    margin-bottom: 5px !important;
	    padding: 20px 0 0 0 !important;
	    font-size: 2.0rem !important;
	    display: block;
	}
	.l-subtitle-entity {
	    color: black;
	    display: inline-block;
	    margin-bottom: 20px;
	    font-weight: 100;
	}
	.evento-fecha {
		padding: 2px 0;
	    background: #252525;
	    text-align: center;
	    color: white;
	    font-size: 18px;
	    margin-right: 5px;
	}
	
	.evento-hora {
		padding: 2px 0;
	    background: #FFFFFF;
	    text-align: center;
	    color: #000000;
	    font-size: 18px;
	    border-right: 2px solid #f0f0f0;
	}
	
	.evento-precio {
		padding: 2px 0;
	    background: #FFFFFF;
	    text-align: center;
	    color: #000000;
	    font-size: 18px;
	    border-right: 2px solid #f0f0f0;
	}
	
	@media (max-width: 768px) {
		.lados .info .evento-precio span {
			font-size: 12px;
		}
		
		.evento-precio{
			font-size: 12px;
		}
	}
	
	.evento-comprar {
		padding: 2px 0;
	    background: #FFFFFF;
	    text-align: center;
	    color: #000000;
	    font-size: 18px;
	    margin-right: 5px;
	}
	#LSB .entrada .parte2 .info {
    	background-color: #ebedef;
	}
	.eventos-seleccionar {
		width: 90%;
    	margin: 0 auto;
   	 	max-width: 1180px;
	}
	.lados {
		margin:0;
		padding:0;
	}
	@media (max-width: 720px) {
		.eventos-seleccionar {
			width: 100%;
		}
		.lados .btn {
    		padding: 6px 6px;
		}
	}
	
	.l-title-entity {
	    color: black !important;
	    margin-bottom: 5px !important;
	    padding: 20px 0 0 15px !important;
	    font-size: 2.0rem !important;
	    display: block;
	}
	.l-subtitle-entity {
	    color: black;
	    display: inline-block;
	    margin-bottom: 20px;
	    font-weight: 100;
	    padding: 0px 0 0 15px !important;
	    margin: 0;
	}
	.l-subtitle-entity a:first-child {
	    font-size: 1.8rem;
	    color: black;
	    text-decoration: none;
	    line-height: 1.4em;
	}
	.result-viewmap {
	   padding: 10px 10px 10px 10px;
	    margin-left: 15px;
	    background: #333;
	    color: white;
	    font-size: 1.25rem;
	    display: inline-block;
	    opacity: 0.7;
	    transform: translateY(-6px);
		border-radius: 4px;
		-webkit-transition: 0.2s ease-in;
    	-moz-transition: 0.2s ease-in;
    	-o-transition: 0.2s ease-in;
    	transition: 0.2s ease-in;
	}
	.result-viewmap:hover{
		color: white;
		background: #444;
	}
	#LSB .btn.comprar-libre {
	    line-height: 32px;
	}
	#LSB .entrada .parte2 .info {
	    line-height: 50px;
	}
	#LSB .parte2 {
		padding-bottom: 20px;
	}
	#LSB .entrada .parte2 {
	    background-color: #ebedef;
	    min-height: auto;
	}
	.lados .info .evento-comprar span {
		color: #FFFFFF;
	}
	.btn-comprar-evento-m {
		display:none;
		color: #FFFFFF;
	}
	.btn-comprar-evento {
		display:block;
		color: #FFFFFF;
	}
	@media (max-width: 768px) {
		.btn-comprar-evento-m {
			display:block;
			color: #FFFFFF;
		}
		.btn-comprar-evento {
			display:none;
			color: #FFFFFF;
		}
	}
	
	.titulo-seccion-home {
		margin-bottom: 10px;
	}
	
	/************** MODULO VENTA DE ENTRADAS **************/
		.item-boxed {
		    margin-bottom: 10px;
		    background-color: rgba(238, 238, 238, 0.9);
		    border-radius: 4px;
			/* padding: 10px; */
			padding: 2px;
			color: #FFFFFF;
		}
		.product-title {
		    /* margin-bottom: 10px; */
		    margin-bottom: 1px;
			background-color: #252525;
    		display: inline-block;
			width: 100%;
		}
		
		.product-title h4 {
		    font-size: 17px;
			color: #FFFFFF;
			padding: 0px 21px;
			font-weight: bold;
		}
		
		.grid-table .fila-table {
			background-color: #FFFFFF;
			/* margin-bottom: 5px; */
			margin-bottom: 2px;
			margin-right: 0px;
		 	margin-left: 0px;
			color: #000000;
		}
		.grid-table .fila-comprar-selec {
			margin:0;
			padding:0;
		}
		.grid-table .comprar-selec{
			margin:0;
			padding:0;
			height:44px;
		}
		#selec_asiento_tabla .grid-table .cabecera-grid, .cesta .grid-table .cabecera-grid{
			padding:0;
		}
		
		.grid-table>div {
		    padding: 5px;
		}
		
		.cabecera-grid {
			font-weight:700;
		}
		
		.cabecera-grid .precio_real {
    		font-weight: 700;
		}
		
		.price{
			text-align:center;
			font-size: 17px;
		}
		.precio_real{
			font-weight: 400;
			font-size: 17px!important;
			margin-left:0px;
		}
		.precio_tachado{
			padding-right:5px;
			font-weight: 400;
			font-size: 12px!important;
		}
		.ticket{
			font-size: 17px;
		}
		.number{
			font-size: 17px;
		}
		.number select{
			font-size: 17px;
		}
		.ticket_total{
			font-size: 24px;
			font-weight: 700;
			margin-top: 12px;
		}
		.item-boxed [class*="col-"] {
			margin-left:0px;
			border:0;
			border-radius:0;
			background-color: #FFFFFF;
		}
		
		#entradas #selec_zona #tabla_zonas_funcion select {
			font-size: 18px;
			color: #000000;
		}
		
		#entradas #tabla_botonera #boton_continuar {
			height:50px;
			width:125px;
		}
		.info-selec, .tipo-selec, .precio-selec {
			font-size: 12px;
			padding: 5px;
		}

		.precio-selec {
		    text-align: right;
		}
		.cabecera-grid .info-selec,.cabecera-grid .tipo-selec,.cabecera-grid .precio-selec {
			font-size: 15px;
			background-color: #252525;
			color: #FFFFFF;
		}
		#selec_zona_tabla_2 .btn {
			font-size: 15px;
			font-weight:700;
		}

		.datos-sala, .datos-sala .mapa-sala, .datos-sala .butacas-sala {
			padding:0;
			margin:0;
		}
		.tipo-selec select {
			width: 100%;
		}
		.precio-evento-cab {
			font-size:25px;
		}
		
		.container-fluid .finder{
		    margin-top: -90px;
    		margin-bottom: 40px;
		}
		.eventos .container-fluid .finder{
			margin-top: 10px;
			margin-bottom: 10px;
		}
		@media (max-width: 768px) {
			.container-fluid .finder{
		    	margin-top: 0px;
    			margin-bottom: 0px;
			}
		}
		/***************************************************/
		
		@media (max-width: 768px) {
			.precio_real{
				font-weight: 400;
				font-size: 14px!important;
			}
			.precio_tachado{
				padding-right:5px;
				font-weight: 400;
				font-size: 8px!important;
			}
			.ticket{
				font-size: 14px;
			}
			.number select{
				font-size: 14px;
			}
			.ticket_total{
				font-size: 14px;
			}
			.item-boxed [class*="col-"] {
				margin-left:0px;
				border:0;
				border-radius:0;
				background-color: #FFFFFF;
			}
			
			#entradas #selec_zona #tabla_zonas_funcion select {
				font-size: 14px;
				height: 24px;
				color: #000000;
			}
			
			.cabecera-grid .info-selec, .cabecera-grid .tipo-selec, .cabecera-grid .precio-selec {
    			background-color: #252525;
			}
			
			#selec_entradas #selec_zona #tabla_botonera {
				margin-left: 10px;
			}
		}
		
		@media (width: 768px) and (width: 992px)  {
			.precio_real{
				font-weight: 400;
				font-size: 17px!important;
			}
			.precio_tachado{
				padding-right:5px;
				font-weight: 400;
				font-size: 10px!important;
			}
			.ticket{
				font-size: 14px;
			}
			.number select{
				font-size: 17px;
			}
			.ticket_total{
				font-size: 17px;
				font-weight: 700;
			}
			.item-boxed [class*="col-"] {
				margin-left:0px;
				border:0;
				border-radius:0;
				/*background-color: #FFFFFF;*/
			}
			#entradas #selec_zona #tabla_zonas_funcion select {
				font-size: 17px;
				color: #000000;
			}
		}	
		@media (max-width: 768px) {
			.finder .criteria, .finder-reducido .criteria {
				border-right: 1px solid #bbb;
			}
			.finder .criteria_nuevo, .finder-reducido .criteria_nuevo {
				border-right: 1px solid #bbb;
			}
			#titulo-evento h3 {
				margin-left: 10px;
				margin-right: 10px;
			}
			
			.easy-autocomplete.eac-plate-dark input {
			    font-size: 22px;
			    height: 70px;
			    margin-top: 10px;
				color:#000000;
			}
			
			.easy-autocomplete.eac-plate-dark input {
			    background-image: url('img/icon_search.png');
			    background-repeat: no-repeat;
			    background-position: right 23px center;
			}
			.container-fluid {
			    padding-right: 8px;
			    padding-left: 8px;
			}
			.titulo-seccion-home h2 {
				font-size: 17px;
			}
		}
		.btn.btn-buscar {
			height:70px;
			font-size:22px;
			line-height: 70px;
		}
		.finder .criteria, .finder-reducido .criteria {
			height:70px;
			font-size:22px;
			border-top: 1px solid #bbb;
    		border-bottom: 1px solid #bbb;
			border-rigth:0px;
		}
		.finder .criteria_nuevo, .finder-reducido .criteria_nuevo {
			height:70px;
			font-size:22px;
			border-top: 1px solid #bbb;
    		border-bottom: 1px solid #bbb;
			border-rigth:0px;
		}
		.slider-home .carousel-inner>.item>a>img, .slider-home .carousel-inner>.item>img, .slider-home .img-responsive {
			/*max-height: 500px;*/
		}
		
		.compra-cabecera-celda img {
			width: auto;
		    height: 100%;
		    float: left;
		    display: block;
		    padding: 6px;
		}
		
		#compra-cabecera {
			/*background-color: #ededed;*/
		}
		
		.compra-cabecera-celda {
			padding: 6px;
    		height: 100px;
		}
		
		.compra-cabecera-datos .compra-cabecera-datos-titulo {
		    font-size: 17px;
		    font-size: 1.7rem;
		    line-height: 21px;
		    line-height: 2.1rem;
		    color: #FFFFFF;
		    margin-bottom: 10px;
		    font-weight: 700;
		    padding-left: 10px;
		    height: 27px;
		    display: table-cell;
		    vertical-align: middle;
			text-align:left;
		}
		
		.compra-cabecera-datos {
			float: left;
		}
		.compra-cabecera-datos-time {
			float: right;
			background: none;
   	 		padding-top: 10px;
    			padding-bottom: 10px;
			font-size: 30px;
		}
		
		#txt-min {
			font-size: 20px;
		}
		#txt-tiempo {
			font-size: 12px;
			color: #FFFFFF;
		}
		
		#cuenta-atras {
			color : #FFFFFF;
		}
		
		.compra-cabecera-datos .compra-cabecera-datos-titulo a {
			color: #FFFFFF;
		}
		
		.compra-cabecera-datos-info {
			display: block;
		    padding-top: 10px;
		    margin-left: 10px;
		    margin-top: 1px;
			padding-left: 10px;
		}
		
		@media (max-width: 768px) {
			.compra-cabecera-celda {
	    		height: 360px;
			}
			
			.compra-cabecera-celda img {
			    max-height: 250px;
			}
			
			.compra-cabecera-datos .compra-cabecera-datos-titulo {
			    height: 40px;
				margin-bottom: 0px;
				text-align:left;
			}
			
			.compra-cabecera-datos-info {
				padding-left:0px;
				margin-left:0px;
			}
			
			.compra-cabecera-datos-time {
				float: none;
				font-size:14px;
				margin-left:3px;
			}

			.datos-cuenta-atras {
				text-align:right;
			}
			
			#txt-tiempo {
				font-size: 8px;
			}
			
			#txt-min {
				font-size: 8px;
			}
		}
		
		@media (min-width: 768px) {
			.compra-cabecera-datos-info .datos-info-fecha, .compra-cabecera-datos-info .datos-info-hora, .compra-cabecera-datos-info .datos-info-lugar {
			    font-size: 14px;
			    font-size: 1.4rem;
			    line-height: 20px;
			    line-height: 2rem;
			    display: table-cell;
			    vertical-align: top;
			    padding-left: 10px;
			    padding-right: 20px;
			}
		}
		.compra-cabecera-datos-info .datos-info-fecha {
		    padding-left: 9px;
		}
		.compra-cabecera-datos-info .datos-info-fecha, .compra-cabecera-datos-info .datos-info-hora, .compra-cabecera-datos-info .datos-info-lugar {
		    font-size: 13px;
		    font-size: 1.5rem;
		    line-height: 18px;
		    line-height: 1.8rem;
		    color: #FFFFFF;
		    white-space: nowrap;
		    position: relative;
		    margin-bottom: 10px;
		    padding-left: 10px;
			font-weight: normal;
		}

		.compra-cabecera-datos-info .datos-info-fecha i, .compra-cabecera-datos-info .datos-info-hora i, .compra-cabecera-datos-info .datos-info-lugar i {
			font-size: 15px;
			font-weight: normal;
			color: #FFBD1B;
			color: #e62856;
    		margin-right: 8px;
		}
		.compra-cabecera-datos-info .datos-info-lugar a {
			color: #FFFFFF;
			text-decoration: underline;
			font-size: 1rem;
		}
		
		.compra-cabecera-datos-info .datos-info-lugar a:hover {
			text-decoration: blink;
		}
		
		.compra-formulario-texto {
			font-weight:700;
			padding-top:10px;
			padding-bottom:10px;
		}
		
		.item-boxed .form-fila {
			border:0;
		}
		
		.item-boxed .compra-formulario-redes {
			padding-left:0px;
			padding-right:0px;
		}
		
		.item-boxed .fila-comprar-selec {
			padding-top: 0px;
   			padding-bottom: 0px;
		}
		
		.cesta .item-boxed .fila-comprar-selec {
			padding-top: 0px;
   			padding-bottom: 0px;
		}
		
		.item-boxed .fila-comprar-texto a{
            color: #f0d900;
            text-decoration: none;
            margin-left: 10px;
            text-transform: uppercase;
            font-size: 19px;
            font-weight: bold;
		}
		
		.form-fila {
			padding-left:0px;
			padding-right:0px;
		}
		
		.form-fila-fecha {
			margin-top:10px;
			margin-bottom:10px;
			padding:0;
		}
		
		.form-fila-fecha label{
			font-weight:normal;
			display:block;
		}
		
		.form-fila-fecha select{
			height:40px;
    		width: 67px;
    		margin: 3px;
		}
		
		.form-fila-politica {
			padding:0;
		}
		
		.form-fila-politica a{
			color: #000000;
			text-decoration:underline;
		}
		
		.item-boxed .form-celda {
			padding-left:0px;
			padding-right:0px;
			border: 1px solid #c7c7c7;
    		background: #fff;
		}
		.form-celda input {
			padding-left:0px;
			padding-right:0px;
			margin: 0;
		    -webkit-appearance: none;
		    border-radius: 0;
		    display: block;
		    width: 100%;
			border: none;
		    height: 48px;
		    padding: 12px 35px 12px 12px;
		    text-overflow: ellipsis;
		}
		.tipCancel {
		    
		}
		.tipCancel-error {
		    font-size: 12px;
		    font-size: 1.2rem;
		    line-height: 18px;
		    line-height: 1.8rem;
		    background: #d64444;
		    color: #fff;
		    display: block;
		    padding: 0 5px 2px;
		}
		
/*** CSS HEADER ***/

/*** LISTA DE EVENTOS ***/
.d-mosaic__box {
    width: 25%;
    height: auto !important;
    margin: 1% 0;
    position: relative;
    float: left;
}
.d-mosaic__link-big {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.d-mosaic__thumb {
    min-height: 350px;
    background: black;
}
.d-mosaic__content, .d-mosaic__thumb {
    max-width: 95%;
}
.d-mosaic__img {
    width: 100%;
    /*opacity: 0.7;*/
    height: auto;
}
.d-mosaic__tags {
    position: absolute;
    top: 5%;
    left: 5%;
    color: white;
    z-index: 5;
    font-size: 0.85rem;
    font-weight: 400;
}
.d-mosaic__content {
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: white;
}
.d-mosaic__content, .d-mosaic__thumb {
    max-width: 95%;
}
.d-mosaic__wp {
    width: 90%;
    margin: 0 auto;
}
.d-mosaic__date {
    margin-bottom: 0.5rem;
    font-size: 12px;
}
.d-mosaic__title {
    color: black;
    font-size: 1.3rem;
}
.one-line, .d-mosaic__title {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.d-mosaic__desc {
    display: none;
    padding: 0.5rem 0;
    font-size: 0.75rem;
}
.d-mosaic__c-btn {
    margin-top: 0.85rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #c83430;
    border: 2px solid #c83430;
}
.rad_small, .d-mosaic__c-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/** LISTA EVENTOS 4 **/
.show-info {
	background-color: #252525;
    /* margin-top: 10px; */
    padding-top: 10px;
}
.card--small .card__heading {
    height: 60px;
}
.card--small .card__heading .card__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 10px 12px;
}
.card__heading .card__title {
    background: #252525;
    color: #353847;
    font-weight: 700;
}
.clip-text {
	height: 42px;
	position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	overflow: hidden;
    color: #FFF;
}
.info-sala .clip-text {
	height: 51px;
}
h3.card__title{
	font-size: 1.4rem;
}
.card--small .card__info .date-module--small {
    width: 53px;
    height: 53px;
}
.date-module--small {
    height: 57px;
    line-height: 20px;
}
.date-module--regular, .date-module--small {
    text-align: center;
    /*background: #fff;*/
	color: #000000;
}
.card--small .card__info .date-module__month {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
    height: 17px;
}

.date-module--regular .date-module__month, .date-module--small .date-module__month {
    display: block;
    background: #FFBD1B;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease-out;
	
}
.card--small .card__info .date-module__day-week {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 10px;
    line-height: 1rem;
    padding-top: 4px;
}
.date-module--regular .date-module__day-week, .date-module--small .date-module__day-week, .date-module--small .date-module__text {
    display: block;
    color: #666;
    transition: all .3s ease-out;
}

.card--small .card__info .date-module__day, .card--small .card__info .date-module__number {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 19px;
    line-height: 1.9rem;
}
.date-module--regular .date-module__day, .date-module--regular .date-module__day--various, .date-module--regular .date-module__number, .date-module--regular .date-module__text, .date-module--small .date-module__day, .date-module--small .date-module__day--various, .date-module--small .date-module__number {
    display: block;
    color: #666;
    font-weight: 700;
    transition: all .3s ease-out;
}
.card--small .card__more-info {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding-left: 61px;
}
.card__more-info {
    color: #666;
	color: #e62856;
	
}
.card--small .price2 {
    margin-bottom: 5px;
}
.price2 {
    display: table;
    width: 100%;
}
.card--small .price2 .faw-icon-currency {
    width: 20px;
    height: 20px;
    font-size: 19px;
}
.price2 .faw-icon-currency {
    width: 25px;
    height: 25px;
    color: #d2d2d2;
    text-align: center;
    font-size: 23px;
    transition: all ease-out;
}
.price2 .faw-icon-currency,.price2 .price__text,.location .faw-icon-map-marker,.location .location__text {
	display: table-cell;
    vertical-align: middle;
}
.price2 .price__text {
    padding-left: 5px;
}
.card--small .price2 .price__text span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
}
.location {
    display: table;
    min-height: 28px;
}
.card--small .location .faw-icon-map-marker {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    width: 20px;
    height: 20px;
}
.card--small .location .faw-icon-map-marker {
    width: 25px;
    height: 25px;
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 33px;
    line-height: 3.3rem;
    position: relative;
    top: -1px;
}
.location .faw-icon-map-marker {
    width: 25px;
    height: 25px;
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #d2d2d2;
    text-align: center;
    transition: all .3s ease-out;
}
.location .location__text {
    padding-left: 5px;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 0;
}
abbr[title] {
    border-bottom: 0;
}
.date-module__day-week,.date-module__day{
	color: #000;
    background: #FFF;
    border-bottom: 0;
    text-decoration: none;
}

.mas-eventos {
	text-align: center;
    margin-top: -20px;
}

.mas-eventos i{
	font-size:30px;
	color: #FFBD1B;
}

.date-module__day-week, .date-module__month, .date-module__day {
	font-size: 12px;
}
.card__precio, .card__direccion {
	font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.date-module__day-week, .date-module__month, .date-module__day {
		font-size: 9px;
	}
	.card__precio, .card__direccion {
		font-size: 10px;
	}

	.finder .criteria, .finder-reducido .criteria {
		font-size: 16px;
		padding-left: 5px;
	}
	.finder .criteria_nuevo, .finder-reducido .criteria_nuevo {
		font-size: 16px;
		padding-left: 5px;
	}
}	

/*** FIN LISTA EVENTOS ****/

.titulo h1 {
	margin-top: 20px;
}

.flags-idioma{
	width: 26px;
}

.image-loading{
    position: absolute;
    top: 13px;
    left: 260px;
}

.image-loading-2{
    position: absolute;
    top: 29px;
    right: 55px;
}

.easy-autocomplete-container {
    width: 200%;
}
@media (max-width: 768px) {
	.easy-autocomplete-container {
    		width: 100%;
	}
}

.footer-social ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	/*padding-left:45px;*/
	padding-left: 0px;
}
.footer-social ul.social-network li {
	display: inline;
	margin: 0 0px;
}


/* footer social icons */
.footer-social .social-network a.icoRss:hover {
	background-color: #F56505;
}
.footer-social .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.footer-social .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.footer-social .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.footer-social .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.footer-social .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.footer-social .social-network a.icoRss:hover i, .footer-social .social-network a.icoFacebook:hover i, .footer-social .social-network a.icoTwitter:hover i,
.footer-social .social-network a.icoGoogle:hover i, .footer-social .social-network a.icoVimeo:hover i, .footer-social .social-network a.icoLinkedin:hover i {
	color:#fff;
}
.footer-social a.socialIcon:hover, .footer-social .socialHoverClass {
	color:#44BCDD;
}

.footer-social .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.footer-social .social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.footer-social .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.footer-social .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.footer-social a {
 background-color: #252525;   
}

.footer-social{
    color:white;
    padding:45px;
    padding-top:15px;

}

#datos_sala .modal-header {
	background: #252525;
    	color: #FFFFFF;
}

#datos_sala .modal-footer {
	background: #252525;
}

#datos_sala .modal-footer .btn-default{
	background: #FFBD1B;
    	color: #FFFFFF;
	border-color: #FFBD1B;
	font-weight:bold;
	
}

#datos_sala .modal-footer .btn{
	border-radius: 0px;
}

#datos_sala .modal-footer .btn-default:hover {
    color: #FFBD1B;
    background-color: #FFFFFF;
    border-color: #FFBD1B;
}

@media (max-width: 520px) {
	.result-viewmap {
		margin-top: 12px;
	}

	.controls-zoom {
		margin-top: 4px;
	}

	.footer-item,.footer-social{
    		padding-left:0px;
	}

	.footer-item p {
		font-size:12px;
	}

	.footer-item p.big {
		font-size:20px;
	}


}

.info-sala i {
	width : 25px;
	color: #FFBD1B;
}

.titu-recinto {
	border-bottom: 1px solid #cec7c7;
	margin-bottom: 10px;
}

.imagen-sala {
	padding-left:0px;
}

.modal-header .close {
	color: #FFFFFF;
	opacity:1;
}

.modal-header .close:hover {
	color: #FFBD1B;
	opacity:1;
}

.footer-item p, .footer-item p:hover {
    /*padding-left: 45px;*/
    color: white;
    display: block;
}

#datos_sala .modal-footer {
    background: #FFFFFF;
}

.modal-footer {
    border-top: 0px;
}

.footer-condiciones,.footer-copyright{
	margin-top:18px;
}

.footer-condiciones a,.footer-copyright p {
	font-size:11px;
}
.footer-item {
	font-size:13px;
}

.sel-filtro {
	font-size: 12px;
    position: absolute;
    top: 48px;
    left: 17px;
}

.ranges li.active,.ranges li:hover {
	background-color: #252525;
}

.ranges li {
	color: #252525;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #252525;
}

.daterangepicker .input-mini.active {
    border: 1px solid #252525;
}

/*----------------------------------------*/
/*  2.  header-area
/*----------------------------------------*/
/*--------------------------
	2.1 header-top 
--------------------------*/
.header-top {
  background: #252525 none repeat scroll 0 0;
}
.header-top-left {
  margin: 10px 0;
  text-align: left;
}
.header-top-left .phone, .header-top-left .email {
  color: #fafafa;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 22px;
}
.header-top-left .email {
  margin-right: 0;
}
.header-top-left .phone i, .header-top-left .email i {
  margin-right: 10px;
}
.header-top-left .phone span{}
.header-top-left .email a {
  color: #fff;
}
.header-top-left .email a:hover {
  color: #e62856;
}
.header-social {
  margin: 10px 0;
  text-align: center;
}
.header-social a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}
.header-social a:hover {
  color: #e62856;
}
.header-social a i{}
.header-top-right {
  margin: 10px 0;
  text-align: right;
}
.header-top-right > ul {
  display: inline-block;
  margin-left: 30px;
}
.header-top-right .account{
  margin-left: 0;
}
.header-top-right > ul > li {
  position: relative;
}
.header-top-right > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding-right: 12px;
  position: relative;
}
.header-top-right .currency > li > a::before,
.header-top-right .language > li > a::before {
  content:"\f107";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: -2px;
}
.header-top-right ul > li > a:hover {
  color: #e62856;
}
.header-top-right ul .dropdown-menu {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.176);
  left: auto;
  margin: 0;
  min-width: auto !important;
  right: 0;
  top: 32px;
  width: 100px;
  text-align: right;
}
.header-top-right ul .dropdown-menu li{}
.header-top-right ul .dropdown-menu li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top-right ul .dropdown-menu li a:hover {
  color: #e62856;
  background: transparent;
}
/*--------------------------
	2.2 header-bottom 
--------------------------*/
/*
.header-bottom{
	background-color: #ffffff;
}
*/
.header-bottom .header-bottom-top {
  margin: 40px 0;
}
.header-bottom .logo{}
.header-bottom .logo a {
  display: inline-block;
}
.header-bottom .logo a img{}

.header-bottom .header-log-reg {
  margin-top: 5px;
  text-align: center;
}
.header-bottom .header-log-reg a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 24px;
}
.header-bottom .header-log-reg a:hover {
  background: #e62856;
}
.header-search-cart {
  margin-top: 5px;
}
.header-search-cart .wrapper {
  display: inline-block;
}
.header-search {
  float: left;
}
.header-search form{}
.header-search form .select-cat {
  display: inline-block;
  float: left;
}
.header-search form .select-cat select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #252525 url("img/icons/cat-sharp.png") no-repeat scroll 90% center;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  padding: 2px 16px 1px 10px;
  position: relative;
  text-transform: uppercase;
  min-width: 112px;
}
.header-search form .select-cat select::-ms-expand{
    display: none;
}
.header-search form .select-cat select option {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  padding: 10px;
  color: #252525;
}
.header-search form .input-filds {
  display: block;
  float: left;
  position: relative;
  width: 190px;
}
.header-search form .input-filds input[type="text"] {
  border: 1px solid #c6c6c6;
  color: #363636;
  font-size: 12px;
  font-weight: 600;
  min-height: 40px;
  padding: 9px 10px;
  width: 100%;
}
.header-search form .input-filds input[type="text"]:placeholder {
  color: #363636;
}
.header-search form .input-filds .submit {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #363636;
  font-size: 12px;
  line-height: 40px;
  padding: 0 12px;
  position: absolute;
  right: 0;
}

.header-search form .input-filds .submit {
    margin-top: -39px;
}

.header-search form .input-filds .submit:hover {
  color: #e62856;
}
.header-search form .input-filds .submit i{}
.header-cart {
  display: inline-block;
  float: left;
  position: relative;
}
.header-cart > a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px 10px 15px;
}
.header-cart > a i {
  margin-right: 8px;
}
.header-cart:hover > a {
  background: #e62856;
}
.header-cart-hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.176);
  margin-top: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: -99;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-cart:hover .header-cart-hover{
  opacity: 1;
  z-index: 99999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.header-cart-products{}
.header-cart-products li {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.header-cart-products li .image {
  display: block;
  float: left;
  margin-right: 10px;
  width: 80px;
}
.header-cart-products li .image a {
  display: block;
}
.header-cart-products li .image a img{}
.header-cart-products li .content {
  text-align: left;
}
.header-cart-products li .content a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.header-cart-products li .content span {
  color: #666;
  display: block;
  font-weight: 700;
}
.header-cart-products li .delete {
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
}
.header-cart-products li .delete:hover {
  color: #e62856;
}
.header-cart-products li .total-price{}
.header-cart-hover .total-price {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.header-cart-hover .total-price h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 8px;
  text-transform: uppercase;
}
.header-cart-hover .total-price h3 span {
  color: #e62856;
  float: right;
  font-weight: 900;
}
.header-cart-hover .header-cart-action {
  margin: 15px -5px 0;
}
.header-cart-hover .header-cart-action a {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
  padding: 10px 15px;
  width: 130px;
}
.header-cart-hover .header-cart-action a:hover {
  background: #e62856;
}
.header-cart-hover .header-cart-action a i {
  margin-right: 10px;
}
.header-cart-hover .header-cart-action a span{}

.headera::before, .header img, .header span, .header input, .header .owl-nav > div, .header .single-blog {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header img {
    max-width: 100%;
    height: auto;
}

.header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header {
    color: #252525;
    font-family: lato,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    visibility: visible;
}
/*--------------------------
	2.3 menu-area 
--------------------------*/
.main-menu{}
.main-menu nav{}
.main-menu nav > ul{}
.main-menu nav > ul > li {
  display: block;
  float: left;
  padding: 0 20px;
  position: relative;
}
.main-menu nav > ul > li:first-child {
  padding-left: 0;
}
/*
.main-menu nav > ul > li > a {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0 20px;
  position: relative;
  color: #262626;
}
*/
.main-menu nav > ul > li > a::before {
  background: #e62856 none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.main-menu nav > ul > li.hot::before {
  background: rgba(0, 0, 0, 0) url("img/icons/hot.png") repeat scroll 0 0;
  color: #fff;
  content: "hot";
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  padding: 1px 8px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-transform: uppercase;
  top: -8px;
  width: 40px;
}
.main-menu nav > ul > li.active > a, .main-menu nav > ul > li > a:hover {
  color: #e62856;
}
.main-menu nav > ul > li.active > a::before, .main-menu nav > ul > li > a:hover::before {
  bottom: 0;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.main-menu nav > ul > li .sub-menu, .main-menu nav > ul > li .mega-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 220px;
  z-index: -99;
}
.main-menu nav > ul > li:hover .sub-menu, .main-menu nav > ul > li:hover .mega-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 999;
}
.main-menu nav > ul > li .sub-menu > li{}
.main-menu nav > ul > li .sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
.main-menu nav > ul > li .sub-menu > li > a:hover{}
.main-menu nav > ul > li .mega-menu{
  width: 600px;
}
.main-menu  nav> ul > li .mega-menu ul {
  display: block;
  float: left;
  padding: 0 20px;
  width: 33.33%;
}
.main-menu nav > ul > li .mega-menu ul li{}
.main-menu nav > ul > li .mega-menu ul li:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.main-menu nav > ul > li .mega-menu ul li:first-child a {
  font-size: 14px;
}
.main-menu nav > ul > li .mega-menu ul li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-menu nav > ul > li .mega-menu ul li a:hover{}
.mean-container .mean-bar, .mean-container .mean-nav {
  background: #252525 none repeat scroll 0 0;
  border-radius: 20px;
}
.mean-bar::after {
  color: #fff;
  content: "MENU";
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}
.mobile-menu a {
  font-weight: bold;
}
.mean-expand {
  font-family: arial !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #e62856 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  12.  service area
/*----------------------------------------*/
.service-area {}
.service-area img {width:100%;}
.single-service {
	border: 2px solid #ddd;
	border-radius: 50px;
    margin: 10px 20px;
    padding: 20px 8px;
}
.single-service:hover {
	border: 2px solid #e62856;
}
.single-service .icon {
	float: left;
    margin-right: 10px;
	margin-left: 16px;
}
.single-service .icon i {
  font-size: 40px;
}
.single-service .text {
    text-align: center;
}
.single-service .text h4 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-service .text p {
  font-size: 14px;
  margin: 0;
}
.single-service .text p:first-letter{
  text-transform: capitalize;
}

.single-service h1, .single-service h2, .single-service h3, .single-service h4, .single-service h5, .single-service h6 {
    color: #252525;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 5px;
}
/*
.padding-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
*/
.fix {
    overflow: hidden;
}

.single-service a, button {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    /* color: #000000; */
}
/*----------------------------------------*/
/*  12.  Subscribe area
/*----------------------------------------*/
.subscribe-social {
  background: #282828 none repeat scroll 0 0;
  padding: 20px 0;
}
.footer-subscribe {
  overflow: hidden;
  padding-right: 140px;
  position: relative;
}
.footer-subscribe .input-box {
  padding-right: 4px;
  width: 100%;
}
.footer-subscribe .input-box input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #3e3e3e;
  color: #fff;
  height: 46px;
  line-height: 46px;
  /*padding: 0 20px;*/
  padding-left: 4px;
  width: 100%;
}
.footer-subscribe .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-subscribe .actions input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #e62856;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  /* padding: 0 25px; */ 
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-subscribe .actions input[type="submit"]:hover {
  background: #e62856 none repeat scroll 0 0;
  border-color: #e62856;
}
.social-footer {
  float: right;
  text-align: center;
}
.social-footer .link-follow {}
.social-footer .link-follow li {
  display: inline-block;
  margin-right: 6px;
}
.social-footer .link-follow li:last-child {
  margin-right: 0;
}
.social-footer .link-follow li a {
  background: #212121 none repeat scroll 0 0;
  border: 5px solid #333;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  height: 52px;
  line-height: 45px;
  padding-left: 0;
  text-align: center;
  width: 52px;
}
.social-footer .link-follow li a:hover {
  background: #e62856 none repeat scroll 0 0;
  border-color: #e62856;
}
/*----------------------------------------*/
/*  13.  footer top area
/*----------------------------------------*/
/*
.footer-top {
  background: #ffffff none repeat scroll 0 0;
}
*/
.footer-top .footer-column {
	padding-right: 15px;
	padding-left: 15px;
}
.logo-footer {
  display: block;
  margin-bottom: 25px;
}
.logo-footer img{}
.footer-content{}
/*
.footer-content > p {
  color: #262626;
  font-size: 14px;
  line-height: 24px;
}
.footer-content > a {
  color: #262626;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: underline;
}
.footer-content > a:hover {
  color: #366092;
}
*/
.footer-title {
  margin-bottom: 20px;
}
/*
.footer-title h3 {
  color: #262626;
  font-size: 14px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
*/
.footer-content ul{}
.footer-content ul li {}
.footer-content ul li:last-child {
  border-bottom: 0px;
}
/*
.footer-content ul li a {
  color: #262626;
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 20px;
  position: relative;
}
.footer-content ul li a::before {
  border-top: 2px solid #7f7f7f;
  content: "";
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 9px;
}
.footer-content ul li a:hover {
  color: #366092;
}
.footer-content ul li a:hover::before {
  border-top: 2px solid #366092;
}
*/
.footer-contact{}
/*
.footer-contact p {
  color: #262626;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.footer-contact p i {
  color: #262626;
  float: left;
  font-size: 20px;
  line-height: 31px;
  margin-right: 15px;
  width: 20px;
}
.footer-contact p span {
  font-weight: 700;
  padding-right: 5px;
}
*/
.footer-top img {
    max-width: 100%;
    height: auto;
}
/*
.footer-title h3 {
    color: #262626;
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
*/
.footer-title h1, .footer-title h2, .footer-title h3, .footer-title h4, .footer-title h5, .footer-title h6 {
    /* color: #252525; */
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 5px;
}

.footer-content a, .footer-content button {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    color: #000000;
}
/*----------------------------------------*/
/*  14.  footer bottom area
/*----------------------------------------*/
.footer-bottom {
  background: #282828;
  padding: 20px 0;
}
.copy-right {}
.copy-right p {
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.copy-right p a {
  color: #cccccc;
}
.copy-right p a:hover {
  color: #e62856;
}
.payment {
  text-align: right;
}
.payment a {
  display: inline-block;
  margin-left: 10px;
}
.payment a img {
  width: 45px;
}

.hot-offer-banner {
  margin-bottom: 65px;
}
.hot-offer-banner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  RESPONSIVE
/*----------------------------------------*/
@media (min-width: 1170px) and (max-width: 1400px) {
.cap-title {
  font-size: 60px;
  line-height: 60px;
}

}
/* Normal desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {
.header-social a {
  padding: 0 8px;
}
.header-search form .input-filds {
  width: 190px;
}
.slide-text-right {
  margin-right: 80px;
}
.slide-text-left {
  margin-left: 80px;
}
.cap-sub-title {
  font-size: 24px;
}
.cap-title {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 15px;
}
.cap-dec {
  font-size: 13px;
}
.cap-readmore {
  font-size: 12px;
  padding: 7px 20px;
}
/* Home 2 */
.top-banner .effect-moses:hover h2,
.top-banner .effect-moses h2,
.hot-offer-banner .effect-moses:hover h2,
.hot-offer-banner .effect-moses h2 {
  height: 27%;
  width: 60%;
}
.hot-offer-banner .effect-moses:hover p,
.hot-offer-banner .effect-moses p {
  padding: 15px 10px 10px;
  top: 57%;
  width: 60%;
}
.home-sidebar-title h2 {
  font-size: 14px;
}
.collection-banner-2 h1 {
  font-size: 36px;
  line-height: 40px;
}
/* Checkout */
.register-acco {
  padding-right: 50px;
}
.login-acco {
  padding-left: 50px;
}

}
/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-left, .header-top-right {
  text-align: center;
}
.header-top-left .phone, .header-top-left .email {
  float: none;
}
.header-bottom .logo, .header-bottom .header-log-reg, .header-search-cart {
  text-align: center;
}
.header-bottom .header-log-reg, .header-search-cart {
  margin-top: 15px;
}
.mobile-menu {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.slide-text-right {
  margin-right: 60px;
}
.slide-text-left {
  margin-left: 60px;
}
.cap-sub-title {
  font-size: 22px;
}
.cap-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.cap-dec {
  font-size: 13px;
  margin-bottom: 15px;
}
.cap-readmore {
  font-size: 12px;
  padding: 7px 20px;
}
.top-banner-wrap .single-banner h2 {
  bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
}
.pro-tab-list li {
  margin-right: 20px;
}
.service-area .row > div {
  margin-bottom: 15px;
}
.service-area .row > div:last-child {
  margin-bottom: 0;
}
.footer-subscribe {
  margin-bottom: 20px;
}
.social-footer {
  width: 100%;
}
.footer-top .footer-column:nth-child(2n+1) {
  clear: both;
}
.footer-top .footer-column:nth-child(1), .footer-top .footer-column:nth-child(2) {
  margin-bottom: 30px;
}
.copy-right, .payment {
  text-align: center;
}
.copy-right {
  margin-bottom: 20px;
}
/* Home 2 */
.sin-home-sidebar:last-child {
  margin-bottom: 70px;
}
/* Shop */
.product-sidebar {
  margin-bottom: 60px;
}
.page-right-sidebar .product-sidebar {
  margin-bottom: 0;
  margin-top: 60px;
}
.product-image .tab-content {
  width: 400px;
}
.product-image .nav-tabs {
  float: left;
  margin-left: 30px;
  width: 105px;
}
/* Checkout */
.register-acco {
  padding-right: 50px;
}
.login-acco {
  padding-left: 50px;
}
/* Blog */
.blog-sidebar {
  margin-bottom: 60px;
}
.page-right-sidebar .blog-sidebar {
  margin-bottom: 0;
  margin-top: 60px;
}
/* About */
.about-page .image {
  margin: 30px 0;
}

}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
.container{
  width: 450px;
}
.header-top {
  display: none;
}
.header-top-left, .header-top-right {
  text-align: center;
}
.header-top-left .phone, .header-top-left .email {
  float: none;
}
.header-bottom .logo, .header-bottom .header-log-reg, .header-search-cart {
  text-align: center;
}
.header-bottom .header-log-reg, .header-search-cart {
  margin-top: 15px;
}
.header-top-left .phone {
  margin-right: 10px;
}
.header-top-left .phone i, .header-top-left .email i {
  margin-right: 5px;
}
.header-search {
  float: none;
}
.header-search form .select-cat, .header-search form .select-cat select {
  float: none;
  width: 100%;
}
.header-search form .select-cat select {
  background-position: 95% center;
}
.header-search form .input-filds {
  width: 100%;
}
.header-cart {
  float: none;
  margin-top: 15px;
  width:100px;	
}
.header-cart-hover {
  left: -70%;
}
.mobile-menu {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.slide-text-right {
  margin-right: 20px;
}
.slide-text-left {
  margin-left: 20px;
}
.cap-sub-title {
  font-size: 18px;
}
.cap-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
.cap-dec {
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.cap-readmore {
  font-size: 10px;
  padding: 5px 15px;
}
.nivo-directionNav a {
  font-size: 30px;
  width: 30px;
}
.top-banner-wrap > div {
  margin-bottom: 30px;
}
.top-banner-wrap > div:last-child {
  margin-bottom: 0;
}
.pro-tab-list li {
  margin-right: 20px;
}
.pro-tab-list li a {
  font-size: 13px;
}
.tab-products-container .tab-pane > div {
  width: 50%;
}
.tab-products-container .tab-pane .single-list-product {
  width: 100%;
}
.collection-banner h1 {
  font-size: 26px;
  line-height: 20px;
}
.banner-area .row > div {
  margin-bottom: 30px;
}
.banner-area .row > div:last-child {
  margin-bottom: 0;
}
.sin-testimonial .content p {
  width: 100%;
}
.service-area .row > div {
  margin-bottom: 15px;
}
.service-area .row > div:last-child {
  margin: 0;
}
.footer-subscribe {
  margin-bottom: 20px;
}
.social-footer {
  width: 100%;
}
.footer-top .footer-column:nth-child(2n+1) {
  clear: both;
}
.footer-top .footer-column:nth-child(1),
.footer-top .footer-column:nth-child(2),
.footer-top .footer-column:nth-child(3) {
  margin-bottom: 30px;
}
.copy-right, .payment {
  text-align: center;
}
.copy-right {
  margin-bottom: 20px;
}
/* Home 2 */
.sin-home-sidebar:last-child {
  margin-bottom: 70px;
}
/* Shop */
.list-pro-image {
  float: none;
  margin: 0 0 15px;
  max-width: 270px;
  width: 100%;
}
.sort-by, .show-product {
  display: none;
}
.product-sidebar {
  margin-bottom: 60px;
}
.page-right-sidebar .product-sidebar {
  margin: 60px 0 0;
}
.product-image .tab-content {
  width: 300px;
}
.simpleLens-lens-element {
  display: none !important;
}
.product-image .nav-tabs {
  margin-top: 30px;
  width: 90px;
}
.product-image .nav-tabs li a img {
  width: 100%;
}
.single-pro-name {
  font-size: 18px;
  margin-bottom: 12px;
}
/* Cart */
.cartpage-button .button-right {
  float: left;
  margin-top: 15px;
}
/* Checkout */
.register-acco, .login-acco {
  padding: 0;
  width: 100%;
}
.register-acco {
  margin-bottom: 30px;
}
/* Blog */
.blog-sidebar {
  margin-bottom: 60px;
}
.page-right-sidebar .blog-sidebar {
  margin-bottom: 0;
  margin-top: 60px;
}
.post-info-wrapper .post-title {
  line-height: 32px;
}
/* About */
.about-page .image {
  margin: 30px 0;
}
/* Contact */
.contact-form form p:last-child input {
  margin-bottom: 15px;
}
/* 404 */
.error-404 {
  padding: 150px 0;
}

}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
.container{
  width: 300px;
  /* width: 350px; */
}
.slide-text {
  display: none;
}
.top-banner-wrap .single-banner h2 {
  bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
.section-title h2 {
  font-size: 16px;
}
.tab-products-container .tab-pane > div {
  width: 100%;
}
.collection-banner .overlay {
  padding: 80px 0;
}
.collection-banner h1 {
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 15px;
}
.pro-image-2 {
  margin-right: 10px;
  width: 110px;
}
.pro-bref-2 {
  margin-top: 5px;
}
.social-footer .link-follow li {
  margin-bottom: 6px;
}
.payment a {
  display: block;
  margin-left: 0;
  width: 20%;
  float: left;
}
/* Shop */
.product-image .tab-content {
  width: 100%;
}
.product-image .nav-tabs {
  width: 100%;
}
.product-image .nav-tabs li {
  display: block;
  float: left;
  padding: 0 5px;
  width: 33.33%;
}
.single-pro-title .name-price {
  float: none;
  overflow: hidden;
}
.ratting-review {
  float: none;
  margin-top: 15px;
  text-align: left;
}
.ratting-review .ratting {
  margin-bottom: 10px;
  margin-top: 0;
}
.pro-quantity {
  width: 100%;
  margin-bottom: 15px;
}
.pro-actions .act-btn {
  margin-left: 0;
  margin-right: 15px;
}
/* Cart */
.cartpage-button .button-right .btn:last-child {
  margin-left: 0;
  margin-top: 15px;
}
.pro-descount-form input {
  width: 100%;
}
/* Checkout */
.panel-collapse .panel-body {
  padding: 35px 25px 20px;
}
/* Blog */
.sin-comment .avatar {
  float: none;
  margin-bottom: 20px;
  margin-right: 0;
}
.comment-list li ul {
  padding-left: 0;
}
/* 404 */
.error-404 h1 {
  font-size: 120px;
  line-height: 120px;
}
.error-404 h3 {
  font-size: 20px;
}

}

.service-area fix img{
	width:100%;
}

/* PERSONALIZADO 673 HOYO DE MANZANARES 10/03/2022 */

.header-bottom .header-bottom-top {
    margin: 9px 0;
    margin-top: 21px;
    margin-bottom: 21px;
}
/*
.header-bottom {
    background-color: #32594f;
}
*/
.main-menu nav > ul > li > a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0 20px;
    position: relative;
    /* color: #ffffff; */
}

.header-bottom .header-bottom-top {
    margin: 11px 0;
    margin-top: 18px;
    margin-bottom: 0px;
}
/*
.footer-top {
    background: #313131 none repeat scroll 0 0;
}
*/
/*
.footer-content ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    position: relative;
}
*/
/*
.footer-title h3 {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
*/
/*
.footer-contact p {
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
*/
.main-menu nav > ul > li.active > a, .main-menu nav > ul > li > a:hover {
    /* color: #e36c09; */
}
.main-menu nav > ul > li > a::before {
    background: #e62856 none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.footer-content > a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    text-decoration: underline;
}
/*
.footer-contact p i {
    color: #f7f7f7;
    float: left;
    font-size: 20px;
    line-height: 31px;
    margin-right: 15px;
    width: 20px;
}
*/