body{	
	color: #FFF;
	background: url(../images/bg-tejedor01.jpg) no-repeat 50% 0 #1A1A1A;
	font-family: 'Fira Sans',Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.navbar-brand {
/*    padding: 15px 15px 15px 8px;*/
    margin: 11px 0 0 6px;
    padding: 0;
}
a:hover, a:active, a:focus {
   outline: 0;
}
object, embed { 
  outline: 0;
}
input::-moz-focus-inner { 
  border: 0; 
}
.form-control {
    background-color: rgba(255, 255, 255, 0.11);
    border: 1px solid #4d4d4d;
    box-shadow: none;
    color: #fff;
    padding: 8px 12px 6px;
}
.content{
    padding-left: 20px;
    padding-right: 20px;
}


/**** Typography ****/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
h1, .h1 {
    margin-bottom: 20px;
    margin-top: 0;
}
h2, .h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 9px;
    text-transform: uppercase;
    margin-top: 14px;
}
h2 span, .h2 span {
    border-bottom: 2px solid #ffaa02;
    padding-bottom: 3px;
}
.sidebar h2{
    margin-bottom: 14px;
}
a {
    color: #FFAB00;
}
a:hover, a:focus{
    color: #FFF;
    text-decoration: none;
}
.see-more {
    background-color: rgba(0, 0, 0, 0.22);
    border: medium none;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Fira sans";
    font-size: 12px;
    font-weight: 400;
    padding: 5px 11px;
    text-transform: none;
}
.see-more i {
    color: #ffab00;
    margin-right: 4px;
}
.see-more:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
}
.see-more-mobile {
    display: none;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #f29730;
    border-color: #f29730;
}

label {
    font-weight: 400;
    margin: 0;
}

.carousel-caption {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/**** Layout ****/
.main-container{
	background-color: rgba(47, 47, 47, 0.8);	
	border-top: 4px solid #FFAA02;
	padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 0 20px 16px rgba(0, 0, 0, 0.2);
}
.box {
 	background-color: rgba(75, 75, 75, 0.4);
    padding: 10px 22px;
    margin-bottom: 20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.sidebar{
    margin-top: 8px;
}
.page-home .sidebar{
    margin-top: 0;
}

/*Hacks bootstrap columns*/
@media (min-width:1200px){
/*    .main-content.col-md-9{
        width: 73%;
    }
    .sidebar.col-md-3{
        width: 27%;
    }*/
}
@media (min-width:1200px){
    .event-detail .col-sm-8{
        width: 70%;
        padding-left: 18px;
    }
    .event-detail .col-sm-4{
        width: 28%;
        padding-right: 18px;
    }
}


#navbar li {
    text-align: center;
}



/**** Header ****/
.site-header {
    margin-left: -20px;
    margin-right: -20px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.header-top {
    height: 30px;
    padding: 0 18px 0 0;
    overflow: hidden;
}
.header-bottom{
    border-radius: 0;
    margin-bottom: 30px;
    min-height: 87px;
	padding: 0 28px;
}
.navbar-services{
	float: right;
	list-style: none;
	margin-bottom: 0;
    margin-top: 1px;
}
.navbar-services li{
	float: left;
}
.navbar-services li a {
    color: #fff;
    display: inline-block;
    font-size: 12.5px;
    margin-left: 4px;
    padding: 6px 11px 6px 4px;
}
.navbar-services li a:hover{
	opacity: 0.7;
}
.navbar-services li a i{
    color: #ffaa02;
    font-size: 14px;
    margin-right: 4px;
}


/**** Main nav ****/
.navbar-toggle {
    background-color: #FFAB00;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 20px;
    padding: 7px 6px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 0px;
    height: 3px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.navbar-toggle:hover {
    background-color: #f29730;
}
#navbar{
	margin-top: 12px;
    float: right;
    padding-right: 54px;
}
#navbar li{
	padding: 15px 0;
}
#navbar a{
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 1px solid rgba(238, 238, 238, 0.23);	
	padding: 0 18px;
}
#navbar a:hover, #navbar a:active, #navbar a:focus, #navbar a.active{
	background-color: transparent;
	color: #ffaa02;
}
#navbar li:last-child a{
	border: none;
}


/**** Search ****/
.sb-search {
    height: 40px;
    margin-top: 18px;
    min-width: 40px;
    overflow: hidden;
    position: absolute;
    right: 32px;
    width: 0;
    z-index: 9;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 20px;
    font-family: inherit;
    font-size: 16px;
    color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
    color: #999;
}
.sb-search-input:-moz-placeholder {
    color: #999;
}
.sb-search-input::-moz-placeholder {
    color: #999;
}
.sb-search-input:-ms-input-placeholder {
    color: #999;
}
.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    color: #fff;
    background: #ffaa02;
    z-index: 90;
    speak: none;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 50%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background-color: #f29730;
    color: #FFF;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/**** Breadcrumb ****/
.breadcrumb{
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 0;
}
.breadcrumb li{
    float: left;
    font-size: 12px;
}
.breadcrumb li a{
    color: #FFAB00;
    font-size: 12px;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}


/**** Sidebar ****/
.sidebar-section{
    margin-bottom: 24px;
}


/**** Slider ****/
.slider {
    margin-bottom: 24px;
}
.slider-wrapper {
	background-color: rgba(0, 0, 0, 0.5);	
    height: 360px;	
    width: 100%;
    position: relative;
}
.slider-info {
    left: 8%;
    position: absolute;
    top: 27%;
    width: 40%;
    z-index: 9;
}
.slider-info h2 {
    border: medium none;
    font-size: 30px;
    margin-bottom: 7px;
    text-transform: none;
}
.slider-info p {
    line-height: 1.5em;
}
.slider-info .event-date {
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
}
.slider-info .event-day-number,
.slider-info .event-day {
    background-color: #ffaa02;
    float: left;
    padding: 7px 9px;
    font-size: 19px;
}
.slider-info .event-day {
    margin-left: 2px;
    font-size: 17px;
}

.slider-info .event-day {
    padding: 13px 9px 14px;
}
.slider-info .event-day-number {
    font-size: 20px;
    line-height: 0.7em;
    padding: 10px 9px 7px;
}
.slider-info .event-month {
    font-size: 11px;
    line-height: 1em;
}
.carousel-indicators {
    opacity: 0.6;
}
.carousel-caption {
    left: 3%;
    padding-bottom: 30px;
    top: -3%;
    text-align: left;
}
.carousel {
    margin-bottom: 14px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 20%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 20%;
}


/**** Footer ****/
footer {
    background-color: #212121;
    font-size: 12px;
    margin: 150px -20px 0;
    padding: 22px 32px;
}
.nav-footer{
	list-style: none;
	margin-bottom: 0;
    display: inline-block;
    float: right;
}
.nav-footer li{
	float: left;
}
.nav-footer li a{
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}
.nav-footer li a:hover{
	opacity: 0.7;
}


/**** Events ****/
.event-image-wrapper {
    height: 66px;
    margin-right: 15px;
    overflow: hidden;
}
.event-image:hover {
    opacity: 0.5;
}
.btn-buy{
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 10px;
    font-size: 12px;
    float: right;
}
.event-date {
    background-color: #ffaa02;
    font-family: "Oswald",sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 66px;
    line-height: 1.7em;
    margin-right: 4px;
    padding: 2px 0 4px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}
.carousel .event-date{
    width: auto;   
}
.event-day-number{
    font-size: 24px;
}
.event-info{
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
.event-date,
.event-info,
.event-image-wrapper{
    display: inline-block;
    vertical-align: top;
}
.event-info h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 2px;
}
.event-type {
    color: #898989;
    font-size: 17px;
    font-weight: 300;
}
.event-actions {
    border-bottom: 1px solid #434343;
    border-top: 1px solid #434343;
    height: 37px;
    margin: 7px 0 20px;
    padding: 6px 2px 8px;
}
.month-title {
    background-color: rgba(79, 79, 79, 0.2);
    border-radius: 2px;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 16px;
    padding: 5px 10px 8px;
}
.events-list ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.events-list li {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
}
.events-list li.event-item .event-info {
    width: 40%;
}
.events-list .event-title{
    margin-top: 0;
    margin-bottom: 2px;
    font-family: "Oswald",sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.events-list .event-title a{
    font-size: 20px;
    color: #FFF;
}
.events-list .event-title a:hover{
    color: #ffaa02;
    text-decoration: none;
}
.events-list .event-type {
    font-size: 19px;
}
.events-list .event-actions {
    float: right;
    margin-top: 5px;
}
.events-list .event-date {
    margin-right: 4px;
}
.event-date-link{
    color:#FFF;
}
.page-home .events-list{
    padding-bottom: 42px;
}
.event-detail{
    padding: 0 16px;
}
.event-detail .event-item .event-info {
    width: 60%;
}
.event-date {
    margin-right: 9px;
}
.event-type {
    font-size: 22px;
}
.event-detail .event-item{
    margin-top: 4px;
}
.event-share {
    float: right;
}
.event-share > div {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
    width: 105px !important;
}
.event-meta {
    border-right: 1px solid #565656;
    font-size: 13px;
    padding-right: 11px;
}
.event-meta i {
    color: #ffaa02;
    font-size: 18px;
    margin-left: 4px;
    margin-right: 8px;
}
i.fa-own-comedy {
    background: url("../images/ico-comedy.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 2px;
    width: 25px;
}
i.fa-own-theater {
    background: url("../images/ico-theater.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 6px;
    width: 25px;
}
i.fa-own-movie {
    background: url("../images/ico-movie.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-bottom: -7px;
    margin-right: 1px;
    width: 25px;
}
i.fa-own-conference {
    background: url("../images/ico-conference.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin-bottom: -4px;
    margin-right: -1px;
    width: 25px;
}
.event-buy{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.event-detail .event-buy .btn-buy {
    font-size: 16px;
    padding: 7px 19px 7px 10px;
}
.event-detail .event-buy .btn-buy i {
    font-size: 20px;
    margin-right: 4px;
}
.event-video {
    margin-bottom: 30px;
    margin-top: 36px;
}
.event-video-wrapper{
    width: 75%;
}

/**** Gallery ****/
.gallery ul{
    list-style: none;
    padding: 0;
}
.gallery li{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 14px;
}
.gallery .row {
    margin-left: -8px;
    margin-right: -8px;
}


/**** Calendar ****/
.calendar {
    box-sizing: border-box;
}
.calendar  header {
    overflow: clear;
    position: relative;
}
.calendar h4 {
    font-family: "Fira sans",sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.calendar header a {
    position: absolute;
    top: -4px;
}
.calendar header a:first-child {  
    left: 6px;
}
.calendar header a:last-child {
    right: 6px;
}
.calendar table {
    border-collapse: collapse;
    color: #222;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    width: 100%;
    margin-top: 8px;
}
.calendar td {
    background-color: #363636;
    border: 1px solid #3b3b3b;
    color: #fff;
    line-height: 22px;
    padding: 1px;
    text-align: center;
}
.calendar tr:first-child td {
    color: #ffaa02;
    font-weight: 700;
}
.calendar .event-day {
    background: #f0951d;
    border: 0;
}
.calendar .event-day a{
    color: #fff;
}
.calendar .present-day {
    background: #292929;
}


/**** Video cartelera ****/
.video-home{
    position: relative;
}
.video-info {
    background-color: rgba(0, 0, 0, 0.37);
    bottom: 0;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.video-play i {
    font-size: 42px;
    left: 40%;
    position: absolute;
    top: 47%;
    z-index: 9;
    color: #ffaa02;
}


/**** Tweet list ****/
/*.tweet-list{
    list-style: none;
    padding: 0;
}
.tweet-list li {
    background: url("../images/ico-twitter.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-left: 28px;
    margin-bottom: 14px;
}
.tweet-list li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
}
.tweet-list li a:hover{
    color: #848484;
}*/
#tw-widget ul li{
    margin-bottom: 16px;
}
.tweet{
    clear: both;
    margin-bottom: 4px;
}
.user{
    margin-bottom: 8px;
}
.user img {
    float: left;
    margin-right: 9px;
    width: 40px;
}
.user a {
    color:#FFF;
}
.user a > span{
    color: #b4b4b4;
}
.user a span > span{
    font-weight: 400;
    color: #fff;
}

/**** News ****/
.news-img {
    float: left;
    margin: 4px 12px 12px 0;
    max-width: 100%;
}
.news .news-datetime {
    color: #eee;
    font-size: 11.5px;
    line-height: 1em;
    margin-bottom: 3px;
}
.news-info {
    padding-bottom: 8px;
}
.news h3{
    margin-top: -4px;
}
.news h3 a{
    font-size: 22px;
}
.news h3 a:hover{
    color: #fff;
}
.news p{
    font-size: 13px;
}
.news-more a{
    text-align: right;
    font-size: 11px;
}
.news-more a:hover{

}
.news-more i{
    font-size: 9px;
    margin-left: 4px;
}


/**** Partners ****/
.partners-item a img, .partners-item img{
    opacity: 0.3;
}
.partners-item a:hover img{
    opacity: 0.8;
}
.partners-item{
    padding: 0 0 18px 20px;
}


/**** Image thumbs ****/
.image-thumbs {
    margin-top: 12px;
}
.image-thumbs a {
    background-color: #333;
    display: inline-block;
    margin-left: 2px;
    width: 22%;
}
.image-thumbs a img{
    width: 100%;
    opacity: 0.4;
}
.image-thumbs a:hover img{
    opacity: 1;
}


/**** Contact ****/
.contact-map{
    margin-bottom: 24px;
}
.contact-info{
    padding-left: 10px;
}
.contact-info h3 {
    font-family: "Fira Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.contact-address {
    margin-bottom: 10px;
}
.contact-info i {
    color: #ffaa02;
    margin-right: 8px;
}


/**** Tickets ****/
.tickets-info {
    border-radius: 4px;
    margin-bottom: 19px;
    padding: 12px 22px 62px;
}
.tickets-info h2 {
    font-size: 17px;
    margin-bottom: 19px;
    margin-top: 4px;
}
.tickets-info p {
    margin-bottom: 3px;
    font-weight: 400;
}
.tickets-info p span{
    float:right;
/*    font-weight: 100;*/
}
.tickets-info .btn {
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    margin-top: 8px;
    padding: 6px;
    text-transform: uppercase;
    width: 100%;
}
.tickets-info-message{
    margin-top:20px;
}
.tickets-subtotal {
    font-size: 14px;
    margin-top: 6px;
    padding-top: 8px;
}
.tickets-total {
    border-top: 1px solid #706f6f;
    font-size: 24px;
    margin-top: 10px;
    padding-top: 5px;
}
.stages{
    padding: 0 38px;
}
.tickets-help {
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 3px;
    font-size: 13px;
    margin-top: 10px;
    padding: 14px 12px;
}
.tickets-help p {
    display: inline-block;
    margin: 0;
}
.price-types{
    float: right;
    font-size: 16px;
}
.price-type {
    background-color: #71b32d;
    display: inline-block;
    height: 15px;
    margin-left: 10px;
    margin-right: 4px;
    width: 15px;
}
.price-type-1 {
    background-color: #71b32d;
}
.page-event-seats h2 {
    border: medium none;
    margin-bottom: 2px;
    margin-top: 20px;
    padding-left: 4px;
}


/**** Twitter ****/
#tw-widget ul{
    list-style: none;
    padding: 0;
    font-size: 13px;
}
.timePosted {
    color: #b4b4b4;
    font-size: 12px;
}


/**** Banners home ****/
.banners-home {
    background-color: rgba(75, 75, 75, 0.4);
    margin: 0 0 16px;
    padding: 18px 11px;
}
.banner-home {
    position: relative;
}
.banner-home img {
    width: 100%;
}
.banner-home a:hover img{
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}
.banner-info {
    background-color: rgba(0, 0, 0, 0.37);
    bottom: 0;
    padding: 8px 20px 4px;
    position: absolute;
    width: 93%;
    z-index: 9;
}
.banner-home .event-title {
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    color: #FFF;
}
.banner-home .event-type {
    font-family: "Oswald",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    color: #ffaa02;
    margin-bottom: 2px; 
}
.banner-home .overlay {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    height: 134px;
    position: absolute;
    width: 93%;
    z-index: 3;
}


/**** Pagination ****/
.pagination > li > a, .pagination > li > span {
    background-color: #323232;
    border: 1px solid #414141;
    color: #ffaa02;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ffaa02;
    border-color: #ffaa02;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}


/**** Login ****/
.login-form{
    padding: 18px
}
.login-form .box{
    padding: 12px 22px 24px;
    background-color: rgba(75, 75, 75, 0.5);
}
.login-form h2 {
    font-size: 19px;
}


.empty-page{
    padding: 14%;
    background: url("../images/bg-tickets.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.empty-page p {
    color: #e3e3e3;
    font-size: 28px;
    font-weight: 400;
}

p.terms-conditions{
    text-align: right;
}



/**** Cart ****/
.table-cart th{
    font-weight: 500;
}
.table > thead > tr > th {
    background: none repeat scroll 0 0 #ffaa02;
    border-bottom: 2px solid #232323;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    line-height: 1.2em;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 8px 12px;
}
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: 1px solid #595959;
}
.table > tbody > tr.cart-line-total > td{
    font-weight: 500;
    font-size: 18px;
}
.cart-info {
    font-size: 13px;
    padding: 20px;
}
.cart-info p{
    margin-bottom: 2px; 
}
p.cart-info-title {
    color: #ffaa02;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}
.cart-remove{
    font-size: 11px;
    color: #FFF;
}
.cart-remove:hover{
    color: #ffab00;
}
.cart-remove i{
    margin-right: 2px;
    color: #ffab00;
}
.help-block {
    color: #fff;
    font-size: 13px;
}

.info-order{
    margin-bottom: 26px;
}
.info-order p{
    margin-bottom: 2px;
}
.info-order p span{
    font-weight: 400;
}

.form-errors{
    list-style: none;
    color: #f2b427;
    padding: 6px 0 0 6px;
}

#ppplus {
    background: #efefef none repeat scroll 0 0;
    border-radius: 10px;
}


/**** Responsive ****/
@media (max-width:1200px){
    .slider-info {
        top: 20%;
        width: 49%;
    }
    .event-detail .event-item .event-info {
       width: 50%;
    }
}
@media (max-width:992px){
    #navbar{
        float: right;
        margin-top: 2px;
    }
    #navbar li{
        text-align: center;
    }
    #navbar a {
        border: medium none;
        font-size: 16px;
        padding: 0 8px;
    }
    .navbar-brand img {
        width: 230px;
    }
    .sb-search {
        margin-top: 9px;
    }
    .slider-info {
        left: 10%;
        top: 16%;
        width: 65%;
    }
    .partners-item {
        width: 22%;
        display: inline-block;
    }
    .sidebar-section {
        display: inline-block;
        margin-right: 4%;
        vertical-align: top;
        width: 44%;
    }
    .twitter-widget{
        width: 100%;
    }
    .slider-info .event-date {
        margin-top: 0;
    }
    .slider-info h2 {
        margin-bottom: 0;
    }
    .slider-info .event-day {
        padding: 8px 9px 9px;
    }
    .slider-info .event-day-number {
        font-size: 15px;
        padding: 9px 9px 6px;
    }
    .slider-info .event-month {
        font-size: 8px;
    }
    .slider-info p {
        font-size: 13px;
        line-height: 1.4em;
    }
    .header-bottom {
        min-height: 78px;
    }
    .event-video-wrapper{
        width: 100%;
    }
    .event-detail .event-buy .btn-buy {
        font-size: 14px;
        padding: 7px 12px 7px 6px;
    }
    .event-detail .event-item .event-info {
       width: 40%;
    }
    .event-share {
        display: inline-block;
        margin: 18px 0;
        width: 100%;
    }
    .events-list .btn-buy{
        display: none;
    }
    .events-list li.event-item .event-info {
       width: 40%;
    }
    .tickets-info-wrapper {
        position: relative !important;
    }
    .stages {
        padding: 0;
    }
    .tickets-help {
        float: left;
        margin-bottom: 24px;
        width: 100%;
    }
    .price-types {
        text-align: center;
        float: none;
    }
    .tickets-help p {
        display: block;
        text-align: center;
    }
    .sticky-wrapper{
        height: auto !important;
    }
}
@media (max-width:768px){
    .slider-info {
        margin: 0 auto;
        position: relative;
        text-align: center;
        top: 4%;
        width: 68%;
        z-index: 9;
        left:0;
    }
    .slider-info p{
        text-align: center;
    }
    .banner-home {
        margin-top: 10px;
    }
    .carousel-caption {
        right: 0;
    }
    .carousel-indicators{
        display: none;
    }
    .slider-info h2 {
        font-size: 26px;
        text-align: center;
    }
    .navbar-toggle {
        margin-right: 50px;
        margin-top: 12px;
    }
    .sb-search {
        margin-top: 12px;
        height: 34px;
        min-width: 36px;
    }
    .sb-icon-search, .sb-search-submit {
        line-height: 37px;
        width: 36px;
    }
    #navbar {
        width: 100%;
    }
    .breadcrumb{
        list-style: outside none none;
        margin-bottom: 0px;
        padding: 0;
    }
    .events-list li.event-item .event-info {
       width: 50%;
    }
    .event-detail .event-item .event-info {
       width: 50%;
    }
    .event-detail-images{
        text-align: center;
    }
    .event-detail-images{
        text-align: center;
    }
    .event-detail-images > img{
        display: inline;
    }
    .event-detail-images {
        margin: 24px 0;
    }
    .image-thumbs {
        margin: 12px auto 0 auto;
        max-width: 300px;
    }
}
@media (max-width:628px){
    .footer-info {
        display: block;
        text-align: center;
        width: 100%;
    }
    .slider-info p{
        display: none;
    }
    .event-detail .event-item .event-info {
        width: 45%;
    }
    footer {
        text-align: center;
    }
    .nav-footer{
        float: none;
        margin-top: 10px;
        padding: 0;
    }
}
@media (max-width:590px){
    .btn-buy {
        float: none;
        width: 100%;
    }
    .event-buy {
        float: none;
        margin: 15px 0 8px;
        width: 100%;
    }
    .event-detail .event-item .event-info {
        width: 70%;
    }
    .events-list li.event-item .event-info {
        width: 40%;
    }

}
@media (max-width:480px){
    .content{
        padding-left: 0px; 
        padding-right: 0px;
    }
    .partners-item {
        width: 46%;
    }
    .sidebar-section{
        width: 100%;
    }
    .banner-home {
        width: 100%;
        padding: 0;
    }
    .banner-info, .banner-home .overlay {
        width: 100%;
    }
    .see-more {
        display: none;
    }
    .see-more-mobile {
        display: block !important;
        font-size: 22px;
        font-weight: 400;
        line-height: 1em;
        padding: 1px 6px 0;
    }
    .news .col, .news-img, .news-img img{
        width: 100%;
    }
    .header-bottom {
        min-height: 68px;
        padding: 0 20px;
    }
    .navbar-brand {
        height: 46px;
        margin: 18px 0 0 2px;
        padding: 0;
    }
    .navbar-brand img {
        width: 152px;
    }
    .sb-search {
        right: 18px;
    }
    .navbar-toggle {
        margin-right: 40px;
    }
    .event-image-wrapper{
        display: none;
    }
    .events-list li.event-item .event-info {
        width: 66%;
    }
    .event-date {
        height: 66px;
        width: 54px;
    }
    .event-day-number {
        font-size: 19px;
    }
    .table > tbody > tr.cart-line-total > td {
        font-size: 14px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px 6px;
    }
}




