@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,300italic,100italic,700,400italic,900,900italic,700italic);
/* ======= Base ======= */

body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin-bottom: 15px;
    line-height: 1.5;
}
a {
    color: #ff5c00;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: underline;
    color: #ff5c00;
}
a:focus {
    text-decoration: none;    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline:none}
.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: bold;
}
.btn .fa,
a.btn .fa {
    color: #fff;
    margin-right: 5px;
}
a.btn-cta,
.btn-cta {
    padding: 8px 30px;
}
a.btn-cta-primary,
.btn-cta-primary {
    background: #ff5c00;
    border: 2px solid #ff5c00;
    color: #fff;
    border-radius: 2px;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #000 !important;
    ;
}
a.btn-cta-blue,
.btn-cta-blue {
    background: #222943;
    border: 2px solid #222943;
    color: #fff;
    border-radius: 2px;
}
a.btn-cta-blue:hover,
.btn-cta-blue:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #2c334b !important;
    ;
}
a.btn-cta-white,
.btn-cta-white {
    background: #fff;
    border: 2px solid #fff;
    color: #2c334b;
    border-radius: 2px;
}
a.btn-cta-white:hover,
.btn-cta-white:hover {
    background: #222943;
    border: 2px solid #222943;
    color: #fff !important;
    ;
}
a.btn-cta-secondary,
.btn-cta-secondary {
    background: none;
    border: 2px solid #ec6952;
    color: #ec6952;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #ec6952;
    border: 2px solid #ec6952;
    color: #fff;
}
a.btn-ghost,
.btn-ghost {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 8px 20px;
    vertical-align: middle;
}
a.btn-ghost:hover,
.btn-ghost:hover {
    background: #4a6781;
    border: 1px solid #4a6781;
    color: #fff;
}
a.btn-ghost .fa,
.btn-ghost .fa {
    margin-right: 10px;
    font-size: 22px;
}
a.btn-ghost .text,
.btn-ghost .text {
    position: relative;
    top: -2px;
}
.highlight {
    color: #ec6952;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 45px;
    border-color: #eeeeee;
}
.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #a6a6a6;
}
.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #a6a6a6;
}
.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #a6a6a6;
}
.form-control:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.text-highlight {
    color: #952410;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    /* appearance: none;
    -webkit-appearance: none; */
}
#topcontrol {
    background: #5d80a1;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 30;
}
#topcontrol:hover {
    background: #384d60;
}
#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}
.video-container iframe {
    max-width: 100%;
}
/* ======= Header ======= */

.header {
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 40;
    height: 100px;
	-webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
}
.header.scrolled {
    height: 80px;
    top: 0;
}
.header.scrolled .main-nav .nav .nav-item a {
    color: #666666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #ec6952;
    border-color: #ec6952;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
}
.header h1.logo {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
    float: left;
	margin-right:15px;
}
.header h1.logo a {
    color: #fff;
    padding-left:0px;
	padding-right:15px;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    position: relative;
    font-size: 20px;
	margin-top: 20px;
	width: auto;
}
.header h1.logo a:hover {
    text-decoration: none;
}
.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}
.header .main-nav {
    margin-top: 35px;
	-webkit-transition: margin-top 0.4s;
    -moz-transition: margin-top 0.4s;
    -ms-transition: margin-top 0.4s;
    -o-transition: margin-top 0.4s;
	margin-right: 0;
}
.header .logo img{
	max-width: 100%;
	height:auto;
}
.header.scrolled .main-nav {
    margin-top:18px;
}
.header.scrolled .main-nav .active a {
    color: #ec6952 !important;
}
.header.scrolled .main-nav li:hover a {
    color: #ec6952 !important;
}
.header .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 10px;
    top:30px;
}
.header .main-nav .nav .nav-item:last-child {
    padding: 0 0 0 20px;
}
.header .main-nav .nav .nav-item:last-child a {
   
}
.header .main-nav .navbar-toggle:focus {
    outline: none;
}
.header .main-nav .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.header .main-nav .nav .nav-item {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
}
.header .main-nav .nav .nav-item.active a {
    color: #ff5c00;
    background: none;
    font-weight: bold;
    border-top: solid 3px transparent;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 13px;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    border: 1px solid #ec6952;
    background: #ec6952;
}
.header .main-nav .nav .nav-item a {
    color: #fff;padding: 3px 0 15px;
	border-top: solid 3px transparent;
	font-size:12px;
}
.header .main-nav .nav .nav-item a:hover, .header .main-nav .nav .nav-item a:focus, .navbar-nav>li.dropdown>a:hover, .navbar-nav>li.dropdown>a:focus{background:transparent; color:#ff5c00;}
.navbar-nav>li>a{font-size:12px;}
.navbar-nav>li>a .caret{display:none;}
.navbar-nav>li.dropdown>a{    padding-top: 6px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #fff;}
.navbar-nav>li.dropdown>a:hover{background:transparent;}
.header .main-nav .nav .nav-item a:hover. .navbar-nav>li.dropdown>a:hover {
    color: #ec6952;
    background: none;
}
.header .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item.active {
    color: #ec6952;   
}
.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}
.header .main-nav .nav.active {
    position: relative;
}
.header .main-nav .nav.active > a {
    background: #e74124;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
    display: none;
}
.header .main-nav .nav.open a {
    background: none;
}
.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 140px;
    background: #253340;
}
.header .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #253340;
    position: absolute;
    right: 30px;
    top: -10px;
}
.header .main-nav .nav .dropdown-menu a {
    border-bottom: 1px solid #212e3a;
    padding: 8px 20px;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
	font-size:10px;
	text-transform:uppercase;
}
.header .main-nav .nav .dropdown-menu a:hover {
    background: #2e4050;
    color: #fff;
}
/* Override bootstrap default */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}
/* ======= Headline Background & Slideshow ======= */

.bg-slider-wrapper {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 780px;
    background: #373737;
    z-index: 1;
}
.bg-slider-wrapper .flexslider {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
    display: block;
    height: 780px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
    background: #253340 url('../images/background/bg-header-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
    background: #253340 url('../images/background/bg-header-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
    background: #253340 url('../images/background/bg-header-3.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
    z-index: 30;
    bottom: 30px;
    position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
    background: #999999;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
    background: #bfbfbf;
}
.headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: #253340 url('../images/background/bg-header-small-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headline-bg.pricing-headline-bg {
    background-image: url('../images/background/bg-header-small-2.jpg');
}
.headline-bg.contact-headline-bg {
    background-image: url('../images/background/bg-header-small-3.jpg');
}
.headline-bg.about-headline-bg {
    background-image: url('../images/background/bg-header-small-4.jpg');
}
/* ======= Promo ======= */

.promo {
    padding-top: 120px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    height: 620px;
}
.promo .container {
    z-index: 11;
    position: relative;
}
.promo .title {
    font-size: 56px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 11;
    position: relative;
    text-transform: uppercase;
}
.promo.section .intro {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.promo .btn-cta {
    font-size: 18px;
}
.promo .btn-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
}
.promo .btn-link:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}
.promo .btn-link:focus {
    outline: none;
}
.promo .btn-link .fa {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
/* ======= sections-wrapper ======= */
.fa-map-marker{font-size:16px;}
.sections-wrapper {
    background: #fff;
    z-index: 20;
    position: relative;
}
.section .intro {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    color: #999999;
    font-size: 18px;
}
.section-on-bg .title {
    color: #fff;
}
.section-on-bg .intro {
    color: #fff;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*Event List section*/

.event-list {
    padding: 60px 0
}
.event-list h2 {
    font-size: 42px;
    font-Weight: bold;
    padding: 20px 0;
    color: #fff;
}
.event-list .nav-tabs {
    display: table;
}
.event-list .nav-tabs > li {
    background: transparent;
    border: none;
    display: inline-table;
    width: auto;
}
.event-list .nav-tabs > li a {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.event-list .nav-tabs > li.active {
    background: transparent;
    border: none;
    border-bottom: solid 5px #ff5c00;
}
.event-list .nav-tabs > li.active a {
    background: transparent;
    box-shadow: none
}
.event-list .nav-tabs > li.active a span {
    color: #ec6952; 
}
.event-list .nav-tabs > li  a span {
   display: block !important;
}
.event-list .nav-tabs > li > a:hover {
    background: transparent;
}
.event-list .tab-content {
    padding: 80px 0 0;
}
.event-list {
    background: url(../images/background/event-bg.png);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.events-list .event-data {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-Weight: normal;
	position:relative;
}
.events-list .event-data p {
    margin-bottom: 5px;    
} 
.events-list .eventaddress {   
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 215px;
	float:left;
	}
.events-list .event-data .fa {
    width: 22px;
    float: left;
	padding-left: 2px;
}
.event-img{max-width: 260px;min-height: 150px;max-height: 150px;overflow: hidden;width: 100%;}
.event-img img{width:100%;min-height:150px;}
#buy .events-list{    margin-bottom: 40px;}
.similar-venue .events-list .event-data{padding: 15px 0 0;}
#buy .events-list .event-data{padding: 15px 0 0;}
#buy .events-list .event-data p{font-size: 11px;}
#buy .events-list .event-data .fa{    width: 17px;}
#buy .btn{display: inline-table;
    width: auto;
    padding: 7px 7px;
    font-size: 10px;
    position:absolute;
	top:15px;
	right:0;
    text-transform: uppercase;}
#buy .eventtitle{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 198px;
    color: #fff}
#buy .eventtitle a{    padding: 10px 0;
    font-size: 16px;
    font-Weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;}	
.events-list .event-data .eventtitle {
    font-size: 16px;
	padding:10px 0 ;
	font-Weight: bold;   
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
	width: 64%;
	margin: 0;
}
.similar-venue  .events-list .event-data .eventtitle {
	width: 100%;
}
.similar-event .events-list .event-data .eventtitle {
	width: 100%;
	margin-bottom: 5px;
}
.similar-event .events-list .event-data {
	padding: 15px 0 0;
}
.similar-event .events-list {
	margin: 0 0 20px;
	overflow: hidden;
}
.similar-venue .events-list {
	margin: 0 0 20px;
	overflow: hidden;
}
.events-list .eventaddress{width:100%;}
.events-list .event-data .eventtitle  a{color:#fff; text-decoration:none}
.similar-venue .events-list > .event-data .eventtitle > a{color:#fff; text-decoration:none}
.similar-event .events-list > .event-data .eventtitle > a{color:#fff; text-decoration:none}
.event-list form .form-group {
    color: #fff;
    margin-bottom: 20px
}

.event-list form h3 {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.event-list form .btn {
    width: auto;
    color: #fff;
    padding: 7px 25px;
    font-weight: normal;
    font-size: 16px
}
.event-list .social-btns {
    text-align: center;
    padding: 30px;
}
.event-list .social-btns .divider:after {
    content: '';
    background: #929292;
    width: 140px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 70%;
    z-index: -1;
    margin: 0 auto;
    margin-top: 10px;
}
.event-list .social-btns .divider span {
    background: #fff;
    border-radius: 100%;
    padding: 8px 5px;
    text-transform: uppercase;
}
.event-list .social-btns .social-login {
    margin-top: 30px
}
.event-list .social-btns .social-login .btn {
    background: #fe5b00;
    color: #fff;
    padding: 8px 13px;
    font-size: 14px;
    font-Weight: 100;
}
.event-list .social-btns .social-login  .facebook-btn {
    background: #3b5998;
}
.event-list .social-btns .social-login  .google-btn {
    background:#ff4f4f;
}

.event-list .social-btns .social-login  .facebook{float: left;}
.event-list .social-btns .social-login  .google{float:right;    margin-left: 15px;}
.event-list .forgot-password {
    padding: 20px 0 0;
}
.event-list #custom-search-input .btn-danger {
    position: relative;
    border-radius: 0;
    margin-top: 0px;
    height: 45px;
    background: #ff5c00;
    margin-left: 0;
}
/* ======= Book a Table ======= */

.book-table {
    background: url(../images/background/table-book.png) #ff4e00;
    background-size: cover;
    background-position: center;
    padding: 75px 0;
    margin: 0 auto;
    text-align: center;
}
.book-table h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.booktable-city {
    margin-top: 40px;
}
.booktable-city a {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
    margin: 0 10px;
	width:220px;
}
/* ======= Why ======= */

.why {
    padding-top: 80px;
    padding-bottom: 80px;
}
.why .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
}
.why .intro {
    color: #999999;
    margin-bottom: 30px;
    font-size: 18px;
}
.why .item {
    padding: 90px 0;
    border-bottom: 1px solid #eeeeee;
}
.why .item.last-item {
    border-bottom: none;
}
.why .item .title {
    font-size: 26px;
    color: #4a6781;
    margin-top: 0;
    margin-bottom: 15px;
}
.why .item .desc {
    margin-bottom: 60px;
}
.why .item .desc .fa {
    margin-right: 5px;
}
.why .item .quote {
    position: relative;
}
.why .item .quote .quote-profile {
    position: absolute;
    left: 0;
}
.why .item .quote .quote-content {
    margin-left: 90px;
    background: #f5f5f5;
    border-left: 4px solid #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    padding: 15px;
}
.why .item .quote .quote-content:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e8e8e8;
    position: absolute;
    left: 80px;
    top: 25px;
}
.why .item .quote blockquote {
    border-left: none;
    font-style: italic;
    color: #666666;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}
.why .item .quote .source {
    color: #999999;
    font-size: 13px;
    margin-bottom: 0;
}
.why .item .quote .source a {
    color: #999999;
}
.why .item .quote .source a:hover {
    color: #808080;
}
.why .figure {
    position: relative;
    text-align: center;
}
.why .figure .figure-caption {
    color: #b3b3b3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.why .figure .figure-caption a {
    color: #b3b3b3;
}
.why .figure .figure-caption a:hover {
    color: #ec6952;
}
.why .figure img {
    margin-left: auto;
    margin-right: auto;
}
.why .control {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -65px;
}
.why .control .play-trigger {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    text-align: center;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.why .control .play-trigger:active,
.why .control .play-trigger:focus {
    outline: none;
}
.why .control .play-trigger:hover {
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.why .control .play-trigger:hover .fa {
    cursor: pointer;
}
.why .control .play-trigger .fa {
    font-size: 26px;
    position: relative;
    left: 2px;
}
.why .feature-lead .title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}
/* ======= Testimonials ======= */

.testimonials {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 120px;
}
.testimonials .carousel-indicators {
    bottom: -60px;
    z-index: auto;
}
.testimonials .carousel-indicators li {
    background: #cccccc;
    border: none;
    margin: 1px;
}
.testimonials .carousel-indicators li.active {
    background: #f19180;
    border: none;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.testimonials .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.testimonials .item .profile {
    position: absolute;
    left: 0;
}
.testimonials .item .content {
    padding-left: 210px;
}
.testimonials .item blockquote {
    font-size: 20px;
    font-weight: 300;
    border-left: 0;
    padding: 0;
    position: relative;
}
.testimonials .item blockquote .fa {
    position: absolute;
    color: #ef7d69;
    font-size: 22px;
    left: -45px;
}
.testimonials .item .source {
    color: #ec6952;
}
.testimonials .item .source .title {
    font-size: 16px;
    color: #666666;
}
/* ======= Press ======= */

.press {
    padding-top: 80px;
    padding-bottom: 80px;
}
.press .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.press .press-list {
    margin-bottom: 15px;
    text-align: center;
}
.press .press-list.last {
    margin-bottom: 60px;
}
.press .press-list li {
    display: block;
    height: 80px;
}
.press .press-list li img {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.press .press-list li:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.press .press-lead .title {
    font-size: 18px;
    margin-bottom: 15px;
}
/* ======= cta-section ======= */

.cta-section {
    background: #253340 url('../images/background/bg-footer-1.jpg') no-repeat left top;
    background-size: cover;
    min-height: 420px;
    color: #fff;
    padding-top: 80px;
    border: none;
}
.cta-section.pricing-cta-section {
    background-image: url('../images/background/bg-footer-2.jpg');
}
.cta-section.contact-cta-section {
    background-image: url('../images/background/bg-footer-3.jpg');
}
.cta-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.cta-section .btn-cta {
    font-size: 20px;
}
.cta-section .intro {
    margin-bottom: 15px;
    color: #fff;
}
.cta-section .counting {
    color: #ec6952;
    font-weight: bold;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
/* ======= Features video ======= */

.features-video {
    padding-top: 170px;
    position: relative;
    z-index: 10;
}
.features-video .title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0;
    color: #fff;
    font-weight: 300;
}
.features-video .video-container {
    max-width: 800px;
    margin: 0 auto;
}
.features-video iframe {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* ======= Features tabs ======= */

.features-tabbed {
    padding-top: 80px;
    padding-bottom: 80px;
}
.features-tabbed .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.features-tabbed .tab-content {
    padding: 60px 30px;
}
.features-tabbed .tab-content .title {
    font-size: 16px;
    color: #f19180;
    font-weight: bold;
    margin-bottom: 30px;
}
.features-tabbed .tab-content .desc {
    margin-bottom: 30px;
    color: #666666;
}
.features-tabbed .tab-content .desc ul {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.features-tabbed .tab-content .desc ul li {
    margin-bottom: 10px;
}
.features-tabbed .tab-content .desc ul .fa {
    color: #ec6952;
    margin-right: 5px;
}
.features-tabbed .tab-content .desc blockquote {
    font-style: italic;
    color: #808080;
}
.features-tabbed .tab-content .desc .table {
    font-size: 14px;
    padding: 15px 0;
}
.features-tabbed .tab-content .desc .box {
    background: #f5f5f5;
    padding: 30px;
    font-size: 14px;
}
.features-tabbed .tab-content .figure {
    margin-bottom: 60px;
}
.features-tabbed .tab-content .figure img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.features-tabbed .tab-content .figure .figure-caption {
    color: #b3b3b3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.features-tabbed .tab-content .figure .figure-caption a {
    color: #b3b3b3;
}
.features-tabbed .tab-content .figure .figure-caption a:hover {
    color: #ec6952;
}
.nav-tabs {
    border: none;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    text-align: center;
    position: relative;
}
.nav-tabs:before {
    content: "";
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
}
.nav-tabs > li {
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #eeeeee;
    border-right: none;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    
    width: 20%;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 1;
    /* Chrome */
    
    -ms-flex: 1;
    /* IE 10 */
    
    flex: 1;
}
.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 0px;
    color: #999999;
    padding: 15px 30px;
    font-size: 14px;
    background: #fafafa;
    border: none;
}
.nav-tabs > li > a .fa {
    font-size: 20px;
}
.nav-tabs > li > a:hover {
    background: #f5f5f5;
}
.nav-tabs > li.active {
    border-top-color: #ec6952;
    border-bottom-color: #fff;
}
.nav-tabs > li.active > a {
    color: #ec6952;
    background: #fff;
    -webkit-box-shadow: inset 0 3px 0 #ec6952;
    -moz-box-shadow: inset 0 3px 0 #ec6952;
    box-shadow: inset 0 3px 0 #ec6952;
    border: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active:hover > a {
    border-top: 0;
    border: none;
    color: #ec6952;
}
.nav-tabs > li.last {
    border-right: 1px solid #eeeeee;
}
/* ======= Steps ======= */

.steps {
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 120px;
}
.steps .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.steps .step {
    padding: 30px 60px;
    color: #666666;
}
.steps .step .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.steps .step .title .number {
    width: 90px;
    height: 90px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background: #ec6952;
    border: 5px solid #f19180;
    color: #fff;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.steps .step .title .text {
    color: #f19180;
    font-weight: bold;
    font-size: 16px;
}
.steps .btn-cta-primary {
    margin: 0 auto;
    margin-top: 60px;
    font-size: 20px;
}
/* ======= Pricing ======= */

.pricing {
    padding: 80px 0;
    padding-top: 170px;
    position: relative;
    z-index: 10;
}
.pricing .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.pricing .intro {
    color: #fff;
    margin-bottom: 80px;
}
.pricing .item {
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.pricing .item.best-buy {
    top: -15px;
    z-index: 11;
    position: relative;
}
.pricing .item.best-buy .item-inner {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pricing .item.best-buy .heading {
    padding-top: 45px;
}
.pricing .item.best-buy .content {
    padding-bottom: 45px;
}
.pricing .item .item-inner {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #eeeeee;
}
.pricing .item .item-inner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading {
    margin-top: 0;
    padding: 30px 15px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pricing .item .heading .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #eeeeee;
    color: #444444;
}
.pricing .item .content {
    padding: 30px 15px;
    padding-top: 0;
    font-size: 14px;
}
.pricing .item .price-figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}
.pricing .item .price-figure .number {
    font-size: 42px;
    font-weight: bold;
}
.pricing .item .price-figure .unit {
    font-weight: 400;
    color: #b3b3b3;
}
.pricing .item .price-figure .currency {
    top: -12px;
    right: 2px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    font-size: 18px;
}
.pricing .item .ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.pricing .item .ribbon .text {
    position: relative;
    left: -8px;
    top: 18px;
    width: 158px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #5d80a1;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
    left: 0;
}
.pricing .item .ribbon .text:after {
    right: 0;
}
.pricing .item .feature-list {
    margin-bottom: 30px;
}
.pricing .item .feature-list li {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}
.pricing .item .feature-list li .fa {
    margin-right: 5px;
    color: #4a6781;
}
.pricing .item .feature-list li.disabled {
    color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
    color: #999999;
}
/* ======= Download Apps ======= */

.download-page .headline-bg {
    height: 1200px;
    background: #253340 url('../images/background/bg-mobile-headline.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.apps-section {
    min-height: 900px;
    padding-top: 160px;
}
.apps-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
}
.apps-section .intro {
    text-align: left;
    margin-bottom: 60px;
}
.apps-section .phone-holder {
    width: 324px;
    height: 651px;
    display: block;
    background: url('../images/mobile/iphone.png') no-repeat left top;
    position: relative;
}
.apps-section .phone-holder .screenshot {
    position: absolute;
    left: 21px;
    top: 75px;
}
.apps-section .content-area .download-list li {
    margin-bottom: 15px;
}
.apps-section .content-area .download-list li .btn {
    width: 220px;
    text-align: left;
}
.apps-section .content-area .info {
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgba(31, 51, 64, 0.8);
    padding: 30px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.apps-section .content-area .info .title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}
/* ======= FAQ Section ======= */

.faq {
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 120px;
}
.faq .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.faq .panel {
    background: #fff;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.faq .panel:hover {
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
.faq .panel .panel-heading {
    padding: 15px 30px;
}
.faq .panel .panel-body {
    padding: 30px;
    padding-top: 0;
    color: #666666;
}
.faq .panel .panel-title {
    font-weight: normal;
    color: #666666;
}
.faq .panel .panel-title a {
    text-decoration: none;
}
.faq .panel .panel-title .active {
    color: #ec6952;
}
.faq .panel .panel-title .panel-toggle .fa {
    margin-right: 10px;
    color: #f19180;
}
.faq .panel .panel-title:hover .fa {
    color: #ec6952;
}
.faq .contact-lead {
    margin-top: 60px;
}
.faq .contact-lead .title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #999999;
}
/* ======= Contact section ======= */

.contact-section {
    padding: 80px 0;
    padding-top: 90px;
    position: relative;
    z-index: 10;
}
.contact-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-section .intro {
    margin-bottom: 60px;
}
.contact-section .contact-form {
    margin-left: 15px;
    margin-right: 15px;
}
.contact-section .contact-form .contact-form-inner {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.contact-section .contact-form .error {
    color: #ec6952;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300;
}
/* ======= Contact-other section ======= */

.contact-other-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-other-section .other-info li {
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    color: #666666;
    text-align: left;
    padding-left: 90px;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-other-section .other-info li a {
    color: #666666;
}
.contact-other-section .other-info li a:hover {
    color: #ec6952;
}
.contact-other-section .other-info li .fa {
    position: absolute;
    left: 0;
    top: 0;
    background: #ec6952;
    color: #fff;
    width: 60px;
    height: 100%;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-other-section .other-info li .fa.fa-twitter {
    font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-phone {
    font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-map-marker {
    font-size: 22px;
    padding-top: 45px;
}
/* ======= Map section ======= */

.map-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.map-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.map-section .gmap-wrapper {
    padding: 10px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.map-section .gmap {
    height: 400px;
    text-align: left;
    font-weight: normal;
}
.map-section .gmap,
.map-section .gmap *,
.map-section .gmap *:before,
.map-section .gmap *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.map-section .gmap .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
}
.map-section .gmap .gm-style-iw {
    width: 150px;
}
/* ======= Blog Slideshow ======= */

.blog-slider {
    margin-bottom: 60px;
    margin-top: 80px;
    border: none;
    height: 400px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.blog-slider .slide {
    display: block;
    height: 400px;
    background-color: #253340;
}
.blog-slider .slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}
.blog-slider .slide.slide-1 {
    background: #253340 url('../images/blog/post-1.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-2 {
    background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-3 {
    background: #253340 url('../images/blog/post-3.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-4 {
    background: #253340 url('../images/blog/post-4.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .flex-control-nav {
    bottom: 15px;
    z-index: 10;
}
.blog-slider .flex-control-nav li a {
    background: #5e5e5e;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.blog-slider .flex-control-nav li a.flex-active {
    background: #fff;
}
.blog-slider .flex-direction-nav a {
    text-shadow: none;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 50px;
    display: block;
}
.blog-slider .flex-direction-nav a.flex-prev {
    left: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-prev:before {
    content: "";
    text-indent: -9999px;
    background: url('../images/flexslider/carousel-arrow-prev.png') no-repeat left top;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider .flex-direction-nav a.flex-next {
    right: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-next:before {
    content: "";
    text-indent: -9999px;
    background: url('../images/flexslider/carousel-arrow-next.png') no-repeat right top;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider:hover .flex-prev {
    left: 5%!important;
}
.blog-slider:hover .flex-next {
    right: 5%!important;
}
.blog-slider .flex-caption {
    padding-top: 90px;
    position: relative;
    z-index: 20;
    text-align: center;
    color: #fff;
}
.blog-slider .flex-caption a {
    color: #fff;
}
.blog-slider .flex-caption .title {
    font-size: 42px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 0;
}
.blog-slider .flex-caption .title a:hover {
    text-decoration: none;
}
.blog-slider .flex-caption .meta {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin-bottom: 30px;
}
.blog-slider .flex-caption a.more-link {
    color: #fff;
}
.blog-slider .flex-caption a.more-link:hover {
    color: #ec6952;
}
/* Blog homepage */

.blog-list .post {
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-list .post .post-inner {
    padding: 0px;
    position: relative;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.blog-list .post .post-thumb {
    background: #253340;
    overflow: hidden;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.blog-list .post .post-thumb img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    text-align: center;
}
.blog-list .post .post-thumb img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.blog-list .post .content {
    padding: 30px;
    padding-bottom: 15px;
    color: #666666;
}
.blog-list .post .content .post-title {
    margin-top: 0;
    font-size: 18px;
}
.blog-list .post .content .post-title a {
    color: #253340;
}
.blog-list .post .content .post-entry {
    margin-bottom: 15px;
}
.blog-list .post .content .meta {
    font-size: 13px;
    color: #999999;
    margin-bottom: 0;
}
.blog-list .post .content .meta ul {
    margin-left: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}
.blog-list .post .content .meta li:first-child {
    padding-left: 0;
}
.blog-list .post .content .meta li .fa {
    margin-right: 5px;
}
.blog-list .post .content .meta li a {
    color: #999999;
}
.blog-list .post .content .meta li a:hover {
    color: #ec6952;
}
/* Single blog post */

.blog-entry-wrapper {
    padding-bottom: 80px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading {
    margin-bottom: 60px;
    position: relative;
    height: 500px;
    background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
    position: relative;
    z-index: 11;
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
    margin-bottom: 30px;
    font-size: 42px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
    font-size: 18px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a {
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
    color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 14px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
    color: #fff;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.blog-entry-wrapper .blog-entry .blog-entry-content {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1,
.blog-entry-wrapper .blog-entry .blog-entry-content h2,
.blog-entry-wrapper .blog-entry .blog-entry-content h3,
.blog-entry-wrapper .blog-entry .blog-entry-content h4,
.blog-entry-wrapper .blog-entry .blog-entry-content h5,
.blog-entry-wrapper .blog-entry .blog-entry-content h6 {
    color: #4a6781;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content p {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul,
.blog-entry-wrapper .blog-entry .blog-entry-content ol {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul li,
.blog-entry-wrapper .blog-entry .blog-entry-content ol li {
    margin-bottom: 15px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
    color: #999999;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
    color: #ec6952;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
    list-style: none;
    margin-bottom: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .fa {
    margin-right: 10px;
    color: #ec6952;
}
.blog-entry-wrapper .blog-entry .post-nav {
    margin-bottom: 60px;
    margin-top: 60px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next {
    float: right;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next .fa {
    margin-left: 5px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-previous .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote {
    border: none;
    padding: 60px 30px;
    font-family: 'Roboto slab', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.blog-entry-wrapper .custom-quote p {
    color: #666666;
    line-height: 1.6;
}
.blog-entry-wrapper .custom-quote .fa {
    color: #ec6952;
    margin-right: 10px;
}
.blog-entry-wrapper .custom-quote .source {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: right;
}
.blog-entry-wrapper .custom-quote .source .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote .source .name {
    color: #444444;
}
.blog-entry-wrapper .custom-quote .source .title {
    font-size: 16px;
    color: #999999;
}
.blog-entry-wrapper .box {
    padding: 30px;
    background: #f5f5f5;
}
.blog-page .header-blog {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    height: 80px;
}
.blog-page .header-blog .main-nav .nav .nav-item a {
    color: #666666;
}
.blog-page .header-blog .main-nav .nav .nav-item a:hover {
    color: #ec6952;
}
.blog-page .header-blog .main-nav .nav .dropdown-menu a {
    color: #fff;
}
.blog-page .header-blog h1.logo a {
    max-width: inherit;
    background: none;
    color: #ec6952;
    padding-left: 0;
    padding-top: 25px;
}
.blog-page .header-blog h1.logo a .sub {
    font-family: "Roboto", arial, sans-serif;
    color: #253340;
    font-weight: 300;
}
.blog-page .header-blog .main-nav .nav .nav-item.last {
    margin-right: 40px;
}
.blog-page .header-blog .main-nav .nav .nav-item.last .fa {
    font-size: 16px;
    margin-right: 5px;
}
/* Blog category page */

.blog-category {
    margin-top: 160px;
}
.blog-category .page-title {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 36px;
    padding-top: 80px;
}
.blog-category .page-title .fa {
    color: #384d60;
    margin-right: 10px;
    font-size: 30px;
}
.blog-category .blog-list .post .content .post-title {
    font-size: 24px;
}
.blog-category .blog-list .post .content .meta ul {
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    padding-top: 5px;
}
.blog-category .blog-category-list .post {
    margin-bottom: 60px;
}
/* Blog archive page */

.blog-archive .blog-list .post .content {
    padding-left: 80px;
}
.blog-archive .post {
    position: relative;
}
.blog-archive .post .date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 30px;
    color: #fff;
}
.blog-archive .post .date-label .month {
    background: #253340;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 0;
}
.blog-archive .post .date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
    color: #253340;
}
/* ======= Event Page ======= */

.event-slider .col-md-9 {padding-left: 30px;}
#event-slide .owl-pagination{display:none}
#event-slide .event-detail h3{    text-transform: uppercase; color:#fff;
    font-size: 28px;padding-bottom: 10px;
    font-Weight: bold;}
#event-slide .event-detail p{   text-transform: uppercase;
    font-size:16px;color:#fff; margin-bottom:5px;
    font-Weight: bold;}	
#event-slide .event-detail .fa{padding-right:15px;color:#fff;}

#event-slide .event-detail .btn{ 
  text-transform: uppercase;
    font-size: 18px;
    margin-top: 35px;
    font-Weight: bold;
    border-radius: 8px;
    padding: 12px 20px;
}
#event-slide .event-detail .btn a{color:#fff;text-decoration:none}
#event-slide .event-detail .btn:hover a{color:#222943;text-decoration:none} 	
#event-slide  .event-detail{    position: absolute;
    width: 100%;
    bottom: 0px;
	padding: 15px 0;
    background: rgba(0, 0, 0, 0.82);}
.event-section {
    position: relative;
    z-index: 10;
}
.event-section .title {
    font-size: 24px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.event-section .story-container-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.upcoming-event{padding:40px 0 0;}
.upcoming-event .title {    /*font-size: 42px; */ font-size: 24px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;    margin-bottom: 20px;}
.upcoming-event p{color:#fff;    font-size:11px;    display: inline-table;}
.upcoming-event .events-list .event-data .fa{color:#fff;  width: 15px;}
.upcoming-event .events-list .event-data{    padding: 15px 0 0; overflow: hidden;position: relative;}
.upcoming-event .events-list .eventtitle a{    padding: 10px 0;
    font-size: 16px;
    font-Weight: bold;
   color:#fff; text-transform: uppercase; text-decoration:none}
.upcoming-event .events-list{padding-bottom:30px}
.upcoming-event .row { }
#join .row {    margin-left: 0;}
	.upcoming-event .events-list .event-data .btn {display: inline-table;
    width: auto;
	position: absolute;
    padding: 7px 7px;
    font-size: 10px;
    top: 15px;
	right:0;
    text-transform: uppercase;
   }
.upcoming-event .events-list .event-data .btn	 a{ color: #fff; text-decoration:none}
.upcoming-event .events-list .event-data .btn:hover{    background: #fff;
    color: #000!important;
    border: 2px solid #fff;}	
.upcoming-event h4{color:#222943}
.upcoming-event .eventtitle{overflow: hidden; text-overflow: ellipsis;white-space: nowrap;width: 100%;color: #fff;}
.upcoming-event .eventaddress{overflow: hidden; text-overflow: ellipsis;white-space: nowrap;width:67%;display: table-cell;}
.event-section .about {
    padding: 30px;
}
.event-section .belife {
    border-color: #f19180; 
    padding: 15px 30px;
    font-family: 'Roboto slab', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin: 60px 30px;
    color: #666666;
}
.event-section .press-kit {
    padding-top: 60px;
    padding-bottom: 60px;
}
.event-section .press-kit .title {
    color: #444444;
    font-size: 28px;
}
.event-section .press-kit .btn {
    margin: 30px 0;
}
.event-section .team {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
.event-section .team .title {
    color: #444444;
    font-size: 28px;
}
.event-section .team .member {
    margin-bottom: 30px;
}
.event-section .team .member .member-inner {
    background: #253340;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-align: center;
}
.event-section .team .member .member-inner img {
    margin: 0 auto;
}
.event-section .team .member .member-inner:hover img {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.event-section .team .member .member-inner:hover .social {
    visibility: visible;
}
.event-section .team .member .profile {
    background: #253340;
    color: #fff;
    text-align: center;
}
.event-section .team .member .profile .info {
    padding: 15px 0;
}
.event-section .team .member .profile .name {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    font-size: 18px;
}
.event-section .team .member .profile .job-title {
    color: #fff;
    font-size: 14px;
}
.event-section .team .member .social {
    width: 100%;
    top: 50%;
    position: absolute;
    visibility: hidden;
}
.event-section .team .member .social-list {
    display: inline-block;
    margin: 0 auto;
}
.event-section .team .member .social-list a {
    color: #fff;
    background: #253340;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.event-section .team .member .social-list a .fa {
    padding-top: 10px;
    font-size: 18px;
}
.event-section .team .member .social-list a:hover {
    background: #ec6952;
}
.eventdetails-section  .title{font-size:32px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;}
.eventdetails-section  .ticket-details{background:#222943 ;display: table;width: 100%; padding:30px 10px;color: #fff; margin-bottom:20px;}
.promo.section-on-bg{padding-top:330px;}
.promo.section-on-bg .events-details{padding-top:170px;}
.promo.section-on-bg .events-details p .fa {margin-right:15px;}

/* ======= Event Details Section ======= */
.ticket-details .show-details {font-size: 14px;display: inline-block;width:67%;}
.ticket-details .show-details .fa{  
    height: 26px;width: 30px;
    float: left;
    display: table;}

.select-booking{display:table;width:100%;margin-top: 20px;}
.select-booking .title{float: left;    font-size: 18px;    line-height: 2;}
.select-booking .select-date{float:right;color: #000;     border: solid 1px #222943;}
.select-booking .select-date select{    padding: 5px 8px;    border-radius: 2px;}
.ticket-details table {margin-top:20px}
.ticket-details table tr th:last-child, .ticket-details table tr td:last-child{text-align:right}
.ticket-details table tr th:last-child{    position: relative;    left: -15px;}
.ticket-details table tr td:first-child{    padding: 14px 10px 14px 0;}
.ticket-details table tr th{text-transform: uppercase;font-size:16px;color: #ff5c00;}
.ticket-details table tr td, .ticket-details .table>thead>tr>th{ border-bottom: 1px solid #ff5c00;padding:14px 0 8px; border-top:0;    text-transform: uppercase;font-size:14px;}
.ticket-details table tr td img{width: 100px;min-height: 100px;float: left; margin-right: 10px;}
.ticket-details table tr td span{    margin-top: 10px;float: left;width: 75%;font-size: 11px;    text-transform: capitalize;}	
.ticket-details table tr td input{    width: 60px;    margin-top: -4px;
    margin-left: 20px;
    color: #fff;
    border-radius: 10px;
    border: solid 1px #ff5c00;
    background: transparent;
    padding:4px 10px;}
.ticket-details table tr td  p{  
    width: 60px;
    text-align: center;
    margin: 0 auto;
    float: right;
    border: solid 1;
    border-radius: 10px;
    border: solid 1px #ff5c00;
    background: transparent;
    padding: 2px 10px;
    font-size: 10px;   margin-top: -9px;}
.ticket-details table tr th{padding-top:0 !important}	
.ticket-details  .show-description {display: inline-table;float: right;}
.ticket-details  .show-description p {font-size:14px; color:#ff5c00;margin-bottom:0px;}
.ticket-details  .show-description p  span{color:#fff;}
.ticket-details .book-ticket{display: inline-table;float: left;width: 100%;    margin-top:17px;margin-bottom: 12px;}
.ticket-details .book-ticket .btn{    width: auto;
     padding:4px 20px;
    float:left;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 10px;} 
_::-moz-range-track, .ticket-details .book-ticket .btn { padding:3px 20px;}	
.ticket-details .book-ticket p{font-size: 11px;
    text-align: left;
    padding-top:8px;
    color: #828282;
    margin-left:15px !important;
    float: left;}
.zoom-effects{    margin-left: -15px;}
	.zoom-effects  .zoom{cursor: pointer!important;}
	.zoom-effects:after{  content: '';
   /* background: url(../images/background/zoom.png) no-repeat;*/
    position: absolute;
    float: left;
    z-index: 1;
    width: 40px;
    height: 40px;
    bottom: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;}	
	
	
.event-desciption{padding:50px 0}	
.event-desciption .title{    font-size: 32px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;}	

.event-desciption .description-detail {color:#fff; }
.event-desciption .description-detail p,b{color:#fff; font-size:15px;    margin-bottom:15px;}
.event-desciption .description-detail ul {color:#fff; font-size:15px;     margin-top: -10px;   padding: 0;}	
.event-desciption .description-detail ul li {list-style:none}	
.similar-event{border-top: solid 2px #ff5c00;  padding-top: 40px;}
.similar-event .event-data p{color:#fff; }
.similar-event .event-data  p .fa{color:#fff; }
.similar-event .event-data h4{color:#222943; }	
.event-desciption .facebook{padding-top:50px}	


/* ======= Venue section ======= */
.venue-section .title{
	font-size: 42px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
	font-size: 24px;}
.venue-item .title{font-size: 42px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;}	
.venue-slider .venue-detail{    background: #222943;
    padding: 0;
    margin-left: -30px;
    margin-top: 0px;
    min-height: 526px;
    height: 10%;
    padding: 20px 40px; 
    color: #fff;}
.venue-slider .venue-detail h3{font-size:22px; text-transform:uppercase;padding-bottom:20px;}
.venue-slider .venue-description{text-transform:uppercase;}	
.venue-slider .venue-description h4{font-size:16px; color:#ff5c00}	
.venue-slider .venue-description p{font-size:16px; color:#fff}	
.venue-slider .venue-description.age h4{    display: inline-table;}	
.venue-slider .venue-description.age p{    display: inline-table;}	
.venue-slider .venue-detail .btn{    text-transform: uppercase;font-size: 28px;    margin-top: 50px;padding: 5px 20px;}
.venue-slider .venue-detail .btn a{ color:#fff;text-decoration:none}
.venue-slider .venue-detail .btn a:hover{color: #222943;}
.venue-slider .owl-buttons{position: absolute; top:41.5%; bottom: 0;    width: 74%;}
.venue-slider .owl-buttons .owl-prev{left: 10px; position: absolute; font-size: 0 !important; background: transparent !important; opacity: 1 !important;    } 
.venue-slider .owl-buttons .owl-next{right: 20px; position: absolute;font-size: 0!important;background: transparent !important;opacity: 1 !important;}

.venue-slider .owl-buttons .owl-prev:after{ position: absolute;     content:"\f104"; font-family:FontAwesome;font-size:50px !important;} 
.venue-slider .owl-buttons .owl-next:after{position: absolute;  content:"\f105"; font-family:FontAwesome;font-size:50px !important;    right: 10px;   }
.venue-slider  .owl-pagination{display:none}	

.venue-item{padding: 40px 0;}
.venue-list{overflow: hidden; margin-bottom:25px;}
.venue-title{     position: relative;
    border: 0;
    z-index: 111111;
    background:rgba(47, 47, 47, 0.79);
    margin-top: -77px;
    float: left;
    width: 100%;
    padding: 10px;}
.venue-list .venue-detail h3{margin-top:0;color: #222943;font-size: 28px; text-transform: uppercase;padding:5px 0 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color: #fff;}
.venue-list .venue-detail h3 a{color: #fff; text-decoration:none}
.venue-list .venue-description{width:42%;color: #fff;float: left;margin-top: 5px;height: 100%;}
.venue-list .venue-description.dresscode{width:35%;}
.venue-list .venue-description.age{float: right;width: 14%;}
.venue-list .venue-description h4{font-size: 16px;color:#fe5b00;    margin: 0;} 
.venue-list .venue-description p{font-size: 14px;margin-bottom:5px}
.venue-detail .btn {    text-transform: uppercase;
    text-align: right;
    padding: 10px 20px;
    width: auto;
    display: table;
    position: relative;
    float: right;
    margin-top:10px} 
.venue-detail .btn a{color:#fff; text-decoration:none}
.venue-item  .venue-detail .btn:hover{background: #ffffff;
    border: 2px solid #fff;
    color: #000!important;} 
	
.similar-venue{border-top: solid 2px #ff5c00;  padding-top: 40px;}
.similar-venue .event-data p{color:#fff; }
.similar-venue .event-data  p .fa{color:#fff;height: 25px;
    float: left;
    display: table; }
.similar-venue .event-data h4{color:#222943; }		
.venue-list .venue-img{    width: 530px;min-height: 267px;max-height: 267px;overflow: hidden;}	
/* ======= Modal ======= */

.modal.modal-video .modal-dialog {
    width: 760px;
    margin-top: 90px;
}
.modal.modal-video .modal-body {
    padding: 0;
    padding-top: 0;
}
.modal.modal-video .modal-header {
    border: none;
    padding: 0;
    position: relative;
}
.modal.modal-video .modal-content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal.modal-video button.close {
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: none;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 10;
}
.modal.modal-video button.close:hover {
    color: #ec6952;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.modal-backdrop.in {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
/* ======= Login Page ======= */

.access-page {
    background: #253340 url('../images/background/event-bg.png') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page .upper-wrapper {
    background: #253340 url('../images/background/bg-screen-2.jpg') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg .header h1.logo {
    float: none;
    text-align: center;
}
.has-full-screen-bg .header h1.logo a {
    margin: 0 auto;
}
.access-section {
    padding-bottom:70px;
    padding-left: 10px;
    padding-right: 10px;
}
.access-section .form-box .form-box-inner {
 background: #f9f9f9;
     -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px;
    border: solid 1px #222943;
	margin:0 auto;
	max-width: 405px;
}
.access-section .form-box .title {
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}
.access-section.signup-section .title {
    margin-bottom: 15px;
}
.access-section.signup-section .intro {
    margin-bottom: 60px;
}
.access-section .form-group {
    position: relative;
}
.access-section .form-group.email:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}
.access-section .form-group.password:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999999;
}
.access-section .form-control {
    font-size: 16px;
    padding-left: 30px;
    font-size: 14px;
}
.access-section  .btn:hover{background: #fff; border: 2px solid #fff; color:#000 !important}
.access-section .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #999999;
}
.access-section .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #999999;
}
.access-section .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #999999;
}
.access-section .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #999999;
}
.access-section .social-btns {
    padding-left: 60px;
    min-height: 250px;
    margin-bottom: 15px;
}
.access-section .social-btns li {
    margin-bottom: 10px;
}
.access-section .social-btns li .btn {
    color: #fff;
    min-width: 220px;
    text-align: left;
}
.access-section .social-btns li .btn:hover {
    color: #fff;
}
.access-section .social-btns li .btn .fa {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 10px;
    width: 30px;
}
.access-section .twitter-btn {
    background: #55acee;
}
.access-section .twitter-btn:hover {
    background: #2795e9;
}
.access-section .facebook-btn {
    background: #3b5998;
}
.access-section .facebook-btn:hover {
    background: #2d4373;
}
.access-section .social-login .facebook-btn:hover, .access-section .social-login .google-btn:hover {
 color:#fff !important;
}
.login-form .btn-cta-primary:hover{    background: #222943 !important; color: #fff !important;    border: 2px solid #222943;}
.resetpass-form .btn-cta-primary:hover{    background: #222943 !important; color: #fff !important;    border: 2px solid #222943;}
.access-section .google-btn {
    background: #dd4b39;
}
.access-section .google-btn:hover {
    background: #c23321;
}
.access-section .github-btn {
    background: #444444;
}
.access-section .github-btn:hover {
    background: #2b2b2b;
}
.access-section .forgot-password {
    font-size: 13px;
    margin-top: 10px;
}
.access-section .forgot-password a {
    color: #999999;
}
.access-section .forgot-password a:hover {
    text-decoration: underline;
    color: #ec6952;
}
.access-section .divider {
    border-left: none;
    margin-bottom: 30px;
    position: static;
}
.access-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: inherit;
    text-transform: uppercase;
    color: #999999;
}
.access-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #e5e5e5;
    height: 1px;
    width: 100%;
}
.access-section .social-btns {
    padding-left: 0;
    text-align: center;
}
.access-section .social-btns .btn {
    min-width: 100%;
}
.access-section .social-btns .social-login {
    display: inline-block;
    margin: 0 auto;
}
.access-section .note {
    color: #999999;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.access-section .btn + .note {
    margin: 15px 0;
}
.access-section .remember label {
    font-size: 14px;
    color: #666666;
}
.access-section .lead {
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}
.term_and_condition p{font-size:16px;    color: #fff;}
.term_and_condition h4{font-size: 22px;color: #ff5c00;}
.term_and_condition b{color: #fff;}
.term_and_condition{display: table;
    width: 100%;
    padding-bottom: 50px;}
.contactus{display: table;
    width: 100%;
    padding-bottom: 50px;} 
.contactus p{font-size:13px;    color: #fff;}
.contactus h4{font-size:20px;color: #fff;}

.contactus img{    float: right;}



/* ======= Reset Password Page ======= */

.resetpass-section .form-box .title {
    margin-bottom: 30px;
}
.resetpass-section .intro {
    font-size: 16px;
    margin-bottom: 30px;
}

/* ======= Basket Page ======= */
.basket .title{    font-size: 42px;margin-top: 0;color: #ff5c00;font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;}
.basket .page-title-link .btn{    float: right;
    width: auto;}
.basket  .item-list h4{background:#ff5c00;padding: 12px 20px;margin-left: -15px;margin-right: -15px;margin-top: 0;color: #fff;}
.basket h4{ font-size: 19px;
    margin-top: 0;
    color: #ff5c00;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;    width: 100%;}
.order-title{margin-left: 17px;font-size:18px !important;}	
.basket .innertitle {border-bottom: solid 2px #000;color: #696969; padding-bottom: 10px;    font-size: 16px;}
.item-list table{margin-bottom:0;}
.item-list table tr th:first-child{font-size: 20px;}
.item-list table tr th:last-child{text-align:right}
.item-list table tr th{    text-transform: capitalize;}
.item-list table tr{border-bottom: solid 3px #222943;}	
.item-list table tbody tr:last-child{border-bottom:none}	
.item-list table tr td select{width:100%}
.item-list table tr td:first-child{text-transform: uppercase;font-size: 14px;}
.item-list table tr td:first-child a{color: #ff5c00;}
.item-list table tr td:last-child{text-align:right}
.signup-form {padding-bottom: 10px;}
.signup-form input{height:30px;    padding-left: 10px !important;    border: solid 1px #000;}
.signup-form  .register-link a, .forgot-password a{    font-size:12px;margin-top: 10px;color: #000 !important; text-decoration:underline}
.tab-content .forgot-password a{    font-size:12px;margin-top: 10px;color: #fff !important; text-decoration:none}
.signup-form  .forgot-password{font-size: 12px;margin-top: 10px;display: inline-block;    margin-top: 0 !important;}
.signup-form  .register-link{font-size: 13px;margin-top: 10px;display: inline-block;float: right;    margin-top: 0;}
.signup-form .btn{width:auto;    display: inline-block;}
.social-login{display: block; margin-top: 12px; font-size: 13px;}
.login-form .social-login{width:100% }
.social-login .divider{    margin-bottom: 0 !important;    position: relative !important;    margin-top:15px !important;}
.social-login .divider:before{    height: 1px !important;width: 100% !important;}
.social-login .divider span{border-radius: 100%;width:36px;height:36px;     top: -19px !important;   background: #d4d4d4 !important;    color: #000 !important; }
.social-login ul{margin-top:0}
.social-login ul li{display: inline-block;padding: 0 4px;float: left;width: 50%;    color: #fff;    position: relative;right: 5px;}
.social-login ul li a{color:#000; text-decoration:none}
.social-login ul li  .btn{font-size: 10px;padding: 7px 5px; border:none}
.social-login ul li  .btn:hover{border: none;    color: #fff !important;}
.basket .col-md-9 .col-md-6 p{font-size: 12px;} 
.basket .btn{width:auto;    text-transform: capitalize;}
.delivery  .innertitle{border:none;    padding: 0; margin: 5px 0 0 0;}
.delivery  .title-desc{    border-bottom: solid 0px #000;color: #696969;padding-bottom: 10px;font-size: 11px;}
.biling-form{padding-top:20px;}
.biling-form .payment{background: #e8e8e8;width: 100%;display: table; padding: 4px;border-radius: 10px; border: solid 2px #000}
.payment-radio{width: 25%;float: left;}
.payment-radio input{clear: both;width: 10%}
.payment-radio{font-size: 12px;}
.payment-radio span{width: 100%;float: left;}
.biling-form input[type="text"], .biling-form input[type="password"]{    padding-left:10px !important;    padding-left: 10px !important;height: 30px;}
.wid-50{    width: 48%;margin-right:2%;display: inline-table;float: left;    z-index: 1;}
.wid-30{width:38%;margin-right: 2%;display: inline-table;float: left;}
.wid-20{    width: 20%;
    float: right;
    margin-right: 0;}
.biling-form  .wid-20 input[type="password"]{    font-size: 11px;}	
.biling-form select{width:100%;    padding: 4px;}
.biling-form .wid-30 select{font-size:11px;padding:6px 0px;font-weight: bold;}

.order-list{background:#ff5c00;color: #fff;padding: 5px 12px;font-size: 14px;    border: solid 1px #772e05;}
.order-list table tr{border-bottom: solid 2px #ccc;margin-bottom: 5px;display: table;width: 100%;line-height: 2;}
.order-list table tfoot tr{color: #000;font-Weight: bold;font-size: 16px;    border-bottom: none;}
.order-list table{margin-top: -10px;}
.order-list table tr td:last-child{    float: right;}
.event-details .event-address{padding-top: 20px;    color: #fff}
.event-details .oragnation{padding-top:10px;}
.event-details .oragnation{padding-top: 20px; text-align: left;    color: #fff;}
.basket  .event-details .oragnation{text-align: left;    padding-top: 10px;}
.event-details {font-size:15px}
.event-details .fa{    color: #fff;width: 15px;}    

.basket  .col-md-6 .btn-cta-primary:hover{background: #21263c; border: 2px solid #21263a; color:#fff !important}
.basket .page-title-link .btn-cta-primary:hover{background: #fff !important; border: 2px solid #fff !important; color:#000 !important}

/* ======= Account Page ======= */
.account .item-list h4{background:#ff5c00;padding: 12px 20px;margin-left: -15px;margin-right: -15px;margin-top: 0;color: #fff;}
.account .innertitle {border-bottom: solid 2px #000;color: #696969; padding-bottom: 10px;    font-size: 16px;}
.account .title{    font-size: 42px;margin-top: 0;color: #ff5c00;font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;}
.account .page-title-link .btn{    float: right;width: auto;    margin-left: 10px;}
.account  .item-list{   border: solid 1px #ececec;
    padding: 0 15px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;}
.account .item-list table tr th:last-child{text-align:left}
.account .item-list table tr td:last-child{text-align:left}
.account .pagination{ margin-bottom: 10px;}
.mydetails .col-md-12 {padding-right: 0;}
.mydetails .innertitle{ border: none;padding: 0; margin: 5px 0 0 0;}
.mydetails .title-desc{border-bottom: solid 0px #000;
    color: #696969;
    padding-bottom: 10px;
    font-size: 11px;
    width: 100%;
    float: left;
    margin-bottom: 10px;}
.account input[type="text"], .account input[type="password"], .account input[type="email"], .account select  {height: 30px;padding-left: 10px !important;border: solid 1px #000;}	
.mydetails-form .wid-50:nth-child(2){float: right;margin-right: 0;}
.mydetails-form .wid-50:nth-child(6){float: right;margin-right: 0;}
.mydetails-form  select {    width: 100%;padding: 4px;border-radius: 2px;}
.account .btn {width: auto;}
.biling-form .wid-50:nth-child(4){    float: right; } 
.item-list .table-responsive{    overflow: visible;}
.account .event-photo{ overflow: hidden;position: relative;    max-height: 280px;}
.account .event-photo input[type=file] {    position: absolute;opacity: 0;height: 100%;}
.account .event-details .oragnation{padding-top: 20px;text-align: left;}
.account .event-details .oragnation a{    color: #fff;}
.account .mydetails .item-list table tr th:first-child{font-size:16px}
.countdown{overflow: hidden;width: 100%;padding:20px 0px 0;}
.tooltip{text-transform:capitalize;text-align:left !important;}
.mydetails .btn:hover{    background: #222943;    border: 2px solid #222943;color: #fff !important;}
.account  .pagination .disabled a{color: #000;}
.account  .pagination > li:last-child > a{color: #000;}
.countdown p{color:#fff; float:left;line-height: 5;}
.flip-clock-wrapper{    width:auto !important;float: left;}
.flip-clock-wrapper .hours{display:none !important}
/* .flip-clock-wrapper .flip:nth-child(3), .flip-clock-wrapper .flip:nth-child(2){display:none} */
.flip-clock-wrapper .minutes .flip-clock-dot{display:none}
.flip-clock-wrapper .minutes{width:0 !important}

#event-gallery img.img-responsive{max-height: 170px; width: 100%; }

.tooltip > .tooltip-inner {
      background-color: #000;
      color: #FFFFFF;
      padding:5px;
      font-size:12px; text-align:left;
  }
  /* Tooltip on top */
 .tooltip.top > .tooltip-arrow {
      border-top: 5px solid green;
  }
  /* Tooltip on bottom */
.tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid blue;
  }
  /* Tooltip on left */
  .tooltip.left > .tooltip-arrow {
      border-left: 5px solid red;
  }
  /* Tooltip on right */
.tooltip.right > .tooltip-arrow {
      border-right: 5px solid black;
  }
/* ======= Footer ======= */


.footer-menu ul {
    padding: 0
}
.footer-menu ul li {
    list-style: none
}
.footer-menu ul li {
    display: inline-block;
    padding: 0 12px;
}
.footer-menu ul li:first-child {
    padding: 0 12px 0 0
}
.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
}
.footer .form-container {
    display: inline-table;
}
.footer .social {
    display: inline-table;
    float: right;    
	margin-top:0px;
}
.footer .form-container .intro { 
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-size: 14px;    margin-bottom: 1px;
  
}

.footer .form-container .navbar-form {
    padding: 0px 0;
    margin-top:0px;
	margin-bottom: 15px;
}
.footer .navbar-form .form-control {
   width: 220px;
    border-radius: 8px;
    height: 36.5px; border:none !important;
}

.footer .navbar-form .btn-cta-primary {
    padding:6.8px 6px;
    /* border-radius: 8px; */
    
    margin-left: -20px;
    background: #ff5c00;
    border: solid 2px #ff5c00;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #322d3e;
    font-size: 14px;
    text-transform: uppercase;
}
.footer .social li a {
    background: #ff6600;
    color: #222943;
    font-size: 18px;
    border-radius: 100%;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    font-Weight: bold;
}
.footer .social li a:hover {
    background: #fff;
}
.footer {
    background: #222943;
    color: #fff;
    padding: 70px 0 100px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
.footer  .col-md-5{padding-right: 0;}
.sucess {
    color: #91bd20;
    margin-top: 15px;
    margin-left: 10px;
}
.footer .btn-cta,
.footer a.btn-cta {
    padding: 9px 10px;
}
.footer .footer-col.links .fa {
    margin-right: 5px;
}
.footer .footer-col.links li {
    margin-bottom: 10px;
}
.footer .footer-col.connect .social {
    margin-bottom: 15px;
    overflow: hidden;
}
.footer .footer-col.connect .social li {
    margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
    color: #b3b3b3;
    font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
    color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
    background: #5d80a1;
    border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
    background: #4a6781;
    border-color: #4a6781;
}
.footer .footer-col .title {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.footer .footer-col p {
    color: #fff;
}
.footer .footer-col a {
    color: #6d8dab;
}
.footer .footer-col a:hover {
    color: #8da6bd;
}
.footer .footer-col .navbar-form {
    padding-left: 0;
    padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .has-divider {
    border-top: 1px solid #2b3b4a;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .download .download-list li {
    margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
    text-align: left;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact p {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.footer .contact p a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact .fa {
    margin-right: 10px;
    font-size: 20px;
}
.footer .contact .email .fa {
    font-size: 16px;
}
.footer .bottom-bar {
    background: #1e1e1e;
    color: #b3b3b3;
    font-size: 14px;
    padding: 10px 0;
}
.footer .bottom-bar .copyright {
    line-height: 1.6;
}
/* ======= Pagination ======= */

.pagination {
    margin-bottom:30px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.pagination li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #222943;
}
.pagination li a:hover {
    color:#222943;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color:#ff5c00;
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color:rgb(158, 168, 208);
    border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
	color:#fff;
}
/* ======= Search Form ======= */

.searchbox-icon,
.searchbox-submit {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 2.4;
    text-align: center;
    cursor: pointer;
    color: #ef7d69;
    background: #fff;
}
.searchbox-icon:hover {
    color: #e9553b;
}
.searchbox-submit {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.searchbox-container {
    width: 100%;
}
.searchbox-container .searchbox {
    position: relative;
    display: inline-block;
    height: 38px;
    width: 100%;
    float: right;
    top: -50px;
    right: 0;
    /* new */
    
    min-width: 38px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
}
.searchbox-container .searchbox.searchbox-open {
    width: 100%;
}
.searchbox-container .searchbox.searchbox-open .searchbox-icon,
.searchbox-container .searchbox.searchbox-open .searchbox-submit {
    background: #ec6952;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.searchbox-container .searchbox .searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 38px;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
}
.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #a6a6a6;
}
/* ======= IE9 Fix ======= */

.ie9 .pricing .item .ribbon,
.ie8 .pricing .item .ribbon {
    top: 0px;
    right: 0px;
    height: 60px;
}
.ie9 .pricing .item .ribbon .text,
.ie8 .pricing .item .ribbon .text {
    position: static;
    font-size: 13px;
    width: auto;
    padding: 5px;
}
.ie9 .pricing .item .ribbon .text:before,
.ie8 .pricing .item .ribbon .text:before,
.ie9 .pricing .item .ribbon .text:after,
.ie8 .pricing .item .ribbon .text:after {
    display: none;
}
/* ======= Configure Style (Remove in production) ======= */

.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 100;
}
.config-wrapper-inner {
    position: relative;
}
.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.config-trigger:hover {
    text-decoration: none;
}
.config-trigger:hover .fa {
    color: #253340;
}
.config-trigger .fa {
    font-size: 22px;
    padding-top: 8px;
    display: block;
    color: #2b2b2b;
}
.config-panel {
    width: 170px;
    display: none;
    background: #f5f5f5;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.config-panel h5 {
    margin-bottom: 15px;
}
.config-panel #color-options {
    margin-bottom: 10px;
}
.config-panel #color-options li {
    padding-right: 0;
}
.config-panel #color-options li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.config-panel #color-options li.active a {
    border: 2px solid #000;
}
.config-panel #color-options li.theme-1 a {
    background: #ec6952;
}
.config-panel #color-options li.theme-2 a {
    background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
    background-color: #497cb1;
}
.config-panel #color-options li.theme-4 a {
    background-color: #f89d29;
}
.config-panel #color-options li.theme-5 a {
    background-color: #34495e;
}
.config-panel #color-options li.theme-6 a {
    background-color: #47c9af;
}
.config-panel #color-options li.theme-7 a {
    background-color: #a06081;
}
.config-panel #color-options li.theme-8 a {
    background-color: #96a94b;
}
.config-panel #color-options li.theme-9 a {
    background-color: #f06060;
}
.config-panel #color-options li.theme-10 a {
    background-color: #737f97;
}
.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
.config-panel .close .fa {
    color: #253340;
}
/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    .config-wrapper {
        display: none;
    }
    #topcontrol {
        display: none !important;
    }
    .header h1.logo a {
        margin: 0 auto;
    }
    .header.header-fixed {
        position: relative;
    }
    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 90px;
        position: absolute;
        background: #253340;
        z-index: 45;
    }
    .navbar-collapse .nav {
        margin: 0;
    }
    .header .main-nav .nav .dropdown-menu:before {
        display: none;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }
    .has-full-screen-bg.access-page .upper-wrapper {
        background: #384d60;
    }
    .access-section {
        padding-top: 15px;
    }
    .headline-bg + .section,
    .bg-slider-wrapper + .section {
        padding-top: 45px;
    }

    .pricing .intro {
        margin-bottom: 45px;
    }
    .features-video iframe {
        padding: 5px;
    }
    .features-tabbed {
        padding-top: 160px;
    }
    .access-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
    .signup-page .form-box .intro {
        margin-bottom: 45px;
    }
    .login-page .form-box .title {
        margin-bottom: 45px;
    }
    .section .title {
        font-size: 32px;
    }
    .section .intro {
        font-size: 16px;
    }
    .promo {
        height: 420px;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .why .control {
        top: 58px;
        margin-left: -30px;
    }
    .why .item .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .testimonials .item .profile {
        position: static;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonials .item .content {
        padding-left: 60px;
    }
    .testimonials .item blockquote {
        font-size: 18px;
    }
    .pricing .item.best-buy {
        position: static;
        z-index: inherit;
    }
    .nav-tabs > li > a {
        padding: 10px 5px;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .searchbox-container .searchbox {
        width: 100%;
        top: inherit;
        float: none;
        margin-bottom: 30px;
    }
    .searchbox-icon {
        display: none;
    }
    .searchbox-icon,
    .searchbox-submit {
        background: #ec6952;
        color: #fff;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .searchbox-icon:hover,
    .searchbox-submit:hover {
        color: #fff;
    }
    .main-nav .navbar-collapse .navbar-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blog-page .header-blog {
        position: relative;
    }
    .blog-page .header-blog .main-nav .nav .nav-item a {
        color: #fff;
    }
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .blog-page .header .main-nav .navbar-toggle {
        margin-bottom: 0;
        top: 20px;
    }
    .blog-page .header .main-nav .navbar-toggle .icon-bar {
        background-color: #384d60;
    }
    .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
        background-color: #253340;
    }
    .blog-page .flexslider {
        margin-top: 0;
    }
    .blog-category {
        margin-top: 0;
    }
    .blog-page .navbar-collapse {
        top: 80px;
    }
    .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a {
        color: #fff;
    }
    .blog-slider .flex-caption .title {
        font-size: 36px;
    }
    .searchbox-container .searchbox .searchbox-input {
        position: static;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .footer-col .form-control {
        width: auto;
    }
    .footer .footer-col .navbar-form {
        padding-left: 15px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .footer .footer-col .navbar-form .form-control {
        display: inline-block;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-page .headline-bg {
        height: 1600px;
    }
    .event-section .about {
        padding: 0;
    }
    .event-section .belife {
        margin-left: 0;
        margin-right: 0;
    }
    .event-section .team {
        padding: 0;
    }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .config-wrapper {
        display: none;
    }
    .header.scrolled .main-nav .nav .nav-item a {
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: inherit;
        border-color: inherit;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #fff;
    }
    .blog-slider {
        margin-top: 0;
    }
    .blog {
        margin-top: 0;
    }
    .header .main-nav .nav .nav-item {
    margin-right: 0;
	padding: 0 12px;
    }
    .blog-page .main-nav.navbar-right {
        float: right !important;
    }
    .navbar-collapse.collapse {
        text-align: center;
    }
    .navbar-collapse.collapse .navbar-nav {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    .blog-page .header-blog {
        position: relative;
    }
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .promo {
        height: 420px;
        padding-top: 80px;
    }
    .promo.section .intro {
        margin-bottom: 30px;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .why .control {
        top: 128px;
        margin-left: -45px;
    }
    .why .item .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .features-video {
        padding-top: 90px;
    }
    .pricing {
        padding-top: 90px;
    }
    .apps-section {
        padding-top: 80px;
    }

    .contact-section {
        padding-top: 45px;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .config-wrapper {
        display: block;
    }
    .header.navbar-fixed-top {
        position: fixed;
    }
    .header.navbar-fixed-top:after {
        content: '';
        background: #122422;
        opacity: 0.75;
        position: absolute;
        width: 100%;
        height: 100px;
        top: 0;
        z-index: -1;
    }
	    .header.navbar-fixed-top.header-inner:after {
        content: '';
        background:#222943;
        opacity:1;
        position: absolute;
        width: 100%;
        height: 100px;
        top: 0;
        z-index: -1;
    }
    .header.navbar-fixed-top.scrolled:after {
        content: '';
        background: #222943;
        opacity: 1;
        position: absolute;
        width: 100%;
        height:60px;
        top: 0;
        z-index: -1;
    }
    .header.scrolled {
        background:#222943;
        z-index: 1000;
        height:70px;
        top: 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .header.scrolled h1.logo a {
        color: #ec6952;
        background: transparent;
		margin-top: 12px;
		width: 130px;
    }

	
    .header.scrolled .main-nav .nav .nav-item a {
        color: #fff;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: #ec6952;
        border-color: #ec6952;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #fff;
    }
    .main-nav {
        float: right !important;
    }
    .navbar-form .form-control {
        width: 280px;
    }
    .header h1.logo {
        float: left;
        margin: inherit;
    }
    .promo {
        height:780px;
		padding-top: 330px;    pointer-events: none;
    }
    .promo .events-details {
        padding-top: 140px;
    }
    .promo .events-details p {
        text-transform: uppercase;
    }
    .promo.section .intro {
        margin-bottom: 45px;
        z-index: 11;
        position: relative;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .why .item .content {
        margin-bottom: inherit;
    }
    .why .control {
        top: 128px;
        margin-left: -28px;
    }
    .modal.modal-video .modal-dialog {
        width: 760px;
        padding-left: 0;
        padding-right: 0;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .access-section .divider {
        text-align: center;
        margin-bottom: 30px;
        color: #999999;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .access-section .divider span {
        background: #fff;
        display: inline-block;
        padding: 10px 0;
        position: relative;
        top: 80px;
        margin-left: -10px;
    }
    .access-section .divider:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #e5e5e5;
        height: 100%;
        width: 1px;
    }
    .access-section .social-btns {
        padding-left: 65px;
    }
    .access-section .social-btns .note {
        text-align: left;
    }
    .blog-slider {
        margin-top: 80px;
    }
    .why .item .title {
        margin-bottom: 15px;
        text-align: left;
    }
    .why .figure {
        text-align: left;
    }
    .blog-page .header-blog {
        position: fixed;
    }
    .blog-page .blog-category,
    .blog-page .blog-archive {
        margin-top: 80px;
    }
    .blog-entry-wrapper {
        margin-top: 80px;
    }
    /* Only show QR code for desktop */
    
    .download-area {
        overflow: hidden;
    }
    .download-area .download-list {
        float: left;
    }
    .download-area .qrcode-holder {
        float: left;
        margin-left: 45px;
        text-align: center;
    }
    .download-area .qrcode-holder .qrcode {
        max-width: 140px;
        margin: 0 auto;
    }
    .download-area .qrcode-holder .qrcode .caption {
        font-size: 12px;
        background: #fff;
        padding: 0 15px;
        padding-bottom: 15px;
        color: #253340;
        font-family: 'Montserrat', sans-serif;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-video {
        padding-top: 170px;
    }
    .pricing {
        padding-top: 170px;
    }
    .apps-section {
        padding-top: 160px;
    }

    .contact-section {
        padding-top: 125px;
    }
    .bg-slider-wrapper {
        position: fixed;
    }
}
/* Large devices (large desktops, 1200px and up) */

.cus-your-order-total{    padding-left: 0;}
.order_form_block {
	
}
#simple-vertical {
  width: 100%;
  color: #FFF;
}
.blockSample {
  left: 20px; 
  top: 20px; 
  padding: 6px 8px; 
  background: #FFF; 
  color:#000;
}
.flexslider ul> li > a.link{    position: absolute;
    height: 100%;
    height: 100%;
    z-index: 111111111;
    height: 100%;
    background: transparent;
    z-index: 1111;
    width: 100%;}
.innerpage{padding-top: 170px;}
.flexslider .slides li{    background-size: cover;background-position: 50% 0;}

.bg-innerpage{background: url(../images/background/event-bg.png);background-size: cover;background-position: center;    background-position: top; background-attachment: fixed;}

#basic > .btn {width: 100%; text-align: left;color: #7b7b7b;padding: 10px 10px;border-radius: 2px;}
#basic > .btn:hover{background-color: #fff;border-color: #fff;}
#basic > .btn .caret{float: right;margin-top: 10px;}
#basic > .dropdown-menu{    width: 100%;}

.event-gallery .title{    margin-bottom:10px;    position: relative;
    top: 20px;}
.event-gallery  {border-top: solid 2px #ff5c00; margin-top:50px ;
    padding-top: 20px; }
	
#event-gallery .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#event-gallery.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 8px;
    opacity: 1;
    background: #ff5c01;
}
#event-gallery.owl-theme .owl-buttons i{
  margin-top: 2px;    width: 10px;
}
.slider-list .event-name {
    height: 535px !important;
	overflow: hidden;
}
.slider-list .event-name img {
    width:100%;
}
#event-gallery.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

#event-gallery.owl-theme .owl-controls .owl-buttons .owl-prev{
	left:10px;
	top: 50%;
    margin-top: -13px;
}

#event-gallery.owl-theme .owl-controls .owl-buttons .owl-next{
	right:10px;
	top: 50%;
	margin-top: -13px;
}
#event-slide.owl-theme .owl-controls .owl-buttons div {position: absolute;       background: transparent;   opacity: 1;    padding: 3px 9px;}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-prev{
	left:10px;
	top: 50%;
    margin-top: -13px;
    font-size: 50px;
}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 10px;
	top: 50%;
    margin-top: -13px;
    font-size: 50px;
}
#event-gallery .owl-pagination{display:none}
#basic > .btn span{float: left;}
.login-form  .divider{    position: relative;top: 30px;margin-top: 20px;margin-bottom:25px;}
.access-section.login-section .divider span{top: -20px;border-radius: 100%; width: 35px;height: 35px;background: #dcdcdc;line-height: 1; color: #000;}
.access-section.login-section .divider:before{    height: 1px;width: 100%;}
.login-form ul li {margin-bottom: 15px; width:50%;float: left;}
.login-form ul li .btn{width:95%;padding:10px;color: #fff;font-size:14px;font-Weight: normal;border:none;margin-left: 10px;}
.login-form ul li .btn:hover{border: none;}
.login-form ul li:first-child .btn{margin-left:0} 
.login-form ul li:nth-child(2) .btn{margin-left:0;    float: right;} 
.flex-direction-nav .flex-disabled{ opacity: 1 !important; filter: alpha(opacity=1);}
.flex-direction-nav .flex-prev{left: 0;}
.flex-direction-nav .flex-next{right: 0;}
#buy .eventtitle{width:100%;}
#simple-vertical .rsSlide{height:178px;}
.royalSlider {height: 170px !important;}
.event-slider {
	margin-bottom:20px;
}
img.sliders{height:526px!important;width:100%;overflow:hidden;}

/*Responsive*/ 
@media (min-width: 1079px)and (max-width: 1122px) {
.venue-slider .venue-detail h3{margin-top:0;font-size:17px;}
.venue-slider .venue-description h4{font-size:14px;}
.venue-slider .venue-description p{    font-size: 13px;}
.venue-slider .venue-detail .btn{font-size: 22px;    padding: 5px 20px;margin-top: 30px;}
.venue-slider .venue-detail{padding: 20px 40px 20px;float: left;}
.venuedetails-section .show-description{width: auto !Important;float: right !Important;}
.order-list{position: relative;left: 40px;}
}


@media (max-width:1200px) {
/* .upcoming-event .events-list .event-data .btn {clear: both;width: 100%;margin: 21px 0;} */
.events-list .event-data .eventtitle {  width: 100%; padding: 0;}
.search_page .events-list .event-data .eventtitle { padding:0 0 5px;}
#simple-vertical .rsOverflow{    height: 435px !important;}
.slider-list .event-name {height: 435px !important;}
.royalSlider {height: 138px !important;}
#event-slide .event-detail .btn{    font-size: 16px;margin-top: 0;}
#simple-vertical .rsSlide { height: 146px;}
.ticket-details  .show-description{    display: table;float: left;width: 100%;}
.ticket-details .table-responsive{float:left; margin-top:15px}
#event-slide .event-detail h3 { font-size: 20px;margin-top:0;}
#event-slide .event-detail p {font-size: 14px;}
.select-booking{    float: left;}
.login-form ul li{    width: 100%;}
.login-form ul li .btn{width:100%} 
.event-img img{    height: auto;}
.event-img{min-height: 100px;max-height: 100px;}
/* .upcoming-event .events-list .event-data .btn { margin: 0 0 10px; position: static; width: 100%;} */
#buy .events-list .event-data { padding: 15px 0 0;}
.venue-list .venue-img{width:430px;min-height: 217px;max-height:217px;overflow: hidden;}
.footer .social{float:left}
#event-gallery img.img-responsive { max-height: 140px;}
.venue-slider .venue-detail { padding: 20px 25px;}
.venue-slider .venue-detail .btn { font-size: 22px;}
.upcoming-event .eventaddress { width: 59%;}
.search_page.upcoming-event .events-list .event-data .btn {
    display: block;
    position: static;
	clear: both;
}
}


@media (max-width:1079px) {
html, body {overflow-x:hidden }
.venue-slider .venue-detail h3{font-size:21px;}
.ticket-details  .show-description{    display: table;float: right;width:auto;}
.ticket-details .table-responsive{    float: left;width: 100%;    z-index: 1111;  position: relative;}
.bg-slider-wrapper{    position: absolute;top: initial;    height: 100%;}
.bg-slider-wrapper .flexslider .slide{    height: 100%;}
.header.navbar-fixed-top:after{opacity:1}
.promo .events-details{padding-top:0}
.promo{    height: initial;    padding-top: 260px;}
.bg-slider-wrapper{background: #232a42;}
.promo.section-on-bg{    padding-top:240px; padding-bottom:320px;}
#event-slide .event-detail .btn{font-size: 16px;}
.login-section  .form-box .title{font-size: 20px;}
.resetpass-section  .form-box .title{font-size: 20px;}
.venue-slider .venue-detail{    padding: 1px 20px;    min-height: 430px;}
.venue-slider .venue-description p{font-size:12px}
img.sliders {height: 430px!important;}
.promo.section-on-bg .events-details{padding-top:0}
.copyright{padding-bottom:20px;}
.zoom-effects{text-align:center}
.zoom-effects .title {text-align:center}
.innerpage{padding-top:115px;}
.event-list .social-btns .social-login  .facebook-btn{width:100%}
.event-list .social-btns .social-login  .facebook{width:100%;    margin-bottom: 15px; background-size: auto 100%;    background-position: 50%;}
.event-list .social-btns .social-login  .google-btn{width:100%}
.event-list .social-btns .social-login  .google{width:100%; background-size: auto 100%;    background-position: 50%;}
.social-login{float:none !Important}
 .venue-slider .venue-detail .btn{margin-top: 30px;}
.event-list { padding: 30px 0;}
.event-list .tab-content { padding: 30px 0 0;}
}

@media (max-width:991px) {
	.cus-your-order-total {padding-left: 15px;}
	.events-list .event-data .eventtitle { width: 61%;}
	.header .main-nav {margin-top: 26px;}
	.header .main-nav .nav .nav-item { padding: 0 5px;}
	.header h1.logo a {width: 100px; margin-top: 10px;}
	.upcoming-event .events-list .event-data .btn {width: auto; position: absolute;}
	#simple-vertical .rsOverflow{height:208px !important; margin: -35px 0; padding: 35px 0;}
	.royalSlider { height: 208px !important; padding: 35px 0;}
	.rsDefault.rsVer .rsArrow {background: rgba(0, 0, 0, 1)!important;}
	.header.navbar-fixed-top{background: #232a42; height:80px}
	.contactus img{float:left}
	#event-slide .event-detail .btn{width:auto;}
	.vertical-slider img{width:100%}
	.zoom-effects{    margin-left:0px;margin-top: 30px;    text-align: center;}
	.venue-slider .col-md-3 .row{margin-left:0; margin-right:-30px}
	.venue-slider .venue-description{    display: inline-block; vertical-align:top; width: 33%;    padding-right: 10px;}
	.venue-slider .venue-detail{    padding: 1px 20px 20px;min-height: 100%;       margin-left: 0; display: table;width: 100%;}
	.venue-slider .venue-description.age h4{display: block;}	
	.footer .social{float: none;clear: both;display: table;}
	.event-slider .col-md-9{    padding:0 30px;}
	.event-slider .col-md-3{    padding:0 30px;}
	.upcoming-event{text-align:left; padding: 0;}
	.login-section .form-box .form-box-inner{width: 50%; margin: 0 auto;}
	.contactus .col-md-6{width:50%;float:left}
	.venue-slider .owl-buttons{    width: 100%;height: 1px; top: 0; margin-top: 30%;}
	.venue-list .venue-img img{width:100%}
	#join .row {    margin-left: -15px;}
	.social-login{float: right;clear: both;}
	.basket .signup-form  .btn {display:table;}
	.basket  .item-list{padding-bottom:20px;}
	.delivery  .title-desc{width: 100%;float: left;margin-bottom: 10px;}
	.payment-radio{text-align:center}
	.biling-form .wid-30 select{font-size:12px;}
	.order-list .table-responsive{width:100%}
	.order-list{width: 100%;margin-bottom: 30px;}
	.event-details .oragnation{    text-align: left;}
	.page-title-link .col-md-6{    width: auto;float:left}
	.page-title-link .col-md-6:nth-child(2){float:right}
	.basket .title{    width: auto; }	
	.basket .page-title-link .btn{z-index: 1;position: relative;    margin-top: 11px;margin-right: 15px;}
	.account  .title{    width: auto; }	
	.account  .page-title-link .btn{z-index: 1;position: relative;    margin-top: 11px;margin-right: 15px;}
	.account .event-details .oragnation{text-align: left;margin-bottom: 20px;}
	.wid-50{width:100%;    margin-right: 0;}
	.wid-30{width:100%}
	.wid-20{width:100%}
	.mydetails{margin-right:15px}
	.login-form  .divider{    top: 0px;    text-align: center;}
	.access-section.login-section .divider span{top: -10px;line-height: 2.7;width: 45px;height: 45px;}
	.events-list .event-data p{text-align:left}
	.venue-slider .venue-detail .btn{float:left;margin-top: 20px;}
	.social-login .divider{text-align: center;margin-top:-6px !important; margin-bottom: 10px !important;}
	.social-login .divider span{    text-align: center;margin: 0 auto;line-height: 2.5;    top: 0 !important;}
	.event-img{min-height:200px;max-height: 200px;max-width: 100%;}
	#buy .btn{clear: both;width:auto; margin: 0;}
	#buy .events-list{margin-bottom: 40px;}
	.venue-list .venue-img{width:100%;min-height:100%;max-height:190px;}
	.search_page.upcoming-event .events-list .event-data .btn {  position: absolute; clear: none;}
}	 

@media (max-width:920px) {
	.event-list #buy{text-align:center}
	.booktable-city a{    padding: 15px 25px;}
	.footer .form-container{width:100%}
	.footer .social{float:left}
	.events-list .eventtitle{text-align:left}
	.table-responsive{border:none}
	.item-list table tr td select{width:70px;}
	.event-img{min-height: 170px;max-height: 170px;}
}


@media (max-width:767px) {
	.header.navbar-fixed-top { height: 60px;}
	.ticket-details table tr td  p{    padding: 8px 3px;    font-size: 9px;margin-top: -5px;}
	.header{height:92px;}
	.contactus .col-md-6{width:auto;float:none; margin-bottom:15px;}
	.footer .navbar-form .form-group{display: inline-block;	margin-bottom: 0; vertical-align: middle;}
	.footer .form-container .navbar-form{padding:0 10px;    box-shadow: none;}
	.footer .social{    padding: 10px 0;}
	.booktable-city a{padding: 15px 25px}
	#event-slide  .event-detail{position:relative; background:#000}
	.header h1.logo{text-align:left}
	.promo.section-on-bg{    padding-top:140px !important;padding-bottom:140px;}
	.bg-slider-wrapper .flexslider{background: #232942;}
	.section .title{    font-size: 24px;}
	.login-section .form-box .form-box-inner{width:auto; margin: 0 auto;}
	.upcoming-event .events-list .event-data .btn{margin-top:0px;}
	.header .main-nav .nav .nav-item.active a{border-bottom:none}
	.header .main-nav .nav .nav-item:last-child{    padding: 0 0 0 0;}
	.header .main-nav .nav .nav-item { padding: 0;}
	.basket .page-title-link .btn{margin-top:0}
	.basket  .item-list{    float: left;display: initial;}
	.item-list .table-responsive{    overflow-x: scroll;    z-index: 1;position: relative;}
	.account .page-title-link .btn{margin-top:0}
	.account .item-list{    float: left;display: initial;}
	.eventdetails-section  .ticket-details{    display: list-item;    list-style: none;}
	.ticket-details .book-ticket{float:none}
	.countdown{margin-top:40px;}
	.slider-list .event-name {height: 270px !important;}
	.header .main-nav .nav .dropdown-menu a {font-size: 13px; padding-left: 0;}
}

@media (max-width: 767px) and (min-width: 580px) {
	.col-sx-6 {	width: 50%;float: left;}
	.col-sx-7 {	width: 58.33333333%;float: left;	}
	.col-sx-5 {	width: 41.66666667%;float: left;	}
	.col-sx-4 {	width: 33.33333333%;float: left;	}
	.col-sx-3 {	width: 25%;float: left;}
}
@media (max-width:730px) {
.ticket-details  .show-description{    float: left;width: 100%;    margin-bottom: 20px;}
.ticket-details .show-details{width:100%}
}
@media only screen and (min-device-width :750px) and (max-device-width :790px) {
.login-section   .col-sm-offset-0{margin-left: -10px;}
}
@media (max-width:670px) {
.promo.section-on-bg{padding-top: 120px !important;padding-bottom: 190px;}
}

@media (max-width:650px) {
#event-gallery.owl-theme .owl-controls .owl-buttons{display:block;}
.upcoming-event .events-list .event-data .btn{margin-top: 20px;width: 100%;margin-bottom: 20px;}
.similar-venue .col-md-4{display:inline-flex; width:auto;}
.similar-event{text-align:center}
.instagram  img{margin: 0 auto;}
.facebook  img{margin: 0 auto;}
.ticket-details .book-ticket{margin-top: 30px;}
.ticket-details  .show-description{width: 100%;}
.events-list .eventtitle{float:left;  text-align:left;}
.promo.section-on-bg{padding-top:80px !important; padding-bottom: 180px;}
.table-responsive{border:none}
.ticket-details table tr td  p{padding: 7px 10px; font-size: 8px;}
.section .title{text-align:center}
.upcoming-event{text-align: center;}
.owl-buttons{display:block}
.booktable-city a{width: 70%; margin-bottom: 20px;}
.select-booking{margin-bottom: 30px}
.select-booking .select-date select{width:100%}
.select-booking .select-date{width:100%} 
.similar-event .event-data p{text-align:left;}
.upcoming-event .events-list .event-data{text-align:left}	
.event-img{min-height:100%;}
.similar-event .event-img{min-height: auto;margin-bottom: 20px;}
.similar-venue .event-img{min-height: auto; }
#buy .btn{clear: both;width:100%; margin:20px 0;}
.venue-item .venue-list .venue-img{width:100%;min-height:100%;}
.flexslider .slides li { height: 230px;}
}
	
	
	
@media (max-width:630px) {
.footer{padding: 50px 0 10px;}
#event-slide .event-detail .btn{    padding: 7px 15px;margin-top: 14px;}
.promo.section-on-bg{    padding-top:110px !important;padding-bottom:120px;}

} 

@media (max-width:600px) {
.promo.section-on-bg{padding-top:110px !important;padding-bottom: 200px;}
.venue-img img.img-responsive {
    min-height: 190px;
	width:100%;
	  -webkit-transform:inherit!important;
      -ms-transform:inherit!important;
          transform:inherit!important;
}
.venue-item .venue-list .venue-img{max-height:210px!important;overflow:hidden;}


#venue-slider img.sliders{height:226px!important;width:100%;overflow:hidden;}

img.zoom {min-height:230px!important;
    left:inherit!important;
    position: inherit!important;
    top:inherit!important;
    transform: none!important;
    width:100%;}
.zoomimg{min-height:230px!important;height:auto!important;width:100%!important;}

}
@media (max-width:570px) {
.promo.section-on-bg{padding-top: 70px !important;padding-bottom: 170px;}
}

@media (max-width:540px) {
.footer-menu ul li{    padding: 0 0;width: 100%;line-height: 2;}
.event-list{    padding: 40px 0 30px 0;}
#event-slide .event-detail h3{font-size: 20px;}
#event-slide .event-detail p{font-size:14px}
#event-slide .event-detail .btn{font-size:14px;}
.promo.section-on-bg{    padding-top: 70px !important;padding-bottom: 100px;}
.flex-direction-nav{margin-top: -210px;position: relative;}	
.login-form ul li {width:100%;}
.login-form ul li .btn{width:100%;}
.account .page-title-link .btn{    margin-bottom: 15px;}
.page-title-link .col-md-6:nth-child(2){float:left;    margin-left: 7px;}
.hide_mobie{display:none;}
#buy .events-list{padding-bottom: 50px;}
}

@media (max-width:490px) {
.venue-list .venue-detail h3{font-size: 16px;}
.venue-title{    background: #000;margin-top: 0px;}
.venue-detail .btn{padding:5px 20px}
.venue-detail .btn{float:left}
.venue-list .venue-description.age{width:100%}
.venue-list .venue-description.dresscode{width:100%}
}
@media (max-width:480px) {
.promo{ margin-bottom: 0;}
.upcoming-event .events-list .event-data{text-align:left}
.zoom-effects  .zoom{width:100%;pointer-events: none;}
.zoom-effects:after{display:none}
.similar-event .events-list .event-data{    padding: 30px 0 0;}
.upcoming-event .events-list .event-data .btn{margin-bottom:10px}
.venue-slider .venue-description{width:100%}
.promo.section-on-bg{    padding-top:50px !important; padding-bottom: 150px;}
.venue-slider .venue-detail .btn{margin-top:10px}

}
@media (max-width:480px) {
.wid-30{width:100%}
.wid-20{width:100%}
.wid-50{width:100%}
.payment-radio{width:100%}
.events-list .eventtitle{width:300px;  text-align: left;}
.venue-slider .owl-buttons{margin-top: 20%;}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-prev{top:100px;}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-next{top:100px;}
.venue-list .venue-description{margin-top:10px}
.ticket-details .book-ticket .btn{font-size:20px;}
.social-login ul li{width:100%}
.social-login ul li .btn{width:100%;    margin-bottom: 10px;font-size: 13px;}
	.slider-list .event-name {  height: 180px !important;}
}

@media (max-width:390px) {
.upcoming-event .events-list .event-data .btn{     margin-top: 5px;
    margin-bottom: 5px;    width: 100%;    font-size: 14px;}

.promo.section-on-bg{    padding-top: 30px !important;padding-bottom: 140px;}
.basket .col-md-9 .col-md-6 p{width:100%}
.social-login{margin-top:10px;width: 100%; }
.basket .signup-form  .btn{    width: 100%;}
.section .title{font-size: 20px;}
.login-form  .divider{margin-top: 30px;margin-bottom: 0;}
.flip.play{margin-top: 35px;}
}
@media (max-width:360px) {
.footer .navbar-form .form-control{width:100%}
.footer .navbar-form .form-group{width:100%}
.footer .navbar-form .btn-cta-primary{margin-left: 0px;border-radius: 6px;margin-top: 15px;padding: 13px 20px;}
.page-title-link .col-md-6{    width: 100%;}
.basket .page-title-link .btn{    margin-right: 15px;margin-left: 15px;margin-bottom: 10px;    float: none;}
.account .page-title-link .btn{    margin-right: 15px;margin-left: 15px;margin-bottom: 10px;    float: none;}
.login-form ul li .btn{font-size:15px;}
.events-details .fa {margin-right:10px}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-prev{top:50px;}
#event-slide.owl-theme .owl-controls .owl-buttons .owl-next{top:50px;}
.venue-slider .venue-detail{    padding: 1px 12px 20px;}
.account .page-title-link .btn{margin-right: 20px;margin-left: 10px;}
	.venue-list .venue-detail h3{    width: 210px;}
	.flip-clock-divider.minutes .flip-clock-label { right: -65px !important;}
	.flip-clock-divider.seconds .flip-clock-label { right: -65px !important;}
}
@media (max-width:330px) {
	.headline-bg + .section, .bg-slider-wrapper + .section{    padding-top: 23px;}
	.section .title{font-size:22px;}
	.ticket-details .book-ticket .btn{font-size:18px;}
	.venue-slider .venue-detail .btn{font-size:20px;}
	#event-gallery.owl-theme .owl-controls .owl-buttons .owl-prev{top:95px;}
	#event-gallery.owl-theme .owl-controls .owl-buttons .owl-next{top:95px;}

}

.venue-img img.img-responsive {
    min-height: 190px;
	width:100%;
	  -webkit-transform: translate(0%,-11%);
      -ms-transform: translate(0%,-11%);
          transform: translate(0%,-11%);
}

img.zoom {min-height:602px;
    left: 50%;
    position: absolute;
    top:45%;
    transform: translate(-18%, -49%);
    width: auto;}
	.zoomimg{height:560px;
    overflow: hidden;
    position: relative;
    width: 400px;}
	

	
	
/* -- START-CSS---12-9-2016-- */
.detail{position:absolute;z-index:999;width:100%;top:19%;background: rgba(0, 0, 0, 0.82);padding:10px;}
.detail h3{color: hsl(0, 0%, 100%);font-size: 14px;margin: 3px 0;overflow: hidden;text-overflow: ellipsis;text-transform: uppercase;
white-space: nowrap;width: 61%;}
.detail .eventdate .fa{width:18px;color:#fff;font-size:12px;}
.detail p.eventdate{color:#fff;display:inline-block;font-size:12px;margin-bottom:0px;}
.detail .btn-cta-primary{float: right;font-size: 10px;margin-top:-14px;text-align: center;text-transform: uppercase;width: 32%;padding:6px 0px;}
.vertical-img{width:100%!important;}
.upcoming-event p{display:inherit!important;}
.basket .order-list table{margin-top:0px;}

@media (max-width:991px){.detail{top:87%;}.detail .btn-cta-primary{width:auto!important;display:inline-block;padding:6px 12px!important;}
}
@media (max-width:767px){.detail{top:81%;}}

@media (max-width:640px){.detail{top:69%;}}
@media (max-width:480px){.detail{top:63%;}}

/* -- END-CSS--12-9-2016-- */



/* Stylesheets 2016 Nov 29 */
.footer .navbar-form .btn-cta-primary{padding:6px 10px 7px; color:#fff;}
.login-form ul li { margin-bottom: 15px; width: 33.33%; float: left;}
.flex-direction-nav a{top:43%;}
.flex-direction-nav .flex-next{ background: url(../images/icon-arrow-right.png) no-repeat center rgba(18, 36, 34, 0.75); width: 70px; height: 130px; text-indent: -100000px; text-align: left; background-size: 10px;}
.flex-direction-nav .flex-prev{background: url(../images/icon-arrow-left.png) no-repeat center rgba(18, 36, 34, 0.75); width: 70px; height: 130px; text-indent: -100000px; text-align: left; background-size: 10px;}
.flexslider:hover .flex-prev{left:0;}
.flexslider:hover .flex-next{right:0;}
.vertical-slider{position:relative;height: 100%;}
.vertical-slider .detail{bottom:0; top:auto;}
.stButton .stButton_gradient{height:24px !important;}
.stButton .stArrow{height:24px !important;}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{height:24px !important;}
.ticket-details .show-details{padding-left:15px;}
.checkout-accordian #collapseOne .table-responsive{overflow-x:auto;}
.cus-your-order-total h4{padding:0;margin-left:0;}
.cus-your-order-total .order-list{width:100%;}
.event-img{width:100%;  max-width: 100%;}
.zoom-effects, .zoomimg{width:100%; margin: 0; padding: 0;}
#buy .events-list .eventaddress{width:60%;}
.ticket-details .show-details p{position:relative; padding-left:20px !important; margin-bottom:10px;}
.ticket-details .show-details i{position:absolute; top:3px; left:0;}
.ticket-details .show-description{padding-left:15px;}
.venue-item h2.title{font-size:24px;}
.venue-img img.img-responsive{width:100%;}
.venue-list .venue-img{width:100%;}
.venuedetails-section .show-details{padding-left:0;}
.login-form .social-login li:nth-child(1){background:url(../images/btn-login-fb.png ) no-repeat; background-size:98% auto;height: 32px;}
.login-form .social-login li:nth-child(2){background:url(../images/btn-login-gplus.png ) no-repeat; background-size:98% auto;height: 32px;}
.login-form .social-login li:nth-child(3){background:url(../images/btn-login-linkedin.png ) no-repeat; background-size:98% auto;height: 32px;}
.login-form .social-login li > *{opacity:0;}
.social-btns .social-login li:nth-child(1){background:url(../images/btn-login-fb.png ) no-repeat; background-size:98% auto;height: 35px;}
.social-btns .social-login li:nth-child(2){background:url(../images/btn-login-gplus.png ) no-repeat; background-size:98% auto;height: 35px;}
.social-btns .social-login li:nth-child(3){background:url(../images/btn-login-linkedin.png ) no-repeat; background-size:98% auto;height: 35px;}
.signup-form .fb_iframe_widget{background:url(../images/btn-login-fb.png ) no-repeat; background-size:98% auto;height: 32px;width: 142px;display: inline-block;}
.signup-form  .g-signin2{background:url(../images/btn-login-gplus.png ) no-repeat; background-size:98% auto;height: 35px;}
.signup-form  .IN-widget{background:url(../images/btn-login-linkedin.png ) no-repeat; background-size:98% auto;height: 35px;}
.signup-form .fb_iframe_widget span{opacity:0;}
.signup-form .g-signin2 > *{opacity:0;}
.signup-form .IN-widget > *{opacity:0;}
.social-btns .social-login li > *{opacity:0;}
.event-list .social-btns{padding-left:0; padding-right:0;}
.social-btns .social-login li{width:32%; margin:0 2px 10px!important;; float:left !important;}
.event-list { padding: 0px 0 50px;}
.footer .navbar-form .btn-cta-primary{border-radius:0 6px 6px 0; -webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; -o-border-radius:0 6px 6px 0;}
.basket{padding:0;}
.cus_social_login{}
.cus_social_login .or_with_text{}
.cus_social_login .fb{display:block; width:140px; margin:0 0 10px;}
.cus_social_login .fb .form-group{margin-bottom:0;}
.cus_social_login .gp{display:block; width:140px; margin:0 0 10px;}
.cus_social_login .ld{display:block; width:140px; margin:0 0 10px;}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{background-size: 100% 100%;}
.innerpage .eventdetails-section{padding-top: 20px;}
.or_with_text{ display: block; width: 100% !important;  margin-bottom: 10px;}
.item-list table tr th:first-child{width:50%;}
.payment-radio .row{margin:0;}
.venue-section .venue-slider .col-md-12{padding:0;}
.venue-section .title.container{padding:0;}

.bg-innerpage.promoter-page{}
.bg-innerpage.promoter-page .innerpage{padding-tp:130px;}
.promoter_banner{margin-bottom:30px;}
.promoter_tab{margin:0 0 100px 0;}
.promoter_tab .events-list{margin-bottom:40px;}
.promoter_tab .events-list .event-data .btn {
    display: inline-table;
    width: auto;
    position: absolute;
    padding: 7px 7px;
    font-size: 10px;
    top: 15px;
    right: 0;
    text-transform: uppercase;
}
.promoter_tab p {
    color: #fff;
    font-size: 11px;
    display: inline-table;
}
.events-list .event-data{padding: 15px 0 20px;}
.events-list .event-data p {
    margin-bottom: 5px;
    width: calc(100% - 95px);
    display: inline-block !important;
    vertical-align: top;
}
.promoter_tab .events-list .event-data .fa {
    color: #fff;
    width: 15px;
}
.promoter_tab .eventaddress {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 67%;
    display: table-cell;
}
.promoter_tab .eventtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #fff;
	margin:0;
}
.promoter_tab .events-list .eventtitle a {
    padding: 10px 0;
    font-size: 12px;
    font-Weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.promoter_tab .nav-tabs > li:first-child{margin-left:0;}
.promoter_tab .nav-tabs > li {
    background: transparent;
    border: none;
    display: inline-table;
    width: auto;
	margin-left:20px;
}
.promoter_tab .nav-tabs > li a {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.promoter_tab .nav-tabs > li.active {
    background: transparent;
    border: none;
    border-bottom: solid 5px #ff5c00;
}
.promoter_tab .nav-tabs > li.active a {
    background: transparent;
    box-shadow: none
}
.promoter_tab .nav-tabs > li.active a span {
    color: #ec6952; 
}
.promoter_tab .nav-tabs > li  a span {
   display: block !important;
}
.promoter_tab .nav-tabs > li > a:hover {
    background: transparent;
}
.promoter_tab .tab-content {
    padding: 30px 0 0;
}
.promotersidebar{    margin-top: 80px;}
.promotersidebar .block{ margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #ff5c00;}
.promotersidebar .block h3{font-size:16px; font-weight:bold; color:#ff5c00; text-transform:uppercase; margin:0; padding:0 0 10px;}
.promotersidebar .block .block-content{float:left; width:100%;}
.promotersidebar .block:after{content:""; display:block; width:100%; height:1px; clear:both;}
.promotersidebar .block-insagramfeed{border-bottom:0;}
.promotersidebar .block-insagramfeed .block-content ul{margin:0 0 0 -5px; padding:0;}
.promotersidebar .block-insagramfeed .block-content ul li {margin-left: 5px; width: calc(33.333333% - 5px); float: left;  margin-bottom: 5px;}
.promotersidebar .block-insagramfeed .block-content ul li img{width:100%;}
.block-insagramfeed .insta_btn{float:left; text-align: center; clear:both; width:100%; margin-top:25px;}
.block-insagramfeed .insta_btn a{color:#fff; border-radius:3px; padding: 10px 15px; background:#ff5c00; display:inline-block; margin:0 auto; font-size:14px; text-align:center; text-transform:uppercase;}
.block-insagramfeed .insta_btn a span{color:#171b28;}
.block-insagramfeed .insta_btn a:hover{text-decoration:none;}
.block-promoter-stats{color:#fff; font-size:12px;}
.block-promoter-stats td:first-child{width:51%; padding-right:5px; padding-top:3px; padding-bottom:3px;}
.block-promoter-stats td:last-child{padding-left:15px; width:42%;color:#ff5c00; padding-left:0px; padding-top:3px; padding-bottom:3px;}

.block-about p{font-size:12px; color:#fff;}
.block-about p a{margin-left:5px; text-decoration:underline;}
.block-event-detail{font-size:13px; color:#fff;}
.block-event-detail .btn{color:#fff; border-radius:3px; padding:5px 10px; background:#ff5c00; display:block; margin:0 auto; font-size:8px; text-align:center; text-transform:uppercase; margin-bottom:10px;}
.block-event-detail .col-sm-9{padding-right:0;}
.block-event-detail .col-sm-9 p{position:relative; padding-left:20px; margin-bottom:5px;}
.block-event-detail .col-sm-9 p i{position:absolute; top:2px; left:0;}
.block-event-detail .col-sm-9 h4{}
.block-event-detail h4{margin:0; padding:0;color:#ff5c00; font-weight:bold; margin:15px 0 10px 0;}
.block-event-detail .b_e_d_img{width:100px; height:100px; border-radius:50%; overflow:hidden; margin-bottom:15px;}
.block-event-detail .b_e_d_img img{width:100%; height:100%; object-fit:cover;}


.promoter-page.how-it-works{background-color:#222943;}
.promoter-page.how-it-works img{max-width:100%;}
.promoting_events_steps_blocks{font-size:14px; color:#fff;}
.promoting_events_steps_blocks .promoting_section_1{padding:50px 0;}
.promoting_events_steps_blocks .promoting_section_1 .col-sm-3 img{display:inline-block; vertical-align:middle;}
.promoting_events_steps_blocks .promoting_section_1 .col-sm-3 span{    width: calc(100% - 36px); display:inline-block; vertical-align:middle; text-align:center; padding-left:5px;}
.promoting_events_steps_blocks .promoting_section_2{padding:30px 0 50px;}
.promoting_events_steps_blocks .promoting_section_2 h2{font-size:30px; text-align:center;color:#ff5c00; font-weight:bold;text-transform:uppercase; margin:0; padding:0 0 30px;}
.promoting_events_steps_blocks .promoting_section_2 h3{text-align:center;font-weight:bold;text-transform:uppercase; font-size:20px;}
.promoting_events_steps_blocks .promoting_section_2 .text{text-align:center; padding:20px 20px 0}
.promoting_events_steps_blocks .promoting_section_2 .text a{font-weight:bold;color:#fff;}
.promoting_events_steps_blocks .promoting_section_2 .text a strong{color:#ff5c00;}

.promoting_section_3{padding:50px 0;}
.promoting_section_3 h2{font-size:30px; text-align:center;color:#fff; font-weight:bold; margin:0; padding:40px 0 50px;}
.promoting_section_3 h3{font-size:24px; text-align:left;color:#ff5c00; font-weight:bold; margin:0; padding:0 0 30px;}
.promoting_section_3 ul{margin:0 0 50px; padding:0;}
.promoting_section_3 ul li{list-style:none; margin-bottom:25px;}
.promoting_section_3 ul li span{font-weight:bold; font-size:16px; display:block; margin-bottom:5px;}
.promoting_section_3 .btn-cta{font-size:20px; padding:15px 50px;}
.promoting_section_4{padding:50px 0 80px}
.promoting_section_4 h2{font-size:30px; text-align:center;color:#ff5c00; font-weight:bold; margin:0; padding:40px 0 20px;}
.promoting_section_4 .text{text-align:center;}
.promotersidebar .block table{width:100%;}
.event-img img { width: 100%; min-height: 150px; max-height: 150px; object-fit: cover;}
.promoter_banner img{width:100%; height:380px; object-fit:cover;}
.header .main-nav{float:left !important;}
.header .block-search{float:right; width:270px; margin-top:30px; transition:0.5s all ease; position:relative;}
.header .block-search .btn-search {
    display: block;
    background: #ff5c00;
    top: 0px;
    right:0;
	height:36px;
    border-style:none;
}
.header .container{position:relative;}
.header .block-search input.form-control{font-size:13px; width:calc(100% - 36px); float:left; margin-right:3px; height:36px;}
.header .block-search input.btn{width:100px; float:left; height:36px; width:auto; background:#ff5c01; text-transform:uppercase; border-color:#ff5c01; color:#fff; border-radius:4px; font-size:12px;} 
.header.scrolled .block-search{margin-top:15px;}
.btn-search{position: absolute; right: 60px; top: 10px; width: 40px; height: 40px; text-align: center;line-height: 38px; display:none;}



@media(min-width:767px){
	.header .logo img{height:40px; margin-top:10px;}
}



@media(max-width:1024px){
.booktable-city a{}
#buy .events-list .event-data {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    float: left;
}
#buy .eventtitle{float:none;}
.venue-list .venue-detail h3 { width: 100%;}
.header .block-search .btn-search{right:15px;}
}
@media(max-width:991px){
	
.innerpage { padding-top: 20px;}
.account  .item-list .col-md-6{padding-left:0; padding-right:0;}
.social-login.cus_social_login{width:100%;}
.social-login.cus_social_login .fb, .social-login.cus_social_login .gp, .social-login.cus_social_login .ld{width:32%; display:inline-block; vertical-align:top;}
.social-login.cus_social_login .fb_iframe_widget{width:100%;height:55px;background-size: 100% auto; display:block;}
.social-login.cus_social_login .IN-widget{width:100%; background-size: 100% auto; height:55px;}
.social-login.cus_social_login  .g-signin2{background-size: 100% auto; height:55px;}
#buy .btn {width: auto; margin: 0;  position: absolute !important; top: 20px!important; right: 0!important;}
.event-list .social-btns .social-login .facebook, .event-list .social-btns .social-login  .google, .event-list .social-btns .social-login  .facebook { width: 200px; height: 50px; float: none!important; display: inline-block; vertical-align: top;}
.basket .flip-clock-wrapper ul {width: 50px;}
}


@media(min-width:768px) and (max-width:1024px){
	.flex-direction-nav a { top: 28%;}
	.flexslider .section-on-bg .title{ width: 80%; margin: 0 auto;}
	.event-list{padding-top:10px;}
	.book-table{padding: 15px 0 45px;}
	.footer{padding: 30px 0 10px;}  
	.zoom-effects{padding: 0 15px;}
	.access-section .form-box .form-box-inner{margin-top:50px; }
	.access-section{    padding-bottom: 40px;}
	.venue-section{padding-top: 30px;}
	.btn-search{display:block;    top: 30px; right:15px;}
.block-search{display:none;}
.header .block-search.active {display: block; width: 270px; margin-top: 5px; position: absolute; top: 26px; left: auto; right: 5px; z-index:11} 
.header .block-search input.btn{width:86px;}
.header .block-search input.form-control{width: calc(100% - 49px);}
.promoting_section_3{padding:0;}
.promoting_events_steps_blocks .promoting_section_2{padding:0;}
.promoting_events_steps_blocks .promoting_section_2 h2{font-size:24px;}
}
@media(min-width:768px) and (max-width:1023px){
	.bg-innerpage.promoter-page .innerpage{padding-top:0;}.block-event-detail .col-sm-9, .block-event-detail .col-sm-3{width:100%;}
#promoter_tab_upcoming .col-sm-4{width:50%;}
.header .block-search.active{top:16px;}
.btn-search{top:20px;}
}

@media(max-width:767px){
.book-table h2 {font-size: 32px;}
.book-table{padding: 15px 0;}
.booktable-city a { width: 80% !important;      margin-bottom: 15px;  padding: 15px 0;}
.event-list {padding: 20px 0;}
.event-list .tab-content { padding: 30px 0 0;}
#buy .events-list{padding-bottom: 10px; margin-bottom: 20px;}
.event-img {
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    text-align: center;
}
.event-img a{display:block;}
.event-img img {
    height: auto;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    /* display: inline; */
}
.upcoming-event .events-list .event-data .btn{position: absolute; right: 15px; width: auto;}
.eventdetails-section .title { text-align: left;}
.eventdetails-section .stButton .stFb, .eventdetails-section .stButton .stTwbutton, .eventdetails-section .stButton .stMainServices{height: 22px;}
.eventdetails-section .stButton .stArrow{height: 22px;}
.eventdetails-section .stButton .stButton_gradient{height: 22px;}
.ticket-details .book-ticket .btn{font-size:16px;}
.ticket-details .book-ticket .btn{margin-bottom:0;}
.similar-event .event-img{min-height: 170px; max-height: 170px;}
.similar-event .col-md-4 .events-list{width:100%; margin-bottom:20px;}
.similar-event .events-list .event-data {
    padding: 0px 0 0;
}
.page-title-link .col-md-6:nth-child(2){float:right;}
.basket .countdown {margin-top: 0;}
.countdown p{line-height:normal;    width: 100%;}
.basket .flip-clock-wrapper{margin:0 !important; float:left !important; width:100% !important; }
.flip-clock-wrapper ul li a div div.inn{font-size:24px !important;}
.book-table h2 {font-size: 26px!important;}
.access-section{    padding-bottom: 30px;}
.basket .container{padding:0;}
.basket .flip-clock-wrapper .flip{    margin: 2px;}
.events-list .event-data .eventtitle {
    padding-top: 0;
    margin-top: 0;
	    margin-bottom: 0;
}
.upcoming-event .events-list .event-data {
    padding: 18px 0 0!important;
    float: left;
    width: 100%;
    position: relative;
}
.upcoming-event .events-list .event-data .btn {
    position: absolute;
    right: 0;
    width: auto;
    top: 15px;
    margin-top: 0 !important;
}
.upcoming-event .events-list .eventtitle a{ width: 100%; display: block; white-space: initial; padding:0;}
.upcoming-event .events-list {
    padding-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #5f6788;
}
.upcoming-event .event-title{float: left; width: 100%;}
.col-md-6:nth-child(2n+1) .venue-list{width:100%;}
.venue-detail .btn{float:left;    clear: both;}
.venue-list .venue-description {  width: 40%;}
.venue-list .venue-description.age {   width: 20%;}
.similar-event .event-data p.eventdate{margin-left: 0%; float: right; width: 85px;}
.similar-event .col-md-4 .events-list{border-bottom: 1px solid #5f6788; padding-bottom:15px;}
.section .title{font-size:20px; text-align:left;}
.ticket-details table tr th:first-child{    font-size: 20px !important;}
.similar-venue .event-img img{position:relative;}
.similar-venue .events-list{    border-bottom: 1px solid #5f6788; padding-bottom: 15px; margin-bottom: 30px;}
.header .main-nav { margin-top: 0;}
.header h1.logo a {margin: 0 auto; padding: 10px 0;}
.header h1.logo a  img{height:40px;}
.header .main-nav .navbar-toggle{top:12px;}
.flex-direction-nav { margin-top: 0; position: absolute; top: 45%;width: 100%;}
.header .main-nav .nav .nav-item.active a{border:0;}
.navbar-collapse{top: 60px;}
.flex-direction-nav a:before{    font-size: 30px;}
.flex-direction-nav a{width:30px; height:30px;}
.flexslider .slides li{height:170px;}
.flexslider  .promo.section-on-bg{display:table; width:100%; height:100%; margin:0; padding:0 !important;}
.flexslider  .promo.section-on-bg .text-center{display:table-cell; vertical-align:middle;}
.flexslider  .promo.section-on-bg h2{text-align:center;}
.footer .form-container .navbar-form{display: table; width: 100%; float: none; margin: 0; padding: 0;}
.footer .navbar-form .form-group{display:table-cell; vertical-align:top;width: 75%;}
.footer .navbar-form .form-control{width:100%;border-radius: 8px 0 0 8px; -webkit-border-radius: 8px 0 0 8px; -moz-border-radius: 8px 0 0 8px; -o-border-radius: 8px 0 0 8px;}
.footer .navbar-form .btn-cta-primary { display: table-cell; float: none; margin: 0; width: 110px;}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{ width: 24px;height: 50px; background-size: 20px;}
#buy .events-list { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #5f6788;}
.event-section.section .title{padding-left:0; padding-right:0;}
.access-section .page-title-link .col-md-6{width:50%;    margin: 0;}
.account  .item-list{padding: 0 10px;}
.item-list table tr th, .item-list table tr td {padding:3px; font-size: 13px !important;}
.item-list table tr td select { width: 40px; padding-left:0 !important;}
.basket .col-md-9 h4{}
.btn-checkout-custom{margin-bottom:20px!important;}
.cus-your-order-total, .cus_sign_in_out{padding:0 15px !important;}
.ticket-details table tr th:first-child{font-size:13px !important; width:75%;}
.similar-event .event-data p.eventdate{}
.similar-event .event-data p.eventdate{position:relative; padding-left:20px !important; margin-bottom:10px;}
.similar-event .event-data p.eventdate i{position:absolute; top:3px; left:0;}
.events-list .eventaddress{width: 63%;}
.select-booking{margin:15px 0 0;}
.select-booking .title{margin-bottom:0;}
.similar-venue .eventaddress, .similar-venue .eventtitle{width:100%;}
.similar-venue .col-md-4{width:100%; display:block;}
.similar-venue .events-list{padding-bottom:15px;}
.similar-venue .events-list{float:left; width:100%;}
.eventdetails-section .venuedetails-section.col-md-8{padding: 0;}
.event-desciption .col-md-9{padding:0;}
.login-form .social-login li{width: 100%; max-width: 150px; margin: 0 auto 10px; float: none; height: 36px !important;}
.login-section  .form-box .title{margin-bottom: 10px;}
.login-section .form-box .form-box-inner{padding: 15px;}
.booktable-city{margin-top: 20px;}
.similar-event .event-data p.eventdate{ float: left;  width: 100%;}
.zoom-effects{margin:30px 0;}
.similar-event .event-img{margin-bottom:20px;}
.similar-event .col-md-4 .events-list{float: left; width: 100%;}
img.zoom{left:49%;}
.item-list .table-responsive { overflow-x: auto}
.basket .col-md-9 h4{margin-bottom:10px; margin-top:10px;}
.section .title{margin-bottom:10px;}
#buy .events-list .event-data .btn { margin-top: 0;}
.eventdetails-section  .ticket-details .col-md-11{ padding: 0;}
.ticket-details  .show-description{margin:0;}
.ticket-details .book-ticket{margin-bottom:0;}
.ticket-details .book-ticket{margin-top: 10px;}
.eventdetails-section  .ticket-details{padding:10px;}
.eventdetails-section  .ticket-details .col-md-12{padding:0;}
.cus_booking_table { clear: both; margin: 5px 0 0; float: left; width: 100%;}
.cus_booking_table tr, .cus_booking_table tr td{display:block;}
.ticket-details table tr td img{float: left; display: inline-block; vertical-align: top; width:100px;}
.ticket-details table tr td span{float: none;width: 100%; display:inherit; vertical-align: text-bottom;width:auto;}
.ticket-details table tr td:nth-child(2){width: 49%; display: inline-block; border:0;}
.ticket-details table tr td:nth-child(3){width: 49%; display: inline-block; border:0;}
.cus_booking_table thead{display:none;}
#event-gallery .item{padding-top:20px;}
.footer  .col-md-5, .footer  .col-md-7{padding-left: 0; padding-right: 0; left: 0;}
.event-list .social-btns { padding: 10px 0;}
.innerpage {padding-top: 10px;}
.footer {padding: 30px 0 10px;}
.upcoming-event .events-list .event-data .btn{font-size:10px;}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{background-size: 100% 100%;}
.ticket-details table tr td, .ticket-details .table>thead>tr>th{border-bottom: 1px solid #ff5c00 !important; display:table-cell !important;}
.similar-event .events-list .eventtitle{width:100%;}
.similar-event .events-list .eventaddress{width:100%;}
.events-list .event-data{ float: left; padding: 10px 0 0; width: 100%;}
.events-list .event-data .eventtitle{padding-bottom:5px;}
.order-list table tfoot tr:last-child td:last-child{float:none;}
.event-desciption .facebook {padding-top: 30px;}
.event-desciption {padding: 10px 0;}
.similar-event{padding-top: 30px;}
.ticket-details table tr td:first-child{width:85%;}
.ticket-details table tr td select{margin-left: 5;}
.cus_booking_table table tr td{display:inline-block !important;border-bottom:0 !important; border-top:0px solid #fff;}
.cus_booking_table table tr td:first-child{width:100%; border-bottom:0 !important; border-top:1px solid #fff; padding-bottom:5px;}
.cus_booking_table table tr td:first-child span{display:inline;}
.ticket-details table tr td:nth-child(2){padding: 14px 0 14px;}
.upcoming-event .eventtitle{margin-top:0;}
.similar-venue .event-data  p .fa{position:relative; top:2px;}
.cus-your-order-total .order-list .form-control{ width: 100%; display: inline-block;}
.cus-your-order-total .order-list table .btn{width: 100px; display: inline-block;}
.c_voucher_code .form-control{ width: 65%; display: inline-block;}
.c_voucher_code .btn{width: 80px; display: inline-block;}
.venue-slider .owl-buttons{    margin-top: 13%;}
.venue-slider .venue-description h4{margin-top:0;}
.venue-slider .venue-detail .btn{font-size:14px; padding: 10px 20px;}
.venue-item{padding:30px 0;}
.venue-slider .venue-description.age{width:20%;}
.social-btns .social-login li{width:100% !important;}
.bg-innerpage.promoter-page .innerpage{padding-top:20px;}
.promoter_tab .events-list{float:left; width:100%;}
.promoter_tab .events-list .event-data p i{margin-right:5px;}
.promoter_tab .events-list .eventtitle a i{margin-right:5px;}
.promoter_tab{margin-bottom:0px;}
.promotersidebar{margin-top:0;}
.promoting_events_steps_blocks .promoting_section_1 .col-sm-3{margin-bottom:15px;}
.promoting_events_steps_blocks .promoting_section_1 .col-sm-3 span{text-align:left;}
.promoting_events_steps_blocks .promoting_section_1 {padding: 20px 0;}
.promoting_events_steps_blocks .promoting_section_2{padding: 20px 0;}
.promoting_events_steps_blocks .promoting_section_2 h2{font-size:24px;}
.promoting_section_3{padding: 20px 0;}
.promoting_section_3 h2{padding: 0px 0 30px; font-size:24px;}
.promoting_section_3 h3{font-size:20px;}
.promoting_section_3 iframe{height:200px; margin-bottom:30px;}
.promoting_section_4{padding:0 0 20px 0;}
.promoting_section_3 .btn-cta { font-size: 16px; padding: 8px 25px;}
.promoting_events_steps_blocks .promoting_section_2 .img{text-align:center;}
.promoting_events_steps_blocks .promoting_section_2 .img img{max-width:70%;}
.promoting_events_steps_blocks .promoting_section_4 .img{text-align:center;}
.promoting_events_steps_blocks .promoting_section_4 .img img{max-width:70%;}
.promoting_events_steps_blocks .promoting_section_2 .col-sm-4{margin-bottom:50px;}
.promoting_events_steps_blocks .promoting_section_2 .text{padding-top:10px;}
.btn-search{display:block;}
.block-search{display:none;}
.header .block-search.active {
    display: block;
    width: auto;
    margin-top: 5px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #303856;
    padding: 10px;
}
.header .block-search input.btn{width:86px;}
.header .block-search input.form-control{width: calc(100% - 43px);}
.bg-innerpage.promoter-page .innerpage{padding-top:0;}
#promoter_tab_upcoming .col-sm-4{width:50%; float:left;}
.header .block-search .btn-search{right:10px; top:10px;}
.navbar-nav>li>a{padding-left:0;}
.header .main-nav .nav .nav-item a{padding:10px 0;}
}

@media(max-width:568px){  
.events-list .event-data .eventtitle {width: 63%; margin-bottom: 5px;}
.events-list .eventaddress {width: 68%;} 
.upcoming-event {padding-top: 0;}
.social-login.cus_social_login{max-width:180px !important;}
.social-login.cus_social_login .fb, .social-login.cus_social_login .gp, .social-login.cus_social_login .ld {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.access-section .form-control{ width: 100%; display: inline-block;}
.account .order-list table .btn{width: 100px; display: block;}

.ticket-details .book-ticket p{    margin-left: 0 !important;}
.event-desciption .facebook{padding-top: 10px;}
.event-desciption .facebook  + .facebook{ padding-top: 20px;}
.payment-radio{text-align:left !important;}
.payment-radio span{float:none !important; width: auto !important; display:inline-block;}
.venue-slider .venue-detail .btn{font-size:13px; padding: 8px 20px;}
.venue-slider .owl-buttons {
    margin-top: 23%;
}
.flip-clock-wrapper ul:nth-child(1n){width:30px !important; margin: 2px !important;}
.flip-clock-wrapper ul li a div div.inn {  font-size: 16px !important;}
.ticket-details .book-ticket p br{display:none;}
.similar-event .event-data p.eventdate{margin-bottom: 5px;}
.similar-event .events-list .event-data .eventtitle{width:100%; padding-bottom: 0px;}
.countdown p{margin-top: 10px;}
.basket .flip-clock-wrapper{margin-top:15px !important;}
.promoter_banner img{height:180px;}
#promoter_tab_upcoming .col-sm-4{width:100%; float:left;}
.navbar-nav>li.dropdown>a{padding-left:0;}
.navbar-nav>li>a, .header .main-nav .nav .nav-item a{font-size:13px; padding:8px 0;}
.header .main-nav .nav .dropdown-menu a{font-size:13px;}
}

@media(max-width:479px){  
.upcoming-event .col-md-3 { width: 100%;}
.flexslider .slides li{height:180px;}
}


@media(max-width:320px){
.flip-clock-wrapper ul:nth-child(1n){width:33px !important; margin: 2px !important; padding: 0px !important;}
}
 
.zoomimg{height:auto;} 
.eventdetails-section img.zoom{width:100%; position: relative; left: 0; right: 0; top: 0; min-height: inherit; transform: translate(0, 0); transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.eventdetails-section .zoomimg div  img.zoom{width:auto; max-width: 400px;}


