﻿@charset "utf-8";
/* CSS Document */

/* browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body { height:100%; }
body { line-height:1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
img { color:transparent; font-size:0; vertical-align:middle; -ms-interpolation-mode:bicubic; width:auto\9; height:auto; max-width:100%; }
ol, ul, li { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
th, td, caption { font-weight:normal; vertical-align:top; text-align:left; }
q { quotes:none; }
q:before, q:after { content:""; content:none; }
sub, sup, small { font-size:75%; }
sub, sup { line-height:0; position:relative; vertical-align:baseline; }
sub { bottom:-0.25em; }
sup { top: -0.5em; }
svg { overflow:hidden; }
#map_canvas img, .google-maps img { max-width:none; }
/* text reset */
pre, code { font-family:"DejaVu Sans Mono", Menlo, Consolas, monospace; }
hr { border: 0 solid #ccc; border-top-width:1px; clear:both; height:0; }
ol { list-style:decimal; }
html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
a { color:#009fff; text-decoration: none; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
a:hover { color:#212121; text-decoration:none; }
a:focus { outline:thin dotted #333; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px; }
a:hover, a:active, a:focus { outline:0; }
body { color: #212121; font: 400 16px/1 "Roboto", sans-serif !important; background: #f2f2f2; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
figure { margin: 0; }
img { vertical-align: middle; }
[role="button"] {
 cursor: pointer;
}
/* input reset */
select { background: #fff; border: solid 1px #000; box-shadow: none; height: 60px; line-height: 18px; padding: 20px 22px; width: auto; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; font-size: 14px; }
input[type="text"], input[type="password"], input[type="email"], input.form-text, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: normal; background: #fff; border: 1px solid #e6e6e6; color: #333; margin: 0; outline: none; resize: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -webkit-transition: color 0.45s, background 0.45s, border 0.45s; -moz-transition: color 0.45s, background 0.45s, border 0.45s; transition: color 0.45s, background 0.45s, border 0.45s; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input.form-text:focus, textarea:focus { color: #000; -webkit-transition: color 0.25s, background 0.25s, border 0.25s; -moz-transition: color 0.25s, background 0.25s, border 0.25s; transition: color 0.25s, background 0.25s, border 0.25s; }
input[type="text"]:focus + label, input[type="password"]:focus + label, input[type="email"]:focus + label, input.form-text:focus + label, textarea:focus + label { color: #000; }
input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input.form-text:disabled, textarea:disabled { background: #000; opacity: 0.5; }
input[type="text"]:-ms-clear, input[type="password"]:-ms-clear, input[type="email"]:-ms-clear, input.form-text:-ms-clear, textarea:-ms-clear {
height: 0;
width: 0;
}
textarea { padding: 15px 25px; }
input[type="text"], input[type="password"], input[type="email"], input.form-text, .input-text { display: inline-block; height: 60px; line-height: 18px; padding: 20px 22px; }
 input::-webkit-input-placeholder {
 color: #b0b0b0;
 opacity: 1;
}
input:-moz-placeholder {
 color: #b0b0b0;
 opacity: 1;
}
input::-moz-placeholder {
 color: #b0b0b0;
 opacity: 1;
}
input:-ms-input-placeholder {
 color: #b0b0b0;
 opacity: 1;
}
/* print */
@media print {
* { color:#000!important; text-shadow:none!important; background:transparent!important; box-shadow:none!important; }
a, a:visited { text-decoration:underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border:1px solid #999; page-break-inside:avoid; }
thead { display:table-header-group; }
tr, img { page-break-inside:avoid; }
img { max-width:100%!important; }
 @page {
margin:0.5cm;
}
p, h2, h3 { orphans:3; widows:3; }
h2, h3 { page-break-after:avoid; }
}
/* clear */
.clr, .clear, .clearfix:before, .clearfix:after, .container:before, .container-fluid:before, .container:after, .container-fluid:after, .row:before, .row:after { content:" "; display:table }
.clr, .clear, .clearfix:after, .container:after, .container-fluid:after, .row:after { clear:both }
/* default settings */
.ftlt { float:left; }
.ftrt { float:right; }
.center { text-align:center; }
.left { text-align:left !important; }
.right { text-align:right; }
.relative { position:relative; }
.absolute { position:absolute; }
.norelative, .noabsolute { position:static !important; }
.fixed { position:fixed }
.bold { font-weight:bold; }
.nobold { font-weight:normal; }
.show { visibility:visible; display:block !important }
.hide { display:none !important; }
.otherhide { display:none !important; visibility:hidden; }
.red { color:#c52429; }
.green { color:#5c952c; }
.orange { color:#f6a820; }
.orange1 { color:#f90; }
.black { color:#000; }
.white { color:#fff; }
.blue { color:#30a4ea; }
.grey { color:#999; }
.pad0t { padding-top:0 !important; }
.pad0b { padding-bottom:0; }
.pad0l { padding-left:0; }
.pad0r { padding-right:0; }
.pad5t { padding-top:5px; }
.pad5b { padding-bottom:5px; }
.pad5l { padding-left:5px; }
.pad5r { padding-right:5px; }
.pad5tb { padding-top:5px; padding-bottom:5px; }
.pad5lr { padding-left:5px; padding-right:5px; }
.pad5trbl { padding:5px; }
.pad10t { padding-top:10px; }
.pad10b { padding-bottom:10px; }
.pad10l { padding-left:10px; }
.pad10r { padding-right:10px; }
.pad10tb { padding-top:10px; padding-bottom:10px; }
.pad10lr { padding-left:10px; padding-right:10px; }
.pad10trbl { padding:10px; }
.pad15t { padding-top:15px; }
.pad15b { padding-bottom:15px; }
.pad15l { padding-left:15px; }
.pad15r { padding-right:15px; }
.pad15tb { padding-top:15px; padding-bottom:15px; }
.pad15lr { padding-left:15px; padding-right:15px; }
.pad15trbl { padding:15px; }
.pad20t { padding-top:20px; }
.pad20b { padding-bottom:20px; }
.pad20l { padding-left:20px; }
.pad20r { padding-right:20px; }
.pad20tb { padding-top:20px; padding-bottom:20px; }
.pad20trbl { padding:20px; }
.margin0t { margin-top:0 !important; }
.margin10t { margin-top:10px; }
.margin15t { margin-top:15px }
.margin10b { margin-bottom:10px; }
.margin10l { margin-left:10px; }
.margin10r { margin-right:10px; }
.margin10tb { margin-top:10px; margin-bottom:10px; }
.margin10lr { margin-left:10px; margin-right:10px; }
.margin10trbl { margin:10px; }
.margin5l { margin-left:5px; }
.margin5r { margin-right:5px; }
.margin5t { margin-top:5px; }
.margin5b { margin-bottom:5px; }
.margin5tb { margin-top:5px; margin-bottom:5px; }
.margin5lr { margin-left:5px; margin-right:5px; }
.margin5trbl { margin:10px; }
.margin20t { margin-top:20px; }
.margin20b { margin-bottom:20px; }
.margin20l { margin-left:20px; }
.margin20r { margin-right:20px; }
.margin20tb { margin-top:20px; margin-bottom:20px; }
.margin20lr { margin-left:20px; margin-right:20px; }
.margin20trbl { margin:20px; }
.margin25t { margin-top:20px; }
.margin25b { margin-bottom:20px; }
.margin25l { margin-left:20px; }
.margin25r { margin-right:20px; }
.margin25tb { margin-top:20px; margin-bottom:20px; }
.margin25lr { margin-left:20px; margin-right:20px; }
.margin25trbl { margin:20px; }
.margin70t { margin-top:0; }
.alpha { margin-left:0!important; }
.omega { margin-right:0!important; }
.bold { font-family: "robotobold"; }
.leaderboard { display: table; margin: 15px 0 15px 0; text-align: center; width: 100%; }
.eventlisting .leaderboard { background:none }
/* buttons */
.waves-effect { position:relative; cursor:pointer; display:inline-block; overflow:hidden; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:transparent; vertical-align:middle; z-index:1; will-change:opacity, transform; transition:all .3s ease-out }
.waves-effect .waves-ripple { position:absolute; border-radius:50%; width:20px; height:20px; margin-top:-10px; margin-left:-10px; opacity:0; background: rgba(255, 255, 255, 0.7); transition:all 0.7s ease-out; transition-property:opacity, -webkit-transform; transition-property:transform, opacity; transition-property:transform, opacity, -webkit-transform; -webkit-transform:scale(0); transform:scale(0); pointer-events:none }
button, a.btn, input[type="submit"] { font-family: Helvetica, Arial, sans-serif; font-size: 13px; background: #f58705; border: 0; color: #fff; cursor: pointer; display: inline-block; margin: 0; min-width: 100px; outline: none; position: relative; text-align: center; text-shadow: none; vertical-align: middle; white-space: nowrap; z-index: 1; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-border-radius: 2px; border-radius: 2px; background-clip: padding-box; -webkit-transition: color 0.45s, background 0.45s, border 0.45s; -moz-transition: color 0.45s, background 0.45s, border 0.45s; transition: color 0.45s, background 0.45s, border 0.45s; }
.btn { font-size: 13px; line-height: 18px; padding:9px 24px; /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/ }
/*.btn:hover { box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15); transition: .2s ease-out; }*/
button, input[type="submit"] { padding: 8px 12px; }
a.btn-red, .btn-red, input[type="submit"].btn-red { background-color: #ef534e; }
a.btn-red:hover, .btn-red:hover, input[type="submit"].btn-red:hover { background-color: #ff1d23; }
a.btn-yellow, .btn-yellow, input[type="submit"].btn-yellow { background-color: #fffc00; color:#770101 }
a.btn-red1, .btn-red1, input[type="submit"].btn-red1 { background-color: #d46465; }
a.btn-red1:hover, .btn-red1:hover, input[type="submit"].btn-red1:hover { background-color: #b52626; }
a.btn-green, .btn-green, input[type="submit"].btn-green { background-color: #08a182; }
a.btn-green:hover, .btn-green:hover, input[type="submit"].btn-green:hover { background-color: #19cba7; }
a.btn-white, .btn-white, input[type="submit"].btn-white { background-color: #fff; color: #666; }
a.btn-white:hover, .btn-white:hover, input[type="submit"].btn-white:hover { background-color: #fff; color: #000; }
a.btn-black, .btn-black, input[type="submit"].btn-black { background-color: #333; }
a.btn-gray, .btn-gray, input[type="submit"].btn-gray { background-color:#e9e6e6; color: #333; }
a.btn-black:hover, .btn-black:hover, input[type="submit"].btn-black:hover { background-color: #000; }
.disabled, a.disabled, .btn.disabled, button:disabled, input[type="submit"]:disabled, button[readonly], button.disabled { opacity: 0.6; cursor:not-allowed !important; background:#999 !important; }
button.btn-ghost, a.btn-ghost, .btn-ghost, input[type="submit"].btn-ghost, button.btn-ghost-white, a.btn-ghost-white, .btn-ghost-white, input[type="submit"].btn-ghost-white, button.btn-ghost-red, a.btn-ghost-red, .btn-ghost-red, input[type="submit"].btn-ghost-red, button.btn-ghost-red1, a.btn-ghost-red1, .btn-ghost-red1, input[type="submit"].btn-ghost-red1, button.btn-ghost-black, a.btn-ghost-black, .btn-ghost-black, input[type="submit"].btn-ghost-black, button.btn-ghost-gray, a.btn-ghost-gray, .btn-ghost-gray, input[type="submit"].btn-ghost-gray { background: transparent; border: solid 1px #f58705; color: #f58705; padding-bottom: 8px; padding-top: 8px; }
button.btn-ghost:hover, a.btn-ghost:hover, .btn-ghost:hover, input[type="submit"].btn-ghost:hover, button.btn-ghost-white:hover, a.btn-ghost-white:hover, .btn-ghost-white:hover, input[type="submit"].btn-ghost-white:hover, button.btn-ghost-red:hover, a.btn-ghost-red:hover, .btn-ghost-red:hover, input[type="submit"].btn-ghost-red:hover, button.btn-ghost-black:hover, a.btn-ghost-black:hover, .btn-ghost-black:hover, input[type="submit"].btn-ghost-black:hover { color: #fff; background: #f58705; }
button.btn-ghost-white, a.btn-ghost-white, .btn-ghost-white, input[type="submit"].btn-ghost-white { border-color: #fff; color: #fff; }
button.btn-ghost-white:hover, a.btn-ghost-white:hover, .btn-ghost-white:hover, input[type="submit"].btn-ghost-white:hover { background: #fff; color: #333; }
button.btn-ghost-red, a.btn-ghost-red, .btn-ghost-red, input[type="submit"].btn-ghost-red { border-color: #db4344; color: #db4344; }
button.btn-ghost-red:hover, a.btn-ghost-red:hover, .btn-ghost-red:hover, input[type="submit"].btn-ghost-red:hover { background: #db4344; color: #fff; }
button.btn-ghost-red1, a.btn-ghost-red1, .btn-ghost-red1, input[type="submit"].btn-ghost-red1 { border-color: #cd3333; color: #cd3333; }
button.btn-ghost-red1:hover, a.btn-ghost-red1:hover, .btn-ghost-red1:hover, input[type="submit"].btn-ghost-red1:hover { background: #b52626; color: #fff; }
button.btn-ghost-black, a.btn-ghost-black, .btn-ghost-black, input[type="submit"].btn-ghost-black { border-color: #333; color: #333; }
button.btn-ghost-gray, a.btn-ghost-gray, .btn-ghost-gray, input[type="submit"].btn-ghost-gray { border-color: #dedede; color: #333; }
button.btn-ghost-black:hover, a.btn-ghost-black:hover, .btn-ghost-black:hover, input[type="submit"].btn-ghost-black:hover { background: #333; color: #fff; }
.btn-sm { padding: 8px 12px; height: 26px; line-height: 10px; }
.btn-min { padding:1px 10px; line-height:4px; font-size:11px !important; min-width:inherit !important }
a.btn-block, .btn-block { display: block; width: 100%; }
button.btn-md, a.btn-md, .btn-md, input[type="submit"].btn-md { font-size: 13px; line-height: 19px; padding:6px 15px; }
button.btn-lg, a.btn-lg, .btn-lg, input[type="submit"].btn-lg { font-size: 18px; line-height: 27px; padding: 14px 46px; }
a.view-btn { background:#fff; border:solid 1px #ddd; color:#888 }
/* font */
 
@font-face { font-family: 'open_sansregular'; src: url('../font/opensans-regular-webfont.eot'); src:url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg'); font-weight: normal; font-style:normal; }
/*font*/
@font-face { font-family: "robotothin"; font-weight: normal; font-style: normal; src: url("../font/Roboto-Thin-webfont.eot"); src: url("../font/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Thin-webfont.woff") format("woff"), url("../font/Roboto-Thin-webfont.ttf") format("truetype"), url("../font/Roboto-Thin-webfont.svg#robotothin") format("svg"); }
@font-face { font-family: "robotoregular"; font-weight: normal; font-style: normal; src: url("../font/Roboto-Regular-webfont.eot"); src: url("../font/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Regular-webfont.woff") format("woff"), url("../font/Roboto-Regular-webfont.ttf") format("truetype"), url("../font/Roboto-Regular-webfont.svg#robotoregular") format("svg"); }
@font-face { font-family: "robotolight"; font-weight: normal; font-style: normal; src: url("../font/Roboto-Light-webfont.eot"); src: url("../font/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Light-webfont.woff") format("woff"), url("../font/Roboto-Light-webfont.ttf") format("truetype"), url("../font/Roboto-Light-webfont.svg#robotolight") format("svg"); }
@font-face { font-family: "robotobold"; font-weight: normal; font-style: normal; src: url("../font/Roboto-Bold-webfont.eot"); src: url("../font/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Bold-webfont.woff") format("woff"), url("../font/Roboto-Bold-webfont.ttf") format("truetype"), url("../font/Roboto-Bold-webfont.svg#robotobold") format("svg"); }
@font-face { font-family: "robotoblack"; font-weight: normal; font-style: normal; src: url("../font/Roboto-Black-webfont.eot"); src: url("../font/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Black-webfont.woff") format("woff"), url("../font/Roboto-Black-webfont.ttf") format("truetype"), url("../font/Roboto-Black-webfont.svg#robotoblack") format("svg"); }
@font-face { font-family:"Fiolex Girls"; src:url("../font/flxgirl.eot?") format("eot"), url("../font/flxgirl.woff") format("woff"), url("../font/flxgirl.ttf") format("truetype"), url("../font/flxgirl.svg#") format("svg"); font-weight:normal; font-style:normal; }
/*Flaticon*/ 
@font-face { font-family: "Flaticon"; src: url("../font/event/font/event/Flaticon.eot"); src: url("../font/event/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/event/Flaticon.woff") format("woff"), url("../font/event/Flaticon.ttf") format("truetype"), url("../font/event/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; }
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { font-family: "Flaticon"; src: url("../font/event/Flaticon.svg#Flaticon") format("svg"); }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-size:14px; font-style: normal; }
.flaticon-apple:before { content: "\f100"; }
.flaticon-arrows:before { content: "\f101"; }
.flaticon-arrows-1:before { content: "\f102"; }
.flaticon-beauty:before { content: "\f103"; }
.flaticon-birthday:before { content: "\f104"; }
.flaticon-book:before { content: "\f105"; }
.flaticon-bookmark:before { content: "\f106"; }
.flaticon-calendar:before { content: "\f107"; }
.flaticon-calendarn:before { content: "\f108"; }
.flaticon-calender:before { content: "\f109"; }
.flaticon-camera:before { content: "\f10a"; }
.flaticon-check:before { content: "\f10b"; }
.flaticon-clock:before { content: "\f10c"; }
.flaticon-clown:before { content: "\f10d"; }
.flaticon-compass:before { content: "\f10e"; }
.flaticon-customer:before { content: "\f10f"; }
.flaticon-dance:before { content: "\f110"; }
.flaticon-e-mail-envelope:before { content: "\f111"; }
.flaticon-event-comment:before { content: "\f112"; }
.flaticon-event-flag:before { content: "\f113"; }
.flaticon-eventupload:before { content: "\f114"; }
.flaticon-favorite:before { content: "\f115"; }
.flaticon-firework:before { content: "\f116"; }
.flaticon-google:before { content: "\f117"; }
.flaticon-heart:before { content: "\f118"; }
.flaticon-heart-o:before { content: "\f119"; }
.flaticon-home:before { content: "\f11a"; }
.flaticon-hospitals:before { content: "\f11b"; }
.flaticon-link:before { content: "\f11c"; }
.flaticon-link-1:before { content: "\f11d"; }
.flaticon-link-2:before { content: "\f11e"; }
.flaticon-map:before { content: "\f11f"; }
.flaticon-megaphone:before { content: "\f120"; }
.flaticon-more:before { content: "\f121"; }
.flaticon-multimedia:before { content: "\f122"; }
.flaticon-musical-quaver:before { content: "\f123"; }
.flaticon-note:before { content: "\f124"; }
.flaticon-offertag:before { content: "\f125"; }
.flaticon-outlook:before { content: "\f126"; }
.flaticon-people:before { content: "\f127"; }
.flaticon-phone:before { content: "\f128"; }
.flaticon-praying:before { content: "\f129"; }
.flaticon-refresh:before { content: "\f12a"; }
.flaticon-restaurant:before { content: "\f12b"; }
.flaticon-school:before { content: "\f12c"; }
.flaticon-set:before { content: "\f12d"; }
.flaticon-share:before { content: "\f12e"; }
.flaticon-signs:before { content: "\f12f"; }
.flaticon-singer:before { content: "\f130"; }
.flaticon-technology:before { content: "\f131"; }
.flaticon-telephone:before { content: "\f132"; }
.flaticon-theater:before { content: "\f133"; }
.flaticon-transport:before { content: "\f134"; }
.flaticon-users:before { content: "\f135"; }
.flaticon-violin:before { content: "\f136"; }
.flaticon-write:before { content: "\f137"; }
.flaticon-writing:before { content: "\f138"; }
.flaticon-yahoo:before { content: "\f139"; }
/*heading & font size*/
.h1, .h2, .h3, .h4, .h5, .h6 { color:#36474f; font-weight:400 }
.h1 { font-size: 30px; }
.h2 { font-size: 26px; }
.h3 { font-size: 20px; }
.h4 { font-size: 18px; }
.h5 { font-size: 16px; }
.h6 { font-size: 14px; }
.helptext, .alerttext { font-size:12px; line-height:18px; display:block; color:#999; word-wrap:break-word; min-height:13px; }
.alerttext { color: #ff4242; }
/*jennasue*/
@font-face { font-family: 'jenna_sueregular'; src: url('../font/jennasue-webfont.eot'); src: url('../font/jennasue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/jennasue-webfont.woff2') format('woff2'), url('../font/jennasue-webfont.woff') format('woff'), url('../font/jennasue-webfont.ttf') format('truetype'), url('../font/jennasue-webfont.svg#jenna_sueregular') format('svg'); font-style: normal; }
@font-face { font-family:'Jenna Sue'; src:url(https://in.bmscdn.com/webin/fonts/jennasue/jennasue-webfont.eot); src:url(https://in.bmscdn.com/webin/fonts/jennasue/jennasue-webfont.eot?#iefix) format('embedded-opentype'), url(https://in.bmscdn.com/webin/fonts/jennasue/jennasue-webfont.woff) format('woff'), url(https://in.bmscdn.com/webin/fonts/jennasue/jennasue-webfont.ttf) format('truetype'), url(https://in.bmscdn.com/webin/fonts/jennasue/jennasue-webfont.svg#CreativeBlockBBBold) format('svg') }
/*FontAwesome*/
@font-face { font-family: 'FontAwesome'; src: url("../font/fontawesome-webfont.eot?v=4.4.0"); src: url("../font/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }
@-moz-keyframes spin { 0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin { 0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin { 0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin { 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-angle-down:before { content: "\f107"; }
.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }
.fa-search:before { content: "\f002"; }
.fa-home:before { content: "\f015"; }
.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }
.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-heart:before { content: "\f004"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-line-chart:before { content: "\f201"; }
.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-check:before { content: "\f00c"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-info:before { content: "\f129"; }
.fa-clock-o:before { content: "\f017"; }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }
.fa-calendar:before { content: "\f073"; }
.fa-bus:before { content: "\f207"; }
.fa-train:before { content: "\f238"; }
.fa-plane:before { content: "\f072"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-play-circle:before { content: "\f144"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-map-marker:before { content: "\f041"; }
.fa-filter:before { content: "\f0b0"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-repeat:before { content: "\f01e"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-commenting:before { content: "\f27a"; }
.fa-flag:before { content: "\f024"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-phone:before { content: "\f095"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-camera:before { content: "\f030"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-refresh:before { content: "\f021"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-chain:before, .fa-link:before { content: "\f0c1"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }
.fa-globe:before { content: "\f0ac"; }
.fa-phone-square:before { content: "\f098"; }
.fa-rotate-left:before, .fa-undo:before { content:"\f0e2" }
.fa-user:before { content: "\f007"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }
.fa-check-circle:before { content: "\f058"; }
.fa-microphone:before { content: "\f130"; }
.fa-building-o:before { content: "\f0f7"; }
.fa-building:before { content: "\f1ad"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-ticket:before { content: "\f145"; }
.fa-sign-in:before { content: "\f090"; }
.fa-at:before { content:"\f1fa" }
.fa-arrow-circle-right:before { content: "\f0a9"; }
/*flag*/
.flag-icon { background-size: contain; background-position: 50%; background-repeat: no-repeat; position: relative; display: inline-block; width: 1.33333em; line-height: 1em; }
.flag-icon:before { content: '\00a0'; }
.flag-icon.flag-icon-squared { width: 1em; }
.flag-icon-ae { background-image: url(../images/flags/4x3/ae.svg); }
.flag-icon-ae.flag-icon-squared { background-image: url(../images/flags/1x1/ae.svg); }
.flag-icon-us { background-image: url(../images/flags/4x3/us.svg); }
.flag-icon-us.flag-icon-squared { background-image: url(../images/flags/1x1/us.svg); }
.flag-icon-in { background-image: url(../images/flags/4x3/in.svg); }
.flag-icon-in.flag-icon-squared { background-image: url(../images/flags/1x1/in.svg); }
.flag-icon-gb { background-image: url(../images/flags/4x3/gb.svg); }
.flag-icon-gb.flag-icon-squared { background-image: url(../images/flags/1x1/gb.svg); }
.flag-icon-ca { background-image: url(../images/flags/4x3/ca.svg); }
.flag-icon-ca.flag-icon-squared { background-image: url(../images/flags/1x1/ca.svg); }
@font-face { font-family: 'icomoon'; src: url("../font/icons/icomoon.eot?f0ejkk"); src: url("../font/icons/icomoon.eot?f0ejkk#iefix") format("embedded-opentype"), url("../font/icons/icomoon.ttf?f0ejkk") format("truetype"), url("../font/icons/icomoon.woff?f0ejkk") format("woff"), url("../font/icons/icomoon.svg?f0ejkk#icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-telephone91:before { content: "\e900"; }
.icon-uniE959:before { content: "\e959"; }
.icon-user168:before { content: "\e901"; }
/* ========================= Common Header Footer Start===============================*/
.mtitle, .stitle { display: block; font-family: 'robotobold'; font-size: 40px; letter-spacing: -1px; margin-bottom: 15px; text-align: center; }
 @media (max-width: 767px) {
.mtitle, .stitle { font-size: 24px; margin-bottom: 10px; padding: 0 10px; }
}
.stitle { color: #666; font-family: 'robotothin'; margin: 0; padding-bottom: 50px; }
 @media (max-width: 767px) {
.stitle { font-size: 20px; padding-bottom: 30px; }
}
.row-separator { padding: 60px 0; }
.row-separator2 { padding: 10px 0 60px 0 !important; }
.menu-nav body, .blur body { overflow: hidden; position: relative; }
.blurbody body { overflow: hidden; position: relative; }
.dropdown-wraper { background: #fff; width: 100%; z-index: 5; -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; top: 100%; right: 0; bottom: auto; left: auto; position: absolute; }
.dropdown-wraper:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.dropdown-wraper:before { content: ""; display: table; }
.dropdown-wraper:before { height: 0; border: 8px solid transparent; border-bottom-color: #f4f4f4; margin: auto; pointer-events: none; width: 0; z-index: 2; top: -16px; right: auto; bottom: auto; left: 6%; position: absolute; }
 @media (min-width: 768px) and (max-width: 991px) {
.dropdown-wraper:before { top: -16px; right: auto; bottom: auto; left: -13%; position: absolute; }
}
.blurbg { background: #000; content: ""; display: none; height: 100%; width: 100%; z-index: 998; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; opacity: 0.8; top: 0; right: 0; bottom: 0; left: 0; position: fixed; }
.blurbody .blurbg { display: block; }
.blurbody .blurbg2 { display: block; }
.cd-top { color: rgba(0, 0, 0, 0.4); display: inline-block; font-size: 22px; height: 55px; overflow: hidden; opacity: 0; text-align: center; visibility: hidden; white-space: nowrap; width: 75px; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; top: auto; right: 0; bottom: 40px; left: auto; position: fixed; }
.cd-top span { border: solid 3px rgba(0, 0, 0, 0.4); display: inline-block; padding: 10px; position: relative; min-width: 40px; min-height: 40px; text-align: center; word-wrap: break-word; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box; }
.cd-top span b { left: 50%; position: absolute; top: 50%; text-transform: uppercase; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.cd-top span:hover { background: rgba(254, 254, 254, 0.6); color: #333; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.cd-top.cd-fade-out { opacity: .5; }
.cd-top.cd-is-visible { opacity: 1; visibility: visible; z-index:101; }
.no-touch .cd-top:hover { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.cd-top .no-touch .cd-top:hover { background: rgba(0, 0, 0, 0.8); opacity: 1; }
.relative { position: relative; }
.absolute { position: absolute; }
.bodyfix { overflow: hidden; }
.hammenu-hd.showham, .hammenu-hd { display:none; }
 @media (max-width: 991px) {
header { position:static !important; }
body.addappp { padding-top:0!important }
body.addappp header { position:static !important; }
body.addappp header.sticky { position:fixed !important; }
body.addappp header .topnav.menu-stick { position:static !important; }
header .topnav { position:static; }
.topnav.menu-stick { position: fixed; top: 0; width: 100%; }
/* .hammenu-hd.showham{display:block;} */

}
 @media (min-width: 992px) and (max-width: 1024px) {
.tabhide { display: none !important; }
}
 @media (min-width: 992px) and (max-width: 1024px) {
.tab-hide { display: none !important; }
}
 @media (min-width: 768px) and (max-width: 991px) {
.pad-hide { display: none !important; }
}
 @media (max-width: 568px) {
.mob-hide { display: none !important; }
}
@media (min-width: 992px) {
.hide-desktop, .hide-large { display: none !important; }
}
@media (min-width: 1200px) {
.other-hide { display: none !important; }
.hide-desktop { display: inline-block !important; }
}
span.baec5a81-e4d6-4674-97f3-e9220f0136c1 a { display: none !important; }
/* Mobile Nav start */
.hamburger { border: 0; box-shadow: none; cursor: pointer; display: table; font-size: 0; height: 54px; margin: 0; overflow: hidden; padding: 0; position: relative; width: 54px; text-align: center; text-decoration: none; -webkit-transition: background 0.3s; transition: background 0.3s; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; }
.hamburger:focus { outline: none; }
.hamburger b { color: #fff; display: table-cell; font-size: 11px; height: 54px; padding-bottom:10px; text-decoration: none; text-transform: uppercase; vertical-align: bottom; width: 100%; }
.hamburger span { background: #fff; display: block; height: 3px; text-indent: -9999px; -webkit-border-radius: 1px; border-radius: 1px; background-clip: padding-box; top: 18px; right: 18px; bottom: auto; left: 18px; position: absolute; }
.hamburger span::before, .hamburger span::after { background-color: #fff; content: ""; display: block; height: 3px; left: 0; position: absolute; width: 100%; -webkit-border-radius: 1px; border-radius: 1px; background-clip: padding-box; }
.hamburger span::before { top: -6px; }
.hamburger span::after { bottom: -6px; }
.hamburger-htx span { -webkit-transition: background 0s 0.3s; transition: background 0s 0.3s; }
.hamburger-htx span::before, .hamburger-htx span::after { -webkit-transition-duration: 0.3s, 0.3s; transition-duration: 0.3s, 0.3s; -webkit-transition-delay: 0.3s, 0s; transition-delay: 0.3s, 0s; }
.hamburger-htx span::before { -webkit-transition-property: top, -webkit-transform; transition-property: top, transform; }
.hamburger-htx span::after { -webkit-transition-property: bottom, -webkit-transform; transition-property: bottom, transform; }
.menu-nav .hamburger-htx span { background: none; }
.menu-nav .hamburger-htx span:before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.menu-nav .hamburger-htx span:after { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu-nav .hamburger-htx span:before, .menu-nav .hamburger-htx span:after { -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }
.menu-nav .ie .blurbg { display: block; z-index: 10000; }
.navigator { height: 0; overflow-x: hidden; overflow-y: hidden; width: 0; z-index: 100000; -webkit-overflow-scrolling: touch; top: auto; right: auto; bottom: auto; left: 0; position: absolute; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; font-family:'roboto'; }
.navigator .navinner { background: #fff; height: 100%; width: 100%; }
@media (max-width:669px) {
.navigator .navinner { width:100%; padding-top:50px; }
}
.navigator .navinner .ltitle { background: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.1); border-top: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; }
.navigator .navinner .ltitle a { color: #333; display: block; }
.navigator .ntitle, .navigator h2 { background: #fff; border-top: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; }
.navigator .ntitle a, .navigator h2 a { color: #333; display: block; }
.navigator .menulogo-fix { text-align: center; }
.navigator .menulogo-fix:before { content: "\f177"; font-size: 18px; left: 7%; right: auto; }
.navigator .ntitle:hover, .navigator h2:hover { background: #f6f5f5; color: #333; }
.navigator .ntitle:before, .navigator h2:before { color: rgba(0, 0, 0, 0.2); content: "\f078"; margin-top: -8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 7%; bottom: auto; left: auto; position: absolute; }
.navigator .ntitle.active, .navigator h2.active { background: #edefed; border-bottom-color: transparent; color: #333; font-weight:900; font-family:"Roboto", sans-serif; }
.navigator .ntitle.active:hover, .navigator h2.active:hover { background: #edefed; }
.navigator .ntitle.active:before, .navigator h2.active:before { content: "\f077"; }
.navigator .ltitle, .navigator h1 { background: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.1); border-top: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; }
.navigator .ltitle a, .navigator h1 a { color: #333; display: block; }
.navigator .ltitle:first-child, .navigator h1:first-child { text-align: center; }
.navigator .ltitle:first-child:before, .navigator h1:first-child:before { content: "\f177"; font-size: 18px; left: 7%; right: auto; }
.navigator .ltitle:hover, .navigator h1:hover { background: #f6f5f5; color: #333; }
.navigator .ltitle:before, .navigator h1:before { color: rgba(0, 0, 0, 0.2); content: "\f078"; margin-top: -8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 7%; bottom: auto; left: auto; position: absolute; }
.navigator .ltitle.active, .navigator h1.active { background: #edefed; border-bottom-color: transparent; color: #333; }
.navigator .ltitle.active:hover, .navigator h1.active:hover { background: #edefed; }
.navigator .ltitle.active:before, .navigator h1.active:before { content: "\f077"; }
.navigator ul { background: #fff; display: none; max-height: 250px; overflow: auto; }
.navigator ul:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.navigator ul:before { content: ""; display: table; }
.navigator ul li a { color: #333; display: block; font-size: 13px; padding: 10px 15px; font-family: arial; }
.navigator ul li a:hover { color: #fff; background: #ff4242; }
.navigator ul + h2 { margin-top: -1px; }
.navigator .hamclose { background: #fff; cursor: pointer; display: none; height: 46px; text-align: center; width: 46px; z-index: 100001; top: 0; right: 0; bottom: auto; left: auto; position: fixed; }
.navigator .hamclose span { display: table-cell; vertical-align: middle; }
.navigator .hamclose span em { background: url("../images/default/cross.svg") no-repeat center center; background-size: contain; content: ""; display: table; height: 18px; margin: 0 auto; width: 18px; }
.menu-nav .navigator { height: 100%; opacity: 1; overflow-y: auto; width: 100%; top: 0; right: 0; bottom: 0; left: 0; position: fixed; }
.menu-nav .navigator .hamclose { display: table; }
@media (max-width:669px) {
.navigator .hamclose { right: 7%; left: auto; }
}
/* Mobile Nav End */




.menu-nav .blurbg { display: block; z-index:9999; }
header { }
header .topnav { background-color: #333; height: 54px; position: relative; text-align: center; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; }
header .topnav.sticky { position:fixed; top:0; width:100%; }
header .topnav.sticky .help-hd .post-hd .btn-ghost-white { background-color: #ff4242; border: solid 1px #ff4242; }
header .topnav.sticky .help-hd .post-hd .btn-ghost-white:hover { color:#fff }
header .topnav:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav:before { content: ""; display: table; }
header .topnav .hammenu-hd { float: left; max-width: 54px; }
header .topnav .logo-sulekha-hd { float: left; height: 54px; margin: 0 10px 0 10px; width: 33px; position:relative; }
header .topnav .logo-sulekha-hd .submenu { position: absolute; left:0px; top:54px; background-color:#333; width:100%; visibility: hidden; opacity:0; transform: translateY(-2em); z-index:0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
header .topnav .logo-sulekha-hd:hover .submenu { visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; }
header .topnav .logo-sulekha-hd .submenu a { color:#fff; display:block; background:none; text-indent:0px; height:auto; padding:8px 15px; text-align:left; letter-spacing:0.5px; font-weight:400; }
header .topnav .logo-sulekha-hd .submenu a:hover { background-color:#000; }
header .topnav .logo-sulekha-hd .submenu a span { margin:0 3px 0 0; }
 @media (min-width: 441px) and (max-width: 991px) {
header .topnav .logo-sulekha-hd { width: 85px; margin:0 2%; }
}
 @media (min-width: 992px) and (max-width: 1024px) {
header .topnav .logo-sulekha-hd { width: 7.875%; }
}
 @media (min-width: 992px) and (max-width: 1200px) {
header .topnav .logo-sulekha-hd { width: 7.875%; }
}
header .topnav .logo-sulekha-hd a { background: url("https://us.sulekha.com/common/images/default/sulekha-logo-ushome.svg") no-repeat 0 center; display: block; height: 54px; overflow: hidden; text-indent: -9999px; }
 @media (min-width: 441px) and (max-width: 991px) {
header .topnav .logo-sulekha-hd a { background-size: contain; }
}
 @media (min-width: 992px) and (max-width: 1024px) {
header .topnav .logo-sulekha-hd a { background-size: contain; }
}
 @media (min-width: 992px) and (max-width: 1200px) {
header .topnav .logo-sulekha-hd a { background-size: contain; }
}
 @media (min-width: 300px) and (max-width: 440px) {
header .topnav .logo-sulekha-hd a { background-size: 112px; }
}
header .topnav .location-hd { float: left; height: 54px; margin: 0 4% 0 1%; position: relative; text-align: left; vertical-align: middle; }
 @media (min-width: 300px) and (max-width: 439px) {
header .topnav .location-hd { margin: 0 4%; }
}
 @media (min-width: 440px) and (max-width: 991px) {
header .topnav .location-hd { margin: 0 4% 0 3%; }
}
 @media only screen and (max-width :768px) {
header .topnav .logo-sulekha-hd .submenu { width:50px; color:#333; overflow:hidden; }
header .topnav .logo-sulekha-hd .submenu a { color:#333; height:35px; }
}
header .topnav .location-hd > span { display: table; height: 100%; width: 100%; line-height: 52px; }
header .topnav .location-hd > span > a { color: #fff; display: table-cell; font-size: 13px; margin-right: 10px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/*  header .topnav .location-hd > span > a:before { margin-right: 8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */
header .topnav .location-hd > span > a.location { color: #fff; font-size: 13px; padding: 0; }
/* header .topnav .location-hd > span > a.location:before { content: "\f041"; } */
header .topnav .location-hd > span > a i { display: none; }
header .topnav .location-hd > span > a i.fa.fa-map-marker { display: inline-block; }
header .topnav .location-hd > span > a b { display: none; }
header .topnav .location-hd > span > a em { display: inline; }
header .topnav .search-mob-hd { display: table; float: right; height: 54px; min-width: 32px; text-align: center; }
 @media (min-width: 300px) and (max-width: 440px) {
header .topnav .search-mob-hd { margin-right: 6px !important; }
}
 @media (min-width: 441px) and (max-width: 991px) {
header .topnav .search-mob-hd { margin-right: 2% !important; }
}
 @media (min-width: 992px) and (max-width: 1024px) {
header .topnav .search-mob-hd { opacity: 1; }
}
header .topnav .search-mob-hd a { color: #fff; display: table-cell; vertical-align: middle; }
header .topnav .search-hd { display: none; float: left; height: 54px; margin-left: 6%; position: relative; width: 40%; -webkit-border-radius: 2px; border-radius: 2px; background-clip: padding-box; }
 @media (min-width: 992px) {
header .topnav .search-hd {/* opacity: 0; visibility: hidden;*/ -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
}
header .topnav .search-hd .search-wrapper { height: 54px; width: 100%; }
header .topnav .search-hd .src-hd-cat, header .topnav .search-hd .src-hd-txt, header .topnav .search-hd .src-hd-axn { display: table-cell; font-size: 13px; vertical-align: middle; }
header .topnav .search-hd .src-hd-cat { height: 34px; position: relative; width: 27.387%; }
header .topnav .search-hd .src-hd-cat input[type="text"], header .topnav .search-hd .src-hd-cat .input-text, header .topnav .search-hd .src-hd-cat select { border-bottom: 0; border-top: 0; cursor: pointer; display: block; font-size: 13px; text-transform: capitalize; width: 100%; border-top-left-radius: 2px; border-bottom-left-radius: 2px; height: 34px; line-height: 13px; padding: 10.5px 12px; }
header .topnav .search-hd .src-hd-cat:before { pointer-events: none; top: 38%; right: 15px; bottom: auto; left: auto; position: absolute; display: inline-block; content: "\f078"; font-family: "FontAwesome"; font-size: 11px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
header .topnav .search-hd .src-hd-cat select { border-left: 0; padding-bottom: 0; padding-top: 0; }
header .topnav .search-hd .src-hd-txt { width: 53.514%; }
header .topnav .search-hd .src-hd-txt input[type="text"], header .topnav .search-hd .src-hd-txt .input-text { border: 0; display: block; font-size: 13px; width: 100%; height: 34px; line-height: 13px; padding: 10px 12px; }
header .topnav .search-hd .src-hd-axn { width: 19.099%; }
header .topnav .search-hd .src-hd-axn .btn { background: #ff837e; display: block; font-size: 14px; font-weight: bold; min-width: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; height: 34px; line-height: 14px; padding: 10px 12px; }
header .topnav .search-hd .src-hd-axn .btn:hover { background: #ff4242; }
header .topnav .search-hd.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
header .topnav .search-hd.active .src-hd-cat select, header .topnav .search-hd.active .src-hd-axn .btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
header .topnav .help-hd { display: table; float: right; height: 54px; margin-right: 25px; position: relative; text-align: center; }
 @media (min-width: 300px) and (max-width: 440px) {
header .topnav .help-hd { margin-right: 1px; }
}
header .topnav .help-hd:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .help-hd:before { content: ""; display: table; }
header .topnav .help-hd .app-dld-hd, header .topnav .help-hd .contact-hd, header .topnav .help-hd .post-hd, header .topnav .help-hd .login-hd, header .topnav .help-hd .post-mob-hd { display: table-cell; line-height: 52px; font-size: 12px; text-align: center; vertical-align: middle; text-transform: capitalize; }
header .topnav .help-hd .app-dld-hd { color: #ff4242; margin: 0 25px 0 15px; font-size: 24px; text-transform: uppercase; width: 50px; }
 @media (min-width: 300px) and (max-width: 440px) {
header .topnav .help-hd .app-dld-hd { width: 28px; }
}
 @media (min-width: 300px) and (max-width: 440px) {
header .topnav .help-hd .app-dld-hd .btn { margin-top: 10px; }
}
header .topnav .help-hd .app-dld-hd a { color: #fff; display: table; text-align: center; font-size:11px; line-height:11px; }
header .topnav .help-hd .app-dld-hd a b { font-size: 11px; display: none; position: relative; vertical-align: middle; }
header .topnav .help-hd .app-dld-hd a b:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #000; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; background-color: #ff4242; }
header .topnav .help-hd .app-dld-hd a i { display: table-cell; padding: 0 5px; vertical-align: middle; animation: myfirst 3s; -moz-animation: myfirst 3s infinite; /* Firefox */ -webkit-animation: myfirst 3s infinite;/* Safari and Chrome */ font-size:24px; }
header .topnav .help-hd .app-dld-hd a:hover { color: #ff4242; }
header .topnav .help-hd .app-dld-hd a:hover b:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
header .topnav .help-hd .app-dld-hd a:hover i { animation: myfirst; -moz-animation: myfirst infinite; /* Firefox */ -webkit-animation: myfirst infinite;/* Safari and Chrome */ }
header .topnav .help-hd .app-dld-hd:hover a { color: #ff4242; }
header .topnav .help-hd .app-dld-hd:hover a b:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
header .topnav .help-hd .app-dld-hd:hover a i { animation: myfirst; -moz-animation: myfirst infinite; /* Firefox */ -webkit-animation: myfirst infinite;/* Safari and Chrome */ }
header .topnav .help-hd .contact-hd { color: #fff; font-size: 18px; }
header .topnav .help-hd .contact-hd a { color: #fff; display: table; text-align: center; margin: 0 12px 0 3px; }
header .topnav .help-hd .contact-hd a b { font-size: 12px; display: none; vertical-align: middle; }
header .topnav .help-hd .contact-hd a i { display: table-cell; padding: 0 3px; vertical-align: middle; font-size: 14px; }
header .topnav .help-hd .post-hd { display: none; }
header .topnav .help-hd .post-hd .btn-ghost-white { font-size: 12px; min-width: 0; height: 30px; line-height: 12px; padding: 8px 12px; }
header .topnav .help-hd .post-mob-hd { font-size: 20px; }
header .topnav .help-hd .post-mob-hd a { color: #fff; display: table; min-width: 32px; margin: 0 5px; text-align: center; }
header .topnav .help-hd .post-mob-hd a i { display: table-cell; padding: 0 5px; vertical-align: middle; }
header .topnav:hover { background-color: #333; }
 @media (min-width: 992px) {
header.sticky .topnav .search-hd { opacity: 1; visibility: visible; }
}
 @media (min-width: 441px) and (max-width: 991px) {
header .topnav .help-hd .contact-hd a { margin: 0 18px 0 5px }
header .topnav .help-hd .app-dld-hd { width:inherit; }
header .topnav .help-hd .app-dld-hd a { margin-right: 15px; }
}
 @media (min-width: 992px) and (max-width: 1030px) {
header .topnav .help-hd .app-dld-hd a { margin-right: 25px; }
header .topnav .help-hd .app-dld-hd { width:inherit; }
header .topnav .help-hd .contact-hd a { margin: 0 15px 0 3px; }
header .topnav .search-mob-hd { margin-right: 15px; }
}
 @media (min-width: 992px) and (max-width: 1024px) {
header.sticky .topnav .search-mob-hd { opacity: 1; visibility: visible; }
}
 @-moz-keyframes myfirst { 0% {
 color: #ff4242;
}
 25% {
 color: #f58705;
}
 50% {
 color: #fff;
}
 80% {
 color: #f58705;
}
 100% {
 color: #ff4242;
}
}
@-webkit-keyframes myfirst { 0% {
 color: #ff4242;
}
 25% {
 color: #f58705;
}
 50% {
 color: #fff;
}
 80% {
 color: #f58705;
}
 100% {
 color: #ff4242;
}
}
@media (max-width: 767px) {
header .topnav .search-hd .src-hd-cat select { padding-left: 2px; padding-right: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
header .topnav .search-hd .src-hd-cat:before { right: 4px; }
}
@media (min-width: 768px) {
header .topnav .location-hd > span > a i { display: inline; font-size: 14px; text-transform: capitalize; }
header .topnav .location-hd > span > a em { display: none; }
header .topnav .location-hd > span > a b { display: none; }
header .topnav .help-hd .post-hd { display: table-cell; }
header .topnav .help-hd .post-mob-hd { display: none; }
}
@media (max-width: 991px) {
header .topnav .search-hd { background: rgba(0, 0, 0, 0.4); display: block; height: 0; margin: 0 auto; overflow: hidden; width: 100%; z-index: 1; top: 54px; right: auto; bottom: auto; left: 0; position: absolute; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
header .topnav .search-hd .search-wrapper { display: table; margin: 0 auto; position: relative; width: 80%; }
header .topnav .search-hd .search-wrapper input[type="text"], header .topnav .search-hd .search-wrapper .input-text, header .topnav .search-hd .search-wrapper select { border: solid 1px #e6e6e6; }
header .topnav .search-hd .search-wrapper .mobsrclose { cursor: pointer; font-size: 20px; top: 16px; right: -22px; bottom: auto; left: auto; position: absolute; color: #fff; }
header .topnav .search-hd .src-hd-axn b { display: none; }
.mobsrc header .topnav .search-hd { height: 54px; left: 0; overflow: visible; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.mobsrc header .topnav .search-mob-hd a { color: #ff837e; }
}
@media (min-width: 992px) and (max-width: 1024px) {
header .topnav .search-hd { background: rgba(0, 0, 0, 0.4); display: block; height: 0; margin: 0 auto; overflow: hidden; width: 100%; z-index: 1; top: 54px; right: auto; bottom: auto; left: 0; position: absolute; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
header .topnav .search-hd .search-wrapper { display: table; margin: 0 auto; position: relative; width: 80%; }
header .topnav .search-hd .search-wrapper input[type="text"], header .topnav .search-hd .search-wrapper .input-text, header .topnav .search-hd .search-wrapper select { border: solid 1px #e6e6e6; }
header .topnav .search-hd .search-wrapper .mobsrclose { cursor: pointer; font-size: 20px; top: 16px; right: -22px; bottom: auto; left: auto; position: absolute; color: #fff; }
header .topnav .search-hd .src-hd-axn b { display: none; }
.mobsrc header .topnav .search-hd { height: 54px; left: 0; overflow: visible; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.mobsrc header .topnav .search-mob-hd a { color: #ff837e; }
}
@media (min-width: 1199px) {
header .topnav .logo-sulekha-hd { width: 7.875%; }
header .topnav .logo-sulekha-hd a { background-position: center center; background-size: contain; }
header .topnav .location-hd > span > a { font-size: 13px; }
header .topnav .location-hd > span > a b { font-size: 11px; display: inline; color: #6c7074; }
header .topnav .search-mob-hd { display: none; }
header .topnav .search-hd { display: table; height: 54px; float: left; margin-left: 1.625%; width: 40.688%; -webkit-border-radius: 2px; border-radius: 2px; background-clip: padding-box; }
header .topnav .search-hd .search-wrapper { display: table; }
header .topnav .search-hd .search-wrapper .mobsrclose { display: none; }
header .topnav .search-hd .src-hd-cat, header .topnav .search-hd .src-hd-txt, header .topnav .search-hd .src-hd-axn { display: table-cell; font-size: 13px; vertical-align: middle; }
header .topnav .search-hd .src-hd-cat { width: 27.387%; }
header .topnav .search-hd .src-hd-cat:before { z-index: 0; }
header .topnav .search-hd .src-hd-cat select { background-color: #fff; }
header .topnav .search-hd .src-hd-txt { width: 53.514%; }
header .topnav .search-hd .src-hd-axn { width: 19.099%; }
header .topnav .help-hd .app-dld-hd a b { display: none; }
header .topnav .help-hd .contact-hd a b { display: none; }
}
@media (min-width: 1200px) {
header .topnav .logo-sulekha-hd { width: 7.875%; }
header .topnav .location-hd > span > a { font-size: 16px; }
header .topnav .location-hd > span > a b { font-size: 12px; display: inline; color: #e6e6e6; }
/*header .topnav .search-hd { margin-left: 1%; width: 52%; }*/
header .topnav .search-hd { margin-left: 1%; width: 38%; }
header .topnav .help-hd .app-dld-hd a b { display: table-cell; }
header .topnav .help-hd .contact-hd a b { display: table-cell; }
}
.t-mainmenu ul li { font-family: "Roboto", sans-serif !important; font-weight: 400; float:left }
.botnav { background-color: #fff; border-bottom: solid 1px #f4f4f4; padding: 0 1.5%; font-size: 12px; font-weight: bold; height: 44px; }
.botnav ul { display: block; font-size: 0; height: 44px; width: 100%; }
.botnav ul li { display: inline-block; font-size: 12px; padding: 0 0.95%; width: auto; line-height:1; font-family: "Roboto", sans-serif; font-weight: 400; }
.botnav ul li a { display: block; color: #333; padding: 12px 0; }
.botnav ul li.active { border-bottom: 2px solid #ff4242; }
.botnav ul li.home { font-size: 24px; padding: 0px 12px 0 0; }
.botnav ul li.home a { padding: 7px 0; }
.botnav ul li.more { float:inherit; }
.botnav ul li.more a { color: #ff4242; }
.botnav ul li.more a i { font-size: 11px; }
.botnav ul li.festival { margin:0 }
.botnav ul li.festival a { background: #08a182 url(https://d3aew4oo17ml6.cloudfront.net/common/images/other/color1.gif) repeat center center; border-radius: 2px; color: #fff !important; font-size: 13px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; padding: 5px 8px !important; line-height: 15px; margin:10px 0 0 0 !important }
.botnav ul li.postanad .btnred { height: 23px; line-height: 7px; color: #fff !important; padding: 7px 12px; background-color: #ff4242; -webkit-border-radius: 2px; border-radius: 2px; background-clip: padding-box; -webkit-transition: color 0.45s, background 0.45s, border 0.45s; -moz-transition: color 0.45s, background 0.45s, border 0.45s; transition: color 0.45s, background 0.45s, border 0.45s; border:0 }
.sticky .botnav { height: 0; opacity: 0; overflow: hidden; visibility: hidden; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.menu-stick.botnav { width: 100%; z-index: 3; opacity: 1; position: fixed !important; top: 40px; transition: all 0.45s ease-in-out 0s; visibility: visible; -webkit-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75); box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.75); }
.menu-stick.t-fulmainmenu { width: 100%; z-index: 3; opacity: 1; position: fixed !important; top: 0; transition: all 0.45s ease-in-out 0s; visibility: visible; }
 @media (max-width: 991px) {
.botnav { display: none; }
}
.help-hd .dropdown-wraper { background: #fff; max-height: 0; max-width: 400px; opacity: 0; overflow-y: hidden; }
.help-hd .dropdown-wraper:before { border-bottom-color: #f6f5f5; }
 @media (max-width: 991px) {
.help-hd .dropdown-wraper { left: auto; width: 300px; }
.help-hd .dropdown-wraper:before { display: none; }
}
.help-hd .dropdown-content { float: left; padding: 11px 0 20px 15px; text-align: left; line-height: 20px; background: url("../images/other/app-bg-hme.jpg") no-repeat right bottom; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
 @media (min-width: 300px) and (max-width: 440px) {
.help-hd .dropdown-content { background: none; }
}
.help-hd .dropdown-content .mtitle { font-size: 16px; text-align: left; }
.help-hd .dropdown-content .stitle { font-family: Arial, Helvetica, sans-serif; font-size: 13px; letter-spacing: 0; padding-bottom: 5px; text-align: left; text-transform: none; }
.help-hd .dropdown-content .apps-link-container img { width: 77%; }
.help-hd .dropdown-content .apps-link-container span { display: block; margin-bottom: 15px; max-width: 150px; }
 @media (min-width: 300px) and (max-width: 440px) {
.help-hd .dropdown-content .apps-link-container span { display: inherit; width: 50%; float: left; }
}
.help-hd .dropdown-content .apps-link-container span a { display: block; }
.help-hd .dropdown-content .apps-link-container span + span { margin-bottom: 0; }
 @media (max-width: 991px) {
.help-hd .dropdown-content { width: 100%; }
}
.help-hd .dropdown-image { background: url("../images/other/sulekha-mobile.png") no-repeat scroll center bottom/contain; content: ''; float: right; margin: 20px 5% 0 0; width: 30%; }
.app-dld-hd:hover .dropdown-wraper { opacity: 1; max-height: 300px; overflow-y: visible; width: 350px; z-index: 3; position: absolute; }
 @media (min-width: 300px) and (max-width: 440px) {
.app-dld-hd:hover .dropdown-wraper { width: 270px; }
}
.app-dld-hd:hover .dropdown-wraper:before { top: -16px; right: 40%; bottom: auto; left: auto; position: absolute; }
header .topnav .location-hd .dropdown-wraper { display: none; min-width: 300px; }
header .topnav .location-hd .dropdown-wraper:before { border-bottom-color: #f4f4f4; }
 @media (min-width: 768px) and (max-width: 991px) {
header .topnav .location-hd .dropdown-wraper:before { right: 40%; }
}
header .topnav .location-hd .dropdown-wraper .close { cursor: pointer; line-height: 35px; width: 40px; z-index: 20; top: 6px; right: 8px; bottom: auto; left: auto; position: absolute; font-size: 20px; text-align: center; }
header .topnav .location-hd .dropdown-wraper .close em { background: transparent url("../images/default/cross.svg") no-repeat center center; background-size: contain; content: ""; display: table; height: 18px; margin: 0 auto; width: 18px; text-transform: uppercase; }
header .topnav .location-hd .dropdown-wraper .mainhd { background: #f4f4f4; border-bottom: solid 1px #e6e6e6; font-family: 'robotobold'; font-size: 16px; padding: 15px; position: relative; text-align: left; }
header .topnav .location-hd .dropdown-wraper .mainhd:before, header .topnav .location-hd .dropdown-wraper .mainhd:after { content: ''; border: solid transparent; left: 15%; pointer-events: none; position: absolute; bottom: -1px; }
header .topnav .location-hd .dropdown-wraper .mainhd:before { border-width: 10px; border-bottom-color: #e6e6e6; margin: -2px 0 0 -1px; }
header .topnav .location-hd .dropdown-wraper .mainhd:after { border-width: 9px; border-bottom-color: #fff; }
header .topnav .location-hd .dropdown-wraper .form-wraper { display: table; padding: 25px 20px 15px 20px; position: relative; width: 100%; -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }
header .topnav .location-hd .dropdown-wraper .form-wraper:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .location-hd .dropdown-wraper .form-wraper:before { content: ""; display: table; }
header .topnav .location-hd .dropdown-wraper .form-wraper:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .location-hd .dropdown-wraper .form-wraper:before { content: ""; display: table; }
header .topnav .location-hd .dropdown-wraper .form-wraper input[type="text"], header .topnav .location-hd .dropdown-wraper .form-wraper .input-text, header .topnav .location-hd .dropdown-wraper .form-wraper select { background-color: transparent; border: solid 1px #e6e6e6; width: 100%; height: 50px; line-height: 18px; padding: 10px 15px; }
header .topnav .location-hd .dropdown-wraper .form-wraper select { border-right: 0; }
header .topnav .location-hd .dropdown-wraper .form-wraper .formselect, header .topnav .location-hd .dropdown-wraper .form-wraper .formtext, header .topnav .location-hd .dropdown-wraper .form-wraper .formcta, header .topnav .location-hd .dropdown-wraper .form-wraper .formccl { display: table-cell; vertical-align: middle; }
 @media (min-width: 300px) and (max-width: 568px) {
header .topnav .location-hd .dropdown-wraper .form-wraper .formtext { float: left; width: 56%; }
}
 @media (min-width: 300px) and (max-width: 568px) {
header .topnav .location-hd .dropdown-wraper .form-wraper .formcta { float: left; margin-top: 20px; }
}
header .topnav .location-hd .dropdown-wraper .form-wraper .formselect { position: relative; }
header .topnav .location-hd .dropdown-wraper .form-wraper .formselect:after { color: #9e9e9e; content: "\f078"; margin-top: -7.5px; pointer-events: none; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 10px; bottom: auto; left: auto; position: absolute; }
header .topnav .location-hd .dropdown-wraper .form-wraper .form-wrap { position: relative; }
 @media (min-width: 300px) and (max-width: 568px) {
header .topnav .location-hd .dropdown-wraper .form-wraper .form-wrap { float: left; width: 30%; }
}
header .topnav .location-hd .dropdown-wraper .form-wraper .form-wrapin:after { display: inline-block; margin-top: -7.5px; pointer-events: none; z-index: 1; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: auto; bottom: auto; left: auto; position: absolute; }
header .topnav .location-hd .dropdown-wraper .form-wraper .form-wrapin:after { color: #9e9e9e; content: "\f078"; right: 15px; }
header .topnav .location-hd .dropdown-wraper .maintabs { padding: 20px 20px 40px 20px; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles { position: relative; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles:before { border-bottom: 1px solid #e6e6e6; content: ""; display: block; width: 100%; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles li { display: inline-block; font-family: 'robotobold'; padding: 0 15px 0 0; text-transform: uppercase; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles li a { background: #fff; padding: 5px; color: #333; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles li.active a { color: #08c; position: relative; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles li.active a:after { background: #08c; content: ''; display: block; height: 3px; width: 80%; top: auto; right: auto; bottom: 0; left: 10%; position: absolute; }
header .topnav .location-hd .dropdown-wraper .subcontent { padding: 0 20px 30px 20px; }
header .topnav .location-hd .dropdown-wraper .subcontent ul:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .location-hd .dropdown-wraper .subcontent ul:before { content: ""; display: table; }
header .topnav .location-hd .dropdown-wraper .subcontent ul li { display: block; float: left; font-size: 12px; padding: 5px 10px; width: 50%; }
header .topnav .location-hd .dropdown-wraper .subcontent ul li a { color: #333; }
 @media (min-width: 768px) {
header .topnav .location-hd .dropdown-wraper .subcontent ul li { width: 25%; }
}
header .topnav .location-hd .dropdown-wraper .subcontent .indcty { display: none; }
header .topnav .location-hd .dropdown-wraper .go-to-other { border-top: solid 1px #e6e6e6; padding: 15px 20px; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul:before { content: ""; display: table; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li { float: left; padding-left: 10px; padding-right: 10px; font-size: 11px; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li:first-child { padding-left: 0; }
 @media (min-width: 300px) and (max-width: 568px) {
header .topnav .location-hd .dropdown-wraper .go-to-other ul li { margin-bottom: 15px; padding-left: 0 !important; padding-right: 20px; }
}
header .topnav .location-hd .dropdown-wraper .go-to-other ul li + li { padding-left: 10px; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li a { color: #333; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li a .flag-icon { margin-right: 3px; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li a:hover { text-decoration: underline; }
header .topnav .location-hd .dropdown-wraper .go-to-other ul li a:before { content: ""; display: inline-block; }
@media (max-width: 767px) {
header .topnav .location-hd { position: static; }
header .topnav .location-hd .dropdown-wraper:before { display: none; }
header .topnav .location-hd .dropdown-wraper .maintabs { padding-left: 10px; padding-right: 10px; }
header .topnav .location-hd .dropdown-wraper .maintabs .titles li { font-size: 13px; padding-right: 2px; }
header .topnav .location-hd .dropdown-wraper .subcontent { max-height: 100px; overflow-y: auto; }
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
header .topnav .location-hd .dropdown-wraper .form-wraper { text-align: center; }
header .topnav .location-hd .dropdown-wraper .formselect, header .topnav .location-hd .dropdown-wraper .formtext { display: block; float: left; margin-bottom: 10px; }
header .topnav .location-hd .dropdown-wraper .formselect { width: 30%; }
header .topnav .location-hd .dropdown-wraper .formtext { width: 70%; }
header .topnav .location-hd .dropdown-wraper .ctas { display: block; padding: 10px 0; text-align: center; }
header .topnav .location-hd .dropdown-wraper .ctas:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
header .topnav .location-hd .dropdown-wraper .ctas:before { content: ""; display: table; }
header .topnav .location-hd .dropdown-wraper .formcta, header .topnav .location-hd .dropdown-wraper .formccl { display: inline-block !important; text-align: center; }
header .topnav .location-hd .dropdown-wraper .dummy { clear: both; display: block; }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
header .topnav .location-hd .dropdown-wraper select { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
header .topnav .location-hd .dropdown-wraper .formcta .btn { font-size: 14px; border-top-left-radius: 0; border-bottom-left-radius: 0; height: 50px; line-height: 14px; padding: 17.5px 15px; }
}
@media (min-width: 768px) {
header .topnav .location-hd .dropdown-wraper { width: 600px; left: -50%; }
}
 @media (min-width: 768px) and (max-width: 991px) {
header .topnav .location-hd .dropdown-wraper { left: -100px; }
}
@media (min-width: 768px) {
header .topnav .location-hd .dropdown-wraper select { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
header .topnav .location-hd .dropdown-wraper .formcta .btn { font-size: 14px; border-top-left-radius: 0; border-bottom-left-radius: 0; height: 50px; line-height: 14px; padding: 17.5px 15px; }
}
@media (max-width: 767px) {
header .topnav .location-hd { margin: 0 2% 0 3% !important; }
header .topnav .help-hd .contact-hd a .fa.fa-angle-down { display:none; }
header .topnav .location-hd > span > a i.fa.fa-map-marker { border:solid 1px #545353; border-radius: 50%; display: block; font-size: 15px; padding: 7px 11px; }
.search-mob-hd .fa.fa-search { background: #545353 none repeat scroll 0 0; border-radius: 50%; font-size: 15px; padding: 7px; }
header .topnav .help-hd .app-dld-hd a i { background: #545353 none repeat scroll 0 0; border-radius: 50%; font-size: 21px; padding: 4px 10px; }
header .topnav .help-hd .contact-hd a .fa.fa-user { background: #545353 none repeat scroll 0 0; border-radius: 50%; padding: 7px 8px; font-size: 14px; }
header .topnav .help-hd .post-mob-hd a i { background: #545353 none repeat scroll 0 0; border-radius: 50%; padding: 8px; font-size: 13px; }
header .topnav .help-hd .post-mob-hd a { min-width: inherit; }
}
 @media (min-width: 300px) and (max-width: 479px) {
header .topnav .logo-sulekha-hd { margin: 0 2px 0 5px; }
header .topnav .help-hd .app-dld-hd { width:inherit; }
header .topnav .help-hd .app-dld-hd a { margin-right: 6px; }
}
 @media (min-width: 768px) {
header .topnav .location-hd > span > a i.fa.fa-map-marker { margin-right: 7px; }
}
header .topnav { z-index: 999; }
header .topnav .search-hd .search-wrapper .src-hd-bx { float: left; }
header .topnav .search-hd .search-wrapper .src-hd-bx .select-wrapper, header .topnav .search-hd .search-wrapper .src-hd-bx select, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select { float: left; display: inline-block; border-right: 1px solid #000; background: #fff url(../images/other/down-new.jpg) no-repeat right 0; cursor: pointer; color: #777; border-bottom: 0; border-top: 0; cursor: pointer; display: block; font-size: 13px; text-transform: capitalize; border-top-left-radius: 2px; border-bottom-left-radius: 2px; height: 34px; line-height: 34px; }
header .topnav .search-hd .search-wrapper .src-hd-bx .select-wrapper .holder, header .topnav .search-hd .search-wrapper .src-hd-bx select .holder, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select .holder, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; padding: 0 5px 0 8px; }
header .topnav .search-hd .search-wrapper .src-hd-bx .select-wrapper, header .topnav .search-hd .search-wrapper .src-hd-bx select, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select { height: 34px; line-height: 34px; color: #777; border-bottom: 0; border-top: 0; cursor: pointer; display: block; font-size: 13px; text-transform: capitalize; border-top-left-radius: 2px; border-bottom-left-radius: 2px; height: 34px; line-height: 34px; }
header .topnav .search-hd .search-wrapper .src-hd-bx select { margin: 0; position: absolute; z-index: 2; left: 0; top: 0; cursor: pointer; outline: none; opacity: 0; filter: alpha(opacity=0); }
.src-hd-bx .select-wrapper, .src-hd-bx .select-wrapper select { width:inherit !important; }
.src-hd-bx .select-wrapper .holder { border:none; }
/*header .topnav .search-hd .search-wrapper .src-hd-axn { }*/
header .topnav .search-hd .search-wrapper .src-hd-axn { float:right }
header .topnav .search-hd .search-wrapper .src-hd-wrp { width: auto; overflow: hidden; position: relative; }
/*new search start*/
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp { }
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .lt-div input[type="text"] { width:100%; border-right:solid 1px #000; }
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .lt-div { width:60%; float:left; position:relative; background:#ff0 }
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .rt-div { width:40%; float:left; position:relative; background:#f00 }
header .topnav .search-hd .search-wrapper .cityload { width:48.6%; right:1px; top:44px; position:absolute; background-color:#fff; height:221px; overflow-y:scroll; border: none; border-radius: 0 0 3px 3px; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); border-top: solid 1px #ddd; }
header .topnav .search-hd .search-wrapper .cityload label { color: #ff837e; cursor: default; display: block; font-family: 'robotobold'; font-size: 11px; margin: 10px 0 0 0; padding-left: 15px; position: relative; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
header .topnav .search-hd .search-wrapper .cityload label:before { content: ''; display: block; border-bottom: 1px solid #f4f4f4; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left:0; text-align:left; }
header .topnav .search-hd .search-wrapper .cityload label b { background-color: #fff; padding:0 5px; }
header .topnav .search-hd .search-wrapper .cityload input[type="text"] { }
header .topnav .search-hd .search-wrapper .cityload ul { margin:15px 0 0 0; }
header .topnav .search-hd .search-wrapper .cityload ul li { padding:0; margin:0; border-right:0; display:block; font-weight:normal; text-align:left; font-size:13px; }
header .topnav .search-hd .search-wrapper .cityload ul li.active { background-color:#ff4242; }
header .topnav .search-hd .search-wrapper .cityload ul li.active a { color:#fff; }
header .topnav .search-hd .search-wrapper .cityload ul li a { display:block; color:#333; padding:8px 5px 8px 15px; }
header .topnav .search-hd .search-wrapper .cityload ul li i { font-size: 11px; position: static; background: none; }
header .topnav .search-hd .search-wrapper .cityload ul li:hover a { color:#fff; }
header .topnav .search-hd .search-wrapper .cityload ul li.active, header .topnav .search-hd .search-wrapper .cityload ul li:hover { background:#ff4242; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; color:#fff }
header .topnav .search-hd .search-wrapper .cityload ul li:hover a, header .topnav .search-hd .search-wrapper .cityload ul li.active a, header .topnav .search-hd .search-wrapper .cityload ul li:hover a { color:#fff }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox:hover i { color:#333 }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox input[type="text"] { height:30px; padding:4px 15px; width:80%; margin:0 0 0 -1px; }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox input[type="text"]:focus { outline:0 }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox:hover, .topfilters ul li .cityload ul li.searchbox { background:none; color:#333 }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox .close, header .topnav .search-hd .search-wrapper .cityload .searchbox .adon { border: solid 1px #e6e6e6; display: inline-block; height:30px; padding: 4px 6px; line-height:17px }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox i { top: 3px; }
header .topnav .search-hd .search-wrapper .cityload ul li .loadingmini { position: absolute; right: 50px; }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox .adon { -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; text-align:left; float:left; margin:0 0 0 10px; }
header .topnav .search-hd .search-wrapper .cityload ul li.searchbox .close { margin-left:-1px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; margin-left: -5px; }
/*new search end*/


header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text { position: relative; height: 34px; background: #fff; z-index: 2; }
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text input[type="text"] { cursor:text; top: 0; left: 0; border: 0; display: block; font-size: 13px; width: 100%; height: 34px; line-height: 13px; padding: 10px 12px; }
header .topnav .search-hd .search-wrapper .src-hd-wrp, header .topnav .search-hd .search-wrapper .src-hd-bx, header .topnav .search-hd .search-wrapper .src-hd-axn { padding: 10px 0; }
.search-suggest-hd { background: #fff; border: none; border-radius: 0 0 3px 3px; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); min-width: 160px; margin: 0; padding-bottom: 1px; text-align: left; width: 100%; top: 39px; right: auto; bottom: auto; left: 0; position: absolute; z-index:2; }
.search-suggest-hd .wraper { max-height: 420px; overflow-y: auto; overflow-x: hidden; width: 100%; }
.search-suggest-hd:before, .search-suggest-hd:after { content: ''; border: solid transparent; left: 50%; pointer-events: none; position: absolute; top: -17px; }
.search-suggest-hd:before { border-width: 10px; border-bottom-color: #e6e6e6; margin: -2px 0 0 -1px; }
.search-suggest-hd:after { border-width: 9px; border-bottom-color: #f4f4f4; }
.search-suggest-hd .sugg { background: #f4f4f4; border-top: solid 1px #e6e6e6; display: block; color: #999; font-size: 11px; line-height: 36px; padding: 0 15px; text-align: center; }
.search-suggest-hd label { color: #ff837e; cursor: default; display: block; font-family: 'robotobold'; font-size: 11px; margin: 10px 0 0 0; padding-left: 15px; position: relative; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest-hd label:before { content: ''; display: block; border-bottom: 1px solid #f4f4f4; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
.search-suggest-hd label b { background-color: #fff; padding-right: 20px; }
.search-suggest-hd ul li { font-size: 12px; line-height: 34px; cursor: pointer; }
.search-suggest-hd ul li.active a { background-color: #ff4242; color: #fff; }
.search-suggest-hd ul li a { color: #333; display: block; padding: 0 15px; cursor: pointer; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; }
.search-suggest-hd ul li a i { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest-hd ul li a b { color: #999; display: block; margin-top: -15px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest-hd ul li a:hover { background-color: #ff4242; color: #fff; }
.search-suggest-hd ul li a:hover b { color: #6f0909; }
.search-suggest-hd ul.v2 li { font-weight: bold; }
.search-suggest-hd ul.v2 li b { font-weight: normal; }
.service-icon { width: 100%; margin: 20px 0 0 0; }
.other-cons-link { background-color:#e4e4e4; padding:10px; margin:10px 0 0 0; }
.other-cons-link ul { margin:0px; padding:0px; }
.other-cons-link ul li { margin:0px; padding:0 10px 0 0; float:left; font-size:13px; line-height:20px; color:#666; letter-spacing:0.5px; }
.other-cons-link ul li.active a { background-color:#ff4242; border:solid 1px #ff4242; }
.other-cons-link ul li a { display:block; font-size:14px; line-height:20px; color:#212121; border:solid 1px #ccc; background-color:#fff; padding:4px 8px; }
.other-cons-link ul li a b { position:static; margin:0px; font-weight:normal; font-size:13px; color:#212121; }
.other-cons-link ul li a:hover span { color:#fff; }
.other-cons-link ul li.active a b { color:#fff; }
 @media (max-width: 767px) {
.service-icon { margin: 315px 0 0; }
}
.service-icon ul li { display: inline-block; background-color: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.3); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fff; text-align: center; width: 82px; padding: 13px 1px; margin: 0 4px 0 0; }
 @media (max-width: 767px) {
.service-icon ul li { margin: 0 5px 11px 0; }
}
 @media (min-width: 300px) and (max-width: 360px) {
.service-icon ul li { margin: 0 25px 20px 25px !important; }
}
 @media (min-width: 300px) and (max-width: 439px) {
.service-icon ul li { margin: 0 10px 20px 10px; }
}
 @media (min-width: 440px) and (max-width: 991px) {
.service-icon ul li { margin: 0 20px 20px 20px; }
}
 @media (min-width: 300px) and (max-width: 440px) {
.service-icon ul li { width: 83px; }
}
.service-icon ul li a { color: #fff; }
.service-icon ul li a:hover { color: #fff; }
.service-icon ul li b { display: block; padding: 5px 0 0 0; font-size: 11px; }
.search-b1 .search-wrapper .src-hd-bx { float: left; }
.search-b1 .search-wrapper .src-hd-bx .select-wrapper, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select, .search-b1 .search-wrapper .src-hd-bx select { float: left; display: inline-block; border-right: 1px solid #000; background: #fff url(../images/other/down-new.jpg) no-repeat right 0; cursor: pointer; }
.search-b1 .search-wrapper .src-hd-bx .select-wrapper .holder, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select .holder, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select .holder, .search-b1 .search-wrapper .src-hd-bx select .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; padding: 0 5px 0 8px; }
.search-b1 .search-wrapper .src-hd-bx .select-wrapper, .search-b1 header .topnav .search-hd .search-wrapper .src-hd-bx select, header .topnav .search-hd .search-b1 .search-wrapper .src-hd-bx select, .search-b1 .search-wrapper .src-hd-bx select { height: 34px; line-height: 34px; color: #777; border-bottom: 0; border-top: 0; cursor: pointer; display: block; font-size: 13px; text-transform: capitalize; border-top-left-radius: 2px; border-bottom-left-radius: 2px; height: 34px; line-height: 34px; }
.search-b1 .search-wrapper .src-hd-bx select { margin: 0; position: absolute; z-index: 2; left: 0; top: 0; cursor: pointer; outline: none; opacity: 0; filter: alpha(opacity=0); }
.search-b1 .search-wrapper .src-hd-axn { float: right; }
.search-b1 .search-wrapper .src-hd-wrp { width: auto; overflow: hidden; position: relative; }
.search-b1 .search-wrapper .src-hd-wrp .src-hd-text { position: relative; height: 34px; background: #fff; z-index: 2; }
.search-b1 .search-wrapper .src-hd-wrp .src-hd-text input[type="text"] { position: absolute; top: 0; left: 0; border: 0; display: block; font-size: 13px; width: 100%; height: 34px; line-height: 13px; padding: 10px 12px; }
.search-b1 .search-wrapper .src-hd-wrp, .search-b1 .search-wrapper .src-hd-bx, .search-b1 .search-wrapper .src-hd-axn { padding: 10px 0; }
.hsearch2 .hsearch-wrapper { width: 85% !important; }
 @media (max-width: 568px) {
.hsearch2 .hsearch-wrapper { width: 95% !important; }
}
.hsearch2 .addon { display: none !important; }
.hsearch2 .sch-location { display: none !important; }
.home-search-w { width: 100%; float: left; height: 61px; margin: 50px 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
 @media (max-width: 767px) {
.home-search-w { width: 100%; }
}
.home-search-w .hsearch-wrapper { width: 56%; position: relative; float: left; background: #fff; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
 @media (max-width: 767px) {
.home-search-w .hsearch-wrapper { width: 97%; }
}
 @media (min-width: 768px) and (max-width: 991px) {
.home-search-w .hsearch-wrapper { width: 55%; }
}
 @media (min-width: 992px) and (max-width: 1200px) {
.home-search-w .hsearch-wrapper { width: 30%; }
}
.home-search-w .hsearch-wrapper .src-hd-axn { float: right; }
.home-search-w .hsearch-wrapper .src-hd-wrp { width: auto; overflow: hidden; position: relative; z-index: 2; border-left: solid 1px #d4d4d4; }
.home-search-w .hsearch-wrapper .src-hd-wrp .src-hd-text { position: relative; background: #fff; z-index: 2; }
.home-search-w .hsearch-wrapper .src-hd-wrp .src-hd-text input[type="text"] { border: 0; width: 100%; background: #fff; height: 61px; }
.home-search-w .hsearch-box { float: left; }
.home-search-w .hsearch-box .select-wrapper, .home-search-w .hsearch-box header .topnav .search-hd .search-wrapper .src-hd-bx select, header .topnav .search-hd .search-wrapper .src-hd-bx .home-search-w .hsearch-box select, .home-search-w .hsearch-box .search-b1 .search-wrapper .src-hd-bx select, .search-b1 .search-wrapper .src-hd-bx .home-search-w .hsearch-box select { float: left; display: inline-block; background: url(../images/other/down-new.jpg) no-repeat right 50% transparent; cursor: pointer; padding: 0 15px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; height: 61px; line-height: 61px; background-color: #fff; }
.home-search-w .hsearch-box .select-wrapper select, .home-search-w .hsearch-box header .topnav .search-hd .search-wrapper .src-hd-bx select select, header .topnav .search-hd .search-wrapper .src-hd-bx .home-search-w .hsearch-box select select, .home-search-w .hsearch-box .search-b1 .search-wrapper .src-hd-bx select select, .search-b1 .search-wrapper .src-hd-bx .home-search-w .hsearch-box select select { height: 61px; line-height: 61px; background-color: #fff; border: 0; margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; left: 0; }
.home-search-w .hsearch-box .select-wrapper .holder, .home-search-w .hsearch-box header .topnav .search-hd .search-wrapper .src-hd-bx select .holder, header .topnav .search-hd .search-wrapper .src-hd-bx .home-search-w .hsearch-box select .holder, .home-search-w .hsearch-box .search-b1 .search-wrapper .src-hd-bx select .holder, .search-b1 .search-wrapper .src-hd-bx .home-search-w .hsearch-box select .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; color: #4c4c4c; }
.home-search-w .addon { background-color: #f4f3f3; border-left: solid 1px #d8d8d8; border-right: solid 1px #d8d8d8; text-align: center; line-height: 61px; float: left; padding: 0 10px; color: #7f7f7f; font-size: 18px; }
 @media (max-width: 767px) {
.home-search-w .addon { border: none !important; width: 100%; background-color: transparent; line-height: 35px; }
}
.home-search-w .sch-location { float: left; position: relative; width: 23%; }
 @media (max-width: 767px) {
.home-search-w .sch-location { width: 97%; }
}
 @media (min-width: 992px) and (max-width: 1200px) {
.home-search-w .sch-location { width: 19%; }
}
.home-search-w .sch-location input[type="text"] { border: 0; width: 100%; background: #fff; height: 61px; }
.home-search-w .hsearch-btn { float: left; }
 @media (max-width: 767px) {
.home-search-w .hsearch-btn { width: 97%; margin-top: 20px; }
}
.home-search-w .hsearch-btn .btn { font-size: 18px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; height: 61px; line-height: 18px; padding: 21px 15px; text-align: center; }
.loaderhome { position: absolute; top: 33%; right: 5%; background: url(../images/other/hme-loader.gif); height: 18px; width: 18px; }
.loadercenter { position: absolute; top: 33%; left: 45%; background: url(../images/other/load-center.gif); height: 64px; width: 64px; }
.form-app-sel { width: 50px; height: 40px; overflow: hidden; border-radius: 3px 0 0 3px; margin-top: 10px; }
 @media (min-width: 300px) and (max-width: 440px) {
.form-app-sel { width: 50px; }
}
.form-app-sel select { width: 65px; border: none; height: 40px; padding: 0 0 0 4px; background: #fff url(../images/other/down-new.jpg) no-repeat 78% 50%; }
 @media (min-width: 300px) and (max-width: 440px) {
.form-app-sel select { width: 70px; }
}
.gtlink-top { margin: 0 0 50px 0; width: 100%; }
 @media (min-width: 300px) and (max-width: 440px) {
.gtlink-top { margin: 0 0 13px; }
}
.gtlink-top .thank-msgapp { color: #3ba040; }
.gtlink-top:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.gtlink-top:before { content: ""; display: table; }
.gtlink-top .form-app-sel { width: 50px; height: 30px; overflow: hidden; border-radius: 3px 0 0 3px !important; border: solid 1px #e6e6e6; border-right: none; float: left; margin-top: 0; }
.gtlink-top .form-app-sel select { width: 68px; border: none; height: 30px; padding: 0 0 0 3px; background: #fff url(../images/other/down-new.jpg) no-repeat 78% 50%; border-radius: 0 3px 3px 0 !important; }
.gtlink-top .gt-inpu { color: white; position: relative; width: 85%; float: left; }
.gtlink-top .gt-inpu:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.gtlink-top .gt-inpu:before { content: ""; display: table; }
 @media (min-width: 300px) and (max-width: 440px) {
.gtlink-top .gt-inpu { width: 77%; }
}
.gtlink-top .gt-inpu.alert input[type="text"] { border-color: #f00; }
.gtlink-top .gt-inpu.alert label { color: #f00; }
.gtlink-top .gt-inpu input[type="text"] { height: 30px; padding: 0 10px; float: left; width: 55%; border-radius: 0; }
 @media (min-width: 300px) and (max-width: 440px) {
.gtlink-top .gt-inpu input[type="text"] { width: 82%; }
}
 .gtlink-top .gt-inpu input[type="text"]:focus ~ label {
 display: none;
}
.gtlink-top .gt-inpu label { position: absolute; top: 5px; left: 7px; font-size: 12px; color: #999; pointer-events: none; }
.gtlink-top .gt-inpu .gtbtn { float: left; color: #fff !important; border-radius: 0 3px 3px 0 !important; }
.wraper .gt-inpu { color: white; position: relative; width: 86%; }
.wraper .gt-inpu:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.wraper .gt-inpu:before { content: ""; display: table; }
.wraper .gt-inpu.alert input[type="text"] { border-color: #f00; }
.wraper .gt-inpu.alert label { color: #f00 !important; }
.wraper .gt-inpu input[type="text"] { height: 30px; padding: 0 10px; float: left; width: 45%; border-radius: 0 3px 3px 0 !important; }
 @media (min-width: 300px) and (max-width: 440px) {
.wraper .gt-inpu input[type="text"] { width: 66%; }
}
 .wraper .gt-inpu input[type="text"]:focus ~ label {
 display: none;
}
.wraper .gt-inpu label { position: absolute; top: 26px; left: 7px; font-size: 12px !important; color: #999 !important; pointer-events: none; font-family: robotoregular !important; }
.wraper .gt-inpu .gtbtn { float: left; color: #fff !important; border-radius: 0 3px 3px 0 !important; }
.thank-msgapp { display: block; color: #fff600; text-align: center; font-size: 12px; text-transform: capitalize; margin-bottom: 5px; margin-left: -18%; }
.thank-msgapp i { font-size: 16px; margin-right: 5px; }
.closeout { left: 50%; margin-left: 120px; top: 78px; width: 50px; z-index: 999999; }
 @media (max-width: 767px) {
.closeout { top: 10px; right: 3px !important; left: inherit !important; }
}
.closeout .clsoeico { font-size: 24px; color: #6c7074; font-family: 'arial'; line-height: 32px; cursor: pointer; }
 @media (max-width: 767px) {
.closeout .clsoeico { font-size: 24px; }
}
.modifra { top: 65px; left: 50%; margin-left: -156px; min-height: 614px; width: 312px; }
.overlay-black { position: fixed; z-index: 99999; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); }
.loc-place { margin: 15px 0 0 20px; font-size: 13px; color: #333; font-family: 'robotoregular'; }
.loc-place .loca { color: #ff837e; text-transform: capitalize; font-family: 'robotobold'; }
.citymetro { width: 100%; /*margin: 20px 0;*/ }
.citymetro:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.citymetro:before { content: ""; display: table; }
.citymetro .cm-inner { width: 50%; float: left; margin-bottom: 15px; }
.citymetro .cm-inner p { display: block; padding-left: 10px; line-height: 41px; text-align: left; font-family: 'robotoregular'; font-size: 13px; color: #000; background-color: #f7f9f7; }
.citymetro .cm-inner p.citymar { border-right: solid 1px #ccc; }
.citymetro .cm-inner ul { height: 250px; overflow-y: scroll; }
 @media (max-width: 767px) {
.citymetro .cm-inner ul { height: 100%; }
}
.citymetro .cm-inner ul li { display: block; height: 37px; overflow: hidden; padding: 0; }
.citymetro .cm-inner ul li a { display: block; padding: 5px 10px; line-height: 25px; margin-right: 15px; text-align: left; font-family: 'robotoregular'; font-size: 14px; color: #6c7074; border-bottom: solid 1px #edefed; }
.citymetro .cm-inner ul li a i { text-align: right; float: right; padding: 5px; }
.citymetro .cm-inner ul li a:hover { color: #fff !important; background-color: #ff4242; }
.citymetro .cm-inner ul li a:hover i { color: #fff; }
.citymetro .cm-inner ul li.active a { color: #fff; background-color: #ff4242; }
.citymetro .cm-inner ul li.active a i { color: #fff; }
.citymetro .cm-inner.loadcity ul li { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; opacity: 0.2; position: fixed; }
.citymetro .loaderhome { position: absolute; top: 20%; left: 45%; background: url(../images/other/hme-loader.gif); height: 18px; width: 18px; }
.heroad { width: 100%; margin: 0 auto; }
 @media (min-width: 1200px) {
header { left: 0; position: static; top: 0; width: 100%; z-index: 99999; }
}
 @media (min-width: 1200px) {
header.sticky { position: fixed; top: 0; }
}
.afterlogin { z-index: 3; }
.footer_sticky { background-color: rgba(0, 0, 0, 0.9); width: 100%; position: fixed; bottom: 0px; z-index: 100; display: block; font-family:'arial'; }
.footer_sticky .live-chat { float: right; }
.footer_sticky .live-chat a { color: #fff; display: block; background-color: #92ba36; padding: 9px 20px; margin: 0 20px 0 0; font-size: 17px; }
.footer_sticky ul { margin: 0px; padding: 8px 15px 8px 0; float: left; }
.footer_sticky ul li { margin: 0px; padding: 0 0 0 50px; list-style: none; float: left; font-size: 13px; line-height: 20px; color: #ccc; position: relative; }
 @media (min-width: 300px) and (max-width: 360px) {
.footer_sticky ul li { padding: 0 0 0 36px; }
}
@media (max-width: 669px) {
.footer_sticky { z-index: 99999; }
}
.footer_sticky ul li a { color: #ccc; }
.footer_sticky ul li i { color: #ccc; margin: 0 3px 0 0; font-size: 15px; }
.reqcal_back { position: absolute; bottom: 28px; left: 50px; z-index: 100; background-color: #f0f0f0; width: 300px; }
@media (max-width: 669px) {
.reqcal_back { left: 0; position: fixed; height: 100%; top: 0; width: 100%; }
}
.reqcal_back .titletxt { background-color: #08a182; padding: 10px; }
.reqcal_back .titletxt:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.reqcal_back .titletxt:before { content: ""; display: table; }
.reqcal_back .titletxt .txt { float: left; font-size: 14px; line-height: 20px; color: #fff; }
.reqcal_back .titletxt .rt-close { font-size: 13px; float: right; line-height: 20px; }
.reqcal_back .titletxt .rt-close a { color: #fff; text-decoration: none; border: 1px solid #fff; border-radius: 50%; padding: 5px 9px; }
.reqcal_back .frm_cont { padding: 10px 0; border-left: solid 1px #08a182; border-right: solid 1px #08a182; }
 @media (max-width:669px) {
.reqcal_back .frm_cont { height:100%; }
.reqcal_back .frm_cont ul li { text-align:center; }
.menu-nav .navigator .menulogo-fix { width:100%; }
.menu-nav .navigator .menulogo-fix { position:fixed; top:0; z-index:100; }
.navigator .menulogo-fix:hover { background:#fff; }
}
.reqcal_back .frm_cont:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.reqcal_back .frm_cont:before { content: ""; display: table; }
.reqcal_back .frm_cont ul { width: 91%; margin: 0 4%; padding: 0px; }
.reqcal_back .frm_cont ul li { position: relative; margin: 5px 0; padding: 0 0 0 0; width: 100%; }
.reqcal_back .frm_cont ul li:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.reqcal_back .frm_cont ul li:before { content: ""; display: table; }
.reqcal_back .frm_cont ul li.alert input { border: solid 1px #f58705; }
.reqcal_back .frm_cont ul li.alert label { left: 5px; font-size: 12px; margin-top: 6px; line-height: 20px; left: 5px; color: #f58705; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.reqcal_back .frm_cont ul li .mcode { float: left; position: relative; width: 26%; }
.reqcal_back .frm_cont ul li .mcode .form_wrapin:after { display: inline-block; margin-top: -11px; pointer-events: none; z-index: 1; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: auto; bottom: auto; left: auto; position: absolute; }
.reqcal_back .frm_cont ul li .mcode .form_wrapin:after { color: #9e9e9e; content: "\f078"; right: 9px; font-size: 12px; }
.reqcal_back .frm_cont ul li .mnumber { float: left; width: 74%; }
.reqcal_back .frm_cont ul li .mnumber label { left: 80px !important; }
.reqcal_back .frm_cont ul li .mnumber input[type="text"] { height: 45px; line-height: 18px; padding: 10px; width: 100%; }
.reqcal_back .frm_cont ul li .selectfull { float: left; position: relative; width: 100%; }
.reqcal_back .frm_cont ul li .selectfull input { background: #fff url(../images/other/down-new.jpg) no-repeat right 0; }
.reqcal_back .frm_cont ul li a { color: #fff; }
.reqcal_back .frm_cont ul input[type="email"] { width: 100%; height: 45px; padding: 10px; font-size: 14px; }
.reqcal_back .frm_cont ul input { width: 100%; height: 45px; padding: 10px; font-size: 14px; }
.reqcal_back .frm_cont ul input[type="text"] { height: 45px; line-height: 18px; padding: 10px; width: 100%; }
.reqcal_back .frm_cont ul textarea { line-height: 18px; padding: 10px; width: 100%; }
.reqcal_back .frm_cont ul input.form-text, .reqcal_back .frm_cont ul textarea { display: block; width: 100%; }
.reqcal_back .frm_cont ul input.form-text + label, .reqcal_back .frm_cont ul textarea + label { color: #b0b0b0; line-height: 45px; pointer-events: none; text-transform: uppercase; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; top: 0; right: auto; bottom: 0; left: 10px; position: absolute; }
.reqcal_back .frm_cont ul input.form-text + label.lactive, .reqcal_back .frm_cont ul textarea + label.lactive { font-size: 12px; margin-top: 4px; line-height: 10px; left: 5px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.reqcal_back .frm_cont ul input.form-text:focus + label, .reqcal_back .frm_cont ul textarea:focus + label { font-size: 12px; margin-top: 4px; line-height: 10px; left: 5px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.reqcal_back .frm_cont .frm_row { padding: 10px; }
.reqcal_b2 { position: absolute; bottom: 28px; left: 50px; z-index: 100; background-color: #f0f0f0; min-width: 188px; }
.reqcal_b2 .sharclose { background-color: #bab8b8; height: 20px; line-height: 15px; text-align: center; width: 100%; }
.reqcal_b2 .sharclose .fa-chevron-down { color: #fff; }
.reqcal_b2 .sharclose .fa-close { padding: 0px; margin: 0; color: #fff; }
.reqcal_b2 ul { margin: 0; padding: 0px; }
.reqcal_b2 ul li { padding: 0px; margin: 0; }
.reqcal_b2 ul li .fa { color: #fff; width: 25px; height: 25px; text-align: center; line-height: 25px; margin: 8px 5px; }
.reqcal_b2 ul li .fa-facebook { background-color: #3b5997; margin-left: 10px; }
.reqcal_b2 ul li .fa-twitter { background-color: #29c5f6; }
.reqcal_b2 ul li .fa-pinterest-p { background-color: #c61118; }
.reqcal_b2 ul li .fa-google-plus { background-color: #dd4b39; }
.reqcal_b2 ul li .fa-envelope { background-color: #08a182; }
.reqcal_b2 ul li .fa-instagram { background-color: #2e5e86; }
.reqcal_b2 ul li .fa-close { background-color: #08a182; margin-left: 15px; }
.share_close { background-color: #08a182; text-align: right; padding: 5px; }
.drop-result-wraper { background: #fff; border: none; border-top: solid 1px #e6e6e6; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); display: none; min-width: 100px; margin: 0; padding-bottom: 1px; text-align: left; width: 100%; z-index: 2; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; top: 100%; right: auto; bottom: auto; left: 0; position: absolute; }
.drop-result-wraper .wraprelate { position: relative; width: 100%; }
.drop-result-wraper .wraprelate:before, .drop-result-wraper .wraprelate:after { content: ''; border: solid transparent; left: 45%; pointer-events: none; position: absolute; top: -18px; }
.drop-result-wraper .wraprelate:before { border-width: 10px; border-bottom-color: #e6e6e6; margin: -2px 0 0 -1px; }
.drop-result-wraper .wraprelate:after { border-width: 9px; border-bottom-color: #fff; }
.drop-result-wraper .wraper { max-height: 156px; position: relative; overflow-y: auto; overflow-x: hidden; width: 100%; }
.drop-result-wraper.hmlsser .wraper { max-height: 306px; }
.drop-result-wraper.hmlsser { width:95.4%; top:80%; }
.drop-result-wraper .wraper label { color: #ff837e !important; cursor: default; display: block; font-family: 'robotobold'; font-size: 11px; margin: 10px 0 0 0; padding-left: 15px; position: relative; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drop-result-wraper .wraper label:before { content: ''; display: block; border-bottom: 1px solid #f4f4f4; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
.drop-result-wraper .wraper label b { background-color: #fff; padding-right: 20px; }
.drop-result-wraper ul li { font-size: 13px; }
.drop-result-wraper ul li.active a { background-color: #ff4242; color: #fff; }
.drop-result-wraper ul li a { color: #333; display: block; padding: 8px 15px; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; }
.drop-result-wraper ul li a i { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drop-result-wraper ul li a b { color: #999; font-size: 11px; display: block; }
.drop-result-wraper ul li a:hover { background-color: #ff4242; color: #fff; }
.drop-result-wraper ul li a:hover b { color: #6f0909; }
.drop-result-wraper2 { background: #fff; border: none; border-top: solid 1px #e6e6e6; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); box-shadow: -1px -3px 5px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: -1px -3px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: -1px -3px 5px 0px rgba(0, 0, 0, 0.2); display: none; min-width: 100px; margin: 0; padding-bottom: 1px; text-align: left; width: 100%; z-index: 2; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; top: auto; right: auto; bottom: 45px; left: 0; position: absolute; }
.drop-result-wraper2 .wraprelate2 { position: relative; width: 100%; }
.drop-result-wraper2 .wraprelate2:before, .drop-result-wraper2 .wraprelate2:after { content: ''; border: solid transparent; left: 25%; pointer-events: none; position: absolute; bottom: -18px; }
.drop-result-wraper2 .wraprelate2:before { border-width: 10px; border-top-color: #e6e6e6; margin: 0 -1px -2px -1px; }
.drop-result-wraper2 .wraprelate2:after { border-width: 9px; border-top-color: #fff; }
.drop-result-wraper2 .wraper2 { max-height: 156px; position: relative; overflow-y: auto; overflow-x: hidden; width: 100%; }
.drop-result-wraper2 .wraper2 label { color: #ff837e; cursor: default; display: block; font-family: 'robotobold'; font-size: 11px; margin: 10px 0 0 0; padding-left: 15px; position: relative; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drop-result-wraper2 .wraper2 label:before { content: ''; display: block; border-bottom: 1px solid #f4f4f4; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
.drop-result-wraper2 .wraper2 label b { background-color: #fff; padding-right: 20px; }
.drop-result-wraper2 ul li { font-size: 13px; }
.drop-result-wraper2 ul li a { color: #333; display: block; padding: 2px 10px; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; }
.drop-result-wraper2 ul li a i { display: block; color: #333 !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drop-result-wraper2 ul li a b { color: #999; font-size: 11px; display: block; }
.drop-result-wraper2 ul li a:hover { background-color: #ff4242; color: #fff; }
.drop-result-wraper2 ul li a:hover i { color: #fff !important; }
.drop-result-wraper2 ul li a:hover b { color: #6f0909; }
.result-menu { width: 100% !important; margin: 0 !important; }
footer { background: #333; color: #fff; padding-bottom: 36px; }
footer { font-family:'arial'; }
footer .foo-topmenu:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
footer .foo-topmenu:before { content: ""; display: table; }
footer .foo-topmenu > li .mainmenu { font-family: 'robotobold'; font-size: 12px; padding: 10px; position: relative; text-transform: uppercase; }
footer .foo-topmenu > li .submenu { color: #7f7f7f; font-size: 12px; line-height: 20px; padding: 10px; }
footer .foo-topmenu > li .submenu b { display: block; font-weight: bold; }
footer .foo-topmenu > li .submenu a { margin-top: 10px; color: #7f7f7f; }
footer .foo-topmenu > li.shareit span, footer .foo-topmenu > li.app span { background: #666; display: inline-block; margin: 10px 5px 0 0; -webkit-border-radius: 50%; border-radius: 50%; background-clip: padding-box; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
footer .foo-topmenu > li.shareit span a, footer .foo-topmenu > li.app span a { color: #fff; display: block; font-size: 15px; margin: 0; min-height: 30px; min-width: 30px; padding: 5px; text-align: center; }
footer .foo-topmenu > li.country span { display: inline-block; margin: 10px 5px 0 0; background-clip: padding-box; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
footer .foo-topmenu > li.shareit .fb:hover { background: #3B5998; }
footer .foo-topmenu > li.shareit .tw:hover { background: #55acee; }
footer .foo-topmenu > li.shareit .gp:hover { background: #DC4B39; }
footer .foo-topmenu > li.shareit .pt:hover { background: #bd081c; }
footer .foo-topmenu > li.shareit .ins:hover { background: #2e5e86; }
footer .foo-topmenu > li.app .ios, footer .foo-topmenu > li.app .gplay { background: #000; }
footer .foo-topmenu > li.app .ios:hover { background: #5fc9f8; }
footer .foo-topmenu > li.app .gplay:hover { background: #a4c639; }
footer .foo-topmenu a.ftdf { color: #7f7f7f; }
footer .foo-topmenu a.ftdf:hover { color: #fff; }
 @media (max-width: 991px) {
footer .foo-topmenu > li { border-bottom: solid 1px rgba(254, 254, 254, 0.05); }
footer .foo-topmenu > li .mainmenu:before { content: "\f067"; margin-top: -8.5px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 5%; bottom: auto; left: auto; position: absolute; }
footer .foo-topmenu > li .mainmenu.active:before { content: "\f068"; }
footer .foo-topmenu > li .submenu { padding: 10px 10px 20px 20px; }
}
 @media (min-width: 992px) {
footer .foo-topmenu { padding: 25px 0; }
footer .foo-topmenu > li { float: left; width: 20%; }
}
footer .foo-more { opacity: 0.5; padding: 10px 0; text-align: center; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
footer .foo-more:hover { opacity: 1; }
footer .foo-botmenu { display: none; }
footer .foo-botmenu a { color: #7f7f7f; }
footer .foo-botmenu a:hover { color: #fff; }
footer .foo-botmenu > li .submenu { font-size: 11px; }
 @media (min-width: 992px) {
footer .foo-botmenu > li { width: 33.33%; }
footer .foo-botmenu > li:nth-child(3n+1) { clear: both; }
}
 @media (min-width: 1200px) {
footer .foo-botmenu > li { width: 16.66%; }
footer .foo-botmenu > li:nth-child(3n+1) { clear: none; }
}
footer .f2 { background: rgba(0, 0, 0, 0.3); }
footer .copyrite { background: rgba(0, 0, 0, 0.3); color: #666; font-size: 11px; padding: 15px; text-align: center; }
.modal { background-color: rgba(0, 0, 0, 0.8); display: none; height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.modal .modal-table { display: table; height: 100%; table-layout: fixed; width: 100%; }
.modal .modal-cell { display: table-cell; height: 100%; padding: 50px; vertical-align: middle; width: 100%; }
.modal .modal-content { background-color: #fff; margin-left: auto; margin-right: auto; max-width: 520px; min-height: 0; min-width: 0; overflow: hidden; position: relative; -webkit-border-radius: 3px; border-radius: 3px; background-clip: padding-box; }
.modal .accountwraper { width: 310px; }
.modal .accountwraper .close { cursor: pointer; height: 18px; width: 18px; z-index: 20; top: 15px; right: 15px; bottom: auto; left: auto; position: absolute; }
.modal .accountwraper .close .clsoeico { font-size: 21px; color: #333; font-family: 'arial'; line-height: 32px; }
.modal .accountwraper .close em { background: transparent url("../images/default/cross.svg") no-repeat center center; background-size: contain; content: ""; display: table; height: 18px; margin: 0 auto; width: 18px; }
.modal .accountwraper .mainhd { background: #f4f4f4; border-bottom: solid 1px #e6e6e6; padding: 15px; position: relative; text-align: center; }
.modal .accountwraper .mainhd:before, .modal .accountwraper .mainhd:after { content: ''; border: solid transparent; left: 45%; pointer-events: none; position: absolute; bottom: -1px; }
.modal .accountwraper .mainhd:before { border-width: 10px; border-bottom-color: #e6e6e6; margin: -2px 0 0 -1px; }
.modal .accountwraper .mainhd:after { border-width: 9px; border-bottom-color: #fff; }
.modal .accountwraper .content-wraper { padding: 20px; }
.modal .accountwraper .content-wraper .titles { padding: 20px 0 40px 0; }
.modal .accountwraper .content-wraper .titles li { display: inline-block; padding: 0 10px 0 0; font-family: 'robotobold'; text-transform: uppercase; }
.modal .accountwraper .content-wraper .titles li a { padding: 5px; }
.modal .accountwraper .content-wraper .titles li.active a { color: #ff4242; position: relative; }
.modal .accountwraper .content-wraper .titles li.active a:after { background: #ff4242; content: ''; display: block; height: 3px; width: 80%; top: auto; right: auto; bottom: 0; left: 10%; position: absolute; }
.modal .accountwraper .content-wraper .wraper ul li { position: relative; margin: 5px 0; }
.modal .accountwraper .content-wraper .wraper ul li .inputactive { border: solid 1px #f58705; }
.modal .accountwraper .content-wraper .wraper ul li .inputactive ~ label {
 left: 5px;
 font-size: 12px;
 margin-top: 6px;
 line-height: 20px;
 left: 5px;
 color: #f58705;
 -webkit-transform: scale(0.85);
 -ms-transform: scale(0.85);
 -o-transform: scale(0.85);
 transform: scale(0.85);
}
.modal .accountwraper .content-wraper .wraper ul li.extra { display: table; font-size: 12px; width: 100%; }
.modal .accountwraper .content-wraper .wraper ul li.extra.agreealert .check label:before { border: 2px solid #ff4242; }
.modal .accountwraper .content-wraper .wraper ul li.extra.agreealert .check .info { color: #ff4242; }
.modal .accountwraper .content-wraper .wraper ul li.extra.agreealert .check .info a { color: #6f0909; }
.modal .accountwraper .content-wraper .wraper ul li.extra:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.modal .accountwraper .content-wraper .wraper ul li.extra:before { content: ""; display: table; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check, .modal .accountwraper .content-wraper .wraper ul li.extra .forgot { display: table-cell; padding: 20px 0; position: relative; vertical-align: middle; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check:before { content: ""; display: table; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check info { color: #666; cursor: default; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check label { border: 0; cursor: default; clip: inherit !important; font-weight: normal; height: 14px; left: 0; padding: 0 0 0 25px; position: absolute; text-indent: -9999px; width: 14px; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check label:before { background: #fff; border: 2px solid #a7aeb3; content: ""; clip: inherit !important; cursor: pointer; height: 14px; left: 0; margin: 0; opacity: 1; position: absolute; top: 0; text-indent: -9999px; width: 14px; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check input[type=checkbox] { float: left; margin: 0 5px 0 0; visibility: hidden; }
.modal .accountwraper .content-wraper .wraper ul li.extra .check input[type=checkbox]:checked + label:after { background: #a7aeb3; content: ''; height: 6px; left: 4px; opacity: 1; position: absolute; top: 4px; width: 6px; }
.modal .accountwraper .content-wraper .wraper ul li.extra .forgot { font-size: 12px; text-align: right; }
.modal .accountwraper .content-wraper .wraper input.form-text { display: block; width: 100%; }
.modal .accountwraper .content-wraper .wraper input.form-text + label { color: #b0b0b0; line-height: 60px; pointer-events: none; text-transform: uppercase; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; top: 0; right: auto; bottom: 0; left: 22px; position: absolute; }
.modal .accountwraper .content-wraper .wraper input.form-text + label.lactive { font-size: 12px; margin-top: 6px; line-height: 20px; left: 5px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.modal .accountwraper .content-wraper .wraper input.form-text:focus + label { font-size: 12px; margin-top: 6px; line-height: 20px; left: 5px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); }
.modal .accountwraper .content-wraper .wraper .other { color: #ff837e; cursor: default; display: block; font-family: 'robotobold'; font-size: 11px; margin: 10px 0 0 0; padding-left: 15px; position: relative; letter-spacing: 1px; line-height: 30px; text-transform: uppercase; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modal .accountwraper .content-wraper .wraper .other:before { content: ''; display: block; border-bottom: 1px solid #e6e6e6; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
.modal .accountwraper .content-wraper .wraper .other b { background-color: #fff; padding-right: 20px; }
.modal .accountwraper .content-wraper .wraper .social { display: table; width: 100%; }
.modal .accountwraper .content-wraper .wraper .social:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.modal .accountwraper .content-wraper .wraper .social:before { content: ""; display: table; }
.modal .accountwraper .content-wraper .wraper .social span { display: table-cell; vertical-align: middle; }
.modal .accountwraper .content-wraper .wraper .social span.icons { color: #fff; float: right; font-size: 20px; }
.modal .accountwraper .content-wraper .wraper .social span.icons a { background: #edefed; color: #8da5b3; display: block; margin: 0 5px; padding: 15px 20px; }
.modal .accountwraper .content-wraper .wraper .social span.icons.fb a { background: #3B5998; color: #fff; }
.modal .accountwraper .content-wraper .wraper .social span.icons.gp a { background: #DC4B39; color: #fff; }
.modal .accountwraper .content-wraper .wraper .scinfo { background: #e6e6e6; color: #666; font-size: 12px; margin: 15px -20px -20px -20px; padding: 10px; text-align: center; }
.modal .accountwraper .content-wraper .wraper .scinfo.sclogin { margin-top: 92px !important; }
.modal .accountwraper .content-wraper .sign-wraper { display: none; }
 @media (max-width: 767px) {
.modal .modal-table { display: block; }
.modal .modal-cell { display: block; padding: 0; }
.modal .modal-content { border-radius: 0; height: 100%; max-width: none; overflow: auto; }
.modal .accountwraper { width: 100%; }
}
 @-webkit-keyframes pop-in { from {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
 filter: alpha(opacity=0);
}
to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
}
@-moz-keyframes pop-in { from {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
 filter: alpha(opacity=0);
}
to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
}
@-o-keyframes pop-in { from {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
 filter: alpha(opacity=0);
}
to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
}
@keyframes pop-in { from {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 0;
 filter: alpha(opacity=0);
}
to { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
}
@-webkit-keyframes pop-out { from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
to { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); }
}
@-moz-keyframes pop-out { from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
to { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); }
}
@-o-keyframes pop-out { from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
to { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); }
}
@keyframes pop-out { from {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
to { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); }
}
.hmealert { display: block; color: #ff4242; font-size: 14px; text-align: center; }
.afterlogin { background: #fff; width: 200px; right: 0; top: 46px; }
.afterlogin:before { content: ""; display: table; height: 0; border: 8px solid transparent; border-bottom-color: #fff; margin: auto; pointer-events: none; width: 0; z-index: 2; top: -16px; right: 6%; bottom: auto; left: auto; position: absolute; }
.afterlogin ul li { color: #333; display: block; padding: 0; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; font-size: 13px; line-height: 15px; }
.afterlogin ul li a { color: #333 !important; margin: 0 !important; padding: 10px !important; text-align: left !important; display: block !important; }
.afterlogin ul li a:hover { background-color: #ff4242; color: #fff !important; display: block; }
.hmeusrnme { padding: 10px; text-align: left; color: #ff837e; font-size: 12px; display: block; line-height: 15px; border-bottom: 1px solid #ff837e; font-weight: bold; }
.hmeusrnme .hmeusrwel { color: #333; }
.hmelogop { font-size: 13px; line-height: 30px; display: block; background-color: #efefef; }
.hmelogop:after { clear: both; content: ""; display: table; height: 0; visibility: hidden; }
.hmelogop:before { content: ""; display: table; }
.hmelogop .log { float: left; margin-left: 10px !important; }
.hmelogop .cls { float: right; margin-right: 10px !important; }
.hmelogop a { color: #333 !important; margin: 0 !important; }
.forgotmsg { font-size: 14px; line-height: 30px; display: block; color: #7dbb33; }
.forgotmsgtex { font-size: 12px; line-height: 21px; display: block; color: #333; }
#container { margin: 0 auto; }
#container .type1 { width: 100%; }
#container .type2 { width: 50%; margin: 10px; }
#container img { display: block; max-width: none; width: 100%; height: auto; }
#container { padding: 0; }
 @media (min-width: 768px) {
#container.event-home .type1 { width: 33.3%; }
}
 @media (min-width: 992px) {
#container.event-home .type1 { width: 25%; }
}
 @media (min-width: 1200px) {
#container.event-home .type1 { width: 20%; }
}
#container.event-home .type2 { margin: 0; padding: 0; width: 300px; }
#container.event-home img { display: block; max-width: none; width: 100%; }
.mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; }
.mCSB_container { overflow: hidden; width: auto; height: auto; }
.mCSB_inside > .mCSB_container { margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { margin-right: 0; margin-left: 30px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; }
.mCSB_scrollTools { position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; }
.mCSB_outside + .mCSB_scrollTools { right: 2px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { right: auto; left: 0; }
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: 2px; }
.mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }
.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools .mCSB_buttonDown { bottom: 0; }
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(66, 197, 140, 0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: rgba(192, 192, 192, 0.55); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(71, 71, 71, 0.85); }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(230, 230, 230, 0.9); }
/*.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background: url(/common/images/movies/vdtop-arrow.png) no-repeat; margin-bottom: 3px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background: url(/common/images/movies/vdbottom-arrow.png) no-repeat; margin-top: 3px; }*/
.mCSB_scrollTools { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
 .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
 opacity: 0;
 filter: "alpha(opacity=0)";
 -ms-filter: "alpha(opacity=0)";
}
 .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
 opacity: 1;
 filter: "alpha(opacity=100)";
 -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.4); filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.75); filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {  background-repeat: no-repeat; opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; }
.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; }
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
 @media (max-width: 767px) {
header .topnav { z-index:999999; }
header .topnav .location-hd .dropdown-wraper { height:100%; position:fixed; top:0; overflow-y:auto; }
header .topnav .location-hd .dropdown-wraper .citymetro .cm-inner ul { height: 250px; }
header .topnav .location-hd .dropdown-wraper .close { position: fixed; }
header .topnav .location-hd .dropdown-wraper .mainhd { position: fixed; z-index: 9; top: 0; width:100%; }
header .topnav .location-hd .dropdown-wraper .dropdown-content { margin-top:55px; }
header .topnav .location-hd .dropdown-wraper .form-wraper { padding: 15px 20px 15px 20px; }
header .topnav .location-hd .dropdown-wraper .loc-place { margin: 55px 0 0 20px; }
}
.fooctapart { float:right }
.needjobsec { line-height:34px; margin-right:20px; float:left; font-size:13px; font-family:'Roboto', sans-serif; color:#fff }
.needjobsec .btn { background-clip:padding-box; background-color:#ff4242; border-radius:2px; color:#fff; height:33px!important; line-height:20px!important; padding:7px 12px!important; transition:color .45s ease 0s, background .45s ease 0s, border .45s ease 0 }
/* ========================= Common Header Footer Start===============================*/

.loadingmini { background: url(../images/other/hme-loader.gif) 0 0 no-repeat; height: 18px; width: 18px; display:inline-block; margin:0 auto }
.loadingbg { background: url(../images/other/eventloadedbig.gif) 0 0 no-repeat; height: 66px; width: 66px; display:block; text-align:center; margin:0 auto }
.transloadedbig { background: url(../images/other/transloadedbig.gif) 0 0 no-repeat; height: 66px; width: 66px; display:block; text-align:center; margin:0 auto }
.perloading { text-align:center; color:#555 }
.perloading i { font-size: 3em; }
.perloading span { display: block; padding: 15px 0; font-size: 16px; }
.upload-loading { background:rgba(255,255,255,0.7) none repeat scroll 0 0; position: absolute; top: 0; left: 0; width: 97%; z-index: 2; margin: 10px; text-align:center; padding: 71px 0; height:90% }
@media (min-width: 768px) {
.container { max-width: 750px; }
}
@media (min-width: 992px) {
.container { max-width: 970px; }
}
@media (min-width: 1200px) {
.container { max-width: 1170px; }
.container-max { max-width: 1600px; }
}
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.row { margin-left: -15px; margin-right: -15px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
.col-sm-12 { width: 100%; }
.col-sm-11 { width: 91.66666667%; }
.col-sm-10 { width: 83.33333333%; }
.col-sm-9 { width: 75%; }
.col-sm-8 { width: 66.66666667%; }
.col-sm-7 { width: 58.33333333%; }
.col-sm-6 { width: 50%; }
.col-sm-5 { width: 41.66666667%; }
.col-sm-4 { width: 33.33333333%; }
.col-sm-3 { width: 25%; }
.col-sm-2 { width: 16.66666667%; }
.col-sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
.col-md-12 { width: 100%; }
.col-md-11 { width: 91.66666667%; }
.col-md-10 { width: 83.33333333%; }
.col-md-9 { width: 75%; }
.col-md-8 { width: 66.66666667%; }
.col-md-7 { width: 58.33333333%; }
.col-md-6 { width: 50%; }
.col-md-5 { width: 41.66666667%; }
.col-md-4 { width: 33.33333333%; }
.col-md-3 { width: 25%; }
.col-md-2 { width: 16.66666667%; }
.col-md-1 { width: 8.33333333%; }
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
.col-lg-12 { width: 100%; }
.col-lg-11 { width: 91.66666667%; }
.col-lg-10 { width: 83.33333333%; }
.col-lg-9 { width: 75%; }
.col-lg-8 { width: 66.66666667%; }
.col-lg-7 { width: 58.33333333%; }
.col-lg-6 { width: 50%; }
.col-lg-5 { width: 41.66666667%; }
.col-lg-4 { width: 33.33333333%; }
.col-lg-3 { width: 25%; }
.col-lg-2 { width: 16.66666667%; }
.col-lg-1 { width: 8.33333333%; }
}
.circle { border-radius:50% }
span.badge { min-width:3rem; padding:0 6px; text-align:center; font-size:1rem; line-height:inherit; color:#757575; position:absolute; right:15px; box-sizing:border-box }
span.badge.new { font-weight:300; font-size:0.8rem; color:#fff; background-color:#26a69a; border-radius:2px }
/*============================================Murugesan Alagarsamy started============================================*/
.festival { margin: 20px 0 0 0; float: left; padding:0 0 0 3% }
.festival a { background: #08a182 url(https://d3aew4oo17ml6.cloudfront.net/common/images/other/color1.gif) repeat center center; border-radius: 2px; color: #fff; font-size:12px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; padding: 5px 8px; line-height: 15px; }
.festival:hover a { background:#08a182 }
.contentnava a { font-size:14px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; }
.breadcrumb { padding: 15px 0 10px 0; font-size: 11px; line-height: 13px; color: #999; display:block; z-index:2 }
.breadcrumb a { color: #333; }
.breadcrumb a:after { display: inline-block; font: normal normal normal 12px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f178"; padding:0 5px; color:#a4a4a4we }
.pagetitle { padding:15px 0 }
.pagetitle span { color:#cc3333; }
/*.spstyle { font-family: 'jenna_sueregular', sans-serif; font-size:32px; color:#838383; font-style:italic; font-weight:500; }*/
.spstyle { font-size:28px; color:#36474f; font-family: 'Caveat', cursive; font-weight:700; letter-spacing:0.5px }
.spstyle span { color:#cc3333 }
/* Owl Carousel Start */
/*.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-item { float: left; }
.grabbing { cursor:url(grabbing.png) 8 8, move; }
.owl-theme .owl-controls { margin-top: 10px; text-align: center; }
.owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; *display: inline;
margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; filter: Alpha(Opacity=50); opacity: 0.5; }
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; }
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline;
}
.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50); opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100); opacity: 1; }
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.owl-theme .owl-buttons i { margin-top: 2px; }
.owl-theme .owl-controls .owl-buttons .owl-prev { left:0; top: 32%; }
.owl-theme .owl-controls .owl-buttons .owl-next { right:0; top: 32%; }
#owl-demo .item { display: block; padding: 30px 0px; margin: 5px; color: #FFF; cursor: pointer; }
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next { opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-controls .owl-buttons div { background-color: rgba(0, 0, 0, 0.5); background-size:70%; opacity: 0; padding: 34px 22px; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; transition: all 0.1s ease; display: block; height: 50px; overflow: hidden; margin: -15px 0 0; padding: 0; position: absolute; text-indent: -9999px; top: 50%; width: 11px; -webkit-border-radius: 0; border-radius: 0; background-clip: padding-box; background-repeat:no-repeat; background-position:50%; vertical-align:middle; width:50px; cursor:pointer }
.owl-theme .owl-controls .owl-buttons div.owl-prev { background-image: url(../images/default/arrow-wt-lt.svg); left: 0; }
.owl-theme .owl-controls .owl-buttons div.owl-next { background-image: url(../images/default/arrow-wt-rt.svg); right: 0; }
#sync1 .item, #sync2 .item { padding: 10px 0px; margin: 5px; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; }
#sync2 .item { padding: 10px 0px; width:90%; cursor: pointer; opacity:0.3 }
#sync2 .item h1 { font-size: 18px; }
#sync2 .synced .item { opacity:1 }*/
/* Owl Carousel End */



.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color:transparent; position:relative }
.owl-carousel { display:none; width:100%; z-index:1 }
.owl-carousel .owl-stage { position:relative; -ms-touch-action:pan-Y; -moz-backface-visibility:hidden }
.owl-carousel .owl-stage:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0 }
.owl-carousel .owl-stage-outer { position:relative; overflow:hidden; -webkit-transform:translate3d(0, 0, 0) }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0) }
.owl-carousel .owl-item { min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none }
.owl-carousel .owl-item img { display:block; width:100% }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display:none }
.no-js .owl-carousel, .owl-carousel.owl-loaded { display:block }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor:pointer; cursor:hand; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }
.owl-carousel.owl-loading { opacity:0; display:block }
.owl-carousel.owl-hidden { opacity:0 }
.owl-carousel.owl-refresh .owl-item { visibility:hidden }
.owl-carousel.owl-drag .owl-item { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }
.owl-carousel.owl-grab { cursor:move; cursor:grab }
.owl-carousel.owl-rtl { direction:rtl }
.owl-carousel.owl-rtl .owl-item { float:right }
.owl-carousel .animated { animation-duration:1s; animation-fill-mode:both }
.owl-carousel .owl-animated-in { z-index:0 }
.owl-carousel .owl-animated-out { z-index:1 }
.owl-carousel .fadeOut { animation-name:fadeOut }
@keyframes fadeOut { 0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height { transition:height .5s ease-in-out }
.owl-carousel .owl-item .owl-lazy { opacity:0; transition:opacity .4s ease }
.owl-carousel .owl-item img.owl-lazy { transform-style:preserve-3d }
.owl-carousel .owl-video-wrapper { position:relative; height:100%; background:#000 }
.owl-carousel .owl-video-play-icon { position:absolute; height:80px; width:80px; left:50%; top:50%; margin-left:-40px; margin-top:-40px; background:url(owl.video.play.png) no-repeat; cursor:pointer; z-index:1; -webkit-backface-visibility:hidden; transition:transform .1s ease }
.owl-carousel .owl-video-play-icon:hover { -ms-transform:scale(1.3, 1.3); transform:scale(1.3, 1.3) }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display:none }
.owl-carousel .owl-video-tn { opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; background-size:contain; transition:opacity .4s ease }
.owl-carousel .owl-video-frame { position:relative; z-index:1; height:100%; width:100% }
.owl-theme .owl-dots, .owl-theme .owl-nav { text-align:center; -webkit-tap-highlight-color:transparent }
.owl-theme .owl-nav { margin:0; opacity:0 }
.owl-carousel:hover .owl-nav { opacity:1; height:100%; margin:0; }
.owl-carousel .owl-nav div { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background-color: rgba(0, 0, 0, 0.5); background-size:70%; display: block; height: 50px; overflow: hidden; margin: -15px 0 0; padding: 0; position: absolute; text-indent: -9999px; top: 50%; background-clip: padding-box; background-repeat:no-repeat; background-position:50%; vertical-align:middle; width:50px; cursor:pointer; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
.owl-carousel .owl-nav div.owl-next { background-image: url(../images/default/arrow-wt-rt.svg); right:0 }
.owl-carousel .owl-nav div.owl-prev { background-image: url(../images/default/arrow-wt-lt.svg); left:0 }
.owl-carousel:hover .owl-nav .owl-next { right:50px; }
.owl-carousel:hover .owl-nav .owl-prev { left:50px; }
.owl-theme .owl-nav [class*=owl-] { color:#FFF; font-size:14px; margin:5px; padding:4px 7px; display:inline-block; cursor:pointer; position:absolute; top:45% }
.owl-theme .owl-nav .disabled { opacity:0; cursor:default; visibility:hidden }
.owl-theme .owl-nav.disabled+.owl-dots { margin-top:10px }
.owl-theme .owl-dots .owl-dot { display:inline-block; zoom:1; }
.owl-theme .owl-dots .owl-dot span { width:7px; height:7px; margin:5px; background:#D6D6D6; display:block; -webkit-backface-visibility:visible; transition:opacity .2s ease; border-radius:30px }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background:#869791 }
/**/

.bgwhite { background:#fff }
.bggray { background:#f0f0f0 }
.insprtlght { margin: 15px 0 30px; }
/**/
.event-galleryphoto .owl-stage, .insprtlght .owl-stage, .featured-eventswrp .owl-stage, .sportlight .owl-stage, .owl-othermetro .owl-stage { padding-left:0 !important }
.insprtlght .owl-theme .owl-nav { opacity:1; }
.insprtlght .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .98); background-size: 40%; height:66px; margin:0; }
.insprtlght .owl-carousel .owl-nav div.owl-prev { left:0px; background-image: url(../images/default/arrow-blc-lt.svg); }
.insprtlght .owl-carousel .owl-nav div.owl-next { right:0px; background-image: url(../images/default/arrow-blc-rt.svg); }
.featured-eventswrp .owl-theme .owl-nav { opacity:1; }
.featured-noloop .owl-carousel { display:block; }
.featured-noloop .owl-carousel .featured-event { float:left; width: 290px; margin-right: 14px; }
.featured-eventswrp .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .98); background-size: 40%; height:66px; margin:0; transition: initial; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-prev { left:-25px; background-image: url(../images/default/arrow-blc-lt.svg); }
.featured-eventswrp .owl-carousel .owl-nav div.owl-next { right:-25px; background-image: url(../images/default/arrow-blc-rt.svg); }
.owl-othermetro .owl-theme .owl-nav { opacity:1; }
.owl-othermetro .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .98); background-size: 40%; height:66px; margin:0; }
.owl-othermetro .owl-carousel .owl-nav div.owl-prev { left:-25px; background-image: url(../images/default/arrow-blc-lt.svg); }
.owl-othermetro .owl-carousel .owl-nav div.owl-next { right:-25px; background-image: url(../images/default/arrow-blc-rt.svg); }
/**/

.insprtlght .item { position: relative; overflow: hidden; width: 98%; height: 320px; padding: 10px; background:#fff; border:solid 1px #eee; -webkit-box-shadow: 0 0 5px #ddd; -moz-box-shadow: 0 0 5px #ddd; -ms-box-shadow: 0 0 5px #ddd; -o-box-shadow: 0 0 5px #ddd; box-shadow: 0 0 5px #ddd; }
.insprtlght .item:after { background: #fff; width: 100%; height: 10px; content: ""; position: absolute; z-index: 2; left: 0; bottom: 0px; }
.insprtlght .item:hover { border: 1px solid #ddd; }
.insprtlght .item img { width:100%; height:200px; }
.insprtlght .item .evedetalwrp { background:#f6f6f6; bottom:-207px; height:100%; width:100%; left:0; position:absolute; border: solid 10px #fff; transition:all .5 ease-in 0; -webkit-transition:all .5 ease-in 0; -moz-transition:all .5 ease-in 0; -ms-transition:all .5 ease-in 0; -o-transition:all .5 ease-in 0; transition-property:all; transition-duration:.5s; transition-timing-function:ease-in; transition-delay:0; }
.insprtlght .item:hover .evedetalwrp { bottom:0; }
.insprtlght .item .evedetalwrp .toparow { background:rgba(255,255,255,0.89) none repeat scroll 0 0; text-align:center; padding:5px 0; display:none }
.insprtlght .item:hover .evedetalwrp .toparow { opacity:0; transition-duration:.5s; }
.insprtlght .item:hover .evedetal { }
.insprtlght .item .evedetalwrp a.sprttitle { color:#212121; font-family: "Roboto", sans-serif; font-weight: 400; }
.insprtlght .item .evedetal { text-align:center; margin:0; padding:10px 0; border:rgba(0,0,0, 0) 1px solid; }
.insprtlght .item .evedetal .sprttitle { color: #212121; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px; margin:0 15px; }
.insprtlght .item .evedetal .sprttitle a { color: #212121; }
.insprtlght .item .evedetal ul { padding:5px 0; margin:0 15px; }
.insprtlght .item .evedetal ul li { font-family:"Roboto", sans-serif; line-height:20px; color:#555; font-size:13px; display:block; padding:5px 0 }
.insprtlght .item .evedetal ul li i { margin-right:3px; color:#999 }
.insprtlght .item .evedetal .tktbg { margin: 10px 0; padding: 10px; }
.insprtlght .item .evedetal .tktbg a { background:rgba(91,193,193,0.3) none repeat scroll 0 0; color:#115239; font-weight:600; font-size:16px; border:solid 1px #5bc199; border-radius:2px; padding:5px 10px; display:inline-block }
.insprtlght .item .evedetal .bybg { margin-top:10px; }
.subtitle { border-bottom:solid 1px #ddd; padding:0 }
.subtitle h2, .subtitle h3 { padding: 0 0 15px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 22px; }
/**/
.event-we-save-badge { -webkit-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -moz-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -ms-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -o-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); background-color:#D6181F; color:#ffffff; border-radius:18px; display:inline-block; vertical-align:middle; font-size:11px; overflow:hidden; line-height:1em; white-space:nowrap; z-index:1; cursor:pointer; max-width:31px; }
.event-we-save-badge .icon { -webkit-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -moz-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -ms-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -o-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); border-radius:50%; width:31px; height:31px; display:inline-block; background-color:#D6181F; text-align:center; line-height:30px; position:relative; z-index:1 }
.event-we-save-badge .label { display:inline-block; margin-right:12px; font-weight:600; -webkit-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -moz-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -ms-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); -o-transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); transition:all 500ms cubic-bezier(0.175, 0.885, 0.335, 1); margin-left:-98px; opacity:0 }
.event-we-save-badge:hover { max-width:1000px }
.event-we-save-badge:hover .label { margin-left:0px; opacity:1 }
.event-we-save-badge .icon i { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:#fff }
.event-we-save-badge:hover .icon i:before { content: "\f004"; }
.event-we-save-badge .icon i:before { content: "\f08a"; }
.event-we-save-badge .icon.active i:before { content: "\f004"; }
/**/
.moreeve { width:100%; background:#fff }
.moreeve a { border:solid 1px #ddd; padding:15px 0; display:block; text-align:center; color:#3a3a3a; font-size:14px; font-family:"Roboto", sans-serif; }
/**/
.neerbywrp { background: rgba(255,255,255,0.7) none repeat scroll 0 0; padding:15px 0 25px }
.neerbywrp .neerbynav { text-align:center; }
.neerbywrp .neerbynav h3 { display:inline-block; font-size:16px; margin-right:10px; }
.neerbywrp .neerbynav ul li a, .neerbywrp .neerbynav h3 a { color:#343434; padding:12px 18px; background:#eff0f1; display:block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:solid 1px #eff0f1; border-right:solid 1px #c3c8cc; border-bottom:solid 1px #c3c8cc }
.neerbywrp .neerbynav h3 a:hover, .neerbywrp .neerbynav h3.active a { color:#db4d37 }
.neerbywrp .neerbynav ul { text-align:center }
.neerbywrp .neerbynav ul li { display:inline-block; display: inline-block; font-size: 16px; }
.neerbywrp .neerbynav ul li a:hover, .neerbywrp .neerbynav ul li a.active { color:#db4d37 }
.neerbywrp .neerbynav .tabs .indicator { display:none }
.neerbywrp .neerbydetl { padding-bottom:20px; }
.poplrmtrodetl .transloadedbig, .neerbywrp .neerbydetl .loadingbg { margin:0 auto; margin-top:15px; }
.neerbywrp .neerbydetl .cattitle { text-align:center; padding:15px 0; margin:0 0 15px; font-size:16px; font-style:italic; }
.neerbywrp .neerbydetl .cattitle .spstyle { font-size:34px; font-weight:bold; display:block; color:#5a5a5a }
.neerbywrp .neerbydetl .item { width:98%; background:#fff; border:solid 1px #ebebeb; }
.neerbywrp .neerbydetl .nerdetail { position:relative; padding:10px; }
.neerbywrp .neerbydetl .nerdetailft { border-top:dotted 1px #7f7f7f; padding:10px; }
.neerbywrp .neerbydetl .nerdetail figure { width:70px; height:70px; background:#ccc; float:left; margin-right:10px; }
.neerbywrp .neerbydetl .nerdetails { float:left; width: 72%; }
.neerbywrp .neerbydetl .nerdetails .h4 a { color:#333 }
.neerbywrp .neerbydetl .nerdetails ul { margin:7px 0 }
.neerbywrp .neerbydetl .nerdetails ul li { padding:0 0 5px; color:#7f7f7f; font-size:13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 18px; }
.neerbywrp .neerbydetl .nerdetails ul li i:before { font-size:14px; }
.neerbywrp .neerbydetl .nerdetails ul li a { color:#333; }
.neerbywrp .neerbydetl .nerdetails ul li a:hover { color:#7f7f7f; text-decoration:underline }
.neerbywrp .neerbydetl .nerdetails .favert { position:absolute; right:10px; top:5px; color:#e62878 }
.neerbywrp .neerbydetl .nerdetails .favert a { color:#e62878 }
.neerbywrp .neerbydetl .nerdetails .favert i { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.neerbywrp .neerbydetl .nerdetails .favert i:before { content: "\f08a"; }
.neerbywrp .neerbydetl .nerdetails .favert:hover i:before, .neerbywrp .neerbydetl .nerdetails .favert.active i:before { content: "\f004"; }
.insprtlght .owl-pagination, .neerbywrp .neerbydetl .owl-pagination { display:none }
.poplrmtrowrp .poplrmtronav span { border:solid 1px #d9d9d9; background:#ededed; border-radius:20px; padding:5px 15px; float:left; margin-right:10px; font-weight:300; font-size:12px; }
.poplrmtrowrp .poplrmtronav span a { color:#7b7a7a; display:block }
.poplrmtrowrp .poplrmtronav span.active { background:#fff; border-color:#cc3333 }
.poplrmtrowrp .poplrmtronav span.active a { color:#cc3333; }
.poplrmtrowrp .poplrmtronav { position:relative; height: 43px; overflow:hidden; }
.poplrmtrowrp .poplrmtronav ul { display:flex; overflow-x:auto; overflow-y:hidden; height: 85px; padding:0 15px; }
.poplrmtrowrp .poplrmtronav ul li { float:left; margin-right:10px; white-space:nowrap }
.popmetscrlleft, .popmetscrlright { position:absolute; height:43px; top:0 !important; padding:10px 15px 15px 15px; font-size:18px; color:#333; background:#fff; width:20px; line-height: 27px; border:solid 1px #dfe0e4; display:none }
.popmetscrlleft { left:0 !important; -webkit-box-shadow: 14px 0px 20px -1px rgba(255,255,255,1); -moz-box-shadow: 14px 0px 20px -1px rgba(255,255,255,1); box-shadow: 14px 0px 20px -1px rgba(255,255,255,1); }
.popmetscrlright { right:0 !important; -webkit-box-shadow: -14px 0px 20px -1px rgba(255,255,255,1); -moz-box-shadow: -14px 0px 20px -1px rgba(255,255,255,1); box-shadow: -14px 0px 20px -1px rgba(255,255,255,1); }
.poplrmtrowrp .poplrmtronav ul li a { border:solid 1px #d9d9d9; background:#ededed; border-radius:20px; padding:5px 15px; margin-right:10px; font-weight:300; font-size:12px; text-align:center; color:#7b7a7a; display:block; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; height:auto }
.poplrmtrowrp .poplrmtronav ul li a:hover, .poplrmtrowrp .poplrmtronav ul li a.active { background:#fff; border-color:#cc3333; color:#cc3333; }
.poplrmtrowrp .poplrmtrodetl { margin:0 0 20px 0 }
.poplrmtrowrp .poplrmtrodetl ul li { width:23%; float:left; list-style-type:disc; margin-left:20px; font-size:12px; line-height:25px; }
.poplrmtrowrp .poplrmtrodetl ul li a { color:#666 }
.poplrmtrowrp .poplrmtrodetl ul li b { font-size: 13px; display: block; font-weight: 500; padding-bottom:0 }
.poplrmtrowrp .poplrmtronav .tabs .indicator { display:none }
.asdewrp { }
.asdebg { background:#fff; border:0; border-bottom:solid 1px #cdcdcd; border-right:solid 1px #cdcdcd; padding:10px; }
.asdebg figure { position:relative; margin-right:10px; float:left }
.asdebg figure img { width: 50px; height: 50px; border-radius: 50%; }
.asdebg figure figcaption { position: absolute; background:rgba(0,0,0,0.8); color: #fff; bottom: 0; width: 100%; padding: 10px 5px; font-size: 12px; text-align: left; }
.asdebg figure a.btn { margin-top:10px; }
.asdebg p { color:#333; line-height:20px; font-size:14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.asdebg small.link { font-size: 15px; color: #009fff; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-bottom: 2px; }
.asdebg small.link span { font-size:11px; display:inline-block; color: #777; vertical-align:middle }
.asdebg p span { color:#7f7f7f }
.ad300x250slot, .ad300x250 { text-align:center; padding:15px 0 }
.tabs .tab a { color: #ee6e73; display: block; width: 100%; height: 100%; text-overflow: ellipsis; overflow: hidden; transition: color .28s ease; }
.tabs .tab.disabled a { color: #f9c9cb; cursor: default; }
.tabs .indicator { position: absolute; bottom: 0; height: 2px; background-color: #f6b2b5; will-change: left, right; display:none }
.reviewicon { background:url(../images/other/reviewicon.jpg) 0 0 no-repeat; width:15px; height:15px; float:left; margin-right:5px; }
/*.we-offered-trnding-srves { background:#fff; border:solid 1px #fe792c; margin:20px 0 }
.we-offered-trnding-srves .we-offered-title { border-bottom:solid #ddd 1px; padding:15px 10px; font-size:24px; }
.we-offered-trnding-srves .we-offered-title i:before { width:30px; height:22px; overflow:hidden; float:left }
.we-offered-trnding-srves .item { padding:10px 25px; }
.we-offered-trnding-srves .item h3 { font-size:16px; padding:10px 0 0 0 }
.we-offered-trnding-srves .item p { font-size:13px; font-family: "robotoregular"; padding:10px 0; line-height:18px; }
.we-offered-trnding-srves .item .wemore { font-size:11px; display:block }
.we-offered-trnding-srves .item .wemore a i { color:#333 }
.we-offered-trnding-srves .owl-theme .owl-controls { margin:20px 0; cursor:pointer }
.we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons div { width:30px; height:30px; background:#fff; border-radius: 50%; box-shadow: inset 1px 0 0 #333; }
.we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons div i { color:#333; font-size:16px; line-height: 27px; }
.we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons .owl-prev { box-shadow: inset 2px 0 0 #737272; left:-13px }
.we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons .owl-next { box-shadow: inset -2px 0 0 #737272; right:-13px }
.we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons .owl-prev, .we-offered-trnding-srves .owl-theme .owl-controls .owl-buttons .owl-next { opacity:1; background-image:none; text-indent: initial; }*/
.subscribe-to-newsletter { background:#fff; padding:20px; margin:25px 0 }
.subscribe-to-newsletter .subnewsbg { background:#f5f5f5; padding:15px; }
.subscribe-to-newsletter .subnewsbg .subscribe-desc .sendicon { background:#43ba9e; width:50px; height:50px; display:inline-block; border-radius:50%; line-height:50px; }
.subscribe-to-newsletter .subnewsbg .subscribe-desc .sendicon i { color:#fff; font-size:22px; }
.subscribe-to-newsletter .subnewsbg .subscribe-desc h4 { font-size:36px; font-weight:300; padding:10px 0 }
.subscribe-to-newsletter .subnewsbg .subscribe-desc p { font-size:14px; font-weight:300; line-height:20px; }
.subscribe-to-newsletter .subnewsbg .input-field { text-align:center }
.subscribe-to-newsletter .subnewsbg .input-field ul { width:100%; margin:0 auto }
.subscribe-to-newsletter .subnewsbg .input-field ul li { display:inline-block; margin-right:20px; width:32%; }
.subscribe-to-newsletter .subnewsbg .input-field ul li input[type=text], .subscribe-to-newsletter .subnewsbg .input-field ul li input[type=email] { background:#fff; border:#f0f0f0 solid 1px; padding-left:10px; }
.subscribe-to-newsletter .subnewsbg .input-field ul li label { top: 1.1rem; }
.subscribe-to-newsletter .subnewsbg .input-field ul li label.active { left:10px; top:1.2rem; font-size: 0.7rem; }
.subscribe-to-newsletter .subnewsbg .input-field ul li.calltoact { width:auto }
.subscribe-to-newsletter .subnewsbg .input-field ul li.calltoact a { font-size: 18px; line-height: 21px; padding: 14px 46px; }
.subscribe-to-newsletter .subscribe-thanku { margin:10px 0; text-align:center; display:block }
.subscribe-form-newsletter { background:url(../images/other/subscribe-bg.jpg) 0 0 repeat-x; width: 100%; padding:10px 0 0; bottom:0; z-index:2; -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1); box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1); border-top:1px solid #fff; background-size:cover }
.subscribe-form-newsletter .subscribe-form-newsletterbg { background:url(../images/other/subscribe-img.png) 90% -10px no-repeat; background-size:contain; height:100% }
.subscribe-form-newsletter .subscribe-desc h4 { font-size:20px; font-weight:300; padding: 10px 0; color:#3163a1 }
.subscribe-form-newsletter .subscribe-desc h4 span { display:table; font-size:40px; font-weight:700 }
.subscribe-form-newsletter .input-field ul li { float:left; margin-right:20px; position:relative }
.subscribe-form-newsletter .input-field { text-align:center; margin-top:15px; }
.subscribe-form-newsletter .input-field ul { width:100%; margin:0 auto }
.subscribe-form-newsletter .input-field ul li { display:inline-block; margin-right:20px; width:32%; }
.subscribe-form-newsletter .input-field ul li input[type=text] { background:#fff; border: 1px solid #E6E6E6; padding-left:10px; height: 3rem; margin:0 0 5px 0 }
.subscribe-form-newsletter .input-field ul li label { top: 1.1rem; }
.subscribe-form-newsletter .input-field ul li label.active { left:10px; top:1.2rem; font-size: 0.7rem; }
.subscribe-form-newsletter .input-field ul li.calltoact { width:auto }
.subscribe-form-newsletter .input-field ul li.calltoact a { font-size: 18px; line-height: 21px; padding: 14px 46px; }
.subscribe-form-newsletter .table-cell { display: table-cell; vertical-align: middle; padding-right: 10px; }
.subscribe-form-newsletter .sub-close { position:absolute; right:15px; font-size: 24px; color: #6c7074; font-family: 'arial'; line-height: 32px; cursor: pointer; z-index:2 }
.subscribe-form-newsletter.sticky { position: fixed; bottom: 0; z-index: 99999; display:block }
.subscribe-thanku { margin:10px 0; display: none; text-align:center }
.subscribe-thanku p { display:block; font-family: 'robotolight'; margin-bottom:5px; font-size:20px; }
.subscribe-thanku p.red { color: #c52429; }
.subscribe-thanku p.red i { font-size:20px; }
.subscribe-thanku p.green { color: #08a182; }
.subscribe-thanku p i.fa-check { background:#08a182; color:#fff; border-radius:50%; height:20px; width:20px; text-align:center; line-height: 15px; }
.subscribe-thanku p i.fa-check:before { font-size:11px; }
/**/
.input-field input:not([type]), .input-field input[type=text], .input-field input[type=password], .input-field input[type=email], .input-field input[type=url], .input-field input[type=time], .input-field input[type=date], .input-field input[type=datetime], .input-field input[type=datetime-local], .input-field input[type=tel], .input-field input[type=number], .input-field input[type=search], .input-field textarea.materialize-textarea { background-color:transparent; border:none; border-bottom:1px solid #9e9e9e; border-radius:0; outline:none; height:3rem; width:100%; font-size:1rem; margin:0 0 15px 0; padding:0; box-shadow:none; box-sizing:content-box; transition:all 0.3s }
.input-field input:not([type]):focus:not([readonly]), .input-field input[type=text]:focus:not([readonly]), .input-field input[type=password]:focus:not([readonly]), .input-field input[type=email]:focus:not([readonly]), .input-field input[type=url]:focus:not([readonly]), .input-field input[type=time]:focus:not([readonly]), .input-field input[type=date]:focus:not([readonly]), .input-field input[type=datetime]:focus:not([readonly]), .input-field input[type=datetime-local]:focus:not([readonly]), .input-field input[type=tel]:focus:not([readonly]), .input-field input[type=number]:focus:not([readonly]), .input-field input[type=search]:focus:not([readonly]), .input-field textarea.materialize-textarea:focus:not([readonly]) { border-bottom:1px solid #26a69a; box-shadow:0 1px 0 0 #26a69a; }
.input-field input:not([type]):focus:not([readonly])+label, .input-field input[type=text]:focus:not([readonly])+label, .input-field input[type=password]:focus:not([readonly])+label, .input-field input[type=email]:focus:not([readonly])+label, .input-field input[type=url]:focus:not([readonly])+label, .input-field input[type=time]:focus:not([readonly])+label, .input-field input[type=date]:focus:not([readonly])+label, .input-field input[type=datetime]:focus:not([readonly])+label, .input-field input[type=datetime-local]:focus:not([readonly])+label, .input-field input[type=tel]:focus:not([readonly])+label, .input-field input[type=number]:focus:not([readonly])+label, .input-field input[type=search]:focus:not([readonly])+label, .input-field textarea.materialize-textarea:focus:not([readonly])+label { color:#26a69a }
/*.input-field.input-field ul li { position:relative; margin-top:1rem }*/
.input-field ul li label { color:#9e9e9e; position:absolute; top:0.8rem; left:0.75rem; font-size:1rem; cursor:text; transition:.2s ease-out }
.input-field ul li label.active { font-size:0.8rem; -webkit-transform:translateY(-140%); transform:translateY(-140%) }
.input-field ul li .prefix { position:absolute; width:3rem; font-size:2rem; transition:color .2s }
.input-field ul li .prefix.active { color:#26a69a }
.input-field ul li .prefix ~ input, .input-field ul li .prefix ~ textarea {
margin-left:3rem;
width:92%;
width:calc(100% - 3rem)
}
.input-field ul li .prefix ~ textarea {
padding-top:.8rem
}
.input-field ul li .prefix ~ label {
margin-left:3rem
}
.input-field ul li input:not([type]).invalid, .input-field ul li input:not([type]):focus.invalid, .input-field ul li input[type=text].invalid, .input-field ul li input[type=text]:focus.invalid, .input-field ul li input[type=password].invalid, .input-field ul li input[type=password]:focus.invalid, .input-field ul li input[type=email].invalid, .input-field ul li input[type=email]:focus.invalid, .input-field ul li input[type=url].invalid, .input-field ul li input[type=url]:focus.invalid, .input-field ul li input[type=time].invalid, .input-field ul li input[type=time]:focus.invalid, .input-field ul li input[type=date].invalid, .input-field ul li input[type=date]:focus.invalid, .input-field ul li input[type=datetime].invalid, .input-field ul li input[type=datetime]:focus.invalid, .input-field ul li input[type=datetime-local].invalid, .input-field ul li input[type=datetime-local]:focus.invalid, .input-field ul li input[type=tel].invalid, .input-field ul li input[type=tel]:focus.invalid, .input-field ul li input[type=number].invalid, .input-field ul li input[type=number]:focus.invalid, .input-field ul li input[type=search].invalid, .input-field ul li input[type=search]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid { border-bottom:1px solid #F44336; box-shadow:0 1px 0 0 #F44336 }
.input-field ul li input:not([type]).invalid+label:after, .input-field ul li input:not([type]):focus.invalid+label:after, .input-field ul li input[type=text].invalid+label:after, .input-field ul li input[type=text]:focus.invalid+label:after, .input-field ul li input[type=password].invalid+label:after, .input-field ul li input[type=password]:focus.invalid+label:after, .input-field ul li input[type=email].invalid+label:after, .input-field ul li input[type=email]:focus.invalid+label:after, .input-field ul li input[type=url].invalid+label:after, .input-field ul li input[type=url]:focus.invalid+label:after, .input-field ul li input[type=time].invalid+label:after, .input-field ul li input[type=time]:focus.invalid+label:after, .input-field ul li input[type=date].invalid+label:after, .input-field ul li input[type=date]:focus.invalid+label:after, .input-field ul li input[type=datetime].invalid+label:after, .input-field ul li input[type=datetime]:focus.invalid+label:after, .input-field ul li input[type=datetime-local].invalid+label:after, .input-field ul li input[type=datetime-local]:focus.invalid+label:after, .input-field ul li input[type=tel].invalid+label:after, .input-field ul li input[type=tel]:focus.invalid+label:after, .input-field ul li input[type=number].invalid+label:after, .input-field ul li input[type=number]:focus.invalid+label:after, .input-field ul li input[type=search].invalid+label:after, .input-field ul li input[type=search]:focus.invalid+label:after, textarea.materialize-textarea.invalid+label:after, textarea.materialize-textarea:focus.invalid+label:after, .invalid+label { content:attr(data-error); color:#F44336 !important; opacity:1 }
.btnred, a.btnred { border: 1px solid #db4344; color:#db4344 !important; border-radius: 3px; background-color: transparent; -webkit-transition: .2s all ease; -moz-transition: .2s all ease; transition: .2s all ease; }
.btnred:hover, a.btnred:hover { color:#fff !important; background:#db4344 }
.botnav ul li .sub-menu { position:absolute; z-index:2; width:200px; right:0; margin-top:1px; background:#fff; box-shadow: inset 0 1px 2px 0 rgba(34, 36, 38, .15); box-shadow: 0 2px 3px 0 rgba(34,36,38,.15); border: 1px solid rgba(34,36,38,.15); display:none; webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.botnav ul li .sub-menu ul { height:auto; }
.botnav ul li .sub-menu ul li { display:block; text-transform:capitalize; padding:0 10px !important; }
.botnav ul li .sub-menu ul li:hover { background:#f5f5f5; border-bottom:0 }
.botnav ul li .sub-menu ul li a { color: #555!important; }
.botnav ul li .sub-menu ul li a:hover { color:#000 }
.botnav ul li i.fa-chevron-down { webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.botnav ul li:hover i.fa-chevron-down { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.evesearchwrp { background:#fff; padding:15px 10px }
.evesearchwrp .input-field ul li { width:80%; display:inline-block }
.evesearchwrp .input-field ul li i { position: absolute; left: 0; top: 10px; font-size: 32px; color: #ccc; }
.evesearchwrp .input-field ul li label { font-size:1.5rem; color:rgba(0,0,0,.1); left:35px }
.evesearchwrp .input-field ul li.caltoaction { width:10%; text-align:center }
.evesearchwrp .input-field ul li label.active { display:none }
.evesearchwrp .input-field ul li input[type=text] { border-bottom:1px solid #e6e6e6; padding-left:35px; width:95% }
.evesearchwrp .input-field ul li.caltoaction .btn-lg { padding:8px 46px }
.evesearchwrp .spstyle { text-align:center; }
.venuebg { background:url(../images/other/venues-bg.jpg) 0 0 no-repeat; background-size:cover; height:130px; }
.venuebg .breadcrumb a, .venuebg .breadcrumb { color:#a4a4a4 }
.venuebg .h1 { color:#fff; padding:10px 0; font-family: 'Roboto', sans-serif; font-weight:400 }
.venuewrp .evesearchwrp { margin:-30px 0 30px 0 }
.venuewrp .event-venue-wrp { padding:0; }
.eventlistwrp .artistlistbg, .eventlistwrp .venuelistbg, .artistcontsbg, .rhsbg { background:#fff; border-bottom:solid 1px #cdcdcd; border-right:solid 1px #cdcdcd }
/*event listing start*/
.eventlistwrp .artistlistbg .venuelistwrp { border:0 }
.eventlistwrp .venuelistwrp { border-bottom:dotted 1px #989a9b }
.eventlistwrp .venuelistwrp .h2 { padding:0; color:#212121; font-size:20px; font-weight:400; font-family: 'Roboto', sans-serif; }
.eventlistwrp .venuelistwrp .h2 a { color:#212121 }
.eventlistwrp .venuelistwrp .venue-info { font-size:13px; color: #666666; font-family: 'Roboto', sans-serif; padding-top:10px; }
.eventlistwrp .venuelistwrp .venue-info span { display:inline-block; margin:0 10px 5px 0; }
.eventlistwrp .venuelistwrp .venue-detals { padding:15px 0 0 0 }
.eventlistwrp .venuelistwrp .venue-detals figure { width:300px; height:210px; background:#000; float:left; position:relative; overflow:hidden }
.eventlistwrp .venuelistwrp .venue-detals figure img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=88)"; filter: alpha(opacity=88); opacity: 0.88; }
.eventlistwrp .venuelistwrp .venue-detals figcaption { position:absolute; bottom:10px; right:10px; display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding:8px 10px; border: 1px solid #fff; border-color: rgba(255,255,255,.85); border-radius: 3px; background-color: rgba(255,255,255,.55); box-shadow: 0 1px 2px rgba(0,0,0,.5); color:#fff; font-size:16px }
.eventlistwrp .venuelistwrp .venue-detals figcaption a { color:#212121 }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info { width:69.5%; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail { border-top:0; border-bottom: solid 1px #dbe0ea; margin:0 0 10px 10px; padding: 0 0 10px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail h3 { padding:0; font-size:16px; font-weight:400; color:#444; font-family: 'Roboto', sans-serif; line-height: 1.3; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail h3 a { color:#414141; text-decoration:none }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail p { font-size:14px; line-height:20px; color:#585858; padding-bottom:10px }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail b { font-size:14px; display:block; margin-bottom:8px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail .dateloc { padding:0; width:80%; border:0; margin-bottom: 5px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact { width:20% }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail { }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .upevnt { color:#333; margin:10px 0 0 10px; font-size:12px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .upevnt a { color:#aaa; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .upevnt a:hover { text-decoration:underline }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .redmore { display:inline-block }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .redmore a i { color:#333 }
.evedetail .dateloc ul.whnwre { float:left; margin:0 0 0 10px }
.evedetail .dateloc ul.whnwre li { font-size:13px; color: #666; font-family: 'Roboto', sans-serif; }
.evedetail .dateloc ul.whnwre li a { color:#333; }
.evedetail .dateloc ul.whnwre li a:hover { text-decoration:underline; color:#333; }
.evedetail .dateloc ul.whnwre li.times { padding:10px 0 }
.evedetail .dateloc ul.whnwre li.times i { color: #999; }
.evedetail .dateloc ul.whnwre li.venuename { font-size: 13px; color: #999; display: block; padding:0 }
.evedetail .dateloc ul.whnwre li.price { color:#333; font-size:14px; font-weight:800 }
.evedetail .dateloc ul.whnwre li.tags b { display:inline-block !important; font-size:12px !important; font-weight:400 !important; color:#333 !important }
.evedetail .dateloc ul.whnwre li.tags span { margin-bottom: 5px; background: #f4f4f4; color: #999; border: 1px solid #dfe3e7; border-radius: 20px; padding: 3px 10px; text-align: center; margin-right: 5px; font-size: 11px; display: inline-block; }
.evedetail .dateloc ul.whnwre li.tags span a { color:#555 }
/*event listing end*/

 








.eventlistwrp .other-servs-info { border-top:solid 3px #f0f0f0; }
.eventlistwrp .other-servs-info .otnernav { padding:0 15px }
.eventlistwrp .other-servs-info .otnernav ul li { float:left; margin-right:0px; border-right:solid 1px #d9d9d9; text-align:left; position:relative }
.eventlistwrp .other-servs-info .otnernav ul li a:before { background:url(../images/default/hd-nav-arrow.png) right 0 no-repeat; width:11px; height:15px; content:""; position:absolute; right:5px; bottom:15px }
.eventlistwrp .other-servs-info .otnernav ul li.transportation { width:210px; }
.eventlistwrp .other-servs-info .otnernav ul li.services { width:175px }
.eventlistwrp .other-servs-info .otnernav ul li.daycare { width:145px }
.eventlistwrp .other-servs-info .otnernav ul li.restaurants { width:250px; border:0 }
.eventlistwrp .other-servs-info .otnernav ul li.makeevent { width: 129px; border: 0; font-family: 'jenna_sueregular', sans-serif; font-size:20px; color:#838383; font-style:italic; font-weight:600; text-align:center; padding-top:8px; line-height: 15px; }
.eventlistwrp .other-servs-info .otnernav ul li.makeevent span { color:#cc3333; display:block }
.eventlistwrp .other-servs-info .otnernav ul li.makeevent:before { background:url(../images/other/makeevent-arrow.png) 0 0 no-repeat; position: absolute; display: table; content: ""; bottom: -10px; height: 18px; width: 56px; }
.eventlistwrp .other-servs-info .otnernav ul li a { padding:15px 10px; font-family: "Roboto", sans-serif; font-size:14px; color:#7b7a7a; display:block; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.eventlistwrp .other-servs-info .otnernav ul li a:hover, .eventlistwrp .other-servs-info .otnernav ul li a.active { background:#0f2339; color:#fff; }
.eventlistwrp .other-servs-info .otnernav .tabs .indicator { display:none }
.eventlistwrp .other-servs-info .otnernav ul li i { float:left; margin-right:5px; }
.eventlistwrp .other-servs-info .otnernav ul li i:before { font-size:36px; }
.eventlistwrp .other-servs-info .otnernav ul li a:hover i, .eventlistwrp .other-servs-info .otnernav ul li a.active i { color:#fff }
.eventlistwrp .other-servs-info .otnernav ul li a.active:before { position: absolute; bottom: -9px; left: 50%; display: inline-block; border-top: 9px solid #0f2339; border-right: 9px solid transparent; border-left: 9px solid transparent; content: ''; margin-left:-2%; height:0; width:0; background:none }
.eventlistwrp .other-servs-info .otnernav ul li a.inactive { color:#7b7a7a; background:none }
.eventlistwrp .other-servs-info .otnernav ul li a.inactive:before { display:none }
.eventlistwrp .other-servs-info .otnernav ul li.transportation i { color:#0265d2 }
.eventlistwrp .other-servs-info .otnernav ul li.services i { color:#8d00a2 }
.eventlistwrp .other-servs-info .otnernav ul li.daycare i { color:#00530a }
.eventlistwrp .other-servs-info .otnernav ul li.restaurants i { color:#020876; }
.eventlistwrp .other-servs-info .otnernav ul li a em { font-size:11px; display:block; margin-bottom:3px; font-weight:300 }
.eventlistwrp .other-servs-info .other-servs-detals { border-top:solid 1px #0f2339; padding:15px; }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list { border-bottom:solid 1px #ddd; padding:0 0 5px; height:100px; overflow:hidden }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list .othertitle { color:#0f2339; font-size:16px; margin-bottom:8px; }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list ul.other-tags { margin:5px 0 }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list ul.other-tags li { background:#dcdcdc; padding:5px 10px; border-radius:3px; display:inline-block; font-size:11px; margin-right:5px; font-weight:400; color:#0f2339; }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list .location { font-weight:300; font-size:13px; margin:8px 0 }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list .location a { color:#0f2339; text-decoration:underline }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list .otheroffer { margin:10px 0; color:#0f2339; font-size:11px; }
.eventlistwrp .other-servs-info .other-servs-detals .orther-list .otheroffer span { background:#08a182; text-transform:uppercase; font-size:10px; color:#fff; padding:3px 8px; margin-right:5px; }
.more { text-align:right; color:#999; font-size:12px; padding:15px 0 0 0 }
.more a i { color:#999; }
.iwantnotify { background:#eff0f1 url(../images/other/notificationbg.jpg) 0 0 no-repeat; border-left:solid 3px #d0d7df; padding:15px; }
.iwantnotify .notifyicon img { z-index: 999999; opacity: 1; -webkit-animation: ring 8s 1s ease-in-out infinite; -webkit-transform-origin: 50% 4px; -moz-animation: ring 8s 1s ease-in-out infinite; -moz-transform-origin: 50% 4px; animation: ring 8s 1s ease-in-out infinite; transform-origin: 50% 4px; margin-top:10px }
 @-moz-keyframes ring { 0% {
-moz-transform: rotate(0);
}
1% {
-moz-transform: rotate(30deg);
}
3% {
-moz-transform: rotate(-28deg);
}
5% {
-moz-transform: rotate(34deg);
}
7% {
-moz-transform: rotate(-32deg);
}
9% {
-moz-transform: rotate(30deg);
}
11% {
-moz-transform: rotate(-28deg);
}
13% {
-moz-transform: rotate(26deg);
}
15% {
-moz-transform: rotate(-24deg);
}
17% {
-moz-transform: rotate(22deg);
}
19% {
-moz-transform: rotate(-20deg);
}
21% {
-moz-transform: rotate(18deg);
}
23% {
-moz-transform: rotate(-16deg);
}
25% {
-moz-transform: rotate(14deg);
}
27% {
-moz-transform: rotate(-12deg);
}
29% {
-moz-transform: rotate(10deg);
}
31% {
-moz-transform: rotate(-8deg);
}
33% {
-moz-transform: rotate(6deg);
}
35% {
-moz-transform: rotate(-4deg);
}
37% {
-moz-transform: rotate(2deg);
}
39% {
-moz-transform: rotate(-1deg);
}
41% {
-moz-transform: rotate(1deg);
}
43% {
-moz-transform: rotate(0);
}
100% {
-moz-transform: rotate(0);
}
}
@keyframes ring { 0% {
transform: rotate(0);
}
1% {
transform: rotate(30deg);
}
3% {
transform: rotate(-28deg);
}
5% {
transform: rotate(34deg);
}
7% {
transform: rotate(-32deg);
}
9% {
transform: rotate(30deg);
}
11% {
transform: rotate(-28deg);
}
13% {
transform: rotate(26deg);
}
15% {
transform: rotate(-24deg);
}
17% {
transform: rotate(22deg);
}
19% {
transform: rotate(-20deg);
}
21% {
transform: rotate(18deg);
}
23% {
transform: rotate(-16deg);
}
25% {
transform: rotate(14deg);
}
27% {
transform: rotate(-12deg);
}
29% {
transform: rotate(10deg);
}
31% {
transform: rotate(-8deg);
}
33% {
transform: rotate(6deg);
}
35% {
transform: rotate(-4deg);
}
37% {
transform: rotate(2deg);
}
39% {
transform: rotate(-1deg);
}
41% {
transform: rotate(1deg);
}
43% {
transform: rotate(0);
}
100% {
transform: rotate(0);
}
}
.iwantnotify .notifyform { margin-left:20px; width: 70%; }
.iwantnotify .notifyform .notifyme { font-size:14px; font-weight:300; color:#273c4a; }
.iwantnotify .notifyform .input-field { }
.iwantnotify .notifyform .input-field input[type=email] { height:35px; border:0; background:#fff; margin-bottom:0; padding-left:5px; }
.iwantnotify .notifyform .input-field label { left:0; font-size:12px; top:10px; padding-left:10px; color:#aaa }
.iwantnotify .notifyform .input-field ul li { display: inline-block; margin:10px 0 0 0; position:relative }
.iwantnotify .notifyform .input-field ul li label.active { display:none }
.iwantnotify .notifyform .input-field ul li .notifybtn { background:#203340; color:#fff; text-decoration:none; display:inline-block; padding:5px 15px; line-height:25px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.redmore { font-size:13px; color:#666; line-height:30px; text-align:right }
.redmore a i { color:#333 }
ul.pagination { text-align:center }
.pagination li { display:inline-block; font-size:12px; padding:0 8px; line-height:25px; border-radius:2px; text-align:center; border:solid 1px #ddd; background-color:#fff }
.pagination li a { color:#444 }
.pagination li:hover a, .pagination li.active a { color:#fff }
.pagination li:hover, .pagination li.active { background-color:#48b39b; border-color:#48b39b }
.pagination li.disabled a { cursor:default; color:#999 }
.pagination li.disabled:hover { background:none }
.pagination li i { font-size:12px; vertical-align:middle }
.pagination li.pages ul li { display:inline-block; float:none }
.venue-map-wrp { border-top:solid 1px #ddd; background:#fff; padding-top:1px; }
.venue-map-wrp .mapwrp { width:50%; background:#fff }
.venue-map-wrp .map-list-wrp { width:50%; }
.venue-map-wrp .map-list-wrp .mapnav { background:#f5f5f5; -webkit-box-shadow: inset 0px 3px 10px 0px rgba(230,230,230,1); -moz-box-shadow: inset 0px 3px 10px 0px rgba(230,230,230,1); box-shadow: inset 0px 3px 10px 0px rgba(230,230,230,1); }
.venue-map-wrp .map-list-wrp .mapnav ul li { display:table-cell; border-left:solid 1px #cdcdcd; position: relative; bottom: -1px; font-size:15px; font-family: "robotobold"; }
.venue-map-wrp .map-list-wrp .mapnav ul li a.active { background:#fff; }
.venue-map-wrp .map-list-wrp .mapnav ul li a { color:#6b6b6b; padding:15px; }
.venue-map-wrp .map-list-wrp .mapnav ul li a.active { color:#333 }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby { position: relative; padding: 10px 20px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder { border:solid 1px #ddd; border-radius:3px; padding:10px; background:url(../images/other/selectarrow1.png) right 0 no-repeat; margin: 0 auto; width: 70%; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder a { display:block }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortby { color: #666; white-space: nowrap; text-overflow: ellipsis; display: inline-block; font-weight:bold }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortedlabel { color: #999; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll { overflow-y: auto; overflow-x: hidden; max-height: 325px; width: 100%; padding-top: 1px; border-top:solid 1px #ddd }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting { border-bottom:solid 1px #ddd; padding:10px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .h2 { font-size:16px; color:#333; padding-bottom:10px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .h2 a { color:#333 }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-info { font-size: 12px; color: #999; padding-bottom:10px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-info span { margin-right:5px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting figure { width:130px; height:100px; overflow:hidden; float:left; background:#000; position:relative }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting figure img { width:130px; height:100px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: 0.4; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting figcaption { position:absolute; bottom:10px; left:5px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info { width:69% }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .evedetail { background:none; border:0; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .evedetail h3 { font-size:15px; color:#333; padding:0; line-height:15px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .evedetail .whnwre { color:#999; font-size:12px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .evedetail ul.whnwre li { padding:5px 0; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .evedetail ul.whnwre li.price { font-family: "robotobold"; font-size:14px; color:#333; padding-bottom:8px }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .otherdetail .upevnt { font-size:12px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .otherdetail .upevnt i, .venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .otherdetail .upevnt a { color:#999 }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpscroll .maplisting .venue-event-info .otherdetail .upevnt a { text-decoration:underline }
.paginations { padding:15px 0; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8); box-shadow: 2px -1px 2px rgba(0,0,0,0.2); }
/**/
/*modals start*/

.modals { display:none; position:fixed; left:0; right:0; background-color:#fff; padding:0; max-height:70%; width:70%; margin:auto; overflow-y:auto; border-radius:2px; will-change:top, opacity; z-index:9999999 !important; box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21); }
/*========================================================*/
.modals.mapmodals { height:auto; overflow:visible; width: 60%; }
.modals .modals-close { cursor:pointer }
.modals .modals-footer { border-radius:0 0 2px 2px; background-color:#fafafa; padding:4px 6px; height:56px; width:100% }
.modals .modals-footer .btn, .modals .modals-footer .btn-large, .modals .modals-footer .btn-flat { float:right; margin:6px 0 }
.lean-overlay { position:fixed; z-index:999999; top:-100px; left:0; bottom:0; right:0; width:100%; background:#000; display:none; will-change:opacity }
.modals.modals-fixed-footer { padding:0; height:70% }
.modals.modals-fixed-footer .modals-content { position:absolute; height:calc(100% - 56px); max-height:100%; width:100%; overflow-y:auto }
.modals.modals-fixed-footer .modals-footer { border-top:1px solid rgba(0,0,0,0.1); position:absolute; bottom:0 }
.modals.bottom-sheet { top:auto; right:-100%; margin:0; width:100%; max-height:45%; border-radius:0; will-change:bottom, opacity }
/*upcomming modal start */
.modal.modalss { background-color: rgba(0, 0, 0, 0.8); display: none; height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.modal .upeventoverlay { right:0; background:#fff; width:500px; position:absolute; top:100px; }
.modal .srpoverslidertitle { background: #eee; font-size: 18px; padding:15px; }
.modal .srpoversliderdetal { }
.modal .srpoverslidercontent { padding:15px; }
.modal .srpoversliderdetal .shortlist-menu-content { display:block }
.modal .srpoversliderdetal .adshortlist { padding:10px 14px; border-bottom: solid 1px rgba(0,0,0,.1); position:relative; font-family: "Roboto", sans-serif; }
.modal .srpoversliderdetal .adshortlist:hover { background:#f5f5f5 }
.modal .srpoversliderdetal .adshortlist a { height:90px; overflow:hidden; width:290px; padding:5px 0 10px 0 }
.modal .srpoversliderdetal .adshortlist figure { width:80px; height:80px; float:right }
.modal .srpoversliderdetal .adshortlist .info { width:330px; }
.modal .srpoversliderdetal .adshortlist .info .shortitle, .modal .srpoversliderdetal .adshortlist .info span { display:inline-block }
.modal .srpoversliderdetal .adshortlist .info .shortitle { padding:0 0 3px; color: #333; font-size: 16px; font-weight: 400; line-height: normal; margin-bottom: 0; text-transform: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: "Roboto", sans-serif; }
.modal .srpoversliderdetal .adshortlist .info a.btn { color:#cd3333; padding:8px 10px }
.modal .srpoversliderdetal .adshortlist .info a.btn:hover { color:#fff; }
.modal .srpoversliderdetal .adshortlist .info .evewhnwre { font-size:11px; color:#7f7f7f; font-weight:normal; padding:0 0 5px; line-height:14px; display:block }
.modal .srpoversliderdetal .adshortlist .info .evewhnwre i:before { font-size:14px; }
.modal .srpoversliderdetal .adshortlist .info .evewhnwre i { background:none }
.botnav ul li:hover .shortlist-menu-content .adshortlist a { color:#333 }
.modal .srpoversliderdetal .adshortlist .info .evewhnwre a:hover { text-decoration:underline }
.modal .srpoversliderdetal .adshortlist .info .price { font-family: "robotobold"; font-size:14px; margin:5px 0; color:#333 }
.modal .srpoversliderdetal .viewall-shortlist-bottom { line-height: 40px; width: 100%; cursor: pointer; border-top: 1px solid #e6e6e6; text-align: center; color: #555; }
.modal .srpoversliderdetal .viewall-shortlist-bottom:hover { text-decoration:underline }
.botnav ul li:hover .shortlist-menu-content .adshortlist a.favert i { background:none; color:#cd3333 }
.modal .srpoversliderdetal .adshortlist .favert { position: absolute; top:10px; right: 10px; width:30px; height:30px; text-align: center; line-height: 5px; color:#cd3333; font-size:16px; z-index:2; }
.modal .srpoverslidertitle .venue-info { font-size:13px; color:#585858; font-weight:300; margin-top:5px; }
.modal .srpoverslidertitle .venue-info span { display:inline-block; margin-right:5px; }
.modal .srpoversliderdetal .adshortlist .info .btn-ghost-red1 { border-radius:3px; line-height: 18px; }
.upeventoverlay .closeout { width: 40px; height: 40px; position: absolute; top: 0; left: -40px; background:#999; margin:0; display: flex; }
.upeventoverlay .closeout a { width: 26px; height: 26px; display: block; overflow: hidden; text-indent: -9999px; background: url(../images/other/remove.png) no-repeat 0 0; filter: alpha(opacity=8); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; vertical-align: middle; align-self: center; margin:0 auto }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
 @-webkit-keyframes slideInRight { from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
 @keyframes slideInRight { from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
 @-webkit-keyframes slideInLeft { from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
 @keyframes slideInLeft { from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
 @-webkit-keyframes zoomIn { from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn { from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
 @-webkit-keyframes zoomOut { from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
to { opacity: 0; }
}
 @keyframes zoomOut { from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
to { opacity: 0; }
}
.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }
/* common modal start*/
.mymodal { background-color: rgba(0, 0, 0, 0.8); display: none; height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.mymodal .mymodal-content { z-index: 100003; width: 50%; display: block; background:#fff; margin:0 auto; position:relative; top:15%; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5); }
.mymodal .mymodal-content.add-to-calendarwrp { width:30%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-bottom:10px }
.mymodal .mymodal-content.add-to-calendarwrp .mymodalhd { background:#F8F8FA; font-size: 20px; line-height: 30px; padding:15px 0 }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li { padding:15px; font-size:16px; border-bottom:#F8F8FA solid 1px; }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li a { color:#333 }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li a i { color:#fff }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li i { background:#555; font-size:16px; border-radius:50%; height:30px; width:30px; display: inline-block; text-align:center; vertical-align:middle; line-height:30px; margin-right:5px }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li i:before { margin:0 }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li.yahoo i { background:#006ec4 }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li.gmail i { background:#e33e2b }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li.apple i { background:#65b6e7 }
.mymodal .mymodal-content.add-to-calendarwrp .add-to-calendar ul li.outlook i { background:#41028f }
/*map models*/
.mymodal .mymodal-content .mymodalhd { background: #fff; font-size: 20px; padding: 15px; }
.mymodal .mymodal-content .mymodalhd a { color:#555 }
.mymodal .mymodal-content .mymodalhd .venue-info { font-size:13px; color:#585858; font-weight:300; margin-top:5px; }
.mymodal .mymodal-content .mymodalhd .venue-info span { display:inline-block; margin-right:5px; }
.mymodal .mymodal-content .mymodalhd .venue-info i:before { margin:0 5px 0 0 }
.mymodal .mymodal-content .mymodalbd .mapnav { padding:10px 15px 0; border-top:solid 2px #fff; border-bottom:solid 2px #fff; background: #F8F8FA; box-shadow: 0 2px 4px rgba(0,0,0,.3); }
.mymodal .mymodal-content .mymodalbd .mapnav ul li { float:left; padding:0; font-size:16px; border-bottom:solid 2px #fff; }
.mymodal .mymodal-content .mymodalbd .mapnav ul li.active, .mymodal .mymodal-content .mymodalbd .mapnav ul li:hover { border-bottom:solid 2px #f00; }
.mymodal .mymodal-content .mymodalbd .mapnav ul li a { color:#555; padding:10px; display:block }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i:before { margin-right:5px; font-size:18px; }
.mymodal .mymodal-content .mymodalbd .modalmapwarp { position:relative }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea { padding:10px; margin: 0; position: absolute; left: 10px; top:50px; z-index: 9; width: 304px; max-height: 470px; background-color: rgba(255, 255, 255, 0.9); border: 1px solid #e4e4e4; }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea ul li { padding:10px 0; font-size:14px; border-bottom:solid 1px #ddd }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea ul li:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f041"; padding-right:5px; font-size:16px; }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea ul li a { color:#555 }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i { background: #555; font-size: 16px; border-radius: 50%; height: 30px; width: 30px; display: inline-block; text-align: center; vertical-align: middle; line-height: 30px; color:#fff; margin-right:5px; }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i.flaticon-transport { background-color:#fcb300 }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i.flaticon-home { background-color:#f75c4c }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i.flaticon-hospitals { background-color:#26c281 }
.mymodal .mymodal-content .mymodalbd .mapnav ul li i.flaticon-school { background-color:#4cafce }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea.transportation { color:#fcb300 }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea.transport { color:#fcb300 }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea.home { color:#f75c4c }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea.hospitals { color:#26c281 }
.mymodal .mymodal-content .mymodalbd .modalmapwarp .mapnearbyarea.school { color:#4cafce }
/* map models*/
/* gallery Modal*/
 .photoscontainer { width:70%; background-color: #000; margin:0 auto; position:relative; margin-top:125px; }
.galleryimagewrp { margin: 50px 0 0; }
.galleryimagewrp .owl-theme .owl-controls .owl-buttons div { border-radius:0; cursor:pointer; background-color:#fff; color:#333; height:30px; width:30px; top:50%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; background-image:none; text-indent:inherit; }
.galleryimagewrp .owl-theme .owl-controls .owl-buttons div i { margin-top: 10px; }
.galleryimagewrp .owl-controls .owl-buttons .owl-prev { left:0; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
.galleryimagewrp .owl-controls .owl-buttons .owl-next { right:0; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
.galleryimagewrp:hover .owl-controls .owl-buttons .owl-prev { opacity: 1; left: 25px; }
.galleryimagewrp:hover .owl-controls .owl-buttons .owl-next { opacity: 1; right: 25px; }
.galleryimagewrp .item iframe { width:80%; height:500px; }
.large-image .item img { width:auto; margin:15px auto; height:500px }
.thump-image .item img { height:72px; }
.thump-image .item { cursor:pointer; margin:10px; opacity:0.3; }
.thump-image .owl-carousel:first-child .item { opacity:1 }
.thump-image .current .item { opacity:1 }
/*upcomming modal end */
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortlist { position:absolute; width:100%; background:#fff; border: solid 1px #ddd; border-radius:3px; left:0; z-index:2; margin-top:10px; display:none }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortlist ul li { padding:10px; border-bottom:solid 1px #ddd; font-size:13px; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortlist ul li a { display:block; color: #666; }
.venue-map-wrp .map-list-wrp .maplistingwrp .srpsortby .srptholder .sortlist ul li:hover { background:#f8f8f8; }
/*calendarviewwrp*/
.calendarviewwrp { background:#fff; border:solid 1px #ddd }
.calendarviewwrp .calendarviewtitle .selectwrp .select-wrapper { float: left; display: inline-block; border: 1px solid #d8d8d8; cursor: pointer; padding:0 15px !important; }
.calendarviewwrp .calendarviewtitle .selectwrp .select-wrapper, .calendarviewwrp .calendarviewtitle .selectwrp .select-wrapper select { height: 33px; line-height: 33px; background-color:#fff; font-size:12px; font-weight:normal; width:150px; padding:0; }
.calendarviewwrp .calendarviewtitle .selectwrp .select-wrapper:hover { border-color: #75b9f0 }
.calendarviewwrp .calendarviewtitle .selectwrp select-wrapper .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; border-right: solid 1px #ddd; border-right: solid 1px #ddd; color:#4c4c4c }
.calendarviewwrp .calendarviewtitle .selectwrp .select-wrapper select { margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0 }
.calendarviewwrp .calendarviewtitle { padding:10px; border-bottom:solid 1px #ddd; font-size:22px; font-family: "robotobold"; }
.calendarviewwrp .calendarviewtitle h1 { float:left; }
.calendarviewwrp .calendarviewtitle .selectwrp { }
.calendarviewwrp .calctablewrp { padding:10px; }
.calendarviewwrp .calctablewrp thead th, .calendarviewwrp .calctablewrp tbody td { border:solid 1px #ddd; padding:10px; text-align:center; width:6% }
.calendarviewwrp .calctablewrp thead th { color:#333; font-family:"robotolight"; font-size:13px; }
.calendarviewwrp .calctablewrp thead th span { display:block }
.calendarviewwrp .calctablewrp tbody td.profileimg { font-size:16px; color:#333; width:10% }
.calendarviewwrp .calctablewrp tbody td.profileimg h2 { margin-top:15px; font-size:14px; }
.calendarviewwrp .calctablewrp tbody td.profileimg h2 a { color:#333 }
.calendarviewwrp .calctablewrp tbody td.profileimg img { font-size:16px; color:#333; width:42px; height:42px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.calendarviewwrp .calctablewrp tbody td.active { background:#cde4e3; font-size:11px; color:#184b4a; position:relative; font-weight:600; -webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1); -moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1); box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1); }
.calendarviewwrp .calctablewrp tbody td.active span a { color:#184b4a; }
.calendarviewwrp .calctablewrp tbody td.active span a:hover { text-decoration:underline }
.calendarviewwrp .calctablewrp tbody td.active .btn { position:absolute; width:90%; bottom:10px; padding:6px; left:4px; line-height:8px; }
.calendarviewwrp .calctablewrp thead th b { font-weight:600; }
.calendarviewwrp .calendarviewtitle .srpsortby { position:relative }
.calendarviewwrp .calendarviewtitle .srpsortby .srptholder .action { background:#f0f0f0; border:solid 1px #ddd; padding:7px 10px; font-size: 12px; width:200px; display:block; color:#757575; }
.calendarviewwrp .calendarviewtitle .srpsortby .srptholder .action:before { display: inline-block; font-family: "FontAwesome"; font-size: 16px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f107"; position:absolute; right:10px }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper { z-index:3; display:none }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper:before { display:none }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper ul { padding:10px 0 }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper ul li { padding:8px 10px; font-size:12px; font-family: 'robotolight'; display:block }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper ul li:hover { background:#f5f5f5 }
.calendarviewwrp .calendarviewtitle .srpsortby .dropdown-wraper ul li a { color:#757575; display:block }
.calendarviewwrp .moreeve { width:100%; margin-top:15px; }
.calendarviewwrp .moreeve a { border:solid 1px #ddd; padding:15px 0; display:block; text-align:center; color:#3a3a3a; font-size:14px; }
.calendarviewwrp .moreeve:hover a { background:#fff }
/*calendar-nav*/

.whitebar { background: #f0f0f0; -webkit-box-shadow: 0px -2px 3px 0px rgba(209,209,209,1); -moz-box-shadow: 0px -2px 3px 0px rgba(209,209,209,1); box-shadow: 0px -2px 3px 0px rgba(209,209,209,1); border-bottom: 1px solid #ddd; }
.whitebar .calendar-nav .allevent { background:#fff; border-right: solid 1px #ddd; float:left; padding:10px; text-align:center; font-size:12px; color:#9b9b9b; line-height:13px; position:relative; margin-right:10px; }
.whitebar .calendar-nav .allevent:before { position: absolute; top: 15px; right: -8px; display: inline-block; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid #ddd; content: ''; }
.whitebar .calendar-nav .allevent:after { position: absolute; top: 16px; right: -6px; display: inline-block; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #fff; content: ''; }
.whitebar .calendar-nav ul { float:left }
.whitebar .calendar-nav ul.datemenu li { display:inline-block; text-align:center; font-size:12px; position:relative }
.whitebar .calendar-nav ul.datemenu li a { padding:10px 0; display:block; width:30px; }
.whitebar .calendar-nav ul.datemenu li:hover { background:#fff; color:#333; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); }
.whitebar .calendar-nav ul.datemenu li:hover a { padding:10px 5px; }
.whitebar .calendar-nav ul.datemenu li.month { color:#000; width:inherit }
.whitebar .calendar-nav ul.datemenu li.month:hover { background:none; color:#000; ; box-shadow:none }
.whitebar .calendar-nav ul.datemenu li.month a { padding:10px 0; color:#000; }
.whitebar .calendar-nav ul.datemenu li.month span { display:block; text-align:center; font-weight:300; text-transform:uppercase }
.whitebar .calendar-nav ul.datemenu ul, .whitebar .calendar-nav ul.datemenu li .day { display:none }
.whitebar .calendar-nav ul.datemenu li:hover .day, .whitebar .calendar-nav ul.datemenu li .date { display:block }
.whitebar .calendar-nav ul.datemenu li:hover ul { display: block; position: absolute; background: #fff; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); z-index: 2; width: 200px; left: 0; top: 44px; padding:10px 0 15px; }
.whitebar .calendar-nav ul.datemenu li:hover ul.last { left: auto; right: 0; }
.whitebar .calendar-nav ul.datemenu li:hover ul li { display:block; text-align:left; line-height:16px; padding:5px 10px; font-size:12px; }
.whitebar .calendar-nav ul.datemenu li:hover ul li:hover { background-color: #ff4242; color: #fff; box-shadow:none }
.whitebar .calendar-nav ul.datemenu li:hover ul li:hover a { color:#fff }
.whitebar .calendar-nav ul.datemenu li:hover ul li a { width:inherit; padding:0; color:#000 }
/*ticket badge*/
.freebgwrp { }
.eventtktwrp { background:#fff url(../images/other/tkt-bg.jpg) repeat-y 0 0; border-bottom:solid 1px #ddd }
.eventtktwrp .tktwrp { background:url(../images/other/tkt-bgr.jpg) repeat-y right 0; }
.eventtktwrp .tktwrp .tktdatetme, .eventtktwrp .tktwrp .tktdecs, .eventtktwrp .tktwrp .tktaction { min-height: 130px; }
.eventtktwrp .tktwrp .tktdatetme { float:left; width:15%; padding:1% 2%; position:relative; background:url(../images/other/tkt-dot.jpg) right 0 repeat-y; }
.eventtktwrp .tktwrp .tktdatetme span { display:block }
.eventtktwrp .tktwrp .tktdatetme .tktdate { text-transform:uppercase; font-size:12px; color:#333; padding:10px 0; font-weight:300 }
.eventtktwrp .tktwrp .tktdatetme .tktmonth { font-size:18px; color:#000; }
.eventtktwrp .tktwrp .tktdatetme .tktyear { font-size:16px; color:#000; }
.eventtktwrp .tktwrp .tktdatetme .tkttime { font-size:13px; color:#9b9b9b; padding:10px 0 }
.eventtktwrp .tktwrp .tktdatetme:before, .eventtktwrp .tktwrp .tktdatetme:after { display: inline-block; position: absolute; content: ''; width: 22px; height: 22px; background: #f2f2f2; border-radius: 50%; bottom: -12px; z-index: 1; }
.eventtktwrp .tktwrp .tktdatetme:before { right: -8px; box-shadow: inset 0 -1px 0 #d6d6d6; top: -10px; }
.eventtktwrp .tktwrp .tktdatetme:after { right: -8px; box-shadow: inset 0 1px 0 #d6d6d6; bottom: -10px; }
.eventtktwrp .tktwrp .tktdecs { float:left; width:66%; padding:1% 0; background:url(../images/other/tkt-dot.jpg) right 0 repeat-y; padding-left:25px; padding-right:15px; }
.eventtktwrp .tktwrp .tktdecs figure { width:100px; height:100px; float:left; margin-right:10px; background:#ccc; }
.eventtktwrp .tktwrp .tktdecs figure img { width:100%; height:100px; }
.eventtktwrp .tktwrp .tktdecs h3, .eventtktwrp .tktwrp .tktdecs h2 { margin-bottom:5px; font-family:"Roboto", sans-serif; font-size:16px; font-weight:400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.eventtktwrp .tktwrp .tktdecs h2 a, .eventtktwrp .tktwrp .tktdecs h3 a { color:#212121; text-decoration:none; }
.eventtktwrp .tktwrp .tktdecs h2 a:hover { text-decoration:underline }
.eventtktwrp .tktwrp .tktdecs .callaction { margin:7px 0; display:block; }
.eventtktwrp .tktwrp .tktdecs .callaction .labels { background:#b20033; padding:0 10px 0 0; border:solid 1px #6b001d; color:#fff; font-size:12px; border-radius:2px }
.eventtktwrp .tktwrp .tktdecs .callaction i { border-right:solid 1px #6b001d; background:#850024; padding:8px 10px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; margin-right:5px }
.eventtktwrp .tktwrp .tktdecs .loc-org { display:block; color:#666; font-size:13px; padding:5px; font-weight: 400; }
.eventtktwrp .tktwrp .tktdecs .loc-org i { color:#999 }
.eventtktwrp .tktwrp .tktaction { float: left; width: 15%; padding: 1% 2%; vertical-align: middle; }
.eventtktwrp .tktwrp .tktaction .btn-gray { margin-top: 35px; }
.eventtktwrp .tktwrp .tktaction span { display:block; line-height:normal; }
.eventtktwrp .tktwrp .tktaction .amountstated { font-size:14px; color:#818181; padding:5px 0 0 0; }
.eventtktwrp .tktwrp .tktaction .tktamount { font-size:16px; color:#333; font-family: "robotobold"; padding:5px 0 }
/*soc_sharing start*/
.soc_sharing .flaticon-share:before { font-size:18px; color:#adb0b6; margin:0 }
.soc_sharing { border:solid 1px #eee; border-radius: 5px; position: relative; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; padding:0; margin-right:10px; cursor:pointer; line-height: 25px; float:left }
.thr_share_button { padding:0px 9px 0px 6px; border-left: 1px solid transparent; float: right; font-size: 14px; }
.soc_sharing ul { display: none; float: left; margin: 0; padding: 0; }
.soc_sharing ul li { float: left; border-right:solid 1px #eee; }
.soc_sharing ul li a { padding: 6px 10px; }
.soc_sharing ul li a:hover { color:#fff }
.soc_sharing li:first-child a, .soc_sharing li:first-child { border-radius: 5px 0 0 5px; }
.soc_sharing a { background-color: transparent; text-align: center; float: left; margin: 0; border: none; color: #aaa; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.soc_sharing:hover ul { opacity: 1; display: block; }
.soc_sharing a.fa-twitter:hover { background-color: #55acee; }
.soc_sharing a.fa-facebook:hover { background-color: #3B5998; }
.soc_sharing a.fa-google-plus:hover { background-color: #DC4B39; }
.soc_sharing a.fa-pinterest-p:hover { background-color: #bd081c; }
.soc_sharing a.fa-linkedin:hover { background-color: #0074b2; }
/* shortlist start */
header .topnav .help-hd .shortlist { position:relative; margin: 0 25px 0 15px; display:table-cell; line-height: 52px; }
header .topnav .help-hd .shortlist:hover { border-bottom:0 }
header .topnav .help-hd .shortlist i.fav { width:30px; height:30px; border-radius:50%; text-align:center; padding: 9px 0 !important; position:relative; border:solid 2px #fff; line-height:10px !important; }
header .topnav .help-hd .shortlist i.fav { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:#fff }
header .topnav .help-hd .shortlist:hover i.fav:before { content: "\f004"; }
header .topnav .help-hd .shortlist i.fav:before { content: "\f08a"; }
header .topnav .help-hd .shortlist.active i.fav:before { content: "\f004"; }
header .topnav .help-hd .shortlist b { position:absolute; top:5px; background:#b52626; padding:3px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color:#fff; font-size:11px; right:-5px; line-height:normal; display:none }
header .topnav .help-hd :hover .sub-menu, header .topnav .help-hd :hover .shortlist-menu-content { display:block }
header .topnav .help-hd .shortlist-menu-content { text-transform:capitalize; margin-left: -175px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.4); width:350px; position:absolute; z-index:22; margin-top:1px; display:none; }
header .topnav .help-hd .shortlist-menu-content:before { position: absolute; top: -10px; left: 180px; display: inline-block; border-right: 10px solid transparent; border-bottom: 10px solid #ccc; border-left: 10px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; }
header .topnav .help-hd .shortlist-menu-content:after { position: absolute; top: -9px; left: 181px; display: inline-block; border-right: 9px solid transparent; border-bottom: 9px solid #ffffff; border-left: 9px solid transparent; content: ''; }
.ordetsumheght, .content-5, header .topnav .help-hd .shortlist-menu-content .content-4 { max-height: 315px; width: 100%; overflow-x: hidden; position: relative; }
.ordetsumheght { max-height: 550px; }
header .topnav .help-hd .shortlist-menu-content .content-4 .mCSB_scrollTools a + .mCSB_draggerContainer, .content-5 .mCSB_scrollTools a + .mCSB_draggerContainer { margin:5px 0 }
header .topnav .help-hd .shortlist-menu-content .content-4 .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .content-5 .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail { background-color:#eee }
header .topnav .help-hd .shortlist-menu-content .content-4 .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .content-5 .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color:#ccc }
header .topnav .help-hd .shortlist-menu-content .content-4 .mCSB_scrollTools .mCSB_draggerContainer, .content-5 .mCSB_scrollTools .mCSB_draggerContainer { right:-7px; }
header .topnav .help-hd .shortlist-menu-content .adshortlist { padding:14px; border-bottom: solid 1px rgba(0,0,0,.1); position:relative; }
header .topnav .help-hd .shortlist-menu-content .adshortlist:hover { background:#f5f5f5 }
header .topnav .help-hd .shortlist-menu-content .adshortlist a { height:90px; overflow:hidden; width:290px; padding:5px 0 10px 0 }
header .topnav .help-hd .shortlist-menu-content .adshortlist figure { width:110px; height:80px; float:left; margin-right:10px; }
header .topnav .help-hd .shortlist-menu-content .adshortlist figure img { width: 110px; height:80px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info { width:170px; text-align:left }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .shortitle, header .topnav .help-hd .shortlist-menu-content .adshortlist .info span { display:block }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .shortitle { padding:0 0 5px; color: #333; font-size: 16px; font-weight: 400; line-height: normal; margin-bottom: 0; text-transform: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info a.btn { color:#cd3333; padding:8px 10px }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info a.btn:hover { color:#fff; }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .evewhnwre { font-size:11px; color:#7f7f7f; font-weight:normal; padding:0 0 5px; line-height:14px; }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .evewhnwre i:before { font-size:14px; }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .evewhnwre i { background:none }
header .topnav .help-hd :hover .shortlist-menu-content .adshortlist a { color:#333 }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .evewhnwre a:hover { text-decoration:underline }
header .topnav .help-hd .shortlist-menu-content .adshortlist .info .price { font-family: "robotobold"; font-size:14px; margin:0 0 5px; line-height:18px; }
header .topnav .help-hd .shortlist-menu-content .viewall-shortlist-bottom { line-height: 40px; width: 100%; cursor: pointer; border-top: 1px solid #e6e6e6; text-align: center; color: #555; }
header .topnav .help-hd .shortlist-menu-content .viewall-shortlist-bottom:hover { text-decoration:underline }
header .topnav .help-hd :hover .shortlist-menu-content .adshortlist a.favert i { background:none; color:#d41464 }
header .topnav .help-hd .shortlist-menu-content .adshortlist .favert { position: absolute; top:10px; right: 10px; width:30px; height:30px; text-align: center; line-height: 5px; color:#d41464; font-size:16px; z-index:2; }
/* shortlist end */
 
/* ================================================= gray ================================================= */
.eventtktwrp.bggray .tktwrp { background:url(../images/other/tkt-bggrayr.jpg) repeat-y right 0; }
.eventtktwrp.bggray { background:#f0f0f0 url(../images/other/tkt-bggray.jpg) repeat-y 0 0; border-bottom:solid 1px #ddd }
.eventtktwrp.bggray .tktwrp .tktdecs, .eventtktwrp.bggray .tktwrp .tktdatetme { background:url(../images/other/tkt-dotgray.jpg) right 0 repeat-y; }
.eventtktwrp.bggray .tktwrp .tktdatetme:before, .eventtktwrp.bggray .tktwrp .tktdatetme:after { background: #fff; }
/*ticket badge end*/ 
/*RHS*/ 
.artistcontsbg h2 { font-family: "robotobold"; }
.artistcontsbg .asdebg { border-right:solid 1px #fff; border-top:solid 1px #fff }
.artistcontsbg .asdebg:last-child { border-bottom:0 }
.rhstitle { color: #212121; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 16px; padding:15px; }
.rhstitletab { display: block; color: #212121; font-size: 13px; line-height: 36px; padding: 0 15px; text-align: center; font-weight:500; background:#f5f5f5; margin-bottom:10px; border-left:solid 1px #fff; }
.rhstitletab span { position: relative; float:left; font-size: 14px; font-weight:400; color:#808080; text-transform:uppercase }
.rhstitletab span a { padding: 5px 10px; color:#808080; display:block }
.rhstitletab span.active a { color: #08a182; background:#fff }
.rhstitle span { display: inline-block; padding: 0; }
.rhstitle b { display: inline-block; padding:0; }
.rhstitle em { font-size:12px; display:block; padding: 5px 0 0; color:#89959b; font-family: 'Roboto', sans-serif; font-weight:400 }
.rhstitle h2 { padding: 15px; }
.rhsbg .rhslist ul li { border-bottom: dotted 1px #989a9b; padding:10px; float:left; width:100% }
.rhsbg .rhslist ul li:last-child { border-bottom:0 }
.rhsbg .rhslist.lists ul li { font-weight:300; font-size:15px; line-height:22px; }
.rhsbg .rhslist.lists ul li a { color:#555; }
.rhsbg .rhslist ul li figure { float:left; margin-right:10px; }
.rhsbg .rhslist ul li figure img { width:50px; height:50px; }
.rhsbg .rhslist ul li small, .rhsbg .rhslist ul li h3 { font-size:15px; color: #333; display:block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-bottom: 2px; }
.rhsbg .rhslist ul li span { font-size: 14px; line-height: 18px; color: #555; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display:block }
.rhsbg .rhslist ul li small.link span { font-size:11px; display:inline-block; color: #777; vertical-align:middle }
.rhsbg .rhslist ul li small.link a { color:#009fff }
.rhsbg .rhslist ul li small a, .rhsbg .rhslist ul li h3 a { color:#333 }
.rhsbg .rhslist ul li p i { color: #999; }
.rhsbg .rhslist ul li p { color: #7F7F7F; line-height: 20px; padding-bottom: 5px; font-size: 12px; }
.rhsbg .rhslist .redmore { padding: 0px 10px 10px 0px; border-top: solid 1px #ddd; font-size:13px; font-weight:500 }
.rhsbg .mapwrp { padding:15px; text-align:center }
.rhsbg .mapwrp p { text-align:left; color:#666; display:block; padding-bottom:10px; font-size:14px; }
.rhsbg .rhslist ul li p, .rhsbg .rhslist ul li p a { font-size:12px; color:#777; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
/*artist header img*/
.artist-list-bg { background-color: #000; height: 164px; overflow: hidden; position: relative; }
.artist-list-bg .artistlistimg { display: flex; flex-wrap: wrap; }
.artist-list-bg .artistlistimg a { flex-grow: 1; opacity: .4; transition: 150ms all ease-in-out; display:flex; }
.artist-list-bg .artistlistimg img { width:85px; height:85px; border:0 }
.artist-list-bg .artistlistimg a:hover { opacity:1; box-shadow: 0 0 15px rgba(0,0,0,.5); transform: scale(1.1); z-index: 2; }
.artist-list-bg .h1 { position:absolute; top:40%; width:100%; margin:0 auto; color:#fff; font-family: 'Roboto', sans-serif; font-weight: 400; }
/* filter bar*/
.sort-search-wrap { display:block; width: 100%; box-shadow: 0 2px 2px 0 #ddd; background: #fff; }
.sort-search-wrap .sort-search { position: relative; }
.sort-search-wrap .sort-search .sortfilters { border-right:solid 1px #ddd; height: 100%; vertial-align: middle; float:left; line-height:30px; color:#5c6369; font-size:14px; position:relative; font-size:13px; }
.sort-search-wrap .sort-search .sortfilters.daterange { padding:15px 10px; cursor:pointer; }
.sort-search-wrap .sort-search .sortfilters a { color:#767676; display:block; padding:10px; line-height:40px; }
.sort-search-wrap .sort-search .sortfilters i.fa-angle-down { padding: 0 10px; font-size: 22px; line-height: 12px; vertical-align: middle; color: #ccc; }
.sort-search-wrap .sort-search .sortfilters:hover, .sort-search-wrap .sort-search .sortfilters.active { background:#f9f9f9 }
.sort-search-wrap .sort-search .sortfilters.selected:before { content: "\f058"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: 400; line-height: 1; position: absolute; top: 5px; left: 5px; z-index: 2; color: #df5c5e; font-size: 14px; }
.sort-search-wrap .sort-search .sortfilters.fafilter { background: #f5f5f5; border-right: solid 1px #ddd; padding:20px 25px 20px 35px; text-align: center; font-size:22px; color: #9b9b9b; line-height: 13px; position: relative; cursor:default }
.sort-search-wrap .sort-search .sortfilters .optwrapper { background: #fff; border: none; border-radius: 0 0 3px 3px; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); min-width: 160px; margin: 0; padding-bottom: 1px; text-align: left; width: 100%; top:51px; right: auto; bottom: auto; left: 0; position: absolute; z-index:2; display:none; transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -webkit-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -moz-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -ms-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -o-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; box-sizing:border-box; }
.sort-search-wrap .sort-search .sortfilters .optwrapper li { font-size: 13px; border-bottom: 1px solid #f5f5f5; color: #333; padding: 10px 12px; line-height: normal; cursor: pointer; }
.sort-search-wrap .sort-search .sortfilters .optwrapper li.active, .sort-search-wrap .sort-search .sortfilters .optwrapper li:hover { background-color: #ff5a5f; color: #fff; }
.sort-search-wrap .sort-search .sortfilters .optwrapper li.active a, .sort-search-wrap .sort-search .sortfilters .optwrapper li:hover a { color: #fff; }
.sort-search-wrap .sort-search .sortfilters i.fa-angle-down { webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.sort-search-wrap .sort-search .sortfilters.active i.fa-angle-down { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.sort-search-wrap .sort-search .sortsearch { float: right; border-left: solid 1px #b0b5bd; margin-right: 18px; width: 485px; position:relative }
.sort-search-wrap .sort-search .sortsearch .loaderhome { right:3% }
.sort-search-wrap .sort-search .sortsearch .search-suggest-hd { z-index:2; border: 1px solid rgba(0, 0, 0, .15); top: 50px; display:none }
.sort-search-wrap .sort-search .sortsearch .search-suggest-hd ul li a i { color:#333; font-size:12px; }
.sort-search-wrap .sort-search .sortsearch .search-suggest-hd ul li a:hover i { color:#fff }
.sort-search-wrap .sort-search .sortsearch .search-suggest-hd:after { border-bottom-color: #fff; }
.sort-search-wrap .sort-search .sortsearch input[type="text"] { border:0; width:89%; height: 61px; }
.sort-search-wrap .sort-search .sortsearch i { color:#a2a0a0; font-size:18px }
.sort-search-wrap .sort-search .sortsearch .searchicon { padding:0 15px; display:inline-block }
.bgwhitebodr { border-bottom:solid 1px #d8dadd; }
.event-venue-wrp { border-top:solid 1px #fff; padding:30px 0 0 0; background:#f7f7f7; margin-bottom:25px }
.event-venue-wrp .tab-nav { text-align:center }
.event-venue-wrp .tab-nav ul { display:inline-block }
.event-venue-wrp .tab-nav ul li { float:left }
.event-venue-wrp .tab-nav a { text-align: center; padding:20px 40px; font-size:16px; text-decoration: none; letter-spacing:1px; border: 1px solid #e7e7e7; display:inline-block; background:#f7f7f7; color:#888; border-bottom:0; font-weight:700 }
.event-venue-wrp .tab-nav a:hover, .event-venue-wrp .tab-nav a.active { background:#fff; color:#415d87 }
.event-venue-wrp .categories-container { background:#fff; border: 1px solid #ededed; padding:15px 0; margin-top:-1px }
.event-venue-wrp .categories-container .cat-tabs-menu { text-align:center; }
.event-venue-wrp .categories-container .cat-tabs-menu ul li { display:inline-block; background-color: #eff0f1; border:solid 1px #ddd; border-radius: 20px; font-size:12px; margin: 0 5px 10px 5px; }
.event-venue-wrp .categories-container .cat-tabs-menu ul li a { color:#616161; padding:7px 20px; display:block }
.event-venue-wrp .categories-container .cat-tabs-menu ul li.active { background:#fff; border:#9c23af solid 1px; }
.event-venue-wrp .categories-container .cat-tabs-menu ul li.active a { color:#616161 }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters:hover ul li { }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters { margin:15px 0; height:100% }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters ul li { border:0; }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters ul li a { color:#fff }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters ul li a { margin: 1px; background: #fff; border-radius: 20px; color: #616161; }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters ul li.active a { background:none; color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.categories-container .cat-tabs-menu .hero-filters ul li.fusion, .categories-container .cat-tabs-menu .hero-filters ul li.fusion.active { background: #7383bf; }
.categories-container .cat-tabs-menu .hero-filters ul li.liveinconcert, .categories-container .cat-tabs-menu .hero-filters ul li.liveinconcert.active { background: #6db4b0; }
.categories-container .cat-tabs-menu .hero-filters ul li.classical, .categories-container .cat-tabs-menu .hero-filters ul li.classical.active { background: #818181; }
.categories-container .cat-tabs-menu .hero-filters ul li.drama, .categories-container .cat-tabs-menu .hero-filters ul li.drama.active { background: #e06867; }
.categories-container .cat-tabs-menu .hero-filters ul li.comedy, .categories-container .cat-tabs-menu .hero-filters ul li.comedy.active { background: #fbab6f; }
.categories-container .cat-tabs-menu .hero-filters ul li.dance, .categories-container .cat-tabs-menu .hero-filters ul li.dance.active { background: #b463c2; }
.categories-container .cat-tabs-menu .hero-filters ul li.devotional, .categories-container .cat-tabs-menu .hero-filters ul li.devotional.active { background: #4a72ae; }
.categories-container .cat-tabs-menu .hero-filters ul li.bollywood, .categories-container .cat-tabs-menu .hero-filters ul li.bollywood.active { background:#469e8c; }
.categories-container .cat-tabs-menu .hero-filters ul li.religiousevents, .categories-container .cat-tabs-menu .hero-filters ul li.religiousevents.active { background:#d65a8e }
.categories-container .cat-tabs-menu .hero-filters ul li.navratridandiya, .categories-container .cat-tabs-menu .hero-filters ul li.navratridandiya.active { background: #98c26c; }
.categories-container .cat-tabs-menu .hero-filters ul li.diwali, .categories-container .cat-tabs-menu .hero-filters ul li.diwali.active { background:#6d3f65 }
.categories-container .cat-tabs-menu .hero-filters ul li.newyearevent, .categories-container .cat-tabs-menu .hero-filters ul li.newyearevent.active { background:#b25b5b }
.categories-container .cat-tabs-menu .hero-filters ul li.pongalmakarsankranti, .categories-container .cat-tabs-menu .hero-filters ul li.pongalmakarsankranti.active { background: #dcc158; }
.categories-container .cat-tabs-menu .hero-filters ul li.valentinesday, .categories-container .cat-tabs-menu .hero-filters ul li.valentinesday.active { background:#b64a84 }
.categories-container .cat-tabs-menu .hero-filters ul li.ugadi, .categories-container .cat-tabs-menu .hero-filters ul li.ugadi.active { background:#424577 }
.categories-container .cat-tabs-menu .hero-filters ul li.holi, .categories-container .cat-tabs-menu .hero-filters ul li.holi.active { background:#5bc199 }
.categories-container .cat-tabs-menu .hero-filters ul li.nightparty, .categories-container .cat-tabs-menu .hero-filters ul li.nightparty.active { background:#333 }
.categories-container .cat-tabs-menu .hero-filters ul li.spiritualevents, .categories-container .cat-tabs-menu .hero-filters ul li.spiritualevents.active { background:#943883 }
.categories-container .cat-tabs-menu .hero-filters ul li.exhibition, .categories-container .cat-tabs-menu .hero-filters ul li.exhibition.active { background:#a12373 }
.categories-container .cat-tabs-menu .hero-filters ul li a:hover { background:none; color:#fff }
/*filter start*/
.sort-search-wrap .sort-search .sortfilters .megafilter { min-width:410px; background: #fff; border: none; border-radius: 0 0 3px 3px; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); margin: 0; padding-bottom: 0; text-align: left; width: 100%; top:51px; right: auto; bottom: auto; left: 0; position: absolute; z-index:2; display:none; transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -webkit-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -moz-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -ms-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -o-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; box-sizing:border-box; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch { margin:10px 15px; position:relative }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch input[type="text"] { height:40px; padding: 0px 10px; width:100%; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch a.searchicon { position: absolute; right: 10px; top: 12px; padding:0; line-height:normal }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtertitle { color: #ff837e; cursor: default; display: block; font-family: 'robotobold'; font-size: 12px; margin: 0; padding-left:10px; position: relative; line-height: 30px; z-index: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtertitle:before { content: ''; display: block; border-bottom: 1px solid #f4f4f4; width: 100%; top: 50%; position: absolute; z-index: -2; top: 50%; right: auto; bottom: auto; left: 20px; position: absolute; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtertitle b { background-color: #fff; padding-right: 20px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtertitle span { font-size:10px; color:#999; }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field { padding-bottom:15px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field [type="checkbox"]+label { left:0 }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul { padding-bottom:5px }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li { margin: 0; font-size: 12px; display: block; padding:10px; line-height:normal }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li label, .sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li { font-size:13px; color:#212121; font-weight:500 }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li span { font-size:11px; color:#666; font-weight:400 }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li b { display:block; font-size:11px; color: #636363; }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field ul li b i { color:#999; }
.sort-search-wrap .sort-search .sortfilters .megafilter ul.megaresult li { font-size:13px; padding:0 15px 10px; line-height:22px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .input-field li a, .sort-search-wrap .sort-search .sortfilters .megafilter ul.megaresult li a { display:inline-block; color: #009fff; line-height:normal; padding:0 0 0 3px; font-size:11px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch .search-suggest-hd { z-index:3 }
/* filter end */

.sportlight { border-bottom:solid 1px #e7e7e6; }
/* Artist sportlight start */

.caldr { background:#eff0f1; margin-right:10px; width:45px }
.caldr span, .artistsportlightwrp .sportlhthd .citytimewrp span { display:block; padding:5px; text-align:center; font-family:'Roboto', sans-serif; }
.caldr .day { color:#013757; font-weight:500; font-size:17px; }
.times { font-size:12px; color:#666; }
.caldr .month { background:#013757; color:#fff; text-transform:uppercase; font-size:15px; }
.venuename { font-size:13px; color:#888; padding:10px 0; display:block; letter-spacing:.3px }
.venuename a { color:#888 }
.venuename .flaticon-compass:before { margin-right:3px; font-size:11px; }
.artistsportlightwrp { margin:15px 0 30px; }
.artistsportlightwrp .item { background:#fff; border:solid 1px #ddd; text-align:left; width:98%; overflow:hidden; }
.artistsportlightwrp .item:hover { border:solid 1px #ccc }
.artistsportlightwrp .sportlhthd { border-bottom:solid 1px #bfbfbf; padding:10px 15px; }
.artistsportlightwrp .sportlhthd .citytimewrp { padding:0; }
.artistsportlightwrp .sportlhthd .citytimewrp span { text-align:right; }
.artistsportlightwrp .sportlhthd .citytimewrp .city { font-size:18px; color:#013757; padding-top:0 }
.artistsportlightwrp .sportlhthd .citytimewrp .city a { color:#013757; }
.artistsportlightwrp .sportlhtbd { padding:10px 0 0; }
.artistsportlightwrp .sportlhtbd figure { width: 92%; height: 200px; margin: 0 15px; overflow: hidden; position:relative }
.artistsportlightwrp .sportlhtbd figure img { width:100%; object-fit: cover; opacity: 1; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.artistsportlightwrp .sportlhtbd .venueaddres { position: absolute; bottom:0; left:0; right:0; background: rgba(0,0,0,0.5) none repeat scroll 0 0; padding: 10px; font-size: 16px; color: #fff; display:block; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.artistsportlightwrp .sportlhtbd .venueaddres a { color:#fff; display:block }
.artistsportlightwrp .sportlhtbd .venueaddres .locan { font-size: 13px; color: #fff; padding: 10px 0 0; }
.artistsportlightwrp .item:hover .venueaddres { bottom:60px }
.artistsportlightwrp .item-text { -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; background:#fff; position:relative; z-index:2; top:0; }
.artistsportlightwrp .item:hover .item-text { top: -60px; }
.artistsportlightwrp .sportlhtbd .eventdesc { padding:10px 15px }
.artistsportlightwrp .sportlhtbd .eventdesc .sportitle { font-weight:400; color:#333; font-size:16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px }
.artistsportlightwrp .sportlhtbd .eventdesc .sportitle a { color:#212121 }
.artistsportlightwrp .sportlhtft { padding:10px 15px; background:#fff; border-top:dotted 1px #c3c3c3; }
.artistsportlightwrp .sportlhtft b, .tags b { color:#707070; font-size:11px; margin-bottom:5px; display:block; font-weight:500 }
.tags span { display: inline-block; background-color: #eff0f1; padding:5px 8px; margin-right: 8px; margin-bottom: 5px; color: #555; font-size:12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tags span a { color:#555 }
.artistsportlightwrp .sportlhtbd .veeventdesc { padding:5px 0 0 }
.artistsportlightwrp .sportlhtbd .veeventdesc ul li { border-bottom:solid 1px #ddd; padding:8px 15px; font-size:13px; }
.artistsportlightwrp .sportlhtbd .veeventdesc ul li:last-child { border-bottom:0 }
.artistsportlightwrp .sportlhtbd .veeventdesc ul li .times { display:block; padding:10px 0 5px }
.artistsportlightwrp .sportlhtft .upcmtext { color:#aaa; font-size:12px; padding:5px 0; display:block }
.artistsportlightwrp .sportlht-callactn { text-align:center; padding:10px 0; background: #fff; border:solid 1px #f6f6f6; left:-1px; right:-1px; position:absolute; border-bottom:0 }
.artistsportlightwrp .item:hover .sportlht-callactn { border:solid 1px #ddd; border-bottom: 0; border-top:dotted 1px #c3c3c3; }
.artistsportlightwrp .item .sportlht-callactn .btn { opacity: 0; -moz-transform: scale(0.6); -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; }
.artistsportlightwrp .item:hover .sportlht-callactn .btn { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
/* Artist sportlight end*/
.titlebg { background-color: #fff; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; padding:20px 15px; color:#333; margin-bottom:20px; }
.titlebg h2 { font-size:22px; font-family: 'Open Sans', sans-serif; font-weight: 600; display:inline-block }
.titlebg .festival { float:right; margin-top:0 }
.eventwarp .filtertag { padding-left:15px; }
.filtertag { padding-bottom:15px; }
.filtertag ul li { display: inline-block; background-color: #d9d9d9; border-radius: 20px; font-size: 12px; margin: 0 5px 10px 5px; padding: 7px 20px; font-family: "robotobold"; }
.filtertag ul li a { color:#616161 }
.filtertag .tagclose { font-size:10px; font-family: "robotobold"; color: #000; float:right; padding-left:10px; }
.eventwarp { }
.artistwarp { }
.event-container { margin-bottom: 20px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); background:#fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms cubic-bezier(0.23, 1, 0.32, 1); }
.event-container:hover { box-shadow: 0 10px 20px #ccc; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); z-index: 1; position: relative; }
.event-container .event-bd { padding:10px 0; }
.event-container .event-bd h3 { color:#212121; font-size:16px; margin-bottom:10px; line-height:20px; padding:0 15px; font-weight:400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px; }
.event-container .event-bd h3 a { color:#212121; }
.event-container figure { transition: all .5s ease; height: 230px; width: 100%; position: relative; background-size: cover!important; background-position: center; overflow: hidden; padding: 3px; }
.event-container figure img { width: 100%; display: block; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; }
.eventwarp .event-container figure img { height:100% }
.event-container figure .artistname { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.5) none repeat scroll 0 0; padding: 10px; font-size: 16px; color: #fff; margin: 3px 3px 0; display:block; }
.event-container figure .artistname a { color:#fff; display:block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px }
.event-container figure .artistname .locan, .event-container figure .artistname .pluseve { font-size: 13px; color: #fff; padding: 10px 0 0; display:inline-block; width:50%; }
.event-container figure .artistname .pluseve { text-align: right; }
.event-container figure .artistname .pluseve a { background:rgba(255,255,255,.22); border-radius: 50px; padding: 5px; display:inline-block; font-size:11px; border:solid 1px rgba(255,255,255,.11); line-height:10px; }
.event-container figure .multdates, .event-container figure .bg { position: absolute; bottom:0; width:98.2%; height: 98%; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; }
.event-container figure .multdates, .event-container figure .bg { background: rgba(0,0,0,.8); background: -webkit-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: -moz-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: -o-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); }
.event-container figure .bg .overlay-bottom { position: absolute; width: 100%; bottom: 10px; padding: 10px; }
.event-container figure .bg .overlay-bottom .price { background: rgba(255,255,255,.3); display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding:8px 10px; border: 1px solid #fff; border-color: rgba(255,255,255,.55); border-radius: 3px; color:#fff; font-size:16px; font-weight:500; letter-spacing:0.5px }
.event-container figure .multdates { background: rgba(0,0,0,0.8) none repeat scroll 0 0; text-align:center; opacity: 0; }
.event-container:hover figure .multdates { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; opacity:1 }
.event-container:hover figure .multdates span { color:#fff; margin-top:65px; display:block }
.event-container:hover figure .multdates ul { text-align:center; margin:10px 5px 10px }
.event-container:hover figure .multdates ul li { border:1px solid #808184; margin:0 5px; display:inline-block; padding:5px; color:#fff }
.event-container:hover figure .multdates a { text-align:center; margin:10px 0 0; color:#fff }
.event-container figure .bg .daydate { position: absolute; top: 10px; left: 10px; color: #fff; font-size: 12px; background:#08a182; padding: 5px 11px; border-radius: 2px; }
.event-container .event-bd .event-desc { border-bottom:solid 1px #eff0f1; padding:0 10px 10px; height: 70px; overflow: hidden; }
.event-container .event-bd .event-desc .times { color:#3f3f3f; letter-spacing:0.5px }
.event-container .event-bd .event-desc .times i, .event-container .event-bd .event-desc .venuename i { color:#999 }
.event-container .event-bd .event-desc .locwrp { color: #7F7F7F; line-height: 20px; padding-bottom: 5px; font-size: 12px; }
.event-container .event-bd .event-desc .locwrp h3 { padding:0 }
.event-container .event-bd .event-desc .locwrp .venuename a { color: #000; }
.event-container .event-bd .event-desc .tags { margin-top:5px; }
.event-container .event-bd .inner-details { position:relative; padding:10px 10px 0; margin-top:5px; height:60px; overflow:hidden }
.event-container .event-bd .inner-details .tags { width:48%; }
.event-container .event-bd .event-desc .tags { width:100% }
.event-container .event-bd .event-desc .tags span { margin-bottom:5px; }
.event-container .event-bd .event-desc .tags span, .event-container .event-bd .inner-details .tags span { margin-bottom: 5px; background: #f4f4f4; color: #999; border: 1px solid #dfe3e7; border-radius: 20px; padding: 3px 5px; text-align: center; margin-right: 3px; font-size: 10px; display: inline-block; font-weight:500 }
.eventwarp .event-container .event-bd .inner-details .buy-now { margin-top:0; }
.event-container .event-bd .inner-details .buy-now { float:right; }
.event-container .event-bd .inner-details.venues .upcmtext { width: 50%; }
.event-container .event-bd .inner-details.venues .upcmtext a { color:#aaa; font-size:12px; padding:10px 0 5px; display:block }
/* facebook module start*/
.rhstitle .fa-facebook { background:#3c5b9b; color:#fff; padding:3px 8px; }
.friends-module .attending-module { padding:10px; }
.friends-module .attending-module figure { width:50px; height:50px; float:left; margin-right:10px; }
.friends-module .attending-module .rsvp-response .question { color: #414141; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.friends-module .attending-module .rsvp-response .option { margin-top:10px; }
.friends-module .attending-module .rsvp-response .option li { float:left; margin-right:10px; background:#3c5b9b; line-height:22px; font-weight:bold; font-size:12px; padding:0 10px; }
.friends-module .attending-module .rsvp-response .option li a { color:#fff; }
.friends-module .attending-module .rsvp-response .option li b { padding:0 5px; }
.friends-module .attending-module .rsvp-response .option li b:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0da"; float:right; line-height:22px; }
.friends-module ul.tabs { }
.friends-module ul.tabs li { display:inline-block; color:#333; margin-left:10px }
.friends-module ul.tabs li a { background:#d7dfea; border-top:#d7dfea solid 1px; line-height:26px; padding:0 5px; }
.friends-module ul.tabs li a.active { border:solid 1px #ccc; background:#fff; border-bottom:0 }
.friends-module ul.tabs li a { color:#034678 }
.friends-module .module-content { border-top: 1px solid #ccc; padding: 10px; margin-top:-3px; }
.friends-module .module-content .no-occurrence { font-size:13px; line-height: 18px; padding-bottom:10px }
.friends-module .module-content .no-occurrence a { color: #034678 }
.friends-module .module-content .fb-details-col { font-size:12px; line-height:16px; }
.friends-module .module-content .fb-details-col a { font-weight:bold; color: #034678; }
.friends-module .module-content .fb-details-col .post-time { font-size: 11px; color: #999; font-weight: normal; }
.friends-module .module-content .fb-like-module { border-top:solid 2px #ccc; padding-top:10px }
.friends-module .module-content .fb-like-module figure { float:left; margin-right:10px }
.friends-module .module-content .fb-like-module .fb-like { color: #365899; display: inline-block; font-size: 18px; font-weight: 500; line-height: 1.358; margin-bottom: -5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.friends-module .module-content .fb-like-module .fb-like .verificon { background-image: url(https://www.facebook.com/rsrc.php/v2/yp/r/9R2TclzQ4gq.png); background-repeat: no-repeat; background-size: auto; background-position: 0 -105px; height: 19px; margin-left: 2px; vertical-align: -3px; width: 19px; display: inline-block }
/* facebook module end*/
.detail-warp .detail-ovrly .venueaddres { font-size:13px; font-family:"robotoregular"; color:#fff; margin:10px 0; padding:5px 0; font-style:normal; line-height:20px }
.detail-warp .detail-ovrly .venueaddres p { display:inline-block; margin-right:5px; }
.detail-warp .detail-ovrly .venueaddres p a { color: #30a4ea; }
.detail-warp .detail-ovrly .venueaddres p i { margin-right:3px; }
.mymodal .mymodal-content.share-blocks { background-color:#eaecee; width:30%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mymodal .mymodal-content.share-blocks .mymodalhd { background: #F8F8FA; }
.mymodal .mymodal-content.share-blocks h3 { font-size:20px; line-height:26px; color:#333; padding:15px; letter-spacing:0.2px; border-bottom:solid 1px #ccc; margin:0; }
.mymodal .mymodal-content.share-blocks .share-contents { background-color:#fff; padding:15px 0; }
.mymodal .mymodal-content.share-blocks .share-contents figure { width:80px; height:80px; margin:0 10px 0 0; float:left; padding-left:15px; }
.mymodal .mymodal-content.share-blocks .share-contents ul { margin:0px; padding:0px; }
.mymodal .mymodal-content.share-blocks .share-contents ul li { margin:0px; padding:0; list-style:none; font-size:16px; line-height:22px; color:#333; }
.mymodal .mymodal-content.share-blocks .share-contents ul li.whnwre { font-size:12px; color:#777; }
.mymodal .mymodal-content.share-blocks .share-contents ul li.whnwre i { margin-right:3px; }
.mymodal .mymodal-content.share-blocks .share-contents .social-copy-share { margin:10px 0 0 0; border-top: 1px solid #eee; padding: 15px; }
.mymodal .mymodal-content.share-blocks .share-contents .social-copy-share input[type="text"] { width:79%; margin:0px; height: 34px; padding:17px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mymodal .mymodal-content.share-blocks .attending { margin:0px 15px 8px 15px; display:block; font-weight:bold; font-size:12px; }
.mymodal .mymodal-content.share-blocks .selecteventshare { background:#fff; border:solid 1px #ddd; padding:10px; position:relative; margin:0px 15px 15px 15px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mymodal .mymodal-content.share-blocks .selecteventshare .holder { display:block; cursor:pointer; opacity:0.5 }
.mymodal .mymodal-content.share-blocks .selecteventshare.active { background-color:#f6f7f9 }
.mymodal .mymodal-content.share-blocks .selecteventshare.active .holder { opacity:1; }
.mymodal .mymodal-content.share-blocks .selecteventshare .holder i { -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.mymodal .mymodal-content.share-blocks .selecteventshare.active .holder i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.mymodal .mymodal-content.share-blocks .selecteventshare .holder i { float:right; font-size:20px; }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper { position:absolute; background:#fff; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; height:auto; width:100%; left:0; -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.4); box-shadow: 0 7px 10px rgba(0,0,0,.4); z-index:2; top:35px; display:none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-animation: popover 0.3s ease-in-out; -moz-animation: popover 0.3s ease-in-out; animation: popover 0.3s ease-in-out; }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper:before { position: absolute; top:-10px; right:50%; display: inline-block; border-right: 10px solid transparent; border-bottom:10px solid #dadada; border-left: 10px solid transparent; border-bottom-color:#cfcfcf; content: ''; }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper:after { position: absolute; top: -8px; right:50.2%; display: inline-block; border-right: 9px solid transparent; border-bottom: 9px solid #ffffff; border-left: 9px solid transparent; content: ''; }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper ul li { line-height: 24px; padding:8px 15px; box-sizing: border-box; color: #000; font-size:13px; opacity:0.7; display:block }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper ul li:hover, .mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper ul li.active { background-color:#f6f7f9; }
.mymodal .mymodal-content.share-blocks .dropdown-menu-wrapper ul li a { color: #000; }
.mymodal .mymodal-content.tracklistwrp { width:20% }
.mymodal .mymodal-content.tracklistwrp .mymodalhd { background: #f8f8fa; }
.mymodal .mymodal-content.tracklistwrp .tracklist { padding: 15px 0; border-bottom: #F8F8FA solid 1px; }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li { border-bottom: dotted 1px #989a9b; padding:10px; float:left; width:100% }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li figure { float:left; margin-right:10px; }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li figure img { width:50px; height:50px; }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li small { font-size:14px; color: #333; padding-bottom:5px; display:block }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li small a { color:#333 }
.mymodal .mymodal-content.tracklistwrp .tracklist ul li p a { font-size: 12px; color: #8e8e8e; }
/* need  */
/*checkbox & radio Start*/
.input-field [type="radio"]:not(:checked), .input-field [type="radio"]:checked { position:absolute; left:-9999px; opacity:0 }
.input-field [type="radio"]:not(:checked)+label, .input-field [type="radio"]:checked+label { position:relative; padding-left:35px; cursor:pointer; display:inline-block; height:25px; line-height:25px; font-size:1rem; transition:.28s ease; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none }
.input-field [type="radio"]+label:before, .input-field [type="radio"]+label:after { content:''; position:absolute; left:0; top:0; margin:4px; width:16px; height:16px; z-index:0; transition:.28s ease }
.input-field [type="radio"]:not(:checked)+label:before, .input-field [type="radio"]:not(:checked)+label:after, .input-field [type="radio"]:checked+label:before, .input-field [type="radio"]:checked+label:after, .input-field [type="radio"].with-gap:checked+label:before, .input-field [type="radio"].with-gap:checked+label:after { border-radius:50% }
.input-field [type="radio"]:not(:checked)+label:before, .input-field [type="radio"]:not(:checked)+label:after { border:2px solid #5a5a5a }
.input-field [type="radio"]:not(:checked)+label:after { z-index:-1; -webkit-transform:scale(0); transform:scale(0) }
.input-field [type="radio"]:checked+label:before { border:2px solid transparent }
.input-field [type="radio"]:checked+label:after, .input-field [type="radio"].with-gap:checked+label:before, .input-field [type="radio"].with-gap:checked+label:after { border:2px solid #26a69a }
.input-field [type="radio"]:checked+label:after, .input-field [type="radio"].with-gap:checked+label:after { background-color:#26a69a; z-index:0 }
.input-field [type="radio"]:checked+label:after { -webkit-transform:scale(1.02); transform:scale(1.02) }
.input-field [type="radio"].with-gap:checked+label:after { -webkit-transform:scale(0.5); transform:scale(0.5) }
.input-field [type="radio"].tabbed:focus+label:before { box-shadow:0 0 0 10px rgba(0,0,0,0.1) }
.input-field [type="radio"].with-gap:disabled:checked+label:before { border:2px solid rgba(0,0,0,0.26) }
.input-field [type="radio"].with-gap:disabled:checked+label:after { border:none; background-color:rgba(0,0,0,0.26) }
.input-field [type="radio"]:disabled:not(:checked)+label:before, .input-field [type="radio"]:disabled:checked+label:before { background-color:transparent; border-color:rgba(0,0,0,0.26) }
.input-field [type="radio"]:disabled+label { color:rgba(0,0,0,0.26) }
.input-field [type="radio"]:disabled:not(:checked)+label:before { border-color:rgba(0,0,0,0.26) }
.input-field [type="radio"]:disabled:checked+label:after { background-color:rgba(0,0,0,0.26); border-color:#BDBDBD }
.input-field [type="checkbox"]:not(:checked), .input-field [type="checkbox"]:checked { position:absolute; left:-9999px; opacity:0 }
.input-field [type="checkbox"]+label { position:relative; left:15px; padding-left:25px; cursor:pointer; display:inline-block; height:25px; line-height:17px; font-size:1rem; -webkit-user-select:none; -moz-user-select:none; -khtml-user-select:none; -ms-user-select:none }
.input-field [type="checkbox"]+label:before, .input-field [type="checkbox"]:not(.filled-in)+label:after { content:''; position:absolute; top:0; left:0; width:18px; height:18px; z-index:0; border:2px solid #5a5a5a; border-radius:1px; margin-top:2px; transition:.2s }
.input-field [type="checkbox"]:not(.filled-in)+label:after { border:0; -webkit-transform:scale(0); transform:scale(0) }
.input-field [type="checkbox"]:not(:checked):disabled+label:before { border:none; background-color:rgba(0,0,0,0.26) }
.input-field [type="checkbox"].tabbed:focus+label:after { -webkit-transform:scale(1); transform:scale(1); border:0; border-radius:50%; box-shadow:0 0 0 10px rgba(0,0,0,0.1); background-color:rgba(0,0,0,0.1) }
.input-field [type="checkbox"]:checked+label:before { top:-4px; left:-5px; width:12px; height:22px; border-top:2px solid transparent; border-left:2px solid transparent; border-right:2px solid #26a69a; border-bottom:2px solid #26a69a; -webkit-transform:rotate(40deg); transform:rotate(40deg); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform-origin:100% 100%; transform-origin:100% 100% }
.input-field [type="checkbox"]:checked:disabled+label:before { border-right:2px solid rgba(0,0,0,0.26); border-bottom:2px solid rgba(0,0,0,0.26) }
.input-field [type="checkbox"]:indeterminate+label:before { top:-11px; left:-12px; width:10px; height:22px; border-top:none; border-left:none; border-right:2px solid #26a69a; border-bottom:none; -webkit-transform:rotate(90deg); transform:rotate(90deg); -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform-origin:100% 100%; transform-origin:100% 100% }
.input-field [type="checkbox"]:indeterminate:disabled+label:before { border-right:2px solid rgba(0,0,0,0.26); background-color:transparent }
.input-field [type="checkbox"].filled-in+label:before, .input-field [type="checkbox"].filled-in+label:after { content:''; left:0; position:absolute; transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index:1 }
.input-field [type="checkbox"].filled-in:not(:checked)+label:before { width:0; height:0; border:3px solid transparent; left:6px; top:10px; -webkit-transform:rotateZ(37deg); transform:rotateZ(37deg); -webkit-transform-origin:20% 40%; transform-origin:100% 100% }
.input-field [type="checkbox"].filled-in:not(:checked)+label:after { height:15px; width:15px; background-color:transparent; border:1px solid #b6b6b6; top:0px; z-index:0 }
.input-field [type="checkbox"].filled-in:checked+label:before { top:0; left:0; width:8px; height:10px; border-top:2px solid transparent; border-left:2px solid transparent; border-right:2px solid #fff; border-bottom:2px solid #fff; -webkit-transform:rotateZ(37deg); transform:rotateZ(37deg); -webkit-transform-origin:100% 100%; transform-origin:100% 100% }
.input-field [type="checkbox"].filled-in:checked+label:after { top:0; width:15px; height:15px; border:2px solid #26a69a; background-color:#26a69a; z-index:0 }
.input-field [type="checkbox"].filled-in.tabbed:focus+label:after { border-radius:2px; border-color:#5a5a5a; background-color:rgba(0,0,0,0.1) }
.input-field [type="checkbox"].filled-in.tabbed:checked:focus+label:after { border-radius:2px; background-color:#26a69a; border-color:#26a69a }
.input-field [type="checkbox"].filled-in:disabled:not(:checked)+label:before { background-color:transparent; border:2px solid transparent }
.input-field [type="checkbox"].filled-in:disabled:not(:checked)+label:after { border-color:transparent; background-color:#BDBDBD }
.input-field [type="checkbox"].filled-in:disabled:checked+label:before { background-color:transparent }
.input-field [type="checkbox"].filled-in:disabled:checked+label:after { background-color:#BDBDBD; border-color:#BDBDBD }
.input-field input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, .input-field input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
box-shadow:0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(38,166,154,0.1)
}
.input-field input[type=checkbox]:not(:disabled) ~ .lever:active:after, .input-field input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
box-shadow:0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.08)
}
/*checkbox & radio End*/
.detail-warp { }
.detalsubtitle { padding: 10px 15px; line-height: 35px; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 20px; }
.bgimage { width: 100%; display: block; filter: blur(12px); -webkit-filter: blur(12px); -moz-filter: blur(12px); -ms-filter: blur(12px); -o-filter: blur(12px); height: 380px; background-repeat: no-repeat; background-size: cover; margin: 0 auto; transition: all .5s ease; position: absolute; z-index: -1; background-color: rgba(0,0,0,0.6); }
.detail-hd { height:360px; }
.detail-ovrly { background-color: rgba(0,0,0,0.66); width:100%; height:100%; }
.detail-warp .detail-ovrly .breadcrumb, .detail-warp .detail-ovrly .breadcrumb a { color:#aaa }
.detail-warp .detail-ovrly h1 { color:#fff; font-family: "Roboto", sans-serif; font-weight: 400; padding:15px 0 0 }
.detail-warp .detail-ovrly h1 span { font-size:12px; }
.detail-warp .detail-ovrly .tracking-count { font-size:13px; font-family:"robotoregular"; color:#fff; margin:10px 0; padding:5px 0 }
.detail-warp .detail-ovrly .tracking-count b { font-family:"robotobold"; }
.detail-warp .detail-ovrly .tracking-count .batch { padding:0 5px 3px; font-size:12px; color:#fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin:0 5px 0 0; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.detail-warp .detail-ovrly .tracking-count .batch.green { background-color:#009816 }
.detail-warp .detail-ovrly .tracking-count .batch.red { background-color:#b20033 }
.detail-warp .detail-ovrly .next-concert { color:#fff; margin:15px 0 }
.detail-warp .detail-ovrly .next-concert p { text-transform:uppercase; font-size:12px; margin:10px 0 5px }
.detail-warp .detail-ovrly .next-concert .next-bg { background-color: rgba(225, 225, 225, 0.2); width:60%; position:relative }
.detail-warp .detail-ovrly .next-concert .next-bg .thanku-alert .fa { background:none; border: solid 5px #a5dc86; padding: 4px; font-size: 31px; width: 50px; height: 50px; }
.detail-warp .detail-ovrly .next-concert .next-bg .thanku-alert b { color: #a5dc86; }
.detail-warp .detail-ovrly .next-concert .next-bg:hover .actionhover { opacity: 1; filter: alpha(opacity=1); }
.detail-warp .detail-ovrly .next-concert .next-bg .actionhover { opacity: 0; filter: alpha(opacity=0); background: rgba(0,0,0,0.6); color: #fff; width: 100%; z-index: 1; bottom: 0; right: auto; top: auto; left: 0; position: absolute; text-align: center; transition: all .5s ease; padding:12px 0; }
.detail-warp .detail-ovrly .next-concert .next-bg .actionhover ul { text-align: center; margin: 35px 5px 10px; display:none }
.detail-warp .detail-ovrly .next-concert .next-bg .actionhover ul li { border: 1px solid #808184; margin: 0 5px; width: 20%; display: inline-block; padding: 5px 0; }
.detail-warp .detail-ovrly .next-concert .next-bg .actionhover a.btn { text-align:center }
.detail-warp .detail-ovrly .next-concert .next-evehd { padding:15px; border-bottom:solid 1px rgba(225, 225, 225, 0.4) }
.detail-warp .detail-ovrly .next-concert .next-evehd a { color: #30a4ea; }
.detail-warp .detail-ovrly .next-concert .next-evehd .h4 { font-family:"Roboto", sans-serif; font-weight:400; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; display:block }
.detail-warp .detail-ovrly .next-concert .next-evehd .h4 a, .detail-warp .detail-ovrly .next-concert .next-evehd .h4 { color:#cfcfd1 }
.detail-warp .detail-ovrly .next-concert .next-evehd ul.whnwre { margin-top:5px }
.detail-warp .detail-ovrly .next-concert .next-evehd ul.whnwre li { color:#ccc; line-height:20px; padding:5px 0; font-size:14px; }
.detail-warp .detail-ovrly .next-concert .next-eveft { padding:10px 15px; }
.detail-warp .detail-ovrly .next-concert .next-eveft .price { display: block; float: left; font-size: 15px; font-weight: 700; padding: 5px 0 10px; line-height: 18px; }
.detail-warp .detail-ovrly .next-concert .next-eveft .price b { color: #ccc; font-size: 11px; font-weight: 400; text-transform: uppercase; }
.detail-warp .detail-ovrly .next-concert .next-eveft .ticket { color: #ccc; display: block; float: right; font-weight: 500; padding:5px 0 0; position: relative; text-transform: uppercase; margin-bottom: 8px; line-height: 18px; }
.detail-warp .detail-ovrly .next-concert .next-eveft .ticket:before { background-color: #e6e6e6; content: ""; display: block; height: 2px; width: 100%; top: auto; right: 0; bottom: -5px; left: 0; position: absolute; }
.detail-warp .detail-ovrly .next-concert .next-eveft .ticket:after { background-color: #7dbb33; content: ""; display: block; height: 2px; width: 50%; top: auto; right: 0; bottom: -5px; left: 0; position: absolute; }
.detail-warp .detail-ovrly .next-concert .next-eveft .ticket.fast:after { background-color: #ff4242; width: 75%; }
.detail-warp .detail-ovrly .next-concert .next-eveft .ticket.sold:after { background-color:#8e8e8e; width:100% }
.detail-warp .detail-ovrly .next-concert .next-bg .iwantnotify { background:url(../images/other/notificationbgt.png) 20px 25px no-repeat; background-color:transparent; border-left:solid rgba(0,0,0,0.4) 3px; padding:15px 0 }
.detail-warp .detail-ovrly .next-concert .next-bg .iwantnotify .notifyform { padding:15px }
.detail-warp .detail-ovrly .next-concert .next-bg .iwantnotify .notifyform .input-field input[type=email] { background:rgba(0,0,0,0.2); border:solid rgba(0,0,0,0.4) 1px; color:#FFF }
.detail-warp .detail-ovrly .next-concert .next-bg .iwantnotify .notifyform .notifyme { color:#fff }
.detail-warp .detail-ovrly .next-concert .next-bg .iwantnotify .notifyicon { padding:15px; }
.detail-warp .detail-ovrly figure { width:310px; height: 300px; overflow:hidden }
.detail-warp .detail-ovrly figure.profileimg { background:#fff; padding:5px; --webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.34); box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.34); text-align:center; position:relative; top: 60px; margin:0 auto; z-index:1; }
.detail-warp .detail-ovrly figure.profileimg figcaption { position:absolute; bottom:0; width:300px; padding:10px; text-align:center; font-size:20px; text-transform:uppercase; color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-bottom:solid 5px #fff }
.detail-warp .detail-ovrly figure.profileimg figcaption.green { background:#009816; }
.detail-warp .detail-ovrly figure.profileimg figcaption.red { background:#b20033; }
.detail-warp .detail-ovrly figure.profileimg figcaption.gray { background:#f5f5f5; text-transform:none; text-shadow:none; text-align:left; padding:0; font-size:12px; color:#777; cursor:pointer; height: 40px; overflow: hidden; }
.detail-warp .detail-ovrly figure.profileimg figcaption.gray i { color:#000; font-size:12px; font-weight:bold; background:#e4e4e4; padding:13px; display:inline-block; margin-right:5px }
.detail-warp .detail-ovrly figure.profileimg figcaption.gray:hover:before { content: 'Copy URL'; white-space: nowrap; position: absolute; right:0; top:4px; color: #fff; z-index: 999; padding:10px; background-color: #333; display: table-cell; vertical-align: middle; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; font-size:12px; }
.detail-warp .detail-ovrly figure.profileimg figcaption.gray a { font-size:12px; color:#777 }
.detail-warp .detail-ovrly figure.profileimg figcaption.gray a:hover { text-decoration:underline }
.detail-warp .detail-actionbar { background:#f5f5f5; border-bottom:solid 2px #fff; padding:15px; box-shadow: 0 0 7px 0 rgba(0,0,0,0.55); box-sizing: border-box; margin-bottom:30px; }
.detail-warp .detail-actionbar .labels i { margin-right:3px }
.detail-warp .detail-actionbar .labels.facebook { border:solid 1px #4267b2; color:#4267b2; font-family:"robotobold"; font-size:12px; }
.detail-warp .detail-actionbar .labels.facebook i { color:#4267b2; font-size:16px; }
/*.labels { background: #FFF; border: 1px solid #c8c7c7; color: #7B8489; box-shadow: none; display: inline-block; line-height: 1; vertical-align: baseline; margin:0 3px; padding: .5833em .833em; border-radius: .28571429rem;
-webkit-transition: background .1s ease; transition: background .1s ease; }

.labels.active { border-color: #f80046; color: #f80046 }*/

.labels { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.labels-default { background-color: #777; }
.labels-primary { background-color: #337ab7; }
.labels-success { background-color: #5cb85c; }
.labels-info { background-color: #5bc0de; }
.labels-warning { background-color: #f0ad4e; }
.labels-danger { background-color: #d9534f; }
/*detail-nav*/
.detail-warp .detail-nav { display: flex; margin:0 0 15px; background: #FFF; font-weight: 400; box-shadow: none; border: 1px solid #e7e7e7; border-radius: 4px; min-height: 58px; }
.detail-warp .detail-nav ul li { float:left; position: relative; font-size:16px; border-right:solid 1px #e7e7e7; }
.detail-warp .detail-nav ul li a { color:#333; display:block; padding:20px 28px; border-bottom: 6px solid #fff; transition:none }
.detail-warp .detail-nav ul li a i { margin-right:3px; }
.detail-warp .detail-nav ul li a.active, .detail-warp .detail-nav ul li:hover a.active { border-bottom: 6px solid #cb202d; }
.detail-warp .detail-nav ul li:first-child a.active { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }
.detail-warp .detail-nav ul li:hover { background:#f6f7f9; }
.detail-warp .detail-nav ul li:hover a { border-bottom-color:#f6f7f9 }
.detail-warp .detail-nav ul li i:before { font-size:24px; margin:0; vertical-align:middle; color:#bdc1c4 }
.detail-warp .detail-nav ul ul { display:none; padding:10px 0 }
.detail-warp .detail-nav ul li:hover ul { position: absolute; top:70px; background: #fff; right: 0; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; display:block; width:150px; z-index:3; box-shadow: rgba(0,0,0,0.25) 0px 2px 6px; }
.detail-warp .detail-nav ul ul:before { position: absolute; top:-9px; right:35px; display: inline-block; border-right: 10px solid transparent; border-bottom:10px solid #f6f7f9; border-left: 10px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.1); content: ''; }
.detail-warp .detail-nav ul ul:after { position: absolute; top: -8px; right:36px; display: inline-block; border-right: 9px solid transparent; border-bottom: 9px solid #ffffff; border-left: 9px solid transparent; content: ''; }
.detail-warp .detail-nav ul ul li { border:0; padding:8px 10px; display:block; font-size:14px; float:none; }
.detail-warp .detail-nav ul ul li a { padding:0; border:0 }
.detail-warp .detail-nav ul ul li:hover { background:#f6f7f9 }
/**/
.whitebgbor { background-color: #fff; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; }
/* artist tab*/
.eventtab { border-bottom:solid 2px #e8e8e8; padding:0 0 0 20px; margin-bottom:20px; }
.eventtab ul li { display:inline-block; position:relative; font-family:"robotobold"; font-size:13px; margin-right:10px; }
.eventtab ul li.tab a:hover, .eventtab ul li.tab a, .eventtab ul li a { color:#5c5650; padding:15px 10px; }
.eventtab ul li a.active:before { border-bottom: solid 2px #393d43; content: ""; position: absolute; display: inline-block; bottom:-4px; width: 100%; left:0 }
.eventtab ul li a.active { color:#cb202d; }
.nubcount { content: attr(data-plan-count); display: inline-block; margin-left: 3px; padding: 3px 6px; border-radius: 100px; background-color: #f80046; font-size: 11px; font-weight: 400; will-change: transform; perspective: 1000; color: #fff; line-height: normal; }
/* gallery */

.event-galleryphoto { padding:20px }
.event-galleryphoto .item { text-align:center }
.event-galleryphoto figure { width: 215px; height: 175px; display: block; position: relative; overflow:hidden; background:#000 }
.event-galleryphoto figure img { width:215px; height:175px; opacity: .65; -webkit-transform: scale(1) rotate(0.01deg); -moz-transform: scale(1) rotate(0.01deg); -ms-transform: scale(1) rotate(0.01deg); -o-transform: scale(1) rotate(0.01deg); transform: scale(1) rotate(0.01deg); }
.event-galleryphoto figure:hover img { opacity: 1; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; -webkit-transform: scale(1.45) rotate(0deg); -moz-transform: scale(1.45) rotate(0deg); -ms-transform: scale(1.45) rotate(0deg); -o-transform: scale(1.45) rotate(0deg); transform: scale(1.45) rotate(0deg); }
.event-galleryphoto figure:hover figcaption { opacity:1; filter: alpha(opacity=1); }
.event-galleryphoto figure figcaption { opacity: 0; filter: alpha(opacity=0); position: absolute; top:35%; text-align:center; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.55s ease-in-out; -moz-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; }
.event-galleryphoto figure figcaption i { font-size:50px; color:#ccc }
.event-galleryphoto figure.last { margin-right:0; }
.event-galleryphoto figure.last img, .event-galleryphoto figure.last:hover img { opacity:0.3; transition:none; transform: none; }
.event-galleryphoto figure.last figcaption, .event-galleryphoto figure.last:hover figcaption { opacity:1; filter: alpha(opacity=1); }
.event-galleryphoto figure.last figcaption { font-size:50px; color:#ccc }
/* touring-history */
.touring-history { background:#e5e5e5; }
.touring-history .rhstitle { border-bottom-color:#c6c6c6 }
.touring-history .touringwrp .touringtitle { font-size:13.3px; display: block; font-weight:500 }
.touring-history .touringwrp { border-bottom:dashed 1px #b1b1b1; margin:15px; padding-bottom:10px }
.touring-history .touringwrp a { display:block; font-size:13px; }
.touring-history .touringwrp a b { color:#000 }
.touring-history .touringwrp small { font-size:18px; padding:8px 0; display:block }
.touring-history .touringwrp small.miles { color:#f80046 }
.touring-activity { padding:10px 0 0 }
.touring-activity li { font-size:12px; padding-bottom:5px; line-height:20px; }
.touring-activity li.redmore { float:none; text-align:right; padding:0 }
.touring-activity li.redmore a { display:inline }
.touring-activity .touring-year { width: 10%; display:inline-block; font-family: "robotobold"; font-size:12px }
.touring-activity .touring-bar-container { width: 85%; display:inline-block }
.touring-activity .touring-bar.active { background-color: #f80046; border-left-color: #f80046; }
.touring-activity .touring-bar { background-color: #c7c7c7; height: 10px; border-left: 1px solid #c7c7c7; border-radius: 10px; display:inline-block; }
.artist-touring { }
.artist-touring .rhsbg .rhslist ul li figure img { width:50px; height:50px; }
.artist-touring .rhsbg .rhslist ul li small { font-size:14px; }
.artist-touring .rhsbg .rhslist ul li p, .artist-touring .rhsbg .rhslist ul li p a { font-size:12px; color:#8e8e8e }
.artist-touring .rhsbg .rhslist ul li small { padding:5px 0 0 }
.biocontent { padding:20px; }
.biocontent p { color: #666; font-size: 14px; line-height: 21px; padding: 0 0 10px; }
.calcmodalswrp { display: none; position: fixed; z-index: 200004; top: 0 !important; right: 0; margin:auto; bottom: 0; left: 0; overflow-x: auto; overflow-y: scroll; will-change:top, opacity; z-index:9999999 !important; }
.modals-content { width: 60%; background: #fff; border-radius: 3px; padding: 15px; height: 1020px; box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21); margin-bottom: 150px; top: 10%; position: absolute; left: 50%; margin-left: -30%; }
/*gallery*/
.mymodal-content .gallery { padding:15px; }
.mymodal-content .gallery figure { text-align:center }
.mymodal-content img { margin:0 auto }
.mymodal-content .close { width: 26px; height: 26px; position: absolute; top: 0; right: -40px; }
.mymodal-content .close a { width: 26px; height: 26px; display: block; overflow: hidden; text-indent: -9999px; background: url(../images/other/remove.png) no-repeat 0 0; filter: alpha(opacity=8); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; }
.mymodal-content .thumbnial { background:rgba(0, 0, 0, 0.1); display: block; overflow: hidden; text-align: center; width: 100%; bottom:-80px; left:0; padding: 10px; }
.mymodal-content .thumbnial .item { margin: 0 10px; cursor: pointer; background:#000 }
.mymodal-content .thumbnial .item img { width: 100%; height: 80px; opacity:0.3 }
.mymodal-content .thumbnial .synced .item img { opacity:1 }
.mymodal-content .owl-controls .owl-buttons .owl-prev { opacity: 1; left: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:50% }
.mymodal-content .owl-controls .owl-buttons .owl-next { opacity: 1; right: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:50% }
.mymodal-content .thumbnial .owl-theme .owl-controls { display:none !important }
.morebar { position:relative; background:#f5f5f5; text-align:center; padding:15px 0; border-top:solid 1px #ddd }
.morebar a { display:block; color: #aaa; }
.morebar .mor { border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.3); height: 25px; left: 50%; position: absolute; top:-15px; width: 25px; background:#fff; text-align:center; line-height:25px; color:#333 }
.hero-banner-wrap { position:relative }
.hero-banner.owl-theme .owl-controls { margin:0 }
.hero-banner .item { background:#000; overflow:hidden; max-height:450px; }
.hero-banner .item img { display: block; width: 100%; text-align:center; max-height:100%; opacity:0.5 }
.hero-banner-wrap .owl-controls .owl-buttons .owl-prev { top:40% }
.hero-banner-wrap .owl-controls .owl-buttons .owl-next { top:40% }
.hero-banner-wrap:hover .owl-controls .owl-buttons .owl-prev { opacity: 1; left: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:40% }
.hero-banner-wrap:hover .owl-controls .owl-buttons .owl-next { opacity: 1; right: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:40% }
.hero-banner-wrap .owl-theme .owl-controls .owl-buttons div { z-index:4 }
.heroeventdetails { position:absolute; width:100%; bottom:60px; color:#fff; background-image:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:-o-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,0.80)); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
z-index:2 }
.heroeventdetailswrp { width:70%; float:left }
.posterdetailswrp { width:30%; float:left }
.heroeventdetails .catbatach span { display: inline-block; background-color: #08a182; border-radius: 3px; font-size: 12px; margin: 0 5px 5px 0; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding: 3px 8px; }
.heroeventdetails .catbatach span a { color: #fff; text-decoration:none; }
.heroeventdetails .catbatach span.language { background-color:#3381af }
.heroeventdetails h1 { font-family: 'Roboto', sans-serif; font-size:34px; font-weight:400; }
.heroeventdetails .event-location { font-size:16px; color:#ddd; margin:10px 0 0 }
.heroeventdetails .event-location em { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; }
.heroeventdetails .event-location a.venuelink { font-size:16px; font-style:normal }
.heroeventdetails .event-location a { color:#009fff; font-size:12px; font-style:italic }
.heroeventdetails .detail-wrp .dates-wrp { background-color: rgba(242, 242, 242, 0.2); border:solid 1px rgba(242, 242, 242, 0.4); float:left; text-align:center; padding:8px 0; width:100px; margin:15px 15px 0 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.heroeventdetails .detail-wrp .dates-wrp .month { display:block; font-size:16px; padding:0 0 5px; }
.heroeventdetails .detail-wrp .dates-wrp .day { display:block; font-size:35px; padding:0 0 5px; }
.heroeventdetails .detail-wrp .dates-wrp .time { display:block; font-size:16px; padding:0 0 5px; }
.heroeventdetails .detail-wrp ul.event-info { margin-top:10px; }
.heroeventdetails .detail-wrp ul.event-info li { padding:7px 0; font-size:14px; line-height:22px; font-weight:300; color:#fff }
.heroeventdetails .detail-wrp ul.event-info li.event-location { margin:0 }
.heroeventdetails .detail-wrp ul.event-info li.event-location a { color: #009fff; }
.heroeventdetails .detail-wrp ul.event-info li a, .heroeventdetails .detail-wrp ul.event-info li span { color:#fff; padding: 0 3px; }
.heroeventdetails .detail-wrp ul.event-info li a:hover { text-decoration:underline }
.heroeventdetails .detail-wrp ul.event-info li span { color:#ccc; font-weight:300; font-size:14px; padding:0 5px 0 0 }
.heroeventdetails .detail-wrp ul.event-info li.artislists a { border: 1px solid #aaa; padding: 5px 8px; border-radius: 30px; margin-right: 10px; cursor: pointer; font-size:12px; text-decoration:none }
.heroeventdetails .detail-wrp ul.event-info li.artislists a:hover { background:rgba(242, 242, 242, 0.2) }
.heroeventdetails .detail-wrp ul.event-info li.tktranges { font-weight:500; color:#fff }
.heroeventdetails .detail-wrp ul.event-info li.tktranges a { color:#6f1b1b; font-size:14px; padding:0 0 0 5px; background-color:#ffe400; padding:5px 10px; border-radius:2px; margin-left: 10px; }
.heroeventdetails .detail-wrp ul.event-info li.tktranges a:hover { text-decoration:none }
.heroeventdetails .poster-thump { position:absolute; bottom:0; right:0; }
.heroeventdetails .poster-thump span { color:#ccc; font-weight:300; font-size:14px; display:block; padding-bottom:10px }
.heroeventdetails .poster-thump figure { display:inline-block; border:solid 1px #fff; margin-right:10px; }
.heroeventdetails .poster-thump figure img { width:60px; height:60px; }
.hero-banner-wrap .bannercamb { position:absolute; width:100%; z-index:2 }
.hero-banner-wrap .bannercamb .breadcrumb { color: #fff; }
.hero-banner-wrap .bannercamb .breadcrumb a { color: rgba(225, 225, 225, 0.6); }
.hero-banner-wrap.make-blur .bannercamb .breadcrumb { color:#333 }
.hero-banner-wrap.make-blur .bannercamb { position:static; color:#777 }
.hero-banner-wrap.make-blur .bannercamb .breadcrumb a { color:#777 }
.hero-banner-wrap.make-blur .pasteventbg { background: #ffdb00; text-align: center; padding: 15px 0; font-size: 20px; color: #6c0707; text-shadow: -1px 1px 0 #fff; }
.hero-banner-wrap.freebanner .pasteventbg { background: #ffdb00; text-align: center; padding: 15px 0; font-size: 20px; color: #6c0707; text-shadow: -1px 1px 0 #fff; }
.hero-banner-wrap.make-blur .hero-banner .item { max-height: 370px; }
.hero-banner-wrap.make-blur .hero-banner .item img { filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); }
.hero-banner-wrap.make-blur .heroeventdetails h1 { font-size:22px; }
.hero-banner-wrap.make-blur .heroeventdetailswrp { width:100% }
.hero-banner-wrap.make-blur .heroeventdetails { bottom:0 }
.hero-banner-wrap.freebanner { background:#171d2b }
.hero-banner-wrap.freebanner .bannercamb, .hero-banner-wrap.freebanner .heroeventdetails { position:static }
.hero-banner-wrap.freebanner .breadcrumb a { color:#666 }
.hero-banner-wrap.freebanner .heroeventdetails { background:none; padding-bottom:20px; }
.hero-banner-wrap.freebanner h1 { color: #fff; }
.hero-banner-wrap.freebanner .detail-wrp .dates-wrp { background:none; }
.hero-banner-wrap.freebanner .detail-wrp .dates-wrp .time, .hero-banner-wrap.freebanner .detail-wrp .dates-wrp .month, .hero-banner-wrap.freebanner .detail-wrp .dates-wrp .day { color: #fff; }
.hero-banner.rsvb-banner .item img { height:295px; }
.promotagwrp { position:absolute; top:10px; right:176px; width:260px; z-index:4 }
.promotagwrp .promotag { background:#fff; }
.promotagwrp .promotag i { background:#fdd85c; width:60px; height:60px; float:left; display:table-cell; text-align:center; line-height:55px; }
.promotagwrp .promotag i img { vertical-align:middle }
.promotagwrp .promotag b, .promotagwrp .promotag em { display:block; color:#333; text-align:center }
.promotagwrp .promotag b { font-size:14px; padding:14px 0 5px }
.promotagwrp .promotag em { font-size:12px; color:#646464 }
.eventactinnav { background-color: #f5f5f5; border-bottom: 1px solid #cdcdcd; position: relative; min-height: 60px; box-shadow: 0 -1px 0 #fff inset, 0 0 0 #fff inset; z-index:0 }
.eventactinnav ul { margin:15px 0 0 0; display:block; }
.eventactinnav ul li { margin: 0 10px; float: left; border-radius: 4px; border: 1px solid #ccc; background-color: #fff; font-weight: 300; }
.eventactinnav ul li a { color: #666; font-size: 14px; line-height: 28px; padding: 3px 15px; transition: all 0.24s ease-in 0s; }
.eventactinnav ul li.active { border:solid 1px #e62878; }
.eventactinnav ul li.active a { color:#e62878 }
.eventactinnav ul li.active .fa-heart:before { content: "\f004"; }
.eventactinnav ul li .flaticon-dc-edit { font-size:16px; }
.eventactinnav ul li.fbsave { border:0; }
.eventactinnav ul li.fbsave.active { background:#4080ff; border-color:#4080ff; color:#fff }
.eventactinnav ul li.fbsave.active a { color:#fff }
.eventactinnav ul li.fbsave.active .fa-bookmark:before { font-family: Flaticon; font-size:12px; font-style: normal; content: "\f10b"; }
.eventactinnav ul li.btn-red1 { background:#db4344; border:solid 1px #db4344; }
.eventactinnav ul li.btn-red1 a { color:#fff }
.eventactinnav ul li.spotlighthis { border: 1px solid #d40e65; background-color: #d40e65; float:right; }
.eventactinnav ul li.spotlighthis a { color: #fff }
.eventcalender { background:url(../images/other/event-calender.png) 0 0 no-repeat; width:12px; height:16px; display:inline-block; vertical-align: middle; margin-right:2px; }
.eventdetailmenu { background-color: #fff; border: 1px solid #e7e7e7; border-left:0; margin-bottom: 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position:relative; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.eventdetailmenu ul { width: 100%; white-space: nowrap; }
.eventdetailmenu ul.container { padding:0 30px }
.eventdetailmenu ul li { color: #666; font-size: 14px; border-left:1px solid #e7e7e7; display:inline-block; line-height: 18px; white-space:nowrap; float:left }
.eventdetailmenu ul li a { color: #999; display: block; padding: 20px 28px; }
.eventdetailmenu ul li a.active, .eventdetailmenu ul li a:hover { border-bottom: 2px solid #08a182; color:#333; }
.eventdetailmenu ul li.otdersum { }
.eventdetailmenu.eventnavstick { position: fixed; z-index: 99999; width: 100%; top: 0; left: 0; height: 62px; background:#333; border-bottom: 1px solid rgba(255, 255, 255, 0.8); box-shadow: 0 0 16px rgba(56, 66, 82, 0.6); }
.eventdetailmenu.eventnavstick ul li { border-left:0 }
.eventdetailmenu.eventnavstick ul li a.active { color:#fff }
.eventdetailmenu.eventnavstick ul li a { color:#fff; }
.eventdetailmenu.eventnavstick ul li a.active, .eventdetailmenu.eventnavstick ul li a:hover { color: #fff; background:#08a182; }
.eventdetailmenu ul li.otdersum { display:none }
.eventdetailmenu.eventnavstick ul li.otdersum { background:#000; display:block; float:right; }
.eventdetailmenu.eventnavstick ul li.otdersum a { color:#fff; border-bottom:0; }
.eventdetailmenu ul li.morenav .flaticon-more:before { font-size:22px; display: inline-block; vertical-align: middle; }
.eventdetailmenu ul li.morenav { position:relative }
.eventdetailmenu ul li.morenav ul { display:none; }
.eventdetailmenu ul li.morenav:hover { background:#f6f7f9; }
.eventdetailmenu ul li.morenav:hover a { border:0; color:#333 }
.eventdetailmenu ul li.morenav:hover ul { position: absolute; top:60px; background: #fff; right: 0; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; display:block; width:150px; z-index:3; box-shadow: rgba(0,0,0,0.25) 0px 2px 6px; }
.eventdetailmenu ul li.morenav ul:before { position: absolute; top:-9px; right:35px; display: inline-block; border-right: 10px solid transparent; border-bottom:10px solid #f6f7f9; border-left: 10px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.1); content: ''; }
.eventdetailmenu ul li.morenav ul:after { position: absolute; top: -8px; right:36px; display: inline-block; border-right: 9px solid transparent; border-bottom: 9px solid #ffffff; border-left: 9px solid transparent; content: ''; }
.eventdetailmenu ul li.morenav li { border:0; padding:8px 10px; display:block; font-size:14px; float:none; }
.eventdetailmenu ul li.morenav li a { padding:0; border:0 }
.eventdetailmenu ul li.morenav li:hover { background:#f6f7f9 }
/* Ticket Setting Start */
.tkt-wraper { }
.tkt-wraper h2 { font-family: 'Open Sans', sans-serif; font-size:22px; color:#333; margin:20px 0; font-weight:600 }
.tkt-wraper .tkt-wrap { background-color: #fff; padding: 10px 15px; box-shadow: 0 1px 8px #ccc; margin-bottom: 10px; }
.tkt-wraper .tkt-wrap .tkt-title { display: block; font-size: 16px; font-weight: normal; color: rgba(0,0,0,0.8); padding: 0 0 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.tkt-wraper .tkt-wrap .tkt-desc { color: #848484; display:block; font-size: 11px; padding:0; line-height: normal; }
.tkt-wraper .tkt-wrap .tkt-desc a.smore { cursor:pointer; }
.tkt-wraper .tkt-wrap .tkt-price-wrp { display: block; color: #08a182; font-size: 18px; font-weight: 500; }
.tkt-wraper .tkt-wrap .tkt-price-wrp b { font-size: 12px; color: #333; font-weight: normal; }
.tkt-wraper .tkt-wrap .tkt-price-wrp em { font-size: 12px; color: #aaa; font-weight: 500; }
.tkt-wraper .tkt-wrap .tkt-status { font-size: 12px; display: block; padding: 5px 0 0; }
.tkt-wraper .tkt-wrap .tkt-status.aval { color:#5eaa1e }
.tkt-wraper .tkt-wrap .tkt-status.slfst { color:#ef534e }
.tkt-wraper .tkt-wrap .tkt-status.sold { color:#aaa }
.tkt-wraper .tkt-wrap .tkt-quantity { }
.tkt-wraper .tkt-wrap .tkt-quantity button { min-height: 30px !important; min-width: 30px !important; background: #ef534e; color: #fff; font-size: 26px; float: left; padding:0 !important; border-radius:50%; font-family:Arial, Helvetica, sans-serif; margin:0 10px; }
.tkt-wraper .tkt-wrap .tkt-quantity button.inactive { background:#ddd; color:#333; }
.tkt-wraper .tkt-wrap .tkt-quantity .quantity-dec { padding:5px 0 10px 0; }
.tkt-wraper .tkt-wrap .tkt-quantity .quantity-count { float: left; height: 30px; min-width: 30px; line-height:30px; text-align:center; font-size:16px; }
.tkt-wraper .tkt-wrap .tkt-quantity-select { float:right }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper { float: left; cursor: pointer; position:relative; background: #fff url(../images/other/down-new.jpg) no-repeat right 2px; }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper, .tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper select { display: block; height: 100%; padding: 8px 12px 9px; box-sizing: border-box; background-color: #fff; border-radius: 4px; outline: none; overflow: visible; white-space: normal; -webkit-appearance: none; border: 1px solid #999; margin:0; height: 40px; }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper:hover { border: 1px solid #39c2c9; }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; color:#4c4c4c; line-height: 20px }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper select { margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; padding: 8px 12px 9px; top: 0; left: 0; width:100% }
.tkt-wraper .tkt-wrap .tkt-quantity-select .tktopnstatus { text-align:center }
.tkt-wraper .tkt-wrap .tkt-quantity-select .tktopnstatus span { font-size: 12px; color: #777; padding-bottom: 5px; }
.tkt-wraper .tkt-wrap .tkt-quantity-select .tktopnstatus b { color: rgba(0,0,0,0.8); font-weight: 500; font-size: 16px; display:block }
.tkt-leveltitle { border-bottom:double 3px #cdcdcd; margin-bottom:20px; position:relative }
.tkt-leveltitle span { padding: 5px 0 15px; position:relative; display:inline-block; color:#666 }
.tkt-leveltitle span:after { border-bottom:double 3px #666; position: absolute; content: ""; bottom: -3px; width: 100%; left: 0; }
.tkt-wraper .tkt-wrap .tkt-offer { display: block; line-height: 30px; font-size:14px; }
.tkt-wraper .tkt-wrap .tkt-offer i.flaticon-offertag { background:#343434; width:30px; height:30px; border-radius:50%; float:left; text-align:center; color:#fff; margin-right:10px; }
.tkt-wraper .tkt-wrap .tkt-offer i.flaticon-offertag:before { line-height:30px; font-size:18px; }
.tkt-wraper .tkt-wrap .tktofferwrp { position:relative }
.tkt-wraper .tkt-wrap .tktofferwrp .offer-btn { background-color: #fff; color: #000; border: 1px solid #eee; border-radius:0 }
.tkt-wraper .tkt-wrap .tktofferwrp .offer-btn:hover { background-color: #343434; color: #fff; }
.tkt-wraper .tkt-wrap .tktofferwrp label { position:absolute; left:10px; font-size:14px; top:13px; color:#999 }
.tkt-wraper .tkt-wrap .tktofferwrp label.active { display:none }
.tkt-wraper .tkt-wrap .tktofferwrp input[type="text"] { display:inline-block; position:relative; height:40px; padding:10px; border:0; border-bottom:1px solid #e6e6e6 }
.tkt-wraper .tkt-totalbg { background:#e2e2e2; margin-bottom:20px; text-align:right; color:#666; font-size:16px; }
.tkt-wraper .tkt-totalbg .buy-btn { background:#ef534e; line-height:55px; display:inline-block; padding:0 10px; color:#fff; font-size:16px; font-weight:300 }
.tkt-wraper .tkt-totalbg .buy-btn a { color:#fff }
.tkt-wraper .tkt-totalbg .buy-btn .selectseat { font-weight:300 }
.tkt-wraper .tkt-totalbg .buy-btn b { font-weight:900 }
.tkt-wraper .tkt-wrap .tkt-quantity .tktopnstatus { width:100%; text-align:right; font-size:13px; color:#d40e65; text-align:center; position:relative }
.tkt-wraper .tkt-wrap .tkt-quantity .tktopnstatus span, .tkt-wraper .tkt-wrap .tkt-quantity .tktopnstatus b { display:block }
.tkt-wraper .tkt-wrap .tkt-quantity .tktopnstatus span { font-size: 12px; color: #777; padding-bottom:5px }
.tkt-wraper .tkt-wrap .tkt-quantity .tktopnstatus b { color:rgba(0,0,0,0.8); font-weight: 500; font-size:16px; }
.tkt-wraper .tkt-wrap .tktendstatus { text-align:right; font-size:13px; color: #777; padding-top: 5px; }
/**/ 
.tkt-wraper .tkt-wrap.soldoutwrp .tkt-title, .tkt-wraper .tkt-wrap.soldoutwrp .tkt-price-wrp, .tkt-wraper .tkt-wrap.soldoutwrp .tkt-price-wrp b, .tkt-wraper .tkt-wrap.soldoutwrp .tkt-price-wrp em, .tkt-wraper .tkt-wrap.soldoutwrp .tkt-quantity-select { color:rgba(0,0,0,0.4); font-size:14px; font-weight: 500; }
a.addnl-btn { background: #ef534e; font-size:16px; }
a.addnl-btn b { font-weight:600 }
/* Ticket Setting End */
.tket-wraper { margin-bottom:20px; }
.tket-wraper h2 { font-family: 'Open Sans', sans-serif; font-size:20px; color:#333; margin:20px 0; font-weight:400 }
.tket-wraper .tkt-wraper { box-shadow: 0 1px 8px #ccc; background-color: #fff; }
.tket-wraper .tkt-wraper .tkt-wrap { box-shadow:none; border-bottom:solid 1px #ddd; margin:0 15px 10px 15px; padding:10px 0 }
.tket-wraper .tkt-wraper .tkt-leveltitle { border-bottom:solid 1px #eee; font-weight:500; font-size:20px; margin:0 }
.tket-wraper .tkt-wraper .tkt-leveltitle span { color:#252c45; padding:20px 15px; border-left:solid 3px #1ba182; }
.tket-wraper .tkt-wraper .tkt-leveltitle span:after { border:0 }
.tket-wraper .tkt-wraper .tkt-leveltitle i { margin-right:20px; margin-top:20px; font-size:22px; background:#f1f1f1; padding:0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color:#333; -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.tket-wraper .tkt-wraper .tkt-totalbg { background:none; padding: 0 15px 15px 15px; margin:0 }
.tket-wraper .tkt-wraper .tkt-totalbgnew { padding: 0 15px 15px 15px; text-align: right; color: #666; font-size: 16px; }
.tket-wraper .tkt-wraper .tkt-totalbgnew .buy-btn { background:#ef534e; display:inline-block; padding:0 10px; color:#fff; font-size:16px; font-weight:300; min-width: 100px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; line-height: 22px; padding: 8px 10px; }
.tket-wraper .tkt-wraper .tkt-totalbgnew .buy-btn a { color:#fff }
.tket-wraper .tkt-wraper .tkt-totalbgnew .buy-btn .selectseat { font-weight:300 }
.tket-wraper .tkt-wraper .tkt-totalbgnew .buy-btn b { font-weight:900 }
.tket-wraper .tkt-wraper .tkt-leveltitle.bg { border-top:#f5f5f5 solid 20px; }
.tket-wraper .tkt-wraper .tkt-totalbg .buy-btn { min-width:100px; text-align:center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; line-height:22px; padding:8px 10px; }
.tket-wraper .tkt-wraper .tket-accordion .acc { margin-top:15px; -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; }
.tket-wraper .tkt-wraper .tket-accordion .acc .tkt-totalbg { position:static; min-width: 100px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; line-height: 22px; padding: 8px 10px; box-shadow: none; }
.tket-wraper .tkt-wraper .tket-accordion.closed .acc { display:none }
.tket-wraper .tkt-wraper .tket-accordion.closed .tkt-leveltitle { background:#eee; border:solid 1px #fff }
.tket-wraper .tkt-wraper .tket-accordion.closed .tkt-leveltitle a i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.tket-wraper .tkt-leveltitle .buy-btn { background: #ef534e; display: inline-block; padding: 0 10px; color: #fff; font-size: 16px; font-weight: 500; float:right; border-radius:3px; padding:8px 10px; margin-right:10px; margin-top:10px; }
.tket-wraper .tkt-leveltitle .buy-btn a { color: #fff; }
/* multdatewrp Started */
.tket-wraper .multdatewrp { margin-bottom:15px; }
.tket-wraper .multdatewrp .multinav { padding-bottom:10px; }
.tket-wraper .multdatewrp .multinav ul { }
.tket-wraper .multdatewrp .multinav ul li { display:inline-block; margin-right:15px; margin-bottom:15px; background:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align:center; font-size:14px; padding:10px; color:#5c5c5c; }
.tket-wraper .multdatewrp .multinav ul li a { color:#5c5c5c; }
.tket-wraper .multdatewrp .multinav ul li em { display:block; padding:0 0 5px; text-transform:uppercase }
.tket-wraper .multdatewrp .multinav ul li span { display:block; font-size:22px; color:#000; }
.tket-wraper .multdatewrp .multinav ul li b { display:block; padding:5px 0 0; }
.tket-wraper .multdatewrp .multinav ul li.active { background:#08a182; color:#fff; position:relative }
.tket-wraper .multdatewrp .multinav ul li.active a, .tket-wraper .multdatewrp .multinav ul li.active span { color:#fff }
.tket-wraper .multdatewrp .multinav ul li.active:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #08a182; position: absolute; content: ""; bottom:-7px; left: 41%; }
.tket-wraper .multdatewrp .multdatedetals { background: #e4e6e5; padding:15px; }
.tket-wraper .multdatewrp .multdatedetals ul { display:block }
.tket-wraper .multdatewrp .multdatedetals ul li { padding:10px 0; font-size:16px; }
.tket-wraper .multdatewrp .multdatedetals ul li span { display:inline-block; width:100px; color:#696969; font-size:14px; }
.tket-wraper .multdatewrp .multdatedetals ul li b { display: inline-block; background-color: #fff; padding:5px 8px; margin-right: 8px; margin-bottom: 5px; color: #555; font-size:12px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.tket-wraper .multdatewrp .multdatedetals ul li b a { color:#555; font-style:normal }
.tket-wraper .multdatewrp .multdatedetals ul li b a:hover { text-decoration:underline }
.tket-wraper .multdatewrp .multdatedetals ul li em { font-size:12px; }
.tket-wraper .multdatewrp .multdatedetals ul li a { color:#009fff; font-size:12px; font-style:italic }
/* New Ticket Ending */


.eventdetailrow, .pge-sectn, .ad300x250slot { background-color: #fff; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; margin-bottom: 20px; }
.eventdetailrow .evesubtitle { padding: 10px 15px; line-height: 35px; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 20px; }
.eventdetailrow .faqsubtitle { padding: 10px 15px; line-height: 35px; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 20px; }
.eventdetailrow .faqsubtitle h1 { line-height:20px; }
.eventdetailrow .faqsubtitle h2 { font-weight:300; font-size:14px; line-height:20px; }
.eventdetailrow b { font-size: 14px; padding-bottom: 10px; display: block; font-weight: 400; }
.eventdetailrow p { color: #666; font-size: 14px; line-height: 21px; padding: 0 0 10px; }
.eventdetailrow p:empty, .eventdetailrow p:blank {
background: #ff0000;
}
.eventdetailrow strong, .eventdetailrow b { font-weight:700; font-size: 14px; }
.eventdetailrow p iframe, .eventdetailrow iframe { margin: 0 auto; display: block; }
.eventdetailrow table td { font-size: 14px; line-height: 21px; padding:8px; }
.eventdetailrow .event-poster { text-align:center; position:relative; padding:10px 0 15px }
.eventdetailrow .event-poster .postermore { text-align:center; width:100%; bottom:0; position:absolute; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
height:150px; }
.eventdetailrow .event-poster.autoheight { height:inherit }
.eventdetailrow .event-poster.autoheight .postermore { background:none; position:static; height: 50px; }
.eventdetailrow .event-poster .postermore .btn { background:#fff; bottom: 0; position: absolute; z-index:2 }
.eventdetailrow .mapwrp { text-align:center; padding:15px; }
.eventdetailrow .mapwrp small { display:block; color:#333; font-size:12px; margin-bottom:10px; }
.eventdetailrow .mapwrp small b { color:#999; display:block; font-size:18px; }
.eventdetailrow .evepermrwrp { }
.eventdetailrow .evepermrnav { border-bottom:#e8e8e8 2px solid; padding:0 15px; margin:10px 0 0; }
.eventdetailrow .evepermrnav ul { display:block; }
.eventdetailrow .evepermrnav ul li { float:left; margin-right:10px; position:relative }
.eventdetailrow .evepermrnav ul li a { padding:10px 10px 15px; display:block; color:#555 }
.eventdetailrow .evepermrnav ul li .active { color:#cb202d }
.eventdetailrow .evepermrnav ul li .active:before { border-bottom:solid 2px #343434; content:""; position: absolute; bottom: -2px; width: 100%; left: 0; }
.eventdetailrow .evepermrs { margin:10px 0 10px 15px; }
.eventdetailrow .evepermrs .item { float:left; text-align:center; width:100% }
.eventdetailrow .evepermrs .item figcaption { margin:15px 0; font-size:14px; }
.eventdetailrow .evepermrs .item figcaption a { color: #212121; }
.eventdetailrow .orgwrap .orglogo figure, .eventdetailrow .orgwrap .orglogo figure img, .eventdetailrow .evepermrs .tem figure, .eventdetailrow .evepermrs .item figure img { width: 100px; height: 100px; margin: 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; object-fit: cover; }
.eventdetailrow .orgwrap { padding:25px 0 }
.eventdetailrow .orgwrap .orglogo { padding:15px }
.eventdetailrow .orgwrap .orglogo figure { float:left; margin-right:10px; }
.eventdetailrow .orgwrap .orglogo .org-detals { padding: 15px 0; }
.eventdetailrow .orgwrap .orglogo .org-detals .nuber { color:#666; display:block; padding:0 0 10px }
.eventdetailrow .orgwrap .orglogo .org-detals .upcmtext { color:#aaa; font-size:12px; padding:0; display:block }
.eventdetailrow .orgwrap .org-action { padding:35px 0; text-align:center }
.eventdetailrow .orgwrap .org-action a.btn { border:solid 1px #009bff; color:#009bff }
.eventdetailrow .orgwrap .org-action a.btn:hover { background-color:#009bff; color:#fff }
.eventdetailrow .gallerywarp.videos ul li figcaption { background:rgba(0,0,0,0.5); transform:none; position:absolute; width:100%; height:100%; top:0; text-align:center; }
.eventdetailrow .gallerywarp.videos ul li figcaption i { background:none; color:#fff; margin-top: 67px; opacity: 0.5; font-size: 32px; }
.eventdetailrow .gallerywarp.videos ul li:hover figcaption i { opacity:1 }
.eventdetailrow .othertkts .event-container figure { height: 200px; }
/*Order Summary*/
.pge-sectn .title { padding: 10px 15px; line-height: 35px; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight:600; font-size: 16px; }
.ordinfo ul li { padding:15px 0 0; border-bottom: 1px dashed #ccc; position:relative; }
.ordinfo ul li .eventdetls { float: left; width: 75%; font-size: 16px; color: #333; padding-left: 15px; }
.ordinfo ul li .tktcount { float: right; width: 14%; font-size: 12px; color: #666; text-align: center; }
.ordinfo ul li .tktcount span { display: block; }
.ordinfo ul li .tktcount b { font-size: 24px; display:block; color: #1f2533; }
.ordinfo ul li .eventdetls .tktnumrs b { font-weight:normal; color:#888 }
.ordinfo ul li .eventdetls .tktnumrs { font-size: 12px; line-height: 15px; color: #555; display:block; word-wrap: break-word; padding:8px 0 0; }
.ordinfo ul li.totalsection .subsumy .amount { font-size:16px; color: #08a182; float: right; font-weight:600 }
.ordinfo ul li.totalsection { border-bottom:0; background-color: #f4f4f4; padding:20px 10px; }
.ordinfo ul li.paynowbtn { text-align:center; border-top:solid 1px #ddd; border-bottom:0; padding-bottom:15px; }
.suptotalwrp { background:#fbfbfb; padding:15px; margin-top:10px; }
.suptotalwrp ul li { border-bottom:0; padding:0; padding-bottom:5px; }
.suptotalwrp ul li b, .suptotalwrp ul li span { width:50%; float:left }
.suptotalwrp ul li b { color:#333; }
.suptotalwrp ul li span { font-size:11px; color:#777 }
.suptotalwrp ul li .tpey, .suptotalwrp ul li .lefts { text-align:left; }
.suptotalwrp ul li .lefts { cursor:pointer }
.suptotalwrp ul li .amount, .suptotalwrp ul li .rights { text-align:right }
.suptotalwrp ul li .rights { font-weight:600; color: #777; }
/*Order Summary*/
.eventdetailrow .seatplan { padding:15px 0; }
.eventdetailrow .seatplan figure { width:300px; margin:0 auto; position:relative; overflow:hidden }
.eventdetailrow .seatplan figure img { width: 100%; max-height: 270px; }
.eventdetailrow .seatplan figcaption { background:rgba(0,0,0,0.3); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); text-align: center; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; position:absolute; width:100%; height:100%; top:0; text-align:center; }
.eventdetailrow .seatplan:hover figcaption { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.eventdetailrow .seatplan figcaption i { color:#333; font-size: 22px; background:#fff; width:40px; height:40px; color:#333; border-radius:50%; margin-top:110px; }
.eventdetailrow .seatplan figcaption i:before { padding-top: 9px; display: block; }
.eventdetailrow .seatplan span { text-align:center; font-size:12px; padding:0 0 10px; display:block; }
.eventdetailrow .seatplan a { color:#333 }
/* Accordion Menu */
.accordionmenu, .accordionmenu ul, .accordionmenu li, .accordionmenu a { margin: 0; padding: 0; border: 0; list-style: none; font-weight: normal; text-decoration: none; line-height: 1; font-size: 14px; position: relative; }
.accordionmenu { padding:15px; width: 100%; margin:0; }
.accordionmenu p.faqpagr { border-bottom:solid 1px #ddd }
.accordionmenu ul { border-top:0; }
.accordionmenu ul li { border-bottom:solid 1px #ddd; margin-bottom:5px; padding:0 0 3px; }
.accordionmenu ul li:last-child { margin: 0; border-bottom:0; }
.accordionmenu ul li a { font-size: 16px; color: #333; display: block; padding:10px 0; line-height: 1.3; }
.accordionmenu ul li a:hover { text-decoration: none; }
.accordionmenu ul li.active a { color:#000 }
.accordionmenu ul li a i { float:right; color:#000; -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -ms-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-in; font-size:16px; }
.accordionmenu ul li.active a i { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/* Sub menu */
.accordionmenu ul div { padding: 5px 12px; display:none; }
.accordionmenu ul .acc { padding:0; }
.accordionmenu ul .acc ol, .accordionmenu ul .acc ul { margin:10px 0 0; }
.accordionmenu ul .acc ol li { list-style:decimal !important; }
.accordionmenu ul .acc ol li, .accordionmenu ul .acc ul li { list-style-type:circle; margin:0 0 0 20px; padding:5px 0; border-bottom:0; color:#666; }
.accordionmenu ul .acc ul li a, .accordionmenu ul .acc ol li a { color:#d6380e; background:none; padding:0; display: inline; }
/* Accordion Menu */
.tkt-wraper .multdatewrp { margin-bottom:15px; }
.tkt-wraper .multdatewrp .multinav { padding-bottom:10px; }
.tkt-wraper .multdatewrp .multinav ul { }
.tkt-wraper .multdatewrp .multinav ul li { display:inline-block; margin-right:15px; margin-bottom:15px; background:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align:center; font-size:14px; padding:10px; color:#5c5c5c; }
.tkt-wraper .multdatewrp .multinav ul li a { color:#5c5c5c; }
.tkt-wraper .multdatewrp .multinav ul li em { display:block; padding:0 0 5px; text-transform:uppercase }
.tkt-wraper .multdatewrp .multinav ul li span { display:block; font-size:22px; color:#000; }
.tkt-wraper .multdatewrp .multinav ul li b { display:block; padding:5px 0 0; }
.tkt-wraper .multdatewrp .multinav ul li.active { background:#08a182; color:#fff; position:relative }
.tkt-wraper .multdatewrp .multinav ul li.active a, .tkt-wraper .multdatewrp .multinav ul li.active span { color:#fff }
.tkt-wraper .multdatewrp .multinav ul li.active:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #08a182; position: absolute; content: ""; bottom:-7px; left: 41%; }
.tkt-wraper .multdatewrp .multdatedetals { background: #e4e6e5; padding:15px; }
.tkt-wraper .multdatewrp .multdatedetals ul { display:block }
.tkt-wraper .multdatewrp .multdatedetals ul li { padding:10px 0; font-size:16px; }
.tkt-wraper .multdatewrp .multdatedetals ul li span { display:inline-block; width:100px; color:#696969; font-size:14px; }
.tkt-wraper .multdatewrp .multdatedetals ul li b { display: inline-block; background-color: #fff; padding:5px 8px; margin-right: 8px; margin-bottom: 5px; color: #555; font-size:12px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.tkt-wraper .multdatewrp .multdatedetals ul li b a { color:#555; font-style:normal }
.tkt-wraper .multdatewrp .multdatedetals ul li b a:hover { text-decoration:underline }
.tkt-wraper .multdatewrp .multdatedetals ul li em { font-size:12px; }
.tkt-wraper .multdatewrp .multdatedetals ul li a { color:#009fff; font-size:12px; font-style:italic }
/* RSVP */
.othertkts { }
.othertkts .h2 { font-family:'open_sansregular', Arial, Helvetica, sans-serif; font-weight:normal; font-size:20px; font-weight: 600; }
.othertkts .event-container:nth-child(4n+4) { margin-right:12px; }
.othertkts .event-container { width:97% }
.othertkts .event-container.item { padding:0 }
.othertkts .owl-controls .owl-buttons .owl-prev { top:40% }
.othertkts .owl-controls .owl-buttons .owl-next { top:40% }
.othertkts:hover .owl-controls .owl-buttons .owl-prev { opacity: 1; left: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:40% }
.othertkts:hover .owl-controls .owl-buttons .owl-next { opacity: 1; right: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; top:40% }
.posterdetailswrp .promotagwrp { width:350px; background-color:#1ab25b; padding:5px; right: 0; top: inherit; bottom: 20px; }
.posterdetailswrp .promotagwrp .promotag { background:none; border:solid 1px #fff }
.posterdetailswrp .promotagwrp .promotag img { float:right; transform: scaleX(-1); }
.posterdetailswrp .promotagwrp .promotag a.btn-prom { border-bottom:solid 2px #085949; border-radius:4px; color:#10582f; font-family: "open_sansregular"; font-size:16px; padding:9px 14px; margin:25px 15px 25px 35px }
.trending-artist ul li .eventdetailrow { padding:10px; transition: all .5s ease; position:relative }
.trending-artist ul li figure { float:left; margin-right:10px; }
.trending-artist ul li figure img { width:50px; height:50px; }
.trending-artist ul li small { font-size:15px; color: #333; padding-bottom:5px; display:block }
.trending-artist ul li span { font-size:14px; color: #212121; padding-bottom:5px; display:block }
.trending-artist ul li small.link { color:#009fff }
.trending-artist ul li small.link span { font-size:11px; display:inline-block; color: #777; }
.trending-artist ul li small.link a { color:#30a4ea }
.trending-artist ul li small a { color:#333 }
.trending-artist ul li p i:before { font-size:14px; }
.trending-artist ul li p { display: block; color: #999; font-size: 13px; font-weight: 400; padding: 0 0 5px; }
.trending-artist ul li .buy-now { opacity: 0; filter: alpha(opacity=0); position:absolute; background-color: rgba(0, 0, 0, 0.8); width:100%; height:100%; top:0; left:0; text-align:center; transition: all .5s ease; outline: 1px solid rgba(255, 255, 255, 0.3); outline-offset: -8px; }
.trending-artist ul li .buy-now a.btn { margin-top:28px; }
.trending-artist ul li:hover .buy-now { opacity: 1; filter: alpha(opacity=1); transition: all .5s ease; }
/*seatingchart- map*/
/* Detail Modal*/ 
.modal .eventwraper { width:30%; background: #fff; margin: 0 auto; margin-top: 125px; margin-bottom: 125px; position:relative }
.modal .close { width: 26px; height: 26px; position: absolute; top: 0; right: -40px; }
.modal .close a { width: 26px; height: 26px; display: block; overflow: hidden; text-indent: -9999px; background: url(../images/other/remove.png) no-repeat 0 0; filter: alpha(opacity=8); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; }
.modal .modal-header { background: #fff; font-size: 17px; line-height: 20px; padding: 15px; text-align:center; color:#333 }
.modal .eventwraper { background: #f0f0f0; }
/* share contents*/
.modal .eventwraper .share-contents { margin:15px 0; padding:0 15px }
.modal .eventwraper .share-contents figure { width: 80px; height: 80px; margin: 0 10px 0 0; float: left; }
.modal .eventwraper .share-contents figure img { height:65px; width:80px; }
.modal .eventwraper .share-contents ul li { margin: 0; padding: 0; list-style: none; font-size: 16px; line-height: 22px; color: #333; }
.modal .eventwraper .share-contents ul li.whnwre { font-size: 12px; color:#3f3f3f; font-weight:300; }
.modal .eventwraper .share-contents ul li i { color:#777 }
/*copy-link*/
.modal .eventwraper .social-copy-share { border-top: 1px solid #eee; padding: 15px; position:relative; background:#fff }
.modal .eventwraper .social-copy-share b { position:absolute; left: 25px; top: 28px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.modal .eventwraper .social-copy-share b:before { font-size:16px; color:#000 }
.modal .eventwraper .social-copy-share input[type="text"] { font-weight:300; width:79%; margin:0px; height: 40px; padding:0px 10px 0 30px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-color:rgba(0,0,0,.2); float:left; border-right:0 }
.modal .eventwraper .social-copy-share .btn { border-radius:0; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; float:left; height: 40px; line-height:24px }
/*social-btns*/
.mymodal .mymodal-content.share-blocks .social-btns, .modal .eventwraper .social-btns { text-align:center; padding:20px 0 }
.mymodal .mymodal-content.share-blocks .social-btns ul, .modal .eventwraper .social-btns ul { display: inline-block; }
.mymodal .mymodal-content.share-blocks .social-btns ul li, .modal .eventwraper .social-btns ul li { float:left; margin:0 15px 0; }
.mymodal .mymodal-content.share-blocks .social-btns ul li i, .modal .eventwraper .social-btns ul li i { margin-right:4px; }
.mymodal .mymodal-content.share-blocks .social-btns ul li a, .modal .eventwraper .social-btns ul li a { padding:10px 15px; display:block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color:#fff; border:solid 1px #fff; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a, .modal .eventwraper .social-btns ul li:hover a { color:#fff !important }
.mymodal .mymodal-content.share-blocks .social-btns ul li a.fb, .modal .eventwraper .social-btns ul li a.fb { border-color:#3b5998; color:#3b5998; }
.mymodal .mymodal-content.share-blocks .social-btns ul li a.tw, .modal .eventwraper .social-btns ul li a.tw { border-color:#55acee; color:#55acee; }
.mymodal .mymodal-content.share-blocks .social-btns ul li a.gp, .modal .eventwraper .social-btns ul li a.gp { border-color:#dd4b39; color:#dd4b39; }
.mymodal .mymodal-content.share-blocks .social-btns ul li a.mil, .modal .eventwraper .social-btns ul li a.mil { border-color:#0072c6; color:#0072c6; }
.mymodal .mymodal-content.share-blocks .social-btns ul li a.whatsapp, .modal .eventwraper .social-btns ul li a.whatsapp { border-color:#34AF23; color:#34AF23; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a.fb, .modal .eventwraper .social-btns ul li:hover a.fb { background-color:#3b5998; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a.tw, .modal .eventwraper .social-btns ul li:hover a.tw { background-color:#55acee; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a.gp, .modal .eventwraper .social-btns ul li:hover a.gp { background-color:#dd4b39; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a.mil, .modal .eventwraper .social-btns ul li:hover a.mil { background-color:#0072c6; }
.mymodal .mymodal-content.share-blocks .social-btns ul li:hover a.whatsapp, .modal .eventwraper .social-btns ul li:hover a.whatsapp { background-color:#34AF23; }
/*add-to-calendar*/
.modal .eventwraper .add-to-calendar { text-align:center; background:#fff }
.modal .eventwraper .add-to-calendar ul { display:inline-block; }
.modal .eventwraper .add-to-calendar ul li { float:left; margin:0 15px 10px; }
.modal .eventwraper .add-to-calendar ul li a { padding:10px 15px; display:block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color:#fff; border:solid 1px #fff; }
.modal .eventwraper .add-to-calendar ul li a:hover { color:#fff !important; }
.modal .eventwraper .add-to-calendar ul li i:before { margin-right:4px; font-size:16px }
.modal .eventwraper .add-to-calendar ul li.yahoo a { border-color:#006ec4; color:#006ec4 }
.modal .eventwraper .add-to-calendar ul li.gmail a { border-color:#e33e2b; color:#e33e2b }
.modal .eventwraper .add-to-calendar ul li.apple a { border-color:#009bff; color:#009bff }
.modal .eventwraper .add-to-calendar ul li.outlook a { border-color:#41028f; color:#41028f }
.modal .eventwraper .add-to-calendar ul li.yahoo a:hover { background-color:#006ec4 }
.modal .eventwraper .add-to-calendar ul li.gmail a:hover { background-color:#e33e2b }
.modal .eventwraper .add-to-calendar ul li.apple a:hover { background-color:#009bff }
.modal .eventwraper .add-to-calendar ul li.outlook a:hover { background-color:#41028f }
/* poster */
.modal .eventwraper.modalposter { width:50%; padding:15px; text-align:center }
.modal .eventwraper.modalposter figure img { opacity:1 }
.marquee { animation:leftone 8s linear infinite }
.marquee:hover { animation-play-state:paused; -webkit-animation-play-state:paused }
@keyframes leftone { 100% {
transform:translateX(-100%)
}
}
.calendarviewwrp .calctablewrp .menuscrlleft, .calendarviewwrp .calctablewrp .menuscrlright { position: static; line-height: 18px; height: 30px; border: solid 1px #ddd; padding: 5px; width: 30px; display: inline-block; text-align: center; }
aside .eventdetailrow .orgwrap, aside .eventdetailrow .orgwrap .org-action { padding-top:0 }
aside .eventdetailrow .orgwrap .org-action { padding-bottom:0 }
.make-blur .preregister { height:60%; top: 175px }
.preregister-wrap { position:relative }
.preregister-wrap .bannercamb { position:absolute; width:100%; z-index:2 }
.preregister-wrap .bannercamb .breadcrumb { color: #fff; }
.preregister-wrap .bannercamb .breadcrumb a { color: rgba(225, 225, 225, 0.6); }
.preregister-wrap.make-blur .bannercamb .breadcrumb { color:#333 }
.preregister-wrap.make-blur .bannercamb { position:static; color:#777 }
.preregister-wrap.make-blur .bannercamb .breadcrumb a { color:#777 }
.preregister-wrap .heroeventdetails { bottom:0 }
.pre-alert { background:#01948f; border-bottom:solid 2px #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); padding:15px 0 }
.pre-alert i { font-size:22px; padding-right:5px; }
.pre-alert p .btn-yellow { margin-left:10px; }
.preregister { position:absolute; width:100%; height:75%; bottom:0; color:#fff; z-index:1; text-align:center; background-image:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:-o-linear-gradient(top, transparent, rgba(0,0,0,0.80)); background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,0.80)); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
padding-bottom:50px; }
.preregister h1 { font-family:'Roboto', sans-serif; font-size:34px; font-weight: 400; padding:0 0 10px }
.preregister .predates { font-size:18px; font-weight:500; }
.preregister .predates-action { background:rgba(255,255,255,0.3); border-left:solid 3px #ffe400; display:inline-block; padding:15px 35px; margin-top:10px; font-size:20px; text-transform:uppercase; line-height:28px; }
.preregister .predates-action a.btn { border:solid 1px #ffe400; color:#ffe400; margin:10px 0; }
.preregister .predates-action a.btn:hover { background-color:#ffe400; color:#770101 }
.preregisternav { background:#01948f; border-bottom:solid 2px #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); text-align:center; margin-right: auto; margin-left: auto; width:100% }
.preregisternav .preregisterdetalwrp { width:600px; margin:0 auto; display:flex; color:#fff; font-size:16px; }
.preregisternav .preregisterdetalwrp span { display:block; margin:10px 0 5px; font-size:14px; }
.preregisternav .preregisterdetalwrp span em { color:rgba(255,255,255,.6); font-size:12px; }
.preregisternav .preregisterdetalwrp .predretls, .preregisternav .preregisterdetalwrp .precount { padding:10px 0; }
.preregisternav .preregisterdetalwrp .predretls { border-right:solid 1px #16615e; }
.preregisternav .preregisterdetalwrp .predretls a { color:#fff; text-decoration:underline }
.preregisternav .preregisterdetalwrp .predretls a:hover { text-decoration:none }
.preregisternav .preregisterdetalwrp .precount { border-left:solid 1px #4eb4b1; }
.preregisternav .preregisterdetalwrp .precount .btn-yellow { color:#770101; font-size:15px; padding:6px 14px; min-width:auto !important }
.preeventwraper { background:#f8f8fa; width: 30%; margin: 0 auto; margin-top: 125px; margin-bottom: 125px; position: relative; border-radius:5px }
.preeventwraper .modal-head { background:#eff2f5; border-bottom:solid 1px #dfe0e3; text-align:center; font-size:20px; padding:15px 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.preeventwraper .modal-body { border-top:solid 1px #f1f1f3; }
.preeventwraper .modal-body ul { padding:10px 25px; }
.preeventwraper .modal-body ul li { margin:0 0 25px; background:#fff; padding:10px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); border-radius:2px; border-left:solid 3px #fff }
.preeventwraper .modal-body ul li label { display:block; font-size:12px; color:#333; padding-bottom:10px; font-weight:600 }
.preeventwraper .modal-body ul li.alert { border-left-color:#f69296; }
.preeventwraper .modal-body ul li.alert label { color:#e54f55; }
.preeventwraper .modal-body ul li input { display: inline-block; height: 40px; line-height: 18px; padding: 10px; width:100%; background: #f5f5f5; border:solid 1px #f5f5f5; }
.preeventwraper .modal-body ul li textarea { width:100%; background: #f5f5f5; border:solid 1px #f5f5f5; padding:10px; }
.preeventwraper .modal-fd { background:#fff; text-align:center; padding:15px 0; border-top:solid 1px #efeff1; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.thanku-alert { padding:15px; text-align:center }
.thanku-alert .sa-line { display:block; text-align:center; margin:0 0 15px }
.thanku-alert .fa { border: solid 5px #a5dc86; padding: 10px; border-radius: 50%; background: #fff; font-size: 42px; color: #a5dc86; width:75px; height:75px; }
.thanku-alert b { font-family: 'robotobold'; color: #5c952c; margin: 10px 0; display: block; font-size:22px; }
.thanku-alert span { display: block; font-weight:300; font-size:18px; margin-bottom:15px; line-height:24px; }
.thanku-alert span em { color:#333; font-weight:500 }
.thanku-alert.alerady-alert b { color:#666; font-size:18px; }
.thanku-alert.alerady-alert span { font-size:16px; }
.thanku-alert.alerady-alert .fa { border: solid 5px #f69296; color:#f69296 }
/**/
.spamwraper { background:#f8f8fa; width: 25%; margin: 0 auto; margin-top: 125px; margin-bottom: 125px; position: relative; border-radius:5px }
.spamwraper .modal-head { background:#fff; border-bottom:solid 1px #dfe0e3; text-align:left; font-size:20px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; color:#f89406; letter-spacing:0.3px; padding:15px }
.spamwraper .modal-head p { font-size:14px; color:#333; padding-top:10px; }
.spamwraper .modal-body { padding:15px; }
.spamwraper .modal-body .input-field { margin:0 0 1px; background:#fff; padding:10px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: box-shadow 250ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1); border-radius:2px; border-left:solid 3px #fff; position:relative }
.spamwraper .modal-body .input-field .commontbox { background:#f5f5f5; padding:10px; margin-top:5px; }
.spamwraper .modal-body .input-field .commontbox textarea { width:100%; padding:10px }
.spamwraper .modal-body .input-field .commontbox label { font-size:12px; padding:5px 0; display:block }
.spamwraper .modal-body .input-field .commontbox input[type="text"] { border:solid 1px #ddd; background:#fff }
.spamwraper .modal-body .input-field .commontbox .commontbtn { background:#fff; padding:5px; margin-top:5px; display:block }
.spamwraper .modal-body .input-field .commontbox .commontbtn:hover { background: #db4344; color: #fff; }
.spamwraper .modal-fd { background:#fff; text-align:center; padding:15px 0; border-top:solid 1px #efeff1; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
/**/
/* mobile listing */
.eventlistwrp .mobilelisting { background: #fff; border-bottom: solid 1px #cdcdcd; border-right: solid 1px #cdcdcd; }
.eventlistwrp .mobilelisting .venuelistwrp { border-bottom:0; padding:10px !important }
.eventlistwrp .mobilelisting .venuelistwrp .mobiletitle { display: table; }
.eventlistwrp .mobilelisting .venuelistwrp .mobiletitle h2 { font-size:17px; }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals { border-top:solid 1px #e8e8e8; margin-top: 10px; }
.flexwrp { display: table-cell; vertical-align: middle; align-self: center; }
.flexwrp h2 { align-self: center; vertical-align:middle }
.flexwrp .venue-info { align-self: center; vertical-align:middle }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info { margin-top:10px }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .dateloc ul.whnwre { width:100% }
.eventlistwrp .mobilelisting .venuelistwrp figure { width:50px; height:50px; border-radius: 50%; background:#000; margin-right:10px; }
.eventlistwrp .mobilelisting .venuelistwrp figure img { width:50px; height:50px; border-radius: 50%; }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .dateloc, .eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact, .eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact .btn, .eventlistwrp .mobilelisting .venue-detals .venue-event-info { width:100% }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail h3 { padding:5px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .dateloc, .eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact { padding:0 }
.eventlistwrp .mobilelisting .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact .btn { background-color: #db4344; color: #fff; margin-top:10px; margin-bottom:5px }
.eventlistwrp .mobilelisting .mobi-dates { height:80px; overflow:hidden }
.eventlistwrp .mobilelisting .mobi-dates .mobilescroll { width: auto; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; height:85px; }
.eventlistwrp .mobilelisting .mobi-dates em { font-size:12px; color:#212121; display:block; padding-bottom:8px; }
.eventlistwrp .mobilelisting .caldr { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display:inline-block }
.eventlistwrp .mobilelisting .caldr.active { background:#08a182; position:relative }
.eventlistwrp .mobilelisting .caldr.active:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #08a182; position: absolute; content: ""; bottom: -7px; left: 36%; }
.eventlistwrp .mobilelisting .caldr.active .day, .eventlistwrp .mobilelisting .caldr.active .month { background:none; color:#fff }
.eventlistwrp .mobilelisting .caldr .day, .eventlistwrp .mobilelisting .caldr .month { background:none; color:#aaa }
.eventlistwrp .mobilelisting .caldr .day { padding-bottom:0; color:#7f7f7f }
.mobilepuls { display:none }
.page-loader-warp { width: 400px; margin: 0 auto; margin-top: 125px; margin-bottom: 125px; position: relative; border-radius: 5px; background:#fff; padding:30px }
.page-loader { font-family: 'jenna_sueregular'; font-size:40px; text-align:center; margin-bottom:15px; }
.page-loader p { color:#666; font-weight:bold; padding-top:10px }
.page-loader p span { color: #c02c39; }
.page-loader em { color: #666; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.page-loader-ad { width: 300px; height: 250px; margin: 0 auto; text-align: center; background:#ccc }
/*alert popup*/ 
.setplanmodal, .sessionmodal { background-color: rgba(0, 0, 0, 0.6); height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.setplanmodal .modal-content, .sessionmodal .modal-content { background-color: #fff; margin-left: auto; margin-right: auto; width:400px; min-height: 0; min-width: 0; position: relative; background-clip: padding-box; -webkit-animation: pop-out 0.4s; -moz-animation: pop-out 0.4s; animation: pop-out 0.4s; top:10%; margin-bottom:10%; }
.setplanmodal .modal-content { width: 80%; }
.sessionmodal .modal-content .timeout { padding:25px 15px; }
.sessionmodal .modal-content .timeout i { font-size:90px; color:#ccc; display:block }
.sessionmodal .modal-content .timeout b { font-size:35px; color:#575757; padding:25px 0 10px; display:block }
.sessionmodal .modal-content .timeout p { font-size:14px; color: #797979; padding:10px 0 25px; line-height:22px; font-style:italic }
.sessionmodal .modal-content .timeout .tktinfo { font-size:18px; font-family: "robotobold"; color:#888; }
.sessionmodal .modal-content .timeout .tktinfo p { font-weight:normal; font-style:normal; color:#333; }
.sessionmodal .modal-content .tktloading { padding:15px }
.sessionmodal .modal-content .tktloading i { background:url(../images/other/transloadedbig.gif) 0 0 no-repeat; height:64px; width:64px; margin:15px auto; display:block; }
.sessionmodal .modal-content .tktloading p { font-size:16px; padding: 10px 0; }
.alerocced p { color:#cc3333; padding:10px; font-size:18px; margin:1px }
.alerocced p { color:#cc3333; padding:10px; font-size:18px; margin:1px }
.alerocced span { padding:10px 0; display:block }
/**/

.tkt-wraper .tkt-wrap.rsvpwrp { padding:0; }
.tkt-wraper .tkt-wrap.rsvpwrp .tkt-title { padding:10px 15px }
.tkt-wraper .tkt-wrap.rsvpwrp .rsvpbg { background:#ef534e; padding:18px; border: solid 1px #fff; border-left:0; color:#fff; height:65px; position:relative; float:right }
.tkt-wraper .tkt-wrap.rsvpwrp .rsvpbg:before { border-bottom: 63px solid #ef534e; content: ''; position: absolute; left: -30px; z-index: 0; border-left: 30px solid transparent; border-right: 0 solid transparent; bottom: 0; top: 0; }
.tkt-wraper .tkt-wrap.rsvpwrp b { font-size:14px; float:left; display:block; line-height:22px; margin-right:5px; }
.tkt-wraper .tkt-wrap.rsvpwrp .action { float:left }
.tkt-wraper .tkt-wrap.rsvpwrp .action a.acton { display:inline-block; border-radius:50px; background:#fff; padding:6px 15px; margin:0 5px; font-size: 14px; color:#212121 }
.tkt-wraper .tkt-wrap.rsvpwrp .action a.chang { font-size:12px; color:#fff }
/**/
.atistdetailswrp { }
.artistbg { padding:10px; }
.atistdetailswrp ul li { margin:10px 0; }
.atistdetailswrp li:nth-child(even) { background:#fbfbfb }
.atistdetailswrp ul li figure { float: left; margin-right: 10px; }
.atistdetailswrp ul li figure img { width: 50px; height: 50px; }
.atistdetailswrp ul li small { font-size: 16px; color: #333; display: block; padding-bottom:5px; }
.atistdetailswrp ul li small a { color:#333 }
.atistdetailswrp ul li p { font-size: 12px; color: #777; line-height:normal; }
.atistdetails:last-child { border-bottom:0 }
.atistdetails { float: left; width: 100%; border-bottom: dotted 1px #989a9b; padding: 10px; }
.atistdetails .datewrp { background: #08a182; float:left; border-radius:3px; width: 45px; margin-right:8px }
.atistdetails span { display: block; text-align: center; font-family: 'Roboto', sans-serif; color:#fff !important }
.atistdetails .day { font-weight: 500; font-size: 17px !important; padding:8px 0 0 }
.atistdetails .month { text-transform: uppercase; font-size: 15px !important; padding:8px 0 }
.atistdetails .dateloc ul.whnwre li { border: 0; padding:0; font-size:12px; color:#777; margin:0; background: none !important; }
.atistdetails .dateloc ul.whnwre li.times { padding:0 0 8px }
.atistdetails .dateloc ul.whnwre li.venuename { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.atistdetails .dateloc ul.whnwre li .h3 { padding: 0 0 5px; font-size: 16px; font-weight: 400; color: #444; font-family: 'Roboto', sans-serif; line-height: 1.3; }
.atistdetails .dateloc ul.whnwre li.venuename a { color: #009fff; }
.atistdetails.pasteve .datewrp { background: #ddd; }
.atistdetails.pasteve span { color: #6b6b6b !important; }
/* home banner start */
.home-hero-bannerwrp { position:relative; padding:6px 0; -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); background-color:#fff; }
.home-hero-bannerwrp .owl-carousel .item { height: 383px; }
.home-hero-bannerwrp .owl-carousel .item img { height:100%; border-radius:4px; }
.home-hero-bannerwrp .owl-theme .owl-dots { position:absolute; width: 100%; bottom: 0; padding-top:5px; background:rgba(28,28,45,.75); content: ""; position: absolute; bottom: 0; z-index: 99999; height: 25px; width: 100%; }
.home-hero-bannerwrp .owl-theme .owl-dots .owl-dot span { background-color: #fff; opacity:0.25; border-radius:0; height:8px; width:8px; }
.home-hero-bannerwrp .owl-theme .owl-dots .owl-dot.active span, .home-hero-bannerwrp .owl-theme .owl-dots .owl-dot:hover span { opacity:1 }
.home-hero-bannerwrp .owl-theme .owl-nav { opacity:1 }
.home-hero-bannerwrp .owl-theme .owl-nav [class*=owl-] { margin:0 }
.home-hero-bannerwrp .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .98); background-size: 40%; height:66px; margin:0; transition: initial; }
.home-hero-bannerwrp .owl-carousel .owl-nav div.owl-prev { left:0; background-image: url(../images/default/arrow-blc-lt.svg); -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.home-hero-bannerwrp .owl-carousel .owl-nav div.owl-next { right:0; background-image: url(../images/default/arrow-blc-rt.svg); -webkit-border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-bottomleft: 4px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
/* home banner end */


/* home banner option start */
.hero-bannerwrp-op { position:relative }
.hero-bannerwrp-op .owl-carousel .item { height: 250px; }
.hero-bannerwrp-op .owl-carousel .item:after { background: linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); content: ""; position: absolute; bottom: 0; z-index: 99999; height: 140px; width: 100%; }
.hero-bannerwrp-op .owl-carousel .item img { height:100%; }
.hero-bannerwrp-op .owl-theme .owl-dots { position:absolute; width: 100%; bottom: 15px; }
.hero-bannerwrp-op .owl-theme .owl-dots .owl-dot span { background-color: #fff; opacity: .25; }
.hero-bannerwrp-op .owl-theme .owl-dots .owl-dot.active span, .home-hero-bannerwrp .owl-theme .owl-dots .owl-dot:hover span { opacity:1 }
/* home banner end */

/* home small banner start */
.sm-hero-bannerwrp { margin-bottom:30px }
.sm-hero-bannerwrp .item { position:relative; height:345px; }
.sm-hero-bannerwrp .item img { height:345px; }
.sm-hero-bannerwrp .item .dates { padding: 5px 15px; background: #fff; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2); box-shadow: 0 1px 10px rgba(0,0,0,0.2); font-size:12px; color:#db4344; display:inline-block; margin-bottom:8px; font-weight:700 }
.sm-hero-bannerwrp .item .content { position:absolute; bottom:0; left:0; width:100%; background: rgba(0,0,0,.5); padding:15px; }
.sm-hero-bannerwrp .item .content .sm-title { font-size:16px; font-weight:400; padding:0 10px 5px 0; }
.sm-hero-bannerwrp .item .content .sm-title a { color:#fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; display: block; }
.sm-hero-bannerwrp .item .content .sm-location { padding:5px 10px 15px 0; color:#fff; font-size:13px; }
.sm-hero-bannerwrp .item .content .sm-location span { display:inline-block; margin-right:5px }
.sm-hero-bannerwrp .item .content .sm-location span a { color:#fff; text-decoration:underline }
.sm-hero-bannerwrp .owl-theme .owl-nav { opacity:1; }
.sm-hero-bannerwrp .owl-theme .owl-nav [class*=owl-] { top:35% }
.sm-hero-bannerwrp .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .7); background-size: 40%; height: 66px; margin: 0; transition: initial; }
.sm-hero-bannerwrp .owl-carousel .owl-nav .owl-prev { background-image: url(../images/default/arrow-blc-lt.svg); -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.sm-hero-bannerwrp .owl-carousel .owl-nav .owl-next { background-image: url(../images/default/arrow-blc-rt.svg); -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.sm-hero-bannerwrp .owl-carousel:hover .owl-nav .owl-prev { left:0; }
.sm-hero-bannerwrp .owl-carousel:hover .owl-nav .owl-next { right:0; }
.sm-hero-bannerwrp .owl-carousel .owl-nav div:hover { background-color:#fff; }
/* home small banner end*/
/**/
.sm-hero-bannerwrp .item_a { position:relative; height:100%; margin-bottom:15px; transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; }
.sm-hero-bannerwrp .item_a:hover { box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12); -moz-box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12); -webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.sm-hero-bannerwrp .item_a img { height:280px; }
.sm-hero-bannerwrp .item .content_a { background:#fff; padding:5px 10px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.sm-hero-bannerwrp .item .content_a .evt-date-col { font-size:12px; color: #666; }
.sm-hero-bannerwrp .item .content_a .evt-cont-col { width: 80%; display:inline-block }
.sm-hero-bannerwrp .item .content_a .sm-title { font-size:13px; font-weight:400; padding:0 10px 5px 0; }
.sm-hero-bannerwrp .item .content_a .sm-title a { color:#212121; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; display: block; }
.sm-hero-bannerwrp .item .content_a .sm-location { padding:0 10px 8px 0; color:#888; font-size:11.4px; letter-spacing:0.4px }
.sm-hero-bannerwrp .item .content_a .sm-location span { display:inline-block; margin-right:5px }
.sm-hero-bannerwrp .item .content_a .sm-location span a { text-decoration:underline; color:#888; }
/**/

/* home small banner start */
.sm-hero-bannerwrp-op { margin-bottom:30px }
.sm-hero-bannerwrp-op .item { position:relative; height:265px; }
.sm-hero-bannerwrp-op .item img { height:265px; }
.sm-hero-bannerwrp-op .item .dates { padding: 5px 15px; background: #fff; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2); box-shadow: 0 1px 10px rgba(0,0,0,0.2); font-size:12px; color:#db4344; display:inline-block; margin-bottom:8px; font-weight:700 }
.sm-hero-bannerwrp-op .item .content { position:absolute; bottom:0; left:0; width:100%; background: rgba(0,0,0,.6); padding:15px; }
.sm-hero-bannerwrp-op .item .content .sm-title { font-size:16px; font-weight:400; padding:0 10px 5px 0; }
.sm-hero-bannerwrp-op .item .content .sm-title a { color:#fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; display: block; }
.sm-hero-bannerwrp-op .item .content .sm-location { padding:5px 10px 15px 0; color:#fff; font-size:13px; }
.sm-hero-bannerwrp-op .item .content .sm-location span { display:inline-block; margin-right:5px }
.sm-hero-bannerwrp-op .item .content .sm-location span a { color:#fff; text-decoration:underline }
.sm-hero-bannerwrp-op .owl-theme .owl-nav { opacity:1; }
.sm-hero-bannerwrp-op .owl-theme .owl-nav [class*=owl-] { top:35% }
.sm-hero-bannerwrp-op .owl-carousel .owl-nav div { box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); background-color: rgba(255, 255, 255, .7); background-size: 40%; height: 66px; margin: 0; transition: initial; }
.sm-hero-bannerwrp-op .owl-carousel .owl-nav .owl-prev { background-image: url(../images/default/arrow-blc-lt.svg); -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.sm-hero-bannerwrp-op .owl-carousel .owl-nav .owl-next { background-image: url(../images/default/arrow-blc-rt.svg); -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.sm-hero-bannerwrp-op .owl-carousel:hover .owl-nav .owl-prev { left:0; }
.sm-hero-bannerwrp-op .owl-carousel:hover .owl-nav .owl-next { right:0; }
.sm-hero-bannerwrp-op .owl-carousel .owl-nav div:hover { background-color:#fff; }
/* home small banner end*/







/* Quick Book start */ 
.quickbookwrp { background-color: rgba(28,28,45,.75); border-bottom: 1px solid #cdcdcd; padding: 20px 0; margin-top: -81px; position: relative; z-index: 999; }
.quickbookwrp .search-block { }
.quickbookwrp .search-block { height:40px; position: relative; vertical-align: top; text-align: left; margin: 0; line-height:40px; }
.quickbookwrp .search-block a { display:block; color: #999; padding: 0 15px; font-size:14px; }
.quickbookwrp .search-block i { position: absolute; right: 10px; top: 14px; font-size: 16px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; }
.quickbookwrp .search-block .tickt-list { box-shadow: rgba(0,0,0,.137255) 0 2px 2px 0, rgba(0,0,0,.2) 0 3px 1px -2px, rgba(0,0,0,.117647) 0 1px 5px 0; position:relative; z-index:2; border-radius: 0; }
.quickbookwrp .search-block .quicktitle { display: block; background: #ccc; color: #212121; font-size: 14px; width:150px; text-align:center; float:left; font-weight:500 }
.quickbookwrp .search-block .quicksech-selevent { width:450px; float:left }
.quickbookwrp .search-block .quicksech-tktype, .quickbookwrp .search-block .quicksech-tkts { width:300px; margin-left: -1px; float:left }
.quickbookwrp .search-block .quicksech-bytkts a { color:#fff; background:#e53935; padding: 11px 24px; }
.quickbookwrp .search-block .quicksech-selevent .tickt-list input[type="text"] { padding: 1px 10px; height: 39px; border: 0; width: 98%; }
.quickbookwrp .search-block .quicksech-bytkts { float:left }
.card { position:relative; background-color:#fff; transition:box-shadow .25s; -webkit-transition:box-shadow .25s; -moz-transition:box-shadow .25s; -ms-transition:box-shadow .25s; box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); cursor:pointer; border-radius: 2px; }
.mobile_quicktitle { display:none }
/* Quick Book end  */
/* Home title start*/
.hometitle { margin-bottom: 20px; text-align: center; }
.hometitle h1, .hometitle h2 { font-size: 28px; font-weight: 400; color:#555; padding-bottom:15px; }
.hometitle .tagline { font-size:22px; color: #777; font-family: 'Caveat', cursive; font-weight:bold; display:block }
.hometitle .tagline b { color: #cc3333; }
.hometitle .tagline1 { font-size:22px; color: #555; font-weight:300; margin-top:5px; }
/* Home title end*/

/* Featured Events Start*/
.featured-eventswrp { background-color:#f5f5f5; margin:15px 0; }
.featured-eventswrp .featured-event { box-shadow: 0 0 5px rgba(56, 66, 82, 0.3); background:#fff; padding:0; margin-top:10px; margin-bottom:10px; margin-left:10px; border: solid 1px #fff; width: 96%; }
.featured-eventswrp .featured-event figure { width: 100%; height: 154px; overflow: hidden; position: relative; }
.featured-eventswrp .featured-event figure img { width:100%; height:100% }
.featured-eventswrp .featured-event:hover figure .calltoaction { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; opacity:1 }
.featured-eventswrp .featured-event figure .calltoaction { background: rgba(0,0,0,0.6) none repeat scroll 0 0; text-align:center; opacity: 0; position: absolute; top: 0; height: 100%; width: 100%; color:#fff; }
.featured-eventswrp .featured-event figure .calltoaction a { position: absolute; width: 120px; bottom: 38%; left: 0; right: 0; margin: 0 auto; text-align: center; }
.featured-eventswrp .featured-event:hover figure .calltoaction a { background:#fff; color:#333 }
.featured-eventswrp .featured-event .event-bd { padding:0px 15px 15px; height: 95px; }
.featured-eventswrp .featured-event .event-bd h3, .featured-eventswrp .featured-event .event-bd .fertitle { margin:10px 0 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.featured-eventswrp .featured-event .event-bd h3 a, .featured-eventswrp .featured-event .event-bd .fertitle a { color:#212121 }
.featured-eventswrp .featured-event .event-bd .venuename a { color:#999; }
.featured-eventswrp .featured-event .event-bd .times { font-weight:300; }
.featured-eventswrp .featured-event .event-bd .times i { font-size:12px; display:block; color:#212121 }
.featured-eventswrp .featured-event .event-bd .times b { color:#212121; font-weight:500 }
.featured-eventswrp .featured-event .event-bd .ev-location { color: #666; font-size: 14px; margin-bottom: 10px; display:block; font-size:13px; font-weight:500; letter-spacing: 0.2px; }
.featured-eventswrp .featured-event .event-bd .ev-location a { color: #666; }
/* Featured Events end*/ 

/* Upcoming Artist Started*/
.upcomingevewrp { position:relative; background:#fff; z-index:1; margin-bottom: 20px; padding-top: 20px; }
.upcomingevewrp:before { content: ""; position: absolute; width:15px; background: #f5f5f5; left: 63%; top: 0; height: 100%; z-index:-1; border-right:solid 10px #f5f5f5 }
.upcomingarist { margin-top: 0; margin-right: 25px; position:relative }
.upcomingarist nav { padding:0 50px; border-bottom: solid 1px #fff; height: 140px; overflow: hidden; position:relative }
.upcomingarist nav:before { background:#f8f8fa; content: ""; position:absolute; top:75px; height:100%; width:100%; left:0 }
.upcomingarist nav ul { display: flex; overflow-x: auto; overflow-y: hidden; height: 170px; padding: 0 15px; }
.upcomingarist nav ul li { float: left; white-space: nowrap; position:relative; cursor:pointer }
.upcomingarist nav ul li:after { border-right: solid 1px #ddd; content: ""; position:absolute; top:76px; height:100%; right:0 }
.upcomingarist nav ul li:first-child:after { border-left: solid 1px #ddd; content: ""; position:absolute; top:76px; height:100%; left:0 }
.upcomingarist nav ul li .hexagonbg { background:url(../images/other/hexagonbg.png) center top no-repeat; width:92px; height:104px; margin:0 39px; position: relative; z-index: 2; -webkit-filter: grayscale(1); /* Old WebKit */ filter: grayscale(1); }
.upcomingarist nav ul li:hover .hexagonbg, .upcomingarist nav ul li.active .hexagonbg { -webkit-filter: grayscale(0); filter: grayscale(0); }
.upcomingarist nav ul li.active { position:relative; }
.upcomingarist nav ul li .hexagon { position: relative; width: 80px; height: 46.19px; margin:0 auto; background-image: url(http://csshexagon.com/img/meow.jpg); background-size: auto 92.3760px; background-position: center; margin-left: 6px; top: 28.8px; }
.upcomingarist nav ul li .hexTop, .upcomingarist nav ul li .hexBottom { position: absolute; z-index: 1; width: 56.57px; height: 56.57px; overflow: hidden; -webkit-transform: scaleY(0.5774) rotate(-45deg); -ms-transform: scaleY(0.5774) rotate(-45deg); transform: scaleY(0.5774) rotate(-45deg); background: inherit; left: 11.72px; }
.upcomingarist nav ul li .hexTop:after, .upcomingarist nav ul li .hexBottom:after { content: ""; position: absolute; width: 80.0000px; height: 46.188021535170066px; -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-23.0940px); -ms-transform:rotate(45deg) scaleY(1.7321) translateY(-23.0940px); transform:rotate(45deg) scaleY(1.7321) translateY(-23.0940px); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; background: inherit; }
.upcomingarist nav ul li .hexTop { top: -28.2843px; }
.upcomingarist nav ul li .hexTop:after { background-position: center top; }
.upcomingarist nav ul li .hexBottom { bottom: -28.2843px; }
.upcomingarist nav ul li .hexBottom:after { background-position: center bottom; }
.upcomingarist nav ul li .hexagon:after { content: ""; position: absolute; top: 0.0000px; left: 0; width: 80.0000px; height: 46.1880px; z-index: 2; background: inherit; }
.upcomingarist nav ul li .artistname { display: block; font-size: 14px; font-weight: 500; position:relative; text-align:center; z-index: 2; margin-bottom: 15px; padding:5px 15px 0 }
.upcomingarist nav ul li .artistname a { color:#888 }
.upcomingarist nav ul li.active:after { background:#FFF; content:""; position:absolute; top:76px; height:100%; width:100% }
.upcomingarist nav ul li:hover .artistname a, .upcomingarist nav ul li.active .artistname a { color:#000 }
.upcomingarist .lt-arrow, .upcomingarist .rt-arrow { position:absolute; top: 95px; }
.upcomingarist .lt-arrow a, .upcomingarist .rt-arrow a { color:#cecece; font-size:22px; }
.upcomingarist .lt-arrow { left:20px; }
.upcomingarist .rt-arrow { right:20px }
.upcomingarist .heroeventdetails { position:static; background:none; color:#212121; margin-top: 25px; }
.upcomingarist .heroeventdetailswrp { width:100%; float:none; }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info { margin:0 }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li { color:#212121; font-weight:400; padding:5px 0 }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li span { color:#777; font-weight:400; }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li a { color: #009fff; font-size:12px; font-style:italic }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li b.tag { display:inline-block }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li.artistlist { padding:5px 0 0 0 }
.upcomingarist .heroeventdetails .detail-wrp ul.event-info li b.tag a { margin-bottom: 5px; background: #f4f4f4; color: #777; border: 1px solid #dfe3e7; border-radius: 20px; padding: 0px 10px; text-align: center; margin-right: 5px; font-style:normal; line-height: 18px; font-size: 11px; display: block; }
.upcomingarist .heroeventdetails .eventname { font-size:18px; color:#333; padding:5px 0 }
.upcomingarist .heroeventdetails .eventname a { color:#212121 }
.upcomingarist .tkt-wraper .tkt-wrap { background:none; box-shadow:none; padding: 10px; }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-title { font-weight:400; font-size:15px; color:#666; letter-spacing:normal }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-price-wrp em, .upcomingarist .tkt-wraper .tkt-wrap .tkt-status { font-size:11px; }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-quantity { float:right }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-quantity button { margin-right:0 }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-quantity .quantity-count { margin-left: 6px; }
.upcomingarist .tkt-wraper .tkt-wrap .tkt-price-wrp { font-size:16px; }
.upcomingarist .tkt-wraper .tkt-wrap:nth-child(odd) { background: #fdfdfd }
.upcomingarist .tkt-wraper { border-top:dashed 1px #cecece; margin-top:15px; }
.upcomingarist .tkt-wraper .tkt-totalbg { font-size:14px; background: #f3f3f3; }
.upcomingarist .checkinfo { text-align:center; margin-top:15px; }
.upcomingarist .checkinfo a { text-align: center; cursor: pointer; padding: 15px 40px; font-size: 12px; border-radius: 4px; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; border: 1px solid #ddd; color:#555; font-weight:500; display: inline-block; }
.upcomingarist .artistdatelist { padding-left:15px; padding-right:15px; }
.upcomingarist .artistdatelist ul li { padding: 0; float: left; margin-right: 10px; border-radius: 6px; margin-top: 10px; background: #eff0f1; border: solid 1px #eff0f1; width: 19%; }
.upcomingarist .artistdatelist ul li a { display: block; padding: 8px 25px; text-align: center; color: #212121; font-size:14px; }
.upcomingarist .artistdatelist ul li a span { color:#666 }
.upcomingarist .artistdatelist ul li:hover, .upcomingarist .artistdatelist ul li.active { border:solid 1px #0aab9a; background:#fff }
.upcomingarist .artistdatelist ul li:hover a span, .upcomingarist .artistdatelist ul li.active a span, .upcomingarist .artistdatelist ul li:hover a, .upcomingarist .artistdatelist ul li.active a { color:#0aab9a }
.upcomingarist .artistdatelist ul li.last { background:#fff; width: 15%; }
.upcomingarist .artistdatelist ul li.last:hover { border: solid 1px #ccc; }
.upcomingarist .artistdatelist ul li.last a span { color: #009fff; }
.upcomingarist .artistdatelist ul li span { padding:3px 0 0; display:block }
.checkinfo { text-align:center; margin-top:15px; }
.checkinfo a { text-align: center; cursor: pointer; padding: 15px 40px; font-size: 12px; border-radius: 4px; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; border: 1px solid #ddd; color:#555; font-weight:500; display: inline-block; }
.homeaction { text-align:center }
.homeaction a { padding: 9px 24px; font-size:14px; display:inline-block }
.more-info { border:#ddd solid 1px; color:#212121; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; z-index: 2; position: relative; background:#fff }
.buy-tkt { background:#db4344; border:#db4344 solid 1px; color:#fff; margin-left: -5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.buy-tkt:hover { color:#fff }
/* Upcoming Artist end*/



.poplr-eve-warp { }
.poplr-eve-title { font-size:20px; font-weight:400; color:#00234e; text-align:center; margin-bottom:10px; }
.poplr-eve-warp .poplr-eve { width:320px; background:#fff; padding:10px; margin:0 auto; margin-bottom:15px; }
.poplr-eve-warp .poplr-eve figure { position:relative; text-align:center; margin:0 auto; width:300px; }
.poplr-eve-warp .poplr-eve figure figcaption { position: absolute; background:rgba(0,0,0,0.8); color: #fff; bottom: 0; width: 100%; padding: 10px 5px; font-size: 12px; text-align: left; }
.poplr-eve-warp .featured-banner { border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; margin-bottom: 20px; }
.poplr-eve-warp .featured-banner ul li .featured-title { display:block; margin:0 auto; width:320px; }
/* megamenu start */ 
.t-mainmenu ul li { -webkit-transition: all .24s ease-in; -moz-transition: all .24s ease-in; -ms-transition: all .24s ease-in; -o-transition: all .24s ease-in; transition: all .24s ease-in; }
.t-mainmenu ul li:hover { background:#fff }
.t-mainmenu ul li:hover i.fa-angle-down { opacity:0 }
.t-mainmenu ul li:hover .megamenu-container { display:block }
.t-mainmenu ul li .megamenu-container ul li a { background:none; }
.megamenu-container { position: absolute; top: 40px; left: 10px; z-index: 10001; width: 1890px; padding:15px 15px 1px; background: #fff; -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.07), 0 1px 0 rgba(0,0,0,.05), 0 5px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.07), 0 1px 0 rgba(0,0,0,.05), 0 5px 10px rgba(0,0,0,.1); box-shadow: 0 1px 10px rgba(0,0,0,.07), 0 1px 0 rgba(0,0,0,.05), 0 5px 10px rgba(0,0,0,.1); display:none }
.viewport-mask { background-color: rgba(0, 0, 0, 0.8); height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; position:absolute; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; display:none }
.megamenu-container .megamenucon .megamenutitle { font-size:14px; text-transform:uppercase; line-height: 20px; font-weight:500; color:#000 }
.megamenu-container .megamenucon ul.megamenuconlist { margin-bottom:10px; padding:0 }
.megamenu-container .megamenucon ul.megamenuconlist li { display: block; padding: 3px 0; color: #444; display:block; font-size:13px; text-transform:none; line-height:20px; margin:0; letter-spacing:normal }
.megamenu-container .megamenucon ul.megamenuconlist.subnav li a { margin-left:15px; }
.megamenu-container .megamenucon ul.megamenuconlist li small { font-size:13px; font-weight:bold; color:#505050 }
.megamenu-container .megamenucon ul.megamenuconlist li a { color:#444; padding:0; }
.megamenu-container .megamenucon ul.megamenuconlist li a:hover { color: #009fff; text-decoration:underline }
.megamenu-container .megamenucon ul.megamenuconlist li .spantag { font-size:11px; color:#666 }
.megamenu-container .megamenucon ul.megamenuconlist li .megastatus { display: inline-block; padding: 0 3px; margin-left: 3px; margin-top: 1px; color: #ffb000; text-transform: uppercase; font-size: 9px; text-decoration: none; font-weight:700 }
.megamenu-container .megamenucon ul.megarecntpost li.gradientdiv { background-color: #e1e1e1; color: #333; text-align: center; outline: 1px solid #fff; outline-offset: -5px; margin:0; line-height:20px; text-transform:none; font-size:16px; padding:15px; border-bottom:0; margin-top:10px; }
.megamenu-container .megamenucon ul.megarecntpost li.gradientdiv a { font-size:14px; }
.megamenu-container .megamenucon ul.megamenuconlist li.more { text-align:left; float:none }
.megamenu-container .megamenucon ul.megamenuconlist li.more a { color:#009fff }
.megamenu-container .megamenucon ul.megarecntpost li { padding:8px 0; margin:0 0 4px; letter-spacing:normal; border-bottom:dotted 1px #aaa; display:block; }
.megamenu-container .megamenucon ul.megarecntpost li .rctitle { font-size: 14px; font-weight: 400; color: #444; font-family: 'Roboto', sans-serif; text-transform:none; line-height: normal; }
.megamenu-container .megamenucon ul.megarecntpost li .rctitle a { display:block }
.megamenu-container .megamenucon ul.megarecntpost li span { border: 0; padding: 0; font-size: 13px; color: #777; margin: 0; display: block; line-height: 1.8; text-transform: none; }
.megamenu-container .megamenucon ul.megarecntpost li .sub { color:#333 }
.megamenu-container .megamenucon ul.megarecntpost li .megatimeloca { font-weight:400; color:#777; }
.megamenu-container .megamenucon ul.megarecntpost li .ls-offerblok { line-height:normal }
.megamenu-container .megamenucon ul.megarecntpost li .ls-offerblok .megatimedis { font-size:12px; display:inline-block; margin:0 5px 0 0 }
.megamenu-container .megamenucon ul.megarecntpost li .ls-offerblok .megatimedis b { color: #777; }
.megamenu-container .megamenucon ul.megarecntpost li .ls-offerblok .megatimedis a { color: #333; }
.megamenu-container .megamenucon ul.megarecntpost li .megatimedis em { color:#000; font-size:13px; }
.megamenu-container .megamenucon ul.megarecntpost li .megatimeloca p { line-height:18px; }
.megamenu-container .megamenucon ul.megarecntpost li .megatimeloca i { color:#c5c5c5 }
.megamenu-container .megamenucon ul.megarecntpost li .megatimeloca a { color:#333 }
.megamenu-container .megamenucon ul.megarecntpost li a { color: #009fff; padding:0; }
.megacalltoaction { background:#f5f5f5; padding:10px 0; margin-top:15px; }
.megacalltoaction .job-seek-out { text-align:center }
.megacalltoaction .job-seek-out .btn { padding:6px 10px; margin:0 5px; color:#fff; text-transform:none; letter-spacing:normal; line-height:18px; }
.megacalltoaction .job-seek-out .btn-green { background-color:#08a182; }
.megacalltoaction .job-seek-out .btn-red { background-color:#ce3239 }
.mainnav { background: #fff; height: 100%; width: 100%; border-top: solid 1px rgba(0, 0, 0, 0.1); padding-top: 50px; }
.mainnav .hometitle { cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; background:#eee; margin:0; border-bottom:solid 1px rgba(0, 0, 0, 0.2) }
.mainnav .hometitle a { color:#333 }
.mainnav ul.mainmenu { display:block; max-height:inherit; overflow:visible }
.mainnav ul.mainmenu li { border-bottom: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; }
.mainnav ul.mainmenu li:before { color: rgba(0, 0, 0, 0.7); content: "\f105"; margin-top: -8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 7%; bottom: auto; left: auto; position: absolute; }
.menu-nav .menulogo-header { background: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: fixed; top: 0; z-index: 100; text-transform: uppercase; text-align:center; width:100% }
.menulogo-header a { color: #333; display: inline-block; }
.menu-nav .navigator .hamback { display: table; }
.hamback { background: #fff; cursor: pointer; display: none; height: 46px; text-align: center; width: 46px; z-index: 100001; top: 0; right: auto; bottom: auto; left: 0; position: fixed; line-height: 46px; }
.secmenu { position:relative; height: 46px; }
.secmenu ul { max-height:100%; display:block; overflow-x: auto; overflow-y: hidden; width: 100%; white-space: nowrap; height:70px; }
.secmenu ul li { display:inline-block; white-space: nowrap; border: 0; line-height: 30px; }
.scrlmenu-btn-left, .scrlmenu-btn-right { position:absolute; height:46px; top:0; padding:15px; font-size:18px; color:#333; background:#fff; width:20px; }
.scrlmenu-btn-left { left:0; }
.scrlmenu-btn-right { right:0; }
.navigator .navinner.plsuicon { padding-top:50px; }
.navigator .plsuicon .ntitle:before { content: "\f067"; color: rgba(0, 0, 0, 0.6); }
.navigator .plsuicon .ntitle.active:before { content: "\f068"; }
/*ls*/
.lsoffers:after { display: inline-block; content: "new"; margin-left: 3px; margin-top: 1px; text-transform: uppercase; text-decoration: none; background-color: #e11923; color: #fff; font-size: 7px; font-weight: 700; line-height: normal; padding: 2px 3px; }
.megamenu-container .label { display: inline-block; padding: .3em .6em .3em; font-size: 11px; font-weight: normal; line-height: 1; color: #333; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; background-color: #ccc; margin:3px 0; text-shadow:none; font-family:Arial, Helvetica, sans-serif }
.megamenu-container .label.labelbg1 { background:#f4d6a0; color:#675739 }
.megamenu-container .label.labelbg2 { background:#ccebc0; color:#4b6641 }
.megamenu-container .label.labelbg3 { background:#c2b6d6; color:#4e3e69 }
.megamenu-container .label.labelbg4 { background:#accfee; color:#415668 }
.megamenu-container .label.labelbg5 { background:#c0a878; color:#63573e }
.megamenu-container .label.labelbg6 { background:#ed939d; color:#5c363a }
.megamenu-container .megamenucon ul.megamenuconlist li ul.megamenusubconlist { margin-left:10px; }
.megamenu-container .megamenucon ul.megamenuconlist li ul.megamenusubconlist li a { color:#888 }
.megamenu-container .megamenucon ul.megamenuconlist li ul.megamenusubconlist li a:hover { color: #009fff; text-decoration: underline; }
.megamenu-container .megamenucon ul.megarecntpost li .badgeswrp { padding:0; margin:0; line-height:18px; }
.megamenu-container .megamenucon ul.megarecntpost li .badges { cursor: default; margin-bottom: 5px; background: #f4f4f4; color: #777; border: 1px solid #dfe3e7; border-radius: 20px; padding: 2px 7px; text-align: center; margin-right: 5px; font-size: 11px; display: inline-block; text-transform:none; line-height:normal }
.megamenu-container .moreservepro-btn { border:solid 1px #ddd; margin:10px; border-radius:3px }
.megamenu-container .moreservepro-btn a:hover { background:#f5f5f5 }
.megamenu-container .moreservepro-btn a { position:static !important; padding:0 !important; text-align:center; display:block; text-transform:none !important; line-height:32px; !important;
color:#555 !important; font-size:13px; }
/* megamenu end */
.mainnav { background: #fff; height: 100%; width: 100%; border-top: solid 1px rgba(0, 0, 0, 0.1); padding-top: 50px; }
.mainnav .hometitle { cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; background:#eee; margin:0; border-bottom:solid 1px rgba(0, 0, 0, 0.2) }
.mainnav .hometitle a { color:#333 }
.mainnav ul.mainmenu { display:block; max-height:inherit; overflow:visible }
.mainnav ul.mainmenu li { border-bottom: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: relative; text-transform: uppercase; }
.mainnav ul.mainmenu li:before { color: rgba(0, 0, 0, 0.7); content: "\f105"; margin-top: -8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 50%; right: 7%; bottom: auto; left: auto; position: absolute; }
.menu-nav .menulogo-header { background: #fff; border-bottom: solid 1px rgba(0, 0, 0, 0.1); color: #666; cursor: pointer; font-family: 'robotoregular'; font-size: 13px; letter-spacing: 1.5px; padding: 18px 15px; position: fixed; top: 0; z-index: 100; text-transform: uppercase; text-align:center; width:100% }
.menulogo-header a { color: #333; display: block; }
.secmenu { position:relative; height: 46px; }
.secmenu ul { max-height:100%; display:block; overflow-x: auto; overflow-y: hidden; width: 100%; white-space: nowrap; height:70px; }
.secmenu ul li { display:inline-block; white-space: nowrap; border: 0; line-height: 30px; }
.scrlmenu-btn-left, .scrlmenu-btn-right { position:absolute; height:46px; top:0; padding:15px; font-size:18px; color:#333; background:#fff; width:20px; }
.scrlmenu-btn-left { left:0; }
.scrlmenu-btn-right { right:0; }
.navigator .navinner.plsuicon { padding-top:50px; }
.navigator .plsuicon .ntitle:before { content: "\f067"; color: rgba(0, 0, 0, 0.6); }
.navigator .plsuicon .ntitle.active:before { content: "\f068"; }
/*lawyers*/
.metrolist { padding: 10px 0; border-top:solid 1px #ddd; }
.metrolist ul.megamenuconlist li.title { float:left; font-size:13px; color:#333; font-weight:500; background:#f5f5f5; margin:0 20px 0 0; position:relative }
.metrolist ul.megamenuconlist li.title b { padding: 5px 10px; display: block; }
.metrolist ul.megamenuconlist li.title:after { position: absolute; top:6px; right: -7px; display: inline-block; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid #f5f5f5; content: ''; }
.metrolist ul.megamenuconlist { list-style:none; }
.metrolist ul.megamenuconlist li { display: block; padding:0; color: #444; display: block; font-size: 13px; text-transform: none; line-height: 20px; margin: 0 15px; letter-spacing: normal; float:left }
.metrolist ul.megamenuconlist li a { color: #444; padding: 5px 0; display: block; }
.megacalltoactn { background: #f5f5f5; padding: 10px 0; }
.megacalltoactn .job-seek-out { text-align:center }
.megacalltoactn .job-seek-out .btn { padding:6px 10px; margin:0 5px; color:#fff; text-transform:none; letter-spacing:normal; line-height:18px; }
.megacalltoactn .job-seek-out .btn-green { background-color:#08a182; }
.megacalltoactn .job-seek-out .btn-red { background-color:#ce3239 }
/*daycare*/
.navigator ul li small { font-size: 13px; font-weight: bold; color: #505050; padding: 15px 15px 5px; display: block; }
.navigator ul.megamenusubconlist { display:block !important; margin-left: 10px; }
.navigator ul.megamenusubconlist li { display: block; padding: 3px 0; color: #444; display: block; font-size: 13px; text-transform: none; line-height: 20px; margin: 0; letter-spacing: normal; }
.navigator ul.megamenusubconlist li a { color: #888; padding: 0 0 0 25px; }
/* megamenu end */

.mapmodals .modals-content { position:relative }
.mapmodals .modals-content .closeout { position: absolute; right:-50px; top: 0; margin: 0; left: inherit; z-index: 999999; text-align: center; display: block; margin: 0; }
.mapmodals .modals-content .closeout .clsoeico { color: #fff; font-weight:300; font-size: 42px; line-height: 42px; opacity: 0.6; }
.mapmodals .modals-content .modalsmap { padding:10px 15px 15px 15px; }
.mapmodals .modals-content .modalsmap .mapnearbyarea ul li { float:left; padding:0 0 10px; }
.sponsorship { margin:15px; }
.eventfeatured { background: #fff; border-bottom: solid 1px #cdcdcd; border-right: solid 1px #cdcdcd; text-align:center }
.eventfeatured figure { padding: 15px 0; }
.upcomingevewrp .featuredevent { border-bottom: solid 1px #cdcdcd; border-right: 0; }
.featuredevent { background: #fff; border-bottom: solid 1px #cdcdcd; border-right: solid 1px #cdcdcd; text-align:center }
.featuredevent ul { }
.featuredevent ul li { padding: 15px 0; border-bottom: dotted 1px #989a9b; }
.featuredevent ul li:last-child { border-bottom:0 }
/* upload gallery*/ 
 
.upload-gallery { width: 40%; background: #fff; margin: 0 auto; margin-top: 125px; margin-bottom: 125px; position: relative; padding:15px }
.upload-gallery .dsh-upbtn { background-color: #f5f5f5; text-align:center; border: 2px dashed rgba(0, 0, 0, 0.1); outline: 5px solid #fff; outline-offset: -7px; }
.upload-gallery .thank-youmsg { text-align:center; padding:25px 0 }
.upload-gallery .thank-youmsg i { font-size:50px; color: #51bcbf; margin-bottom:10px; }
.upload-gallery .thank-youmsg p.spstyle { font-weight:700; }
.upload-gallery .thank-youmsg p { display:block; font-weight:300; margin-bottom:10px; }
.upload-gallery .dsh-back-btn { color: #767687; font-size: 14px; padding: 8px 20px; display: inline-block; }
/* upload widget*/
.twit-widget { max-height:400px; overflow-y: auto; }
.mobi-card-list { height:110px; overflow:hidden; }
.mobi-card-list ul { height:150px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; width:100%; display:flex; }
.mobi-card-list ul li { float:left; margin-right:4vw; }
.mobi-card-list ul li figure, .mobi-card-list ul li figure img { width:90px; height:83px; }
.mobi-card-list ul li figure span { display:block; padding:8px 0 5px; }
.mobi-card-list ul li figure a span { color:#212121; font-size:14px; line-height:20px; font-weight:500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
/* seating chart old start */

.seatmodal .container { max-width: 1600px; }
.seatmodal .container .col_9, .seatmodal .container .col_3 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; float: left; }
.seatmodal .container .col_9 { width: 75%; }
.seatmodal .container .col_3 { width: 25%; }
/*=========================*/
.seatmodal .modal-content .close { width:20px; height:20px; position:absolute; top:10px; right:10px; margin:0; z-index:9 }
.seatmodal .modal-content .close a { width:20px; height:20px; display:block; overflow:hidden; text-indent:-9999px; background:url(../images/other/remove.png?v=5.6.7) no-repeat 0 0; background-size: contain; filter:alpha(opacity=8); -khtml-opacity:0.8; -moz-opacity:0.8; opacity:0.8; }
.seatmodal .modal-content { background-color: #f2f2f2; margin-left: auto; margin-right: auto; width: 100%; }
.seatmodal .modal-content .payment-hd { background:#1f2533; position:relative; border-bottom: 1px solid #ddd; border-top: solid 1px #ddd; padding: 15px 0 10px; }
.seatmodal .modal-content .payment-hd i.fa-angle-left { color:#909090; float:left; line-height: 70px; font-size: 36px; ; }
.seatmodal .modal-content .payment-hd .eventinfo { padding-left:15px; float: left; margin: 0px 0px 10px 10px; }
.seatmodal .modal-content .payment-hd .eventinfo h1 { color:#fff }
.seatmodal .modal-content .payment-hd .eventimg { width:100px; }
.seatmodal .modal-content .payment-hd .eventinfo h1 { font-size:16px; font-family: "robotobold"; padding: 0px 0px 5px; }
.seatmodal .modal-content .payment-hd .eventinfo span { color: #909090; font-size: 12px; line-height: 20px; display:block }
.seatmodal .modal-content .payment-hd .eventinfo span:before { margin-right: 8px; display: inline-block; font-family: "FontAwesome"; font-size: 15px; font-weight: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.seatmodal .modal-content .payment-hd .eventinfo span.location:before { content: "\f041"; }
.seatmodal .modal-content .payment-hd .eventinfo span.venue:before { content: "\f017"; }
.seatmodal .modal-content .payment-hd .eventinfo span.orgnme:before { content: "\f007"; }
.seatmodal .modal-content .payment-hd .close a:hover { opacity:1 }
.seatmodal .modal-content .btnwrp { position:absolute; right: 65px; bottom:10px; }
.seatmodal .modal-content .seatschart { display: table; width: 100%; margin: 0 auto; background: #fff; box-shadow: inset 0 0 0 1px #dfe3e7; }
.seatmodal .modal-content .seatschart .seat-nav { border-bottom:solid 1px #ddd; padding:15px }
.seatmodal .modal-content .seatschart .seat-nav ul li { margin-right:15px; display:inline-block; *display:inline
}
.seatmodal .modal-content .seatschart .seat-nav ul li.available:before { border:#969799 solid 1px; background-color:#fff }
.seatmodal .modal-content .seatschart .seat-nav ul li.selected:before { background-color:#8cc600; }
.seatmodal .modal-content .seatschart .seat-nav ul li.booked:before { background-color:#969799; }
.seatmodal .modal-content .seatschart .seat-nav ul li.available:before, .modal .modal-content .seatschart .seat-nav ul li.selected:before, .modal .modal-content .seatschart .seat-nav ul li.booked:before { height:10px; width:10px; content:""; float:left; border-radius:50%; margin:2px 5px 0 0 }
.seatmodal .modal-content .seatschart .seats { margin:10px; padding-bottom:100px; }
.seatmodal .modal-content .seatschart .seats img { width:auto }
.seatmodal .modal-content .seatschart .probtn { border-top:solid 1px #ddd; padding:15px 0; text-align:right; position:fixed; left:0; bottom:0; width:100%; background:#fff; -webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2); box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2); }
/*=========================*/ 
.seatmodal .modal-content .ordinfo { background: #fff; margin:15px 0px; padding:0; box-shadow: 0 2px 0 #ddd; position:relative }
.seatmodal .modal-content .ordinfo ul { margin-left: 34px; border-left: 2px dashed #ddd; padding-left: 15px; }
.seatmodal .modal-content .ordinfo ul li { width:19.75%; display:inline-block; *display:inline;
border-bottom:0; border-right: dotted 1px #ccc; overflow:hidden; padding:10px; margin:0; height:80px; }
.seatmodal .modal-content .ordinfo ul li.totalsection { background:none }
.seatmodal .modal-content .ordinfo ul li:before, .seatmodal .modal-content .ordinfo ul li:after { display:none }
.seatmodal .modal-content .ordinfo:before, .seatmodal .modal-content .ordinfo:after { display: inline-block; position: absolute; content: ''; width: 22px; height: 22px; background: #f2f2f2; border-radius: 50%; bottom: -12px; z-index: 1; margin-left:35px; }
.seatmodal .modal-content .ordinfo:after { left:-12px; border-radius: 24px 24px 0 0; bottom:-2px; box-shadow: 0 -2px 0 #dfdfdf, inset 0px 0 #f2f2f2; bottom:-10px }
.seatmodal .modal-content .ordinfo:before { left:-12px; border-radius: 0 0 24px 24px; box-shadow: 0 -2px 0 #f2f2f2, inset 0 -1px 0 #dfdfdf; top:-10px; }
.seatmodal .modal-content .ordinfo ul li .eventdetls { font-size:12px; }
.seatmodal .modal-content .ordinfo ul li .eventdetls .tktnumrs { color:#000; font-family:"robotoregular"; }
.seatmodal .modal-content .ordinfo ul li.totalsection .subsumy { display:block; padding:0 0 5px; font-size:12px; }
.seatmodal .modal-content .ordinfo ul li.totalsection .subsumy .amount { font-size:14px; }
.seatmodal .modal-content .ordinfo ul li.totalsection .subsumy .red { color:#cc3333; font-weight:bold; float:right; }
.seatmodal .modal-content .ordinfo ul li .eventdetls .tktnumrs { font-size:14px; }
.seatmodal .modal-content .ordinfo ul li .eventdetls .tktnumrs b { font-size:11px; }
/*=========================*/ 
.social { text-align:center; padding:0 }
.social ul li { margin:0; padding:0; float:left }
.social ul li label { display:inline; font-size:13px; line-height:28px; margin:0 10px 0 0; cursor:default; font-weight:700 }
.social ul li a { color:#fff; margin:0 8px 0 0; display:block }
.social ul li i { width:25px; height:25px; text-align:center; border-radius:50%; line-height:25px; background-color:#fff; font-size:14px }
.social ul li i.fa-facebook { background-color:#3778b9 }
.social ul li i.fa-twitter { background-color:#35c6f0 }
.social ul li i.fa-google-plus { background-color:#d73a1a }
.social ul li i.fa-pinterest-p, .social ul li i.fa-pinterest { background-color:#ed5053 }
.social ul li i.fa-whatsapp { background-color:#20870f }
.social ul li.apps { margin:0 10px 0 0 }
/* seating chart old end */


/*===========  festivalbg ==============*/ 
/* Top background */
.festivalbg { background:#25055a url(../images/other/festival-page.jpg) no-repeat top center; background-size: cover; overflow:hidden; padding:0; position:relative }
.festivalbg.navratri-dandiya { background:#6c1905 url(../images/other/navratri-dandiya.jpg) no-repeat top center; background-size: cover; overflow:hidden; padding:0; position:relative }
.festivalbg.navratri-dandiya:after { display:none }
.festivalbg:after { background:url(../images/other/2018.png) no-repeat top center; content:""; width: 100%; height: 150px; text-align: center; position:absolute; top:0 }
.festivalbg .breadcrumb { padding: 15px 0 0 15px; color:#fff }
.festivalbg .breadcrumb a { color:#999 }
.festivalbg .nyeevebg { width:65% }
.festivalbg .nyeevebg h1 { font-size:26px; color:#fff; font-weight:400; padding:0 0 10px; }
.festivalbg .nyeevebg { padding:25px 0 15px 0; }
.festivalbg .nyeevebg .tagline { font-size:18px; color:#fff; font-weight:300 }
.festivalbg .nyeevebg p { font-size:14px; color:#fff; line-height:20px; margin-top:10px; }
.festivalbg-adon .seotxt { text-align: left; color:#fff; font-size:14px; font-weight:300; display: block; padding:0 0 3px; }
.festivalbg-adon .seotxt .lamp { background:url(../images/other/festival-lamp.png) no-repeat 0 0; height:37px; width:35px; display:inline-block; margin-right:5px; }
.festivalbg-adon .seotxt .liquor-cup { background:url(../images/other/liquor-cup.png) no-repeat 0 0; height:40px; width:40px; display:inline-block; background-size:contain; }
.festivalbg-adon .extend-edge { margin: 0 -1500px 0 0; background-color: rgba(255, 255, 255, 0.30); padding:10px; color:#fff }
.festivalbg-adon .countdown_section { display: inline-block; font-size:12px; text-align: center; color:#fff; padding:0 15px; font-weight: 300; }
.festivalbg-adon .countdown_amount { font-size: 18px; display: block; font-weight: 400; padding-bottom:5px; color:#ff0; }
.festivalbg .tktbuyinfo { background-color: rgba(0, 0, 0, 0.50); margin-top:33px; }
.filterbg { background:#eae9e9 }
.filtertitle { background:#ccc; font-size: 15px; position: relative; margin-right: 10px; padding: 16px 25px; font-weight: 500; line-height: 24px; }
.filtertitle:after { position: absolute; top: 16px; right: -11px; display: inline-block; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 12px solid #ccc; content: ''; }
/* Tkt buy info */
.tktbuyinfo { background-color: #f2f2f2; }
.tktbuyinfo .tktbuy-info { }
.tktbuyinfo .tktbuy-info li:first-child { padding-left:0 }
.tktbuyinfo .tktbuy-info li { float:left; border-right:solid 1px #333; padding:15px 20px }
.tktbuyinfo .tktbuy-info li small, .tktbuyinfo .tktbuy-info li span { display:block }
.tktbuyinfo .tktbuy-info li small { padding-bottom:8px; color:#777; font-size:11px; text-transform:uppercase }
.tktbuyinfo .tktbuy-info li span { color:#fff; font-size:14px; font-weight:500; letter-spacing:0.2px; padding-top: 7px; }
.tktbuyinfo .tktbuy-info li span a { color:#fff; }
.tktbuyinfo .tktbuy-info li .social li { padding:0; border:0 }
.tktbuyinfo .festival-action { padding:15px 0; float:right }
.tktbuyinfo .festival-action li { float:left; margin:0 3px; }
.tktbuyinfo .festival-action li a { text-transform:uppercase }
/*festival featured*/
.featured-eventswrp.bgwhite { background-color:#fff; padding:25px 0; margin:0 }
.featured-eventswrp.bgwhite .owl-theme .owl-dots .owl-dot span { width:35px; height: 3px; }
.featured-eventswrp.bgwhite .owl-theme .owl-dots .owl-dot.active span, .featured-eventswrp.bgwhite .owl-theme .owl-dots .owl-dot:hover span { background: #ff9600; }
/*valentines day start*/
.valentinesbg { background:#850101 url(../images/other/valentines-top-banner.jpg) no-repeat top center; background-size: cover; overflow:hidden; padding:0; position:relative }
.valentinesbg .breadcrumb { padding: 15px 0 0 15px; color:#fff }
.valentinesbg .breadcrumb a { color:#999 }
.valentinesbg .valebg { margin-top:23px; }
.valentinesbg .valebg h1 { font-family:"Fiolex Girls"; font-size:54px; color:#ff0; margin-bottom:5px; }
.valentinesbg .valebg .tagline { font-size: 18px; color: #fff; font-weight: 300; }
.valentinesbg .tktbuyinfo { background-color: rgba(0, 0, 0, 0.50); margin-top: 33px; }
.valentineswrp .nyeeve-gird .sportlhtbd .eventdesc { padding:10px; height:90px; }
/*valentines day end*/


/*valentines day start*/
.holibg { background:#850101 url(../images/other/holi-top-banner.jpg) no-repeat top center; background-size: cover; overflow:hidden; padding:0; position:relative }
.holibg .breadcrumb { padding: 15px 0 0 15px; color:#fff }
.holibg .breadcrumb a { color:#999 }
.holibg .valebg { margin-top:23px; }
.holibg .valebg h1 { font-size: 26px; color: #fff; font-weight: 400; padding: 0 0 10px; }
.holibg .valebg .tagline { font-size: 18px; color: #fff; font-weight: 300; }
.holibg .tktbuyinfo { background-color: rgba(255, 255, 255, 0.30); margin-top: 33px; }
.holibg .nyeeve-gird .sportlhtbd .eventdesc { padding:10px; height:90px; }
.holibg .tktbuyinfo .tktbuy-info li { border-color: rgba(255, 255, 255, 0.30) }
.holibg .tktbuyinfo .tktbuy-info li small { color:#fff }
/*valentines day end*/

/*valentines day start*/
.diwalii-banner { background:#611581 url(../images/other/diwalii-banner-2018.jpg) no-repeat top center; background-size:100% 100%; }
/*valentines day end*/
/* festival-bd */
.festival-bd { background:#f5f5f5; position:relative; background: -moz-linear-gradient(left, #ECEDEF, #F4F4F4); background: -webkit-linear-gradient(left, #ECEDEF 0, #F4F4F4 100%); background: -o-linear-gradient(left, #ECEDEF, #F4F4F4); background: -ms-linear-gradient(left, #ECEDEF, #F4F4F4); background: linear-gradient(left, #ECEDEF, #F4F4F4); }
.festival-bd .pagetitle { margin:15px 0; }
.festival-bd .spstyle { font-size:28px; color:#777; font-weight:500; letter-spacing:0; margin-top:10px; }
/* festival-gird */
.festival-gird .item { background:#fff; border:solid 1px #ddd; text-align:left; overflow:hidden; margin-bottom:20px; transition: box-shadow .25s; -webkit-transition: box-shadow .25s; -moz-transition: box-shadow .25s; -ms-transition: box-shadow .25s; }
.festival-gird .item:hover { box-shadow: -1px -1px 8px rgba(32,33,36,.28), 1px 2px 8px rgba(32,33,36,.28), 1px 2px 8px rgba(32,33,36,.28)!important; }
.festival-gird .sportlhthd { border-bottom:solid 1px #bfbfbf; padding:10px 15px; }
.festival-gird .sportlhthd .citytimewrp { padding:0; }
.festival-gird .sportlhthd .citytimewrp span { text-align:right; display:block }
.festival-gird .sportlhthd .citytimewrp .city { font-size:18px; color:#013757; padding-bottom:10px }
.festival-gird .sportlhthd .citytimewrp .city a { color:#013757; }
.festival-gird .sportlhtbd { padding:10px 0 0; }
.festival-gird .sportlhtbd figure { height: 200px; margin: 0 15px; overflow: hidden; position:relative; }
.festival-gird .sportlhtbd figure:after { background: rgba(0,0,0,.5); background: -webkit-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: -moz-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: -o-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); content:""; position: absolute; bottom: 0; width: 100%; height: 100%; }
.festival-gird .sportlhtbd figure .price { background: rgba(255,255,255,.3); display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding:8px 10px; border: 1px solid #fff; border-color: rgba(255,255,255,.55); border-radius: 3px; color:#fff; font-size:16px; font-weight:500; letter-spacing:0.5px; position:absolute; right:10px; bottom:10px; z-index:9 }
.festival-gird .sportlhtbd figure img { width:100%; object-fit: cover; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.festival-gird .sportlhtbd .venueaddres { position: absolute; bottom:0; left:0; right:0; background: rgba(0,0,0,0.5) none repeat scroll 0 0; padding: 10px; font-size: 16px; color: #fff; display:block; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.festival-gird .sportlhtbd .venueaddres a { color:#fff; display:block }
.festival-gird .sportlhtbd .venueaddres .locan { font-size: 13px; color: #fff; padding: 10px 0 0; }
.festival-gird .item:hover .venueaddres { bottom:60px }
.festival-gird .sportlhtbd .eventdesc { padding:10px 15px }
.festival-gird .sportlhtbd .eventdesc .sportitle { font-weight:400; color:#333; font-size:16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px }
.festival-gird .sportlhtbd .eventdesc .sportitle a { color:#212121 }
.festival-gird .sportlhtft { padding:10px 15px; background:#fff; border-top:dotted 1px #c3c3c3; }
.festival-gird .sportlhtft b { color:#707070; font-size:11px; margin-bottom:5px; display:block; font-weight:500 }
.festival-gird .sportlhtbd .veeventdesc { padding:5px 0 0 }
.festival-gird .sportlhtbd .veeventdesc ul li { border-bottom:solid 1px #ddd; padding:8px 15px; font-size:13px; }
.festival-gird .sportlhtbd .veeventdesc ul li:last-child { border-bottom:0 }
.festival-gird .sportlhtbd .veeventdesc ul li .times { display:block; padding:10px 0 5px }
.festival-gird .sportlhtft .upcmtext { color:#aaa; font-size:12px; padding:5px 0; display:block }
.festival-gird .sportlht-callactn { text-align:center; padding:15px 0; background: #fff; border-top:dotted 1px #c3c3c3; }
/* festival-sidebar */


/* festival-gird */
.nyeeve-gird .item { background:#fff; border:solid 1px #ddd; text-align:left; overflow:hidden; margin-bottom:20px; transition: box-shadow .25s; -webkit-transition: box-shadow .25s; -moz-transition: box-shadow .25s; -ms-transition: box-shadow .25s; width: 294px; float:left; margin-left: 10px; margin-right: 10px; cursor:pointer }
.nyeeve-gird .sportlhthd { border-bottom:solid 1px #bfbfbf; padding:10px; }
.nyeeve-gird .sportlhthd .citytimewrp { padding:0; }
.nyeeve-gird .sportlhthd .citytimewrp span { text-align:right; display:block }
.nyeeve-gird .sportlhthd .citytimewrp .city { font-size:18px; color:#013757; padding-bottom:10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.nyeeve-gird .sportlhthd .citytimewrp .city a { color:#013757; }
.nyeeve-gird .sportlhtbd { padding:10px 0 0; }
.nyeeve-gird .sportlhtbd figure { height: 180px; margin: 0 10px; overflow: hidden; position:relative; }
.nyeeve-gird .sportlhtbd figure:after { background: rgba(0,0,0,.5); background: -webkit-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: -moz-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: -o-linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); background: linear-gradient(to top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%); content:""; position: absolute; bottom: 0; width: 100%; height: 100%; left:0 }
.nyeeve-gird .sportlhtbd figure .price { background: rgba(255,255,255,.3); display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding:8px 10px; border: 1px solid #fff; border-color: rgba(255,255,255,.55); border-radius: 3px; color:#fff; font-size:16px; font-weight:500; letter-spacing:0.5px; position:absolute; right:10px; bottom:10px; z-index:9 }
.nyeeve-gird .sportlhtbd figure img { width:100%; object-fit: cover; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.nyeeve-gird .sportlhtbd .venueaddres { position: absolute; bottom:0; left:0; right:0; background: rgba(0,0,0,0.5) none repeat scroll 0 0; padding: 10px; font-size: 16px; color: #fff; display:block; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.nyeeve-gird .sportlhtbd .venueaddres a { color:#fff; display:block }
.nyeeve-gird .sportlhtbd .venueaddres .locan { font-size: 13px; color: #fff; padding: 10px 0 0; }
.nyeeve-gird .item:hover .venueaddres { bottom:60px }
.nyeeve-gird .sportlhtbd .eventdesc { padding:10px; height:130px; }
.nyeeve-gird .sportlhtbd .eventdesc.with-pra { height:90px; }
.nyeeve-gird .sportlhtbd .eventdesc.with-pra .venuename { line-height: 17px; font-size: 12px; letter-spacing: normal; }
.nyeeve-gird .sportlhtbd .eventdesc p { font-size:13px; line-height:18px; color: #666; }
.nyeeve-gird .sportlhtbd .prices { text-align: right; border-top: dotted 1px #c3c3c3; color: #888; padding:5px 10px; font-size:14px }
.nyeeve-gird .sportlhtbd .prices .green { float: left; color: #5c952c; font-size: 13px; line-height: 32px; font-weight:400 }
.nyeeve-gird .sportlhtbd .prices b { color: #c52429; font-size: 16px; line-height: 32px; font-weight:700; }
.nyeeve-gird .sportlhtbd .eventdesc .sportitle { font-weight:400; color:#333; font-size:16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height:20px }
.nyeeve-gird .sportlhtbd .eventdesc .sportitle a { color:#212121 }
.nyeeve-gird .sportlhtft { padding:10px 15px; background:#fff; border-top:dotted 1px #c3c3c3; }
.nyeeve-gird .sportlhtft b { color:#707070; font-size:11px; margin-bottom:5px; display:block; font-weight:500 }
.nyeeve-gird .sportlhtbd .veeventdesc { padding:5px 0 0 }
.nyeeve-gird .sportlhtbd .veeventdesc ul li { border-bottom:solid 1px #ddd; padding:8px 15px; font-size:13px; }
.nyeeve-gird .sportlhtbd .veeventdesc ul li:last-child { border-bottom:0 }
.nyeeve-gird .sportlhtbd .veeventdesc ul li .times { display:block; padding:10px 0 5px }
.nyeeve-gird .sportlhtft .upcmtext { color:#aaa; font-size:12px; padding:5px 0; display:block }
.nyeeve-gird .sportlht-callactn { text-align:center; padding:15px 0; background: #fff; border-top:dotted 1px #c3c3c3; }
.nyeeve-gird .sportlht-callactn a { margin:0 10px; width:inherit; display:block }
.nyeeve-gird .item:hover .sportlht-callactn a { position:relative; z-index:13; background:#db4344; color:#fff }
.nyeeve-gird .sportlht-callactn i { font-size:14px }
.nyeeve-gird .sportlht-callactn .soldout { border-radius:2px; box-shadow:none; display:block; text-align:center; margin:10px; font-size:13px; line-height:18px; padding:9px 24px; border:#ddd solid 1px; color:#666; position:relative; z-index:2; background:#f5f5f5 }
.nyeeve-gird .sportlht-callactn:hover .soldout { background:#f5f5f5; color:#000 }
/**/
.nyeeve-gird .item { position:relative }
.nyeeve-gird .item .evendetails { top: 0; left: 0; height: 0; position: absolute; background: #013757; color: #FFF; width: 100%; overflow: hidden; z-index: 10; }
.nyeeve-gird .item:hover .evendetails { height: 100%; width: 100%; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -webkit-transition: all 5000ms ease; transition: all 500ms ease; }
.nyeeve-gird .item .sportlht-callactn a.btn.disabled { cursor:pointer !important }
.nyeeve-gird .item .evendetails ul { margin:15px 0 }
.nyeeve-gird .item .evendetails ul li { display:block; color:#fff; font-size:12px; background:none; border:0; border-radius:0; box-shadow:none; padding:10px 15px; line-height:17px; }
.nyeeve-gird .item .evendetails ul li span { display:table-cell; padding-left:5px }
.nyeeve-gird .item .evendetails ul li a { color:#fff }
.nyeeve-gird .item .evendetails ul li b { font-size:16px; letter-spacing:.5px; font-weight:400; font-family:'open_sansregular', Arial, Helvetica, sans-serif; line-height:20px }
.nyeeve-gird .item .evendetails ul li i { text-align:center; font-size:12px; line-height:16px; color:#fff; display:table-cell }
.nyeeve-gird .item .evendetails ul li.tags em { display:block; font-style:normal; padding-bottom:7px; font-size:11px }
.nyeeve-gird .item .evendetails ul li.tags span { margin-bottom:5px; color:#999; background:rgba(255,255,255,0.05) none repeat scroll 0 0; border:1px solid #345f79; border-radius:20px; padding:3px 10px; text-align:center; margin-right:5px; font-size:10px; display:inline-block; color:#fff }
.nyeeve-gird .item .evendetails ul li.prices { display:block; text-align:center; background:#012a44; padding:10px 5px 15px; width:100%; border-top:1px solid #054369; border-bottom:1px solid #054369 }
.nyeeve-gird .item .evendetails ul li.prices em { display:block; font-style:normal; padding-bottom:10px; font-size:11px; text-align:center }
.nyeeve-gird .item .evendetails ul li.prices span { background:rgba(255,255,255,0.05) none repeat scroll 0 0; border:1px solid #345f79; padding:3px 10px; margin-right:10px; display:inline-block; text-align:center }
/* festival-sidebar */

.eventmetro { padding:15px }
.eventmetro ul li { width:192px; float:left; font-size:14px; padding:0 0 20px; line-height:15px }
.eventmetro ul li em { color:#666; display:block; font-size:12px }
.festival-sidebar { background:#fff; box-shadow: 0 1px 6px rgba(32,33,36,.28); background-color: #fff; transition: box-shadow .25s; -webkit-transition: box-shadow .25s; -moz-transition: box-shadow .25s; -ms-transition: box-shadow .25s; border-radius: 2px; margin-bottom:20px; }
.festival-sidebar .festival-title .sidetitle { font-size: 16px; margin: 0; font-weight: 500; padding: 15px; border-bottom: 1px solid #eee; display: block; }
.festival-sidebar .rhstitle { padding:0 }
.festival-sidebar .eventothermetro { padding:15px; }
.festival-sidebar .eventothermetro ul { }
.festival-sidebar .eventothermetro ul li { font-size:13px; padding:7px 5px }
.festival-sidebar .eventothermetro ul li h3 { font-weight:normal }
.festival-sidebar .eventothermetro ul li h3 b { font-weight:700 }
.festival-sidebar .eventothermetro ul li a { color:#009fff; }
/* trackoder */


.trackoder { }
.trackoder p { line-height:26px; color:#333; font-size:14px; }
.trackoder strong { color:#333; font-weight:700 }
.trackoder .orderform { background:#f5f5f5; padding:10px; margin:15px 0 }
.trackoder .orderform ul li { float:left; width:33%; }
.trackoder .orderform ul li label { font-weight:bold; color:#333; padding:0 0 5px; font-size:11px; display:block }
.trackoder .orderform ul li input[type="text"] { border-radius:0; width:90%; height: 30px; padding: 20px 10px; }
.trackoder .orderform ul li.margin20t { margin-top:25px; }
.trackoder .orderform ul li i { padding:0 5px 0 0 }
.trackoder .orderform ul li .btnred { background-color:#db4344; color: #fff !important; }
.trackoder h3 { font-weight:500 }
.trackoderprnt ul li { border-top:dotted 1px #ccc; padding:15px 10px; -webkit-transition:all .24s ease-in; -moz-transition:all .24s ease-in; -ms-transition:all .24s ease-in; -o-transition:all .24s ease-in; transition:all .24s ease-in; }
.trackoderprnt ul li:hover { background:#f5f5f5; }
.trackoderprnt ul li .tracdate { width:20%; float:left; font-size:16px; font-weight:bold; }
.trackoderprnt ul li .tractitle { width:60%; float:left; }
.trackoderprnt ul li .tractitle .btn-mini { padding: 0 6px; font-size: 10.5px; min-width: 65px; height: inherit; line-height: 20px; }
.trackoderprnt ul li .tracprint { width:20%; float:left; text-align:center; }
.trackoderprnt ul li .tracktime { font-size:12px; display:block; color:#787878; font-weight:normal; padding:5px 0; }
.trackoderprnt ul li .tracktime a { text-transform:uppercase; font-size:11px; color:#333; }
.trackoderprnt ul li .tracktime i { color:#aaa }
.trackoderprnt ul li .tractitle h3 { font-size:16px; font-weight:normal; }
.trackoderprnt ul li .tractitle h3 a { color:#333; }
.trackoderprnt ul li .tracprint a { display:block; text-decoration:none; color:#787878; font-size:13px; }
.trackoderprnt ul li .tracprint a.btn-green, .trackoderprnt ul li .tracprint a.btnred { margin-bottom:5px; display:inline-block; color:#fff }
.trackoderprnt ul li .tracprint a.btn { margin-bottom:5px; display:inline-block; }
.trackoderprnt ul li .tracprint a.disabled { color:#333; cursor:pointer; background:#f2f3f4; }
.navtitle { background:#e5e5e5; border-top:solid 1px #ddd; padding:10px 10px 0; }
.navtitle ul { margin:0 0 -1px 0; }
.navtitle ul li { margin:0 0 0 10px; padding:0px; float:left; }
.navtitle ul li.active { height:41px; background-color:#fff; border:solid 1px #ccc; border-bottom:0; }
.navtitle ul li a { padding:10px; font-size:16px; line-height:20px; color:#666; text-decoration:none; display:block; }
.trackoderprnt .noorder ul li i { font-size:26px; float:left; color:#f89406; margin:0 10px 0 0 }
.trackoderprnt .noorder ul li h3 { font-size:18px; font-weight:normal; }
.trackoderprnt .noorder ul li:hover { background:none }
/* FAQ Start */
.faqwrp p { padding:15px 15px 0 }
.faqwrp .accordionmenu { padding: 0 15px; margin:15px 0; }
.faqwrp .accordionmenu p { padding:0 0 15px }
.faqwrp .accordionmenu ul li { margin: 0; border: 0; }
.faqwrp .accordionmenu ul li a { background: #ebeef0; padding:15px; }
.faqwrp .accordionmenu ul .acc { background-color: #f4f6f7; padding:15px; }
.faqwrp .accordionmenu ul .acc p { padding:0; }
/*NYE Filter Start*/
.filters-search-container { padding:0 10px; margin:15px 0 25px }
.filterdirectory-panelwrp .filters-search-container .filters-search { z-index:999999 }
.filters-search-container .filters-search { background: #fff; position: relative; height: 56px; margin-bottom: 15px; box-shadow: 0 2px 2px 0 #ddd; }
.filters-search-container .filters-search .filters-type { float:left; font-size: 14px; position: relative; margin-right: 10px; padding: 16px 10px; font-weight:500; line-height: 24px; }
/*select warp*/
.filters-search-container .filters-search .filters-type.active { background: #f1f0f0; }
.filters-search-container .filters-search .filters-type.active a { color:#212121; font-weight:500 }
.filters-search-container .filters-search .filters-type a { color:#212121; cursor:pointer }
.filters-search-container .filters-search .filters-type a i { margin-left:5px }
/*select warp*/
.filters-search-container .filterdirectory-panel { width: 100%; margin-top:47px; box-shadow: 0 1px 8px rgba(0,0,0,.1); background: #fff; border: 1px solid #eaeaec; padding: 15px 0; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 11; }
.filters-search-container .filterdirectory-titlebar { color: #adaeaf; padding: 0 18px 12px; border-bottom: 1px solid #eaeaec; }
.filters-search-container .filterdirectory-titlebar input[type="text"] { padding: 5px 10px; height: 35px; width:30%; border-color:#ddd }
.filters-search-container .filterdirectory-titlebar a { background:url(../images/other/remove-black.png) 0 0 no-repeat; background-size:cover; width: 16px; height: 16px; float:right; display: block; overflow: hidden; text-indent: -9999px; }
.filters-search-container .filterdirectory-listtitle { font-weight:700; color: #cc3333; padding:5px 0; display:block }
.filters-search-container .filterdirectory-list { padding:10px 15px; max-height: 250px; overflow-y: auto; overflow-x:hidden; width:100% }
.filters-search-container .filterdirectory-list ul li { float: left; width: 20%; padding: 5px; margin:0 0 10px }
.filters-search-container .filterdirectory-list ul li span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; display:block }
.filters-search-container .filterdirectory-list ul li a { font-size: 13px; color: #212121; font-weight:500 }
.filters-search-container .filterdirectory-list ul li .nyecity { display: block; font-size: 12px; color: #666; font-weight:400 }
/*select warp*/
.filters-search-container .search-wrapper { float:left; margin-right:2px; }
.filters-search-container .search-wrapper .select-wrapper { float: left; border: 1px solid #e6e6e6; cursor: pointer; position:relative; background: #fff url(../images/other/down-new.jpg) no-repeat right 0; }
.filters-search-container .search-wrapper .select-wrapper, .filters-search-container .search-wrapper .select-wrapper select { height: 35px; line-height: 35px; font-size:13px; width:100%; }
.filters-search-container .search-wrapper .select-wrapper .holder { display: block; margin: 0 35px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; color:#4c4c4c }
.filters-search-container .search-wrapper .select-wrapper select { margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; padding:0 }
/*select warp*/
.overlaybg { position:fixed; background: rgba(0,0,0,0.75); top:0; left:0; width:100%; height:100%; z-index:99999; display:none }
.col-lg-12.filterdirectory-panelwrp { position:relative; z-index:99999 }
.col-lg-12.filterdirectory-panelwrp .overlaybg { display:block }
/*NYE Filter End*/

.filters-btn { display:none }
.filters-btn { display:none }
/*featured-banner*/
 .featured-banner { background-color: #fff; border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; margin-bottom: 20px; }
.featured-banner ul li { padding:10px; border-bottom: dotted 1px #989a9b; }
.featured-banner ul li:last-child { border-bottom:0 }
.featured-banner ul li a { color:#212121; display: block; margin: 0 auto; width: 320px; }
.featured-banner ul li .featured-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; font-size:14px; }
.featured-banner ul li .featured-title figure { margin-bottom:5px; text-align:center }
.featured-banner ul li .featured-title p { font-size:13px; color:#212121; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.featured-banner ul li .featured-title p span { color:#999 }
.featured-banner ul li .featured-title p span.btn { border: solid 1px #cd3333; color: #cd3333; padding:4px 7px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: color 0.45s, background 0.45s, border 0.45s; -moz-transition: color 0.45s, background 0.45s, border 0.45s; transition: color 0.45s, background 0.45s, border 0.45s; font-size: 12px; line-height:12px; font-family:Arial, Helvetica, sans-serif; font-weight:400; display: inline-block; float:right }
.featured-banner ul li .featured-title p span.btn:hover { background:#cd3333; color: #fff; }
.nyenolist { background: #ffdb00; text-align: center; padding: 15px 0; font-size: 20px; color: #6c0707; text-shadow: -1px 1px 0 #fff; width: 100%; }
/*flashsale banner*/

.flashsale { display:none !important }
.tktalert { border:solid 1px #ed5052; margin-bottom: 10px; font-size:13px; color:#73000a; font-weight:500; border-radius:2px; }
.tktalert span { background:#ed5052; padding:8px 10px; display: inline-block; text-transform:uppercase; color:#fff; font-weight:400; margin-right:5px }
/* Event co-ordinatiors */
.rhs-cordinat-list { }
.rhs-cordinat-list ul li { padding:10px; display: flex; border-bottom: dotted 1px #989a9b; }
.rhs-cordinat-list ul li:last-child { border-bottom:0 }
.rhs-cordinat-list .cordinat-img { width: 50px; height: 50px; margin-right:10px; background:url(../images/other/co-ordinatiors-avatar.png) 0 0 no-repeat }
.rhs-cordinat-list .cordinat-text { float:left; align-self: center; }
.rhs-cordinat-list .cordinat-text b, .rhs-cordinat-list .cordinat-text span { display:block }
.rhs-cordinat-list .cordinat-text b { font-size: 16px; color: #333; display: block; padding-bottom: 5px; }
.rhs-cordinat-list .cordinat-text span { font-size:13px; color:#999 }
.rhs-cordinat-list .cordinat-text span a { color:#999 }
.rhs-cordinat-list .cordinat-text span a:hover { color: #009fff; }
/* Artistlist in a near */
.artistlist-newwrp { height:270px; overflow:hidden }
.artistlist-nearbywrp .breadcrumb, .artistlist-nearbywrp .breadcrumb a { color:#fff; padding-bottom:5px; }
.artistlist-newwrp { position:relative }
.artistlist-newwrp .artistlist-new { display: flex; flex-wrap: wrap; }
.artistlist-newwrp .artistlist-new a { flex-grow: 1; }
.artistlist-newwrp .artistlist-new img { width:75px; height:75px; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
/* Artistlist in a near */
.artistlist-nearbywrp { top: 0; left: 0; content: ''; z-index: 1; width: 100%; height: 100%; position: absolute; background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.9) 0%, rgba(217,8,69,0.9) 80%); background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.9) 0%, rgba(217,8,69,0.9) 80%); background: linear-gradient(135deg, rgba(246,115,13,0.9) 0%, rgba(217,8,69,0.9) 80%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3f6730d', endColorstr='#b3d90845', GradientType=1);
}
.artistlist-nearbywrp .artistlist-trending .pagetitle { padding:0 0 10px }
.artistlist-nearbywrp .artistlist-trending .pagetitle h1 { color:#fff }
.artistlist-nearbywrp .artistlist-trending .pagetitle span { color: #ff0; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby { position: relative; background-color: #fff; margin: 10px 0; padding: 15px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-height: 158px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure { width:100px; height:100px; background-color:#000; float:left; margin-right:10px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure img { width: 100%; height: 100px; margin:0 }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { float:left; width:77% }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .dateloc { padding-bottom:10px; border-bottom: dotted 1px #c3c3c3; margin-bottom:5px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .dateloc ul.whnwre { margin:0; float:none }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .dateloc ul.whnwre li h2 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .dateloc ul.whnwre li.times { padding:7px 0 }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .calltoact { margin-top:10px; float:right; width:110px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft { float: left; width: 262px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft b { color: #707070; font-size: 11px; margin-bottom: 5px; display: block; font-weight: 500; }
/* Artistlist in a near Slider */
.artistlist-nearbywrp .artistlist-trending .thump-image-b .owl-stage { margin:0 auto }
.artistlist-nearbywrp .artistlist-trending .thump-image-b .item img { width:50px; height:50px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.artistlist-nearbywrp .artistlist-trending .thump-image-b .item { cursor: pointer; margin: 10px 0; opacity: 0.3; background-color:#000 }
.artistlist-nearbywrp .artistlist-trending .thump-image-b .current .item { opacity:9 }
.artistlist-nearbywrp .artistlist-trending .large-image-a .item.inactive { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); cursor:not-allowed }
.artistlist-nearbywrp .artistlist-trending .owl-carousel .owl-nav div { width:48px; height:48px; border-radius:50%; box-shadow: 0 7px 15px rgba(0,0,0,.2); background-color:#fff; background-size: 40%; transition: none; margin:-25px 0 0 }
.artistlist-nearbywrp .artistlist-trending .owl-carousel .owl-nav .owl-prev { background-image: url(../images/default/arrow-blc-lt.svg); left: -15px; }
.artistlist-nearbywrp .artistlist-trending .owl-carousel .owl-nav .owl-next { background-image: url(../images/default/arrow-blc-rt.svg); right:-15px; }
.artistlist-nearbywrp .artistlist-trending .owl-carousel:hover .owl-nav .owl-prev { left:-15px }
.artistlist-nearbywrp .artistlist-trending .owl-carousel:hover .owl-nav .owl-next { right:-15px }
.artistlist-nearbywrp .artistlist-trending .owl-carousel .owl-nav div.disabled { background-color:#fff !important }
/* Category Title*/						
.event-category-wrp { position:relative }
.content-background { background-color: #4285f4; height: 355px; position: absolute; top: 0; width: 100%; z-index:-1 }
.event-category-wrp .breadcrumb, .event-category-wrp .breadcrumb a { color:#212121 }
.event-category-wrp .pagetitle { text-align:center; }
.event-category-wrp .pagetitle h1 { color:#fff; }
.event-category-wrp .event-category-bg { box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); background:#fff; margin-bottom: 25px; }
.event-category-wrp .event-category-bg .event-category-list { padding-bottom:25px; }
.event-category-wrp .event-category-bg .event-category-list ul { padding:45px 0 0; height:220px; overflow:hidden }
.event-category-wrp .event-category-bg .event-category-list ul.auto-height { height:auto }
.event-category-wrp .event-category-bg .event-category-list ul li { float:left; text-align:center; margin:15px; padding:25px; width:166px; font-size:15px; transition: all 0.3s ease-in-out; border: 1px solid #dadce0; border-radius: 8px; }
.event-category-wrp .event-category-bg .event-category-list ul li:hover { box-shadow: 0 4px 16px #e0e0e0; }
.event-category-wrp .event-category-bg .event-category-list ul li a { color:#212121; display:block }
.event-category-wrp .event-category-bg .event-category-list ul li:hover a { color:#009fff; }
.event-category-wrp .event-category-bg .event-category-list ul li figure { width: 60px; height:60px; background:#fff; display:inline-block; margin-bottom:5px; }
.event-category-wrp .event-category-bg .event-category-list ul li figure img { width:50px }
.event-category-wrp .event-category-bg .event-category-list ul li h2 { display:block; margin-top:5px; }
.event-category-more { padding:0 0 20px }
.event-category-more .show-all { background: none; border: none; border-top: 1px solid #e0e0e0; cursor: pointer; display: block; margin: 2em 0 0; padding: 0; position: relative; width: 100%; }
.event-category-more .show-all:after { background: #fff; border: 1px solid #e0e0e0; border-radius: 2px; content: ''; height: 2em; left: 50%; margin-left: -50px; position: absolute; top: -15px; width: 100px; z-index: 2; }
.event-category-more .show-all svg { fill: #757575; height: 14px; left: 50%; margin-left: -6px; position: absolute; top: -5px; width: 14px; z-index: 3; }
/* Category Title*/
.event-category-title { display: flex; margin:10px 0 25px; }
.event-category-title .title { color: #424242; font-size: 30px; font-weight: 400; line-height: 2em; flex: 1 1 auto; border-left: solid 3px #ce0023; padding-left:15px; }
.event-category-title .link { font-size: 16px; position: relative; text-transform: uppercase; padding-top: 12px; }
.event-category-title figure { width:60px; height:60px; background:#fff; border-radius:50px; float:left; margin-right:10px; text-align:center }
.event-category-title figure img { width: 35px; height: 35px; }
/**/
.event-category-listing { padding-bottom:60px; }
.event-category-listing .item { background: #fff; border: solid 1px #ddd; text-align: left; overflow: hidden; width:100%; float:left; margin-bottom:20px; }
.event-category-listing .item .category-head { border-bottom:solid 1px #ddd; padding:10px; }
.event-category-listing .item .category-head .citytimewrp { text-align:right }
.event-category-listing .item .category-head .citytimewrp span { display:block; }
.event-category-listing .item .category-head .citytimewrp span.city { padding-bottom:10px; font-size: 18px; color: #013757; }
.event-category-listing .item .category-head .citytimewrp span.city a { color: #013757; }
.event-category-listing .item .category-boby { padding: 10px 0 0; }
.event-category-listing .item .category-boby figure { height: 230px; margin:15px; margin-top:5px; overflow: hidden; position: relative; background:#000 }
.event-category-listing .item .category-boby figure img { width: 100%; object-fit: cover; opacity: 1; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.event-category-listing .item .category-boby figure figcaption { position: absolute; bottom:0; width:100%; height: 100%; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; background: rgba(0,0,0,.8); background: -webkit-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: -moz-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: -o-linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); background: linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,0) 100%); }
.event-category-listing .item .category-boby figure figcaption .price { background: rgba(255,255,255,.3); display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px 10px; border: 1px solid #fff; border-color: rgba(255,255,255,.55); border-radius: 3px; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: 0.5px; position:absolute; right:10px; bottom:20px; }
.event-category-listing .item .category-boby .category-bobytext { margin: 0 15px 5px; }
.event-category-listing .item .category-boby .category-bobytext .title { font-weight: 400; color: #333; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.event-category-listing .item .category-boby .category-bobytext .title a { color:#212121 }
/**/
.event-category-listing .item .category-footer { padding: 15px; border-top: dotted 1px #c3c3c3; min-height:70px; height:70px; }
.event-category-listing .item .category-footer .tags { width:57% }
.event-category-listing .item .category-footer .tags span { margin-bottom: 5px; background: #f4f4f4; color: #999; border: 1px solid #dfe3e7; border-radius: 20px; padding: 3px 5px; text-align: center; margin-right: 3px; font-size: 10px; display: inline-block; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 100px; }
.event-category-listing .item .category-footer .buy-now { float: right; }
/**/
.soldoutwrp { }
.alertbg { color: #721c24; background-color: #f8d7da; border: #f5c6cb solid 1px; padding:15px; margin-bottom:15px; }
.alertbg i { font-size:22px; margin-right:5px; }
/**/
.event-category-slider .sm-hero-bannerwrp-op { margin-bottom: 0; }
.event-category-slider { width: 100%; height: 100%; background:#fff; padding-bottom:5px; margin-bottom:25px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); }
.event-category-slider .pagetitle { padding:0 0 10px }
.event-category-slider .pagetitle h1 { color:#212121 }
.event-category-slider .pagetitle span { color: #f00; }
#hero-bannerwrp-opa .item img { border-radius:8px; }
#hero-bannerwrp-opa .owl-carousel .item:after { display:none }
.cattitlebg { padding:15px 0; color:#333; margin-bottom:15px; }
.cattitlebg h2 { font-size:22px; font-weight: 400; display:inline-block; color:#212121 }
.cattitlebg .festival { float:right; margin-top:0 }
/**/
.category-filterbar { width: 100%; background: #fff; box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.26); margin-bottom:15px; }
.category-filterbar ul li { display:inline-block; padding:20px 30px; margin-left: -4px; border-left:solid 1px #eeeeee; color:#212121; font-size:14px; text-align:center; cursor:pointer; font-weight: 500; }
.category-filterbar ul li a { display:block; color:#212121; }
.category-filterbar ul li.headetexx { text-transform:uppercase; color:#333; background:#ccc; }
.category-filterbar ul li.headetexx:hover { background:#ccc; cursor:default; }
.category-filterbar ul li.headetexx:before { position: absolute; top: 16px; right: -11px; display: inline-block; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 12px solid #ccc; content: ''; z-index:2 }
.category-filterbar ul li:before { content: "\f107"; position:absolute; right:10px; top:38%; font-family:fontawesome; transition: all 0.3s linear; font-size:16px; }
/**/
.category-nav { margin:15px 0 30px; text-align:center }
.category-nav ul li { border:0; display:inline-block; border-radius: 20px; margin-right:10px; font-size:13px; margin-bottom:10px; }
.category-nav ul li a { margin: 1px; background: #fff; border-radius: 20px; color: #616161; display:block; padding: 7px 20px; }
.category-nav ul li.active a { background:none; color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.category-nav ul li.fusion, .category-nav ul li.fusion.active { background: #7383bf; }
.category-nav ul li.liveinconcert, .category-nav ul li.liveinconcert.active { background: #6db4b0; }
.category-nav ul li.classical, .category-nav ul li.classical.active { background: #818181; }
.category-nav ul li.drama, .category-nav ul li.drama.active { background: #e06867; }
.category-nav ul li.comedy, .category-nav ul li.comedy.active { background: #fbab6f; }
.category-nav ul li.dance, .category-nav ul li.dance.active { background: #b463c2; }
.category-nav ul li.devotional, .category-nav ul li.devotional.active { background: #4a72ae; }
.category-nav ul li.bollywood, .category-nav ul li.bollywood.active { background:#469e8c; }
.category-nav ul li.religiousevents, .category-nav ul li.religiousevents.active { background:#d65a8e }
.category-nav ul li.navratridandiya, .category-nav ul li.navratridandiya.active { background: #98c26c; }
.category-nav ul li.diwali, .category-nav ul li.diwali.active { background:#6d3f65 }
.category-nav ul li.newyearevent, .category-nav ul li.newyearevent.active { background:#b25b5b }
.category-nav ul li.pongalmakarsankranti, .category-nav ul li.pongalmakarsankranti.active { background: #dcc158; }
.category-nav ul li.valentinesday, .category-nav ul li.valentinesday.active { background:#b64a84 }
.category-nav ul li.ugadi, .category-nav ul li.ugadi.active { background:#424577 }
.category-nav ul li.holi, .category-nav ul li.holi.active { background:#5bc199 }
.category-nav ul li.nightparty, .category-nav ul li.nightparty.active { background:#333 }
.category-nav ul li.spiritualevents, .category-nav ul li.spiritualevents.active { background:#943883 }
.category-nav ul li.exhibition, .category-nav ul li.exhibition.active { background:#a12373 }
.category-nav ul li a:hover { background:none; color:#fff }
.category-nav.language ul li.active a, .category-nav.language ul li a:hover { color:#212121; text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.65); }
.category-nav.language ul li a { margin:0 }
.category-nav ul li.hindi, .category-nav ul li.hindi.active { background: #fef0ed; border: solid 1px #ecc6bd; }
.category-nav ul li.telugu, .category-nav ul li.telugu.active { background: #cde3de; border: solid 1px #90b9b0; }
.category-nav ul li.tamil, .category-nav ul li.tamil.active { background: #ddedc4; border: solid 1px #bbcca1; }
.category-nav ul li.malayalam, .category-nav ul li.malayalam.active { background: #fed4b7; border: solid 1px #e8bea0; }
.category-nav ul li.bengali, .category-nav ul li.bengali.active { background: #cfb9d0; border: solid 1px #a189a2; }
.category-nav ul li.gujarati, .category-nav ul li.gujarati.active { background: #d9ccc2; border: solid 1px #b7a99e; }
.category-nav ul li.english, .category-nav ul li.english.active { background: #fff0e5; border: solid 1px #ecd1bc; }
.category-nav ul li.marathi, .category-nav ul li.marathi.active { background: #ecebe7; border: solid 1px #dad7cc; }
.category-nav ul li.punjabi, .category-nav ul li.punjabi.active { background: #fffdd4; border: solid 1px #e8e6b7; }
.category-nav ul li.kannada, .category-nav ul li.kannada.active { background: #e0ffe7; border: solid 1px #c5e4cc; }
.category-nav ul li.urdu, .category-nav ul li.urdu.active { background: #d3effe; border: solid 1px #b3cfde; }
.category-nav ul li.multilingual, .category-nav ul li.multilingual.active { background: #e0babe; }
.other-cat-list { }
.other-cat-list ul li { border-bottom: dotted 1px #989a9b; padding: 10px; display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; -webkit-box-orient: horizontal!important; -webkit-box-direction: normal!important; -ms-flex-direction: row!important; flex-direction: row!important; }
.other-cat-list ul li:last-child { border-bottom:0 }
.other-cat-list ul li i { width:30px; height:30px; margin-right:10px; }
.other-cat-list ul li a { display: flex; align-items: center; }
.other-cat-list ul li i.fusion { background:url(../images/other/microphone.svg) 0 0 no-repeat; }
.other-cat-list ul li i.liveinconcert { background:url(../images/other/karaoke.svg) 0 0 no-repeat; }
.other-cat-list ul li i.classical { background:url(../images/other/jazz.svg) 0 0 no-repeat; }
.other-cat-list ul li i.drama { background:url(../images/other/theatre.svg) 0 0 no-repeat; }
.other-cat-list ul li i.comedy { background:url(../images/other/comedy-icon.svg) 0 0 no-repeat; }
.other-cat-list ul li i.dance { background:url(../images/other/dancing.svg) 0 0 no-repeat; }
.other-cat-list ul li i.devotional { background:url(../images/other/praying.svg) 0 0 no-repeat; }
.other-cat-list ul li i.bollywood { background:url(../images/other/eye-mask.svg) 0 0 no-repeat; }
.other-cat-list ul li i.religious { background:url(../images/other/premium.svg) 0 0 no-repeat; }
.other-cat-list ul li i.spiritual { background:url(../images/other/spiritual-star.svg) 0 0 no-repeat; }
.other-cat-list ul li i.navratridandiya { background:url(../images/other/navratri-dandiya.svg) 0 0 no-repeat; }
.other-cat-list ul li i.diwali { background:url(../images/other/fireworks.svg) 0 0 no-repeat; }
.other-cat-list ul li i.new-year { background:url(../images/other/party-horn.svg) 0 0 no-repeat; }
.other-cat-list ul li i.holi { background:url(../images/other/holi-powder.svg) 0 0 no-repeat; }
.other-cat-list ul li i.seminar { background:url(../images/other/presentation.svg) 0 0 no-repeat; }
.other-cat-list ul li i.exhibition { background:url(../images/other/painting.svg) 0 0 no-repeat; }
.other-cat-list ul li i.nightparty { background:url(../images/other/celebration.svg) 0 0 no-repeat; }
/**/
.new-tag { font-size: 10px; padding: 3px 7px; background: #e82e47; border-radius: 5px; position: absolute; top: 0; margin-top: 0px; color: #fff; right: 0; }
/**/
.category-filterbar ul li .optwrapper { background: #fff; border: none; border-radius: 0 0 3px 3px; box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2); min-width: 160px; margin: 0; padding-bottom: 1px; text-align: left; width: 100%; top:51px; right: auto; bottom: auto; left: 0; position: absolute; z-index:2; display:none; transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -webkit-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -moz-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -ms-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; -o-transition:opacity .2s ease-out, top .2s ease-out, visibility .2s ease-out; box-sizing:border-box; }
.category-filterbar ul li .optwrapper li { font-size: 13px; border-bottom: 1px solid #f5f5f5; color: #333; padding: 10px 12px; line-height: normal; cursor: pointer; text-align:left; width: 100%; margin: 0; }
.category-filterbar ul li .optwrapper li.active, .category-filterbar ul li .optwrapper li:hover { background-color: #ff5a5f; color: #fff; }
.category-filterbar ul li .optwrapper li.active a, .category-filterbar ul li .optwrapper li:hover a { color: #fff; }
.category-filterbar ul li .optwrapper li:before { display:none }
.botbtns, .filtr-btn { display:none }
/**/
.widget-pluginwrp .titlebg { margin-bottom:0 }
.widget-plugin iframe { width:100% }
.widget-plugin-tw { height:500px; overflow-y: auto; }
/**/
.aside-list { }
.aside-list ul { padding:10px 0 }
.aside-list ul li { font-size:14px; padding:8px 15px; font-weight:400; border-bottom: solid 1px #eee; }
.aside-list ul li:last-child { border-bottom:0; }
/**/
.pastevebg { background:#fff5ef; border-radius:4px; border:solid 1px #dd976c; padding:15px; margin-bottom:20px; }
.pastevebg .pastevealert-title { font-size:20px; color:#fa5358; margin-bottom:10px; }
.pastevebg p { font-size:16px; font-weight:300; line-height:20px; padding-bottom:10px; }
.pastevebg p b { font-weight:500; color:#fa5358; }
.pastevebg ul { margin:15px 0 0 0; display:block; }
.pastevebg ul li { margin: 0 10px; float: left; border-radius: 4px; border: 1px solid #ccc; background-color: #fff; font-weight: 300; }
.pastevebg ul li a { color: #666; font-size: 14px; line-height: 28px; padding: 3px 15px; transition: all 0.24s ease-in 0s; }
.pastevebg ul li.btn-red1 { background:#db4344; border:solid 1px #db4344; }
.pastevebg ul li.btn-red1 a { color:#fff }
.pasteventwrp { background:#212121 }
.pasteventwrp .breadcrumb, .pasteventwrp .breadcrumb a { color:#ccc }
.pasteventwrp .pasteventbg { background: #ffdb00; text-align: center; padding: 15px 0; font-size: 20px; color: #6c0707; text-shadow: -1px 1px 0 #fff; }
.pasteventwrp .heroeventdetailswrp { padding:15px 0; width:100% }
.pasteventwrp .heroeventdetailswrp .catbatach span { display: inline-block; background-color: #08a182; border-radius: 3px; font-size: 12px; margin: 0 5px 5px 0; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding: 3px 8px; }
.pasteventwrp .heroeventdetailswrp .catbatach span a { color: #fff; text-decoration:none; }
.pasteventwrp .heroeventdetailswrp .catbatach span.language { background-color:#3381af }
.pasteventwrp .heroeventdetailswrp h1 { font-family: 'Roboto', sans-serif; font-size:34px; font-weight:400; color:#fff; font-size: 22px; }
.pasteventwrp .heroeventdetailswrp .event-location { font-size:14px; color:#ddd; margin:10px 0 0 }
.pasteventwrp .heroeventdetailswrp .event-location em { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; }
.pasteventwrp .heroeventdetailswrp .event-location a.venuelink { font-size:16px; font-style:normal }
.pasteventwrp .heroeventdetailswrp .event-location a { color:#009fff; font-size:12px; font-style:italic }
.pasteventwrp .heroeventdetailswrp .detail-wrp .dates-wrp { background-color: rgba(242, 242, 242, 0.2); border:solid 1px rgba(242, 242, 242, 0.4); float:left; text-align:center; padding:8px 0; width:100px; margin:15px 15px 0 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color:#fff }
.pasteventwrp .heroeventdetailswrp .detail-wrp .dates-wrp .month { display:block; font-size:16px; padding:0 0 5px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp .dates-wrp .day { display:block; font-size:30px; padding:0 0 5px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp .dates-wrp .time { display:block; font-size:16px; padding:0 0 5px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info { margin-top:10px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li { padding:7px 0; font-size:14px; line-height:22px; font-weight:300; color:#fff }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.event-location { margin:0 }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.event-location a { color: #009fff; }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li a, .pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li span { color:#fff; padding: 0 3px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li a:hover { text-decoration:underline }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li span { color:#ccc; font-weight:300; font-size:14px; padding:0 5px 0 0 }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.artislists a { border: 1px solid #aaa; padding: 5px 8px; border-radius: 30px; margin-right: 10px; cursor: pointer; font-size:12px; text-decoration:none }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.artislists a:hover { background:rgba(242, 242, 242, 0.2) }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.tktranges { font-weight:500; color:#fff }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.tktranges a { color:#6f1b1b; font-size:14px; padding:0 0 0 5px; background-color:#ffe400; padding:5px 10px; border-radius:2px; margin-left: 10px; }
.pasteventwrp .heroeventdetailswrp .detail-wrp ul.event-info li.tktranges a:hover { text-decoration:none }
/*canceledeve*/
.canceledeve .item img { width: 100%; display: block; filter: blur(12px); -webkit-filter: blur(12px); -moz-filter: blur(12px); -ms-filter: blur(12px); -o-filter: blur(12px); background-repeat: no-repeat; background-size: cover; margin: 0 auto; transition: all .5s ease; background-color: rgba(0,0,0,0.6); }
.canceledeve .canceledevewrp { }
.canceledeve .canceledevebg { background:url(../images/other/cancelled.png) 0 0 no-repeat; width: 310px; position: absolute; top: 20px; z-index: 9; right: 380px; height: 256px; background-size: cover; }
/* =================================================================================
																		CANADA STARTED
===================================================================================*/
.canadawarp { }
.canadawarp .sm-hero-bannerwrp-op { margin:0 }
.canadawarp .recent-event { background-color: #f0f0f0; -webkit-box-shadow: 0 0 6px -1px rgba(55,55,55,.64); -ms-box-shadow: 0 0 6px -1px rgba(55,55,55,.64); -o-box-shadow: 0 0 6px -1px rgba(55,55,55,.64); box-shadow: 0 0 6px -1px rgba(55,55,55,.64); margin-bottom:20px }
.canadawarp .recent-event .tech-field { padding:0 10px }
.canadawarp .recent-event .tech-field ul { overflow: auto; transition: all .5s ease; white-space: nowrap; cursor: pointer; font-size: 0 }
.canadawarp .recent-event .tech-field ul::-webkit-scrollbar {
display:none
}
.canadawarp .recent-event .tech-field li:first-child { border-left:0 }
.canadawarp .recent-event .tech-field li { display:inline-block; font-size:14px; padding:10px; transition:all .5s ease; width:auto; border-right:#d7d7d7 solid 1px; border-left:#fff solid 1px; font-weight:500 }
.canadawarp .recent-event .tech-field a { color: #06f; font-size:11px }
.canadawarp .recent-event .tech-field a span { display:block; color:#555; padding-top:5px }
.canadawarp .recent-event .tech-field-arrow-prev, .canadawarp .recent-event .tech-field-arrow-next { position:absolute; top:12px; padding:0; font-size:18px; color:#333; -ms-transform: rotate(-90deg); transform: rotate(-90deg) }
.canadawarp .recent-event .tech-field-arrow-prev { left:0; }
.canadawarp .recent-event .tech-field-arrow-next { right:0; -ms-transform: rotate(90deg); transform: rotate(90deg); }
.canadawarp .canada-category-list { padding-bottom:20px; }
.canadawarp .canada-category-list ul { padding:45px 0 0; height:220px; overflow:hidden }
.canadawarp .canada-category-list ul.auto-height { height:auto }
.canadawarp .canada-category-list ul li { float:left; text-align:center; padding:25px; width:161px; font-size:14px; margin: 5px; -webkit-transition: all .24s ease-in; -moz-transition: all .24s ease-in; -ms-transition: all .24s ease-in; -o-transition: all .24s ease-in; transition: all .24s ease-in; }
.canadawarp .canada-category-list ul li a { color:#212121; display:block }
.canadawarp .canada-category-list ul li:hover { border-radius: 4.4px; box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25); background:#fff }
.canadawarp .canada-category-list ul li:hover .cat-imgwrp figure { background-color: #f0f0f0; box-shadow:none }
.canadawarp .canada-category-list ul li:hover a { color:#06f; }
.canadawarp .canada-category-list ul li .cat-imgwrp { width: 85px; height: 85px; margin:0 auto }
.canadawarp .canada-category-list ul li .cat-imgwrp figure { width: 85px; height:85px; background:#fff; border-radius:50%; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25); display: table-cell; vertical-align:middle }
.canadawarp .canada-category-list ul li .cat-imgwrp figure img { width:50px; }
.canadawarp .canada-category-list ul li h2 { display:block; margin-top:10px; }
.canadawarp .canada-showmore-btn { text-align:center; margin:15px 0 }
.canadawarp .canada-showmore-btn a { background:#dfdede; color:#212121; font-weight:500; border-radius:50px; padding:8px 15px; font-size:13px; }
/**/
/*featured-banner*/
.canadawarp .ca-popular-eves { }
.canadawarp .ca-popular-eves .popular-title { font-size:14px; font-weight:500; display:block; padding-bottom:5px; }
.canadawarp .ca-popular-eves .ca-popular-banner { }
.canadawarp .ca-popular-eves .ca-popular-banner ul { /*overflow: auto;transition: all .5s ease;white-space: nowrap;cursor: pointer;font-size: 0;*/ }
.canadawarp .ca-popular-eves .ca-popular-banner::-webkit-scrollbar {
display:none
}
.canadawarp .ca-popular-eves .ca-popular-banner li { display:inline-block; font-size:14px; padding:0; transition:all .5s ease; margin: 0 4px 0 0; float:left; }
.canadawarp .ca-popular-eves .ca-popular-banner li:last-child { margin-right:0 }
.canadawarp .ca-popular-eves .ca-popular-banner li a { background:#fff; border:solid 1px #e0e0e0; display:block; padding:10px; }
.canadawarp .ca-popular-eves .ca-popular-banner li a, .canadawarp .ca-popular-eves .ca-popular-banner li { width:300px; }
.canadawarp .ca-popular-eves .ca-popular-banner li a figure { margin-bottom:5px }
.canadawarp .ca-popular-eves .ca-popular-banner p { font-size: 13px; color: #212121; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.canadawarp .ca-popular-eves .ca-popular-banner p.link { color: #06f }
.canadawarp .ca-popular-eves .ca-popular-banner .btn { border: solid 1px #cd3333; color: #cd3333; padding: 4px 7px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: color 0.45s, background 0.45s, border 0.45s; -moz-transition: color 0.45s, background 0.45s, border 0.45s; transition: color 0.45s, background 0.45s, border 0.45s; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: 400; display: inline-block; float: right; margin-top:5px }
.canadawarp .ca-popular-eves .ca-popular-banner .btn:hover { background: #cd3333; color:#fff; }
/**/
.card-carousel .item { padding:10px; }
.card-carousel .card { border-radius: 4.4px; box-shadow: 0 1px 6px 0 rgba(0,0,0,0.25); background:#fff }
.card-carousel .card figure { background:#ccc; height:150px; border-bottom:dotted 1px #ddd }
.card-carousel .card figure img { height:100%; -webkit-border-top-left-radius: 4.4px; -webkit-border-top-right-radius: 4.4px; -moz-border-radius-topleft: 4.4px; -moz-border-radius-topright: 4.4px; border-top-left-radius: 4.4px; border-top-right-radius: 4.4px; }
.card-carousel .card .card-details { padding:10px; }
.card-carousel .card p { font-size:15px; color:#212121; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.card-carousel .card span { font-size:13px; color:#999; text-decoration: underline; padding:5px 0 }
.canadawarp .hometitle { }
.canadawarp .hometitle h1, .canadawarp .hometitle h2 { padding:15px 0 0 }
/**/ 
.card-carousel .card .ca-venue-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 20px; }
.card-carousel .owl-carousel:hover .owl-nav .owl-prev { left:0; }
.card-carousel .owl-carousel:hover .owl-nav .owl-next { right:0; }
.card-carousel .owl-carousel .owl-nav .owl-next { background-image: url(../images/default/arrow-blc-rt.svg); background-size: 50%; }
.card-carousel .owl-carousel .owl-nav .owl-prev { background-image: url(../images/default/arrow-blc-lt.svg); background-size: 50%; }
.card-carousel .owl-carousel .owl-nav div { transition:none; width: 40px; height:40px; background-color: #fff; border-radius: 50%; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1); border:solid 2px #fff }
.card-carousel .owl-theme .owl-nav [class*=owl-] { top:35%; margin:0; padding:0 }
/**/
.othermetrolistwrp { padding: 15px 20px; float:left }
.othermetrolistwrp small { padding-bottom: 8px; color: #777; font-size: 11px; text-transform: uppercase; }
.othermetrolistwrp ul { }
.othermetrolistwrp ul li:first-child { padding-left:0 }
.othermetrolistwrp ul li { padding:10px; font-size:12px; color:#fff; float:left }
.othermetrolistwrp ul li a { color:#fff; }
.othermetrolistwrp ul li a:hover { color:#ff0; }
.othermetrolistwrp ul li a em { font-size:11px; font-weight:300; padding-left:5px; font-style:italic }
/**/
.other-citie-listwrp { background:#06b9a4 url(../images/other/canada-map-bg.png) right bottom no-repeat; border-radius: 4px; height:100%; padding:15px; }
.other-citie-listwrp .other-citie-listtitle { font-weight:400; font-size:30px; color:#fff; text-shadow: 2px 2px 0 #048172; }
.other-citie-listwrp .other-citie-list { padding:15px 0 }
.other-citie-listwrp .other-citie-list ul { margin-left:25px; }
.other-citie-listwrp .other-citie-list ul li { padding:10px 0; font-size:16px; list-style-type:disc; color:#fff }
.other-citie-listwrp .other-citie-list ul li a { color:#fff; text-shadow: 2px 2px 0 #048172; }
.other-citie-listwrp .other-citie-list ul li a:hover { color:#ff0; text-decoration:underline; text-shadow:none; font-size:18px; }
.other-citie-listwrp .other-citie-list ul li a em { font-size:14px; font-weight:300 }

/* =================================================================================
																		CANADA END
===================================================================================*/

/*muru end*/
@media only screen and (max-width : 320px) {
.mobilehide, .pmhide { display:none; }
.heroeventdetails h1 { font-size:26px; }
.heroeventdetails .detail-wrp .dates-wrp .month { font-size:14px; }
.heroeventdetails .detail-wrp .dates-wrp .day { font-size:28px; }
.eventactinnav ul li span { display:none }
.eventtktwrp.bggray .tktwrp .tktdecs, .eventtktwrp.bggray .tktwrp .tktdatetme { width:100% !important }
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tktmonth, .eventtktwrp .tktwrp .tktdatetme .tkttime { display:inline-block !important }
.eventtktwrp .tktwrp .tktdatetme .tktdate { position:relative; padding-left:20px; }
.eventtktwrp .tktwrp .tktdatetme .tktdate:after { content: ""; background:url(../images/other/event-calender.png) 0 0 no-repeat; width:12px; height:16px; position:absolute; left:0; }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 568px) {
.h1, .h2, .h3, .h4, .h5, .h6 { font-size: 18px; font-family: 'Roboto', sans-serif; font-weight:400 }
.hometitle h1, .hometitle h2 { font-size:20px; padding-bottom: 5px; }
.mobilehide, .pmhide { display:none; }
.mobileview { display:block !important; visibility:visible !important }
.eventdetailrow .orgwrap .org-action { padding:0 0 15px; }
.eventdetailrow .gallerywarp ul li { width: 167px; height: 120px; }
.poplrmtrowrp .poplrmtrodetl ul li { width:96% }
.modal .eventwraper .social-btns ul li { margin: 0 5px 10px; }
.modal .eventwraper .social-copy-share input[type="text"] { width:50% }
.heroeventdetails small { font-size: 14px; font-weight: 200; }
.heroeventdetails .detail-wrp .dates-wrp { width: 70px; margin: 6px 15px 0 0; }
.heroeventdetails .detail-wrp .dates-wrp .time, .heroeventdetails .detail-wrp .dates-wrp .month { font-size:14px; }
.heroeventdetails .detail-wrp .dates-wrp .day { font-size:25px; }
.heroeventdetails .detail-wrp ul.event-info li { font-size:14px; color:#fff; padding:0 }
.heroeventdetails .event-location { padding:5px 0; margin:0; font-size:14px; }
.venuebg { height:150px; }
.venuebg .h1 h1 { line-height:normal }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail .dateloc, .eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact { width:100% }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail .calltoact { padding:10px 0 0 0 }
.evedetail .dateloc ul.whnwre { margin: 0; width: 84.3%; }
/* buyonmapwarp */
 
.eventdetailrow .gallerywarp .event-update.owl-carousel .owl-wrapper-outer { width: 100%; }
.othertkts .event-container { width:95% }
.rhsbg .rhslist ul li figure img { width: 50px; height: 50px; }
.hero-banner .item img, .hero-banner.rsvb-banner .item img { height:100%; }
.preregister, .heroeventdetails { position:static; background:#fff; padding:10px 0 }
.heroeventdetails .container-max.margin20tb { margin:0; }
.preregister { color:#212121; }
.preregister h1, .heroeventdetails h1 { color:#212121; line-height: 1.3; font-size:20px; padding:5px 0; }
.heroeventdetails .event-location { color: #838383; line-height: 1.5; }
.heroeventdetails .detail-wrp .dates-wrp { background-color:#fff; border: 0; color:#212121; width:100%; text-align:left; margin:0 }
.heroeventdetails .detail-wrp .dates-wrp:before { content: "\f073"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:#838383; font-size:14px; }
.heroeventdetails .detail-wrp .dates-wrp .time, .heroeventdetails .detail-wrp .dates-wrp .month, .heroeventdetails .detail-wrp .dates-wrp .day { font-size:14px; display:inline-block; font-weight:400 !important; font-family: 'Roboto', sans-serif; }
.heroeventdetails .detail-wrp .dates-wrp .day { font-size:18px; padding: 0 5px; }
.heroeventdetails .detail-wrp .dates-wrp .time, .heroeventdetails .detail-wrp .dates-wrp .month { color: #5c5c5c; font-weight:500 }
.heroeventdetails .detail-wrp .dates-wrp .month { padding-left:3px; }
.eventactinnav { background:#fff; border-top: 1px solid #cdcdcd; min-height: 50px; }
.eventactinnav ul { margin: 10px 0 0 0; }
.eventactinnav ul li { border-radius:50px; background:#f4f4f4; border:1px solid #dfe3e6; }
.eventactinnav ul li a { font-size:12px; line-height: 23px; padding: 0px 15px; color:#333 }
.eventdetailmenu { background:none; border:0; border-bottom: 1px solid #ccc; }
.eventdetailmenu ul { height: 55px; }
.eventdetailmenu ul li { border:0; line-height: 19px; }
.eventdetailmenu ul li a { padding: 10px 20px; }
.eventdetailmenu ul.container { padding:0 15px }
.eventdetailmenu.eventnavstick { height:42px; margin:0; border:0; border-radius:0 }
.tkt-wraper .tkt-wrap .tkt-price-wrp, .tkt-wraper .tkt-wrap .tkt-status { display:inline-block }
.tkt-wraper .tkt-wrap .tkt-quantity { float:right }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .otherdetail .upevnt { display:none }
.preregisternav .preregisterdetalwrp { width:100% }
.preregister .predates-action a.btn { background-color:#ffe400; color: #770101; display:block; margin:0 }
.preregister .predates-action { font-size: 15px; width:90%; background:#f5f5f5; border-left-color:#ddd; padding:10px; margin:10px 0 0 }
.preregister .predates-action br { display:none; }
.preregister .predates { font-size: 14px; display: inline-block; font-weight: 400; color: #5c5c5c; }
.tkt-wraper h2 { margin-bottom:10px }
a.addnl-btn { margin-top:10px; display:block; float:none; border-radius:0 }
.eventdetailrow .evepermrs .item figure img { width:50px; height:50px; }
.owl-carousel:hover .owl-nav .owl-prev { left:0 }
.owl-carousel:hover .owl-nav .owl-next { right:0 }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { width:20px; height:20px; }
.detail-warp .detail-ovrly .next-concert .next-bg { width:100% }
.detail-hd { height:100% }
/* artist details*/
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tktmonth, .eventtktwrp .tktwrp .tktdatetme .tkttime { font-size:14px; font-weight:700; color:#212121; letter-spacing: 0.3px; }
/*metro tab*/
.event-venue-wrp .tab-nav { padding:0; background:#fff }
.event-venue-wrp .tab-nav ul { overflow-x: auto; overflow-y: hidden; width: 100%; display: flex; }
.event-venue-wrp .tab-nav ul li { text-transform:uppercase; margin-right:5px; }
.event-venue-wrp .tab-nav a { padding:15px; font-size:13px; font-weight:500; letter-spacing:normal; color:#666; background:none; border:0 }
.event-venue-wrp .tab-nav a:hover, .event-venue-wrp .tab-nav a.active { background: #fff; color: #5bc199; border:0; border-bottom: 2px solid #5bc199; }
.event-venue-wrp .categories-container .cat-tabs-menu ul li a { padding: 5px 14px; }
.titlebg h2 { padding:0 }
.upcomingarist .artistdatelist { height:90px; }
.upcomingarist .artistdatelist ul { display: flex; overflow-x: auto; overflow-y: hidden; height: 70px; padding: 0 15px; }
.upcomingarist .artistdatelist ul li.last, .upcomingarist .artistdatelist ul li { white-space: nowrap; width:auto }
.sportlight .col-lg-12 { padding-right:0 }
.artistsportlightwrp .sportlhtbd .venueaddres { bottom:60px; }
.event-container figure { height:185px; }
.upcomingevewrp .featuredevent { border-bottom:0 }
.featuredevent { height:110px; overflow:hidden; }
.featuredevent ul { height:150px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; width:100%; display:flex; }
.featuredevent ul li { float:left; margin-right:20px; border-bottom:0 }
.featuredevent ul li a { display:block; width:300px; }
.featured-banner { height:150px; overflow:hidden; }
.featured-banner ul { height:170px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; width:100%; display:flex; }
.featured-banner ul li { float:left; margin-right:0; border-bottom:0 }
.featured-banner ul li a { display:block; width:300px; }
.homebg { background:#fff; }
.featured-eventswrp { background:#fff; margin:0; padding-bottom:30px; padding-top:20px; }
.upcomingevewrp { padding: 0 0 30px; margin: 0; }
.poplr-eve-title { margin-bottom:0; }
.hometitle { margin-bottom:20px; }
.poplr-eve-title, .hometitle h1, .hometitle h2 { font-size:16px; text-align:left; color:#212121; font-weight:500 }
.hometitle .tagline { display:none }
.featured-slide .item { margin-right:20px; }
.featured-eventswrp .featured-event { margin-bottom:25px; box-shadow:none; border: 1px solid #d0d0d0; }
.featured-eventswrp .featured-event figure { height:120px; }
.seatmodal .modal-content .ordinfo ul li { width:100% }
ul.pagination { margin-bottom:20px; }
.breadcrumb, .hero-banner-wrap .bannercamb { display:none }
.tkt-wraper .tkt-totalbg { font-size:14px; position:fixed; left:0; bottom:0; width:100%; z-index:99999999; margin:0; background:#f2f2f4; box-shadow: 0 0 3px 0 rgba(0,0,0,.5); text-align:center }
.tkt-wraper .tkt-totalbg b { display:inline-block; font-size:18px; text-align:center; padding:8px 0 }
.tkt-wraper .tkt-totalbg .buy-btn { font-size: 13px; text-align:center; display:block; }
.detalsubtitle { padding: 10px 15px; line-height: 35px; border-bottom: 1px solid #e3e2e2; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 20px; line-height: 1.1em; color:#212121 }
.cd-top { display:none }
.tkt-wraper .tkt-totalbg .buy-btn a { font-size:16px; display:inline-block }
.hero-banner .item img { height: 100%; }
.featured-eventswrp .owl-carousel .owl-nav div { width:40px; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-next { right:-15px }
.featured-eventswrp .owl-carousel .owl-nav div.owl-prev { left:-15px }
.festivalbg { padding-bottom: 25px; }
.festivalbg .nyeevebg h1 { font-size: 20px; }
.festivalbg .nyeevebg .tagline { font-size:16px; }
.tktbuyinfo .tktbuy-info li { width:50%; padding:10px; }
.tktbuyinfo .tktbuy-info li:last-child { width:100%; }
.tktbuyinfo .tktbuy-info li .social li { width:inherit; }
.tktbuyinfo .tktbuy-info li small { padding-bottom:5px; }
.tktbuyinfo .tktbuy-info li span { padding-top:0 }
.nyeeve-gird .item { width:95%; }
.trackoderprnt ul li .tracdate, .trackoderprnt ul li .tractitle, .trackoderprnt ul li .tracprint { width:100% }
.trackoder .orderform ul li.margin20t { width:100%; margin-top:10px; }
.trackoderprnt ul li .tracprint a { float:left; width:50%; padding: 6px 15px; margin-top:10px; }
.trackoder .orderform ul li { width:50% }
.festivalbg .nyeevebg { width:100% }
.mobilefestival { background: #08a182 url(https://d3aew4oo17ml6.cloudfront.net/common/images/other/color1.gif) repeat center center; border-radius: 2px; color: #fff !important; font-size: 13px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; padding: 5px 8px !important; line-height: 15px; margin:10px 0 0 0 !important }
.col-lg-12.filterdirectory-panelwrp { z-index: 999999; }
.filters-btn { position: fixed; left: 10px; bottom: 100px; width: 65px; height: 65px; font-size: 28px; background: #30c4f0; line-height: 65px; text-align: center; color: #fff; display: inline-block; z-index: 9; border-radius: 50%; box-shadow: 0 18px 32px rgba(0,0,0,.28); border: 2px solid #fff; }
.mobilefilter { background-color: rgba(0, 0, 0, 0.8); height: 100%; overflow-x: hidden; overflow-y: auto; width: 100%; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; position: fixed; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; padding:0; margin:0; }
.filters-search-container .filters-search { height:100%; top:0; width:100%; left:0 }
.filters-search-container .filters-search .filters-type { width:100%; border-bottom:solid 1px #ddd }
.filters-search-container .filters-search .filters-type a { display:block; }
.filters-search-container .filters-search .filters-type a i { float:right; margin-right:20px; }
#div_byevent { margin-top: 74px; }
#div_byvenue { margin-top: 123px; }
#div_byorganizer { margin-top: 172px; }
#div_bylocation { margin-top: 220px; }
.filters-search-container .filterdirectory-list ul li { width:100% }
.filters-search-container .filterdirectory-titlebar input[type="text"] { width:50% }
.mobilefilreclose { background:url(../images/other/remove-black.png) 0 0 no-repeat; background-size: cover; width: 16px; height: 16px; float: right; display: block; overflow: hidden; text-indent: -9999px; margin-right:20px; margin-top:10px; }
.home-hero-bannerwrp .owl-carousel .item { height: 200px !important; }
.artistlist-newwrp { height: 430px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure { width:100%; height:130px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure img { height:100% }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width:100%; margin-top:8px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft, .artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .calltoact { width: 50%; }
.category-nav { height: 55px; overflow: hidden; position:relative; }
.category-nav ul { height: 90px; overflow-x: auto; overflow-y:hidden; display: flex; margin: 0; padding: 0; }
.category-nav ul li { display:inline-block; height: 29px; }
.category-nav ul li a { white-space: nowrap; }
}
/*----iphone---*/
@media only screen and (min-width : 569px) and (max-width : 640px) {
.eventdetailrow .gallerywarp ul li { width: 167px; height: 120px; }
.poplrmtrowrp .poplrmtrodetl ul li { width:29% }
.eventlistwrp .venuelistwrp .venue-detals figure { width: 154px; height: 200px; }
.eventlistwrp .other-servs-info .otnernav ul li i, .eventlistwrp .other-servs-info .otnernav ul li.makeevent, .eventlistwrp .other-servs-info .otnernav ul li a em { display:none }
.eventlistwrp .other-servs-info .otnernav ul li a { font-size:12px; padding:10px }
.eventlistwrp .other-servs-info .otnernav ul li a:before { bottom:5px; }
.eventlistwrp .other-servs-info { border-top: solid 1px #f0f0f0; }
.eventlistwrp .other-servs-info .otnernav ul li.transportation { width: 150px; }
.eventlistwrp .other-servs-info .otnernav ul li.services { width: 125px; }
.eventlistwrp .other-servs-info .otnernav ul li.daycare { width: 83px; }
.eventlistwrp .other-servs-info .otnernav ul li.restaurants { width: 190px; }
.home-hero-bannerwrp .owl-theme .owl-dots { bottom:30px; }
.nyeeve-gird .item { width:270px; }
.filters-search-container .filterdirectory-list ul li { width: 33.3%; }
}
/*----high end windows phone---*/
@media only screen and (min-width : 641px) and (max-width : 768px) {
.eventdetailrow .gallerywarp ul li { width: 153px; height: 120px; }
.poplrmtrowrp .poplrmtrodetl ul li { width:29% }
.eventlistwrp .venuelistwrp .venue-detals figure { width:200px; height:200px; }
.eventlistwrp .other-servs-info .otnernav ul li i, .eventlistwrp .other-servs-info .otnernav ul li.makeevent, .eventlistwrp .other-servs-info .otnernav ul li a em { display:none }
.eventlistwrp .other-servs-info .otnernav ul li a { font-size:12px; padding:10px }
.eventlistwrp .other-servs-info .otnernav ul li a:before { bottom:5px; }
.eventlistwrp .other-servs-info { border-top: solid 1px #f0f0f0; }
.eventlistwrp .other-servs-info .otnernav ul li.transportation { width: 150px; }
.eventlistwrp .other-servs-info .otnernav ul li.services { width: 125px; }
.eventlistwrp .other-servs-info .otnernav ul li.daycare { width: 83px; }
.eventlistwrp .other-servs-info .otnernav ul li.restaurants { width: 190px; }
.seatmodal .modal-content .ordinfo ul li { width:49% }
.hero-banner .item img { height: 350px; }
.home-hero-bannerwrp .owl-theme .owl-dots { bottom:50px; }
.festivalbg { background: #25055a url(../images/other/festival-page.jpg) no-repeat 0 0; background-size: cover; }
.festival-bd .pagetitle h1 { font-size:24px; }
.tktbuyinfo .tktbuy-info li { padding:10px; }
.nyeeve-gird .item { width:335px; }
.festivalbg .nyeevebg { width:100% }
.filters-search-container .filterdirectory-list ul li { width: 33.3%; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width:66% }
.artistlist-newwrp { height: 430px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure { width:100%; height:130px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby figure img { height:100% }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width:100%; margin-top:8px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft { width: 212px; }
}
@media only screen and (max-width : 768px) {
.padhide, .pmhide { display:none; }
.tabport_view { display:block !important; visibility:visible }
.tkt-wraper .tkt-wrap .tkt-price-wrp, .tkt-wraper .tkt-wrap .tkt-quantity { margin-top:15px; }
.eventdetailrow .orgwrap { padding:0 }
.eventdetailrow .gallerywarp ul li img { height: 120px; }
.eventdetailrow .gallerywarp ul li figcaption i { margin-top:36px; }
.heroeventdetailswrp { width:100% }
.eventactinnav ul li { margin: 0 5px; }
.eventdetailrow .evepermrs ul li figure, .eventdetailrow .evepermrs ul li figure img { height:50px; width:50px; margin:0 auto }
.mov-scroll { height: 85px; overflow-x: scroll; overflow-y: hidden; position:relative; }
.eventdetailrow .gallerywarp, .eventdetailrow .evepermrs { position:relative }
.eventdetailrow .gallerywarp .mov-scroll { height:180px; }
.eventdetailrow .gallerywarp .mov-scroll ul { width: 1500px; }
.eventdetailrow .event-poster { margin-bottom:15px; }
.eventdetailrow .event-poster .postermore .btn { left:25% }
.eventdetailrow .orgwrap .orglogo figure, .eventdetailrow .orgwrap .orglogo figure img { width:80px; height:80px; }
.eventdetailrow .orgwrap .orglogo .org-detals { padding: 10px 0; }
.mymodal-content .close, .modal .close { right: 20px; top: 20px; }
.mymodal-content .close a, .modal .close a { background: url(../images/other/remove-black.png) no-repeat 0 0; }
.modal .photoscontainer .close a { background: url(../images/other/remove.png) no-repeat 0 0; }
.mymodal .mymodal-content, .mymodal .mymodal-content.tracklistwrp, .setplanmodal .modal-content, .sessionmodal .modal-content, .modal .modalwidth, .mymodal .mymodal-content.share-blocks { height: 100% !important; margin: 0; width: 100% !important; top:0 }
aside .eventdetailrow .orgwrap .org-action { padding-bottom:15px; }
.popmetscrlleft, .popmetscrlright { border:0; padding:0; height:inherit; width:inherit }
.tkt-wraper .multdatewrp .multinav { height: 105px; overflow:hidden }
.eventdetailmenu ul, .tkt-wraper .multdatewrp .multinav ul { overflow-x: auto; overflow-y: hidden; height: 125px; width: 100%; white-space: nowrap; position: relative; -webkit-overflow-scrolling: touch; }
.eventdetailmenu ul { height: 75px; }
.eventdetailmenu { height:55px; overflow: hidden; }
.eventdetailmenu ul li a { padding:16px 20px }
.eventdetailrow .evesubtitle { line-height: 1.1em; }
.pge-sectn .title { font-size: 16px; }
/* need to remove*/
 
.modal .eventwraper .social-btns ul li span { display:none }
/* Quick Book start */ 
.quickbookwrp { position:fixed; border-bottom:0; width:100%; bottom:0; padding:0; }
.quickbookwrp .container { padding:0 }
.quickbookwrp .search-block .quicktitle { width:100%; background:#e53935; color:#fff }
.quickbookwrp .quicknavwarp { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; overflow-x: hidden; overflow-y: auto; background-color: #fff; display: none; }
.quickbookwrp .search-block .quicksech-selevent, .quickbookwrp .search-block .quicksech-tktype, .quickbookwrp .search-block .quicksech-tkts, .quickbookwrp .search-block .quicksech-bytkts { padding:10px; width:100% }
.mobile_quicktitle { background: #f1f1f1; width: 100%; padding:15px 0; display: block; }
.mobile_quicktitle .rsmtitle { font-size: 16px; color: #333; padding: 0 0 0 10px; }
.mobile_quicktitle .rsmtitle a { display:inline-block; padding:0 }
.mobile_quicktitle .rsmtitle img { width: 18px; margin-right: 5px; }
.mobile_quicktitle .reset { float: right; text-align: right; font-size: 14px; color: rgba(0, 0, 0, 0.65); font-weight: 400; padding: 0px 10px 0 0; }
.mobile_quicktitle .reset a { color: #08f; }
.mobile_quicktitle .reset i { position: static; font-weight: normal; font-size: 12px; color: rgba(0, 0, 0, 0.65); }
.card, .quickbookwrp .search-block .tickt-list { box-shadow:none; border:solid 1px #ddd }
/**/
.heroeventdetails { bottom:61px; }
/**/
.detail-warp .detail-hd { height:100% }
.detail-warp .detail-ovrly figure.profileimg, .detail-warp .detail-ovrly figure.profileimg img { width:100px; height:100px; position:static; margin:0 auto; margin-top:10px; margin-bottom:10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; padding:0 }
.detail-warp .detail-ovrly figure.profileimg img { margin:0; padding:3px; }
.detail-warp .detail-ovrly .tracking-count { display:none }
.detail-warp .detail-ovrly h1 { text-align:center }
.detail-warp .detail-ovrly h1 span { display:block; padding:5px 0 }
.detail-warp .detail-ovrly .next-concert .next-bg { width:100% }
.eventtktwrp { overflow:hidden }
/**/
.eventtktwrp .tktwrp .tktdecs h3, .eventtktwrp .tktwrp .tktdecs h2 { line-height:18px; letter-spacing: 0.3px; }
.eventtktwrp .tktwrp .tktdecs h2 { text-overflow: inherit; white-space: inherit; overflow: inherit; }
.eventtktwrp .tktwrp .tktdatetme span, .eventtktwrp .tktwrp .tktaction span { display:inline-block }
.eventtktwrp .tktwrp .tktdecs figure img, .eventtktwrp .tktwrp .tktdecs figure { width:100px; height:75px; float:left; display:none }
.eventtktwrp .tktwrp .tktdecs .loc-org { line-height: 17px; }
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tktmonth, .eventtktwrp .tktwrp .tktdatetme .tkttime { letter-spacing: 0.3px; display:block }
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tkttime { font-size:12px; font-weight:400; }
.eventtktwrp .tktwrp .tktaction { min-height: 100%; width:100%; background:#fff; padding:10px; text-align:left; border-top:dotted 1px #ccc; }
.eventtktwrp .tktwrp .tktdatetme, .eventtktwrp .tktwrp .tktdatetme, .eventtktwrp.bggray .tktwrp .tktdatetme { background-image:none; background-color: #e9eced; width: 20%; border:solid 1px #fff; border-right:0; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; height:100% }
.eventtktwrp .tktwrp .tktdecs, .eventtktwrp .tktwrp .tktdecs, .eventtktwrp.bggray .tktwrp .tktdecs { background:none; padding:10px; margin:0; min-height: 100%; width:80%; }
.eventtktwrp, .eventtktwrp { background-color: #fff !important; box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12); border-radius: 2px; border: 0; background-image:none }
.eventtktwrp .tktwrp, .eventtktwrp.bggray, .eventtktwrp .tktwrp, .eventtktwrp.bggray .tktwrp { background:none; }
.eventtktwrp .tktwrp .tktdatetme:before, .eventtktwrp.bggray .tktwrp .tktdatetme:after, .eventtktwrp .tktwrp .tktdatetme:before, .eventtktwrp .tktwrp .tktdatetme:after { display:none }
.eventtktwrp .tktwrp .tktaction .btn-gray { margin-top:0 }
.titlebg h2 { font-size:16px; }
/* metro filter */
.event-venue-wrp .categories-container .cat-tabs-menu, .mobifilter { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; overflow-x: hidden; overflow-y: auto; background-color: #fff; display:none }
.event-venue-wrp .categories-container .cat-tabs-menu { background-color: rgba(0, 0, 0, 0.8); }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters { background:#fff; margin:0; padding:0; position:absolute; bottom:0 }
.event-venue-wrp .categories-container .cat-tabs-menu .hero-filters .mobile_quicktitle { text-align:left; margin:0 0 10px; }
.categories-container .cat-tabs-menu .hero-filters ul { margin:15px; }
.sort-search-wrap { position:fixed; bottom:0; background:#f5f5f5; width:100%; z-index:999999; box-shadow: 0 -1px 2px rgba(0,0,0,0.2); border-top:solid 1px #fff }
.eventwarp .sort-search-wrap { left:0; bottom: -20px; }
.sort-search-wrap .sort-search .sortfilters.fafilter { font-size:14px; width:50%; color:#000; text-transform:uppercase; border-left:solid 1px #fff; border-right:solid 1px #ddd }
.sort-search-wrap .sort-search .sortfilters.fafilter.sortfltrful { width:100% }
.sort-search-wrap .sort-search .sortfilters.daterange { padding:5px 10px }
.sort-search-wrap .sort-search .mobifilter .sortfilters { width:100%; border-bottom:solid 1px #ddd; height:auto; border-right:0; }
.sort-search-wrap .sort-search .sortfilters i.fa-angle-down { float:right; line-height:40px; }
.sort-search-wrap .sort-search .sortfilters.fafilter span { display:block }
.sort-search-wrap .sort-search .sortfilters .optwrapper, .sort-search-wrap .sort-search .sortfilters .megafilter { position:static }
.sort-search-wrap .sort-search .sortsearch { display:none }
.sort-search-wrap .sort-search .sortfilters a { line-height:35px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch { padding-top:15px; }
.sort-search-wrap .sort-search .sortfilters .megafilter .filtersearch a.searchicon { top:25px; }
.sort-search-wrap .sort-search .sortfilters.active a { font-weight:600; color: #89959B; }
.event-venue-wrp .categories-container { border:0; border-top: 1px solid #ededed; padding:0 }
.event-venue-wrp { padding:0 }
/**/
.artistsportlightwrp .item-text { -moz-transition: initial; -webkit-transition: initial; transition:initial; background:#fff; position:relative; z-index:2; top:-60px; }
.artistsportlightwrp .item:hover .item-text { top: -60px; }
.artistsportlightwrp .item .sportlht-callactn .btn { transition: initial; opacity:1; transform: initial; }
.artistsportlightwrp .owl-carousel:hover .owl-nav, .artistsportlightwrp .owl-carousel .owl-nav { opacity:1 }
.subscribe-form-newsletter .input-field { margin:0 0 15px }
.neerbywrp { display:none }
.eventtktwrp .tktwrp .tktaction { text-align:right }
.mobilesubmit { position:absolute; display:block; bottom:0; width:100% }
.mobilesubmit .btn-red1 { border-radius:0; padding: 17px 24px; font-size:18px; }
.eventtktwrp .tktwrp .tktaction .tktamount { margin-right:10px; }
.eventdetailmenu.eventnavstick { top:-1px; height:55px }
.quickbookwrp .search-block .quicksech-selevent { width: 250px; }
.quickbookwrp .search-block .quicksech-tktype, .quickbookwrp .search-block .quicksech-tkts { width: 200px; }
.upcomingevewrp:before { display:none }
.upcomingarist { margin:0 }
.event-update .item { }
.event-update .item figure { width: 140px; height: 120px; }
.event-update .item figure img { height: 120px; }
.event-update .owl-theme .owl-controls { margin:10px 0 }
.event-update .owl-theme .owl-controls .owl-page span { background:#333; width: 8px; height: 8px; margin:0px 7px; }
.event-update .owl-theme .owl-controls .owl-page { cursor:pointer }
/* seating chart*/
.seatmodal .container .col_9, .seatmodal .container .col_3 { width: 100%; }
.seatmodal .modal-content .ordinfo ul { height: 150px; overflow-x: auto; }
.modal .photoscontainer .close { position:static; display:block; width:100% }
.modal .photoscontainer .close a { float:right; }
.featured-eventswrp .featured-event figure .calltoaction { opacity:1 }
.spfooter { padding-bottom:100px; }
.sort-search-wrap .sort-search .sortfilters { width:50%; text-align: center; }
.categories-container.hide-mobile { display:none }
iframe { width:100% !important; height: 250px; }
.event-micropage table { width:100% }
.tktbuyinfo .festival-action { width:100%; margin:0 auto; text-align:center; padding:10px }
.tktbuyinfo .festival-action li { float:none; display:inline-block }
.tkt-wraper .tkt-wrap .tkt-quantity-select { margin-top:10px; }
.tkt-wraper .tkt-wrap .tkt-quantity-select .select-wrapper, .tkt-wraper .tkt-wrap .tkt-quantity-select { width: 100px; float: right; }
.sort-search-wrap .sort-search .sortfilters.fafilter #div_byevent, .sort-search-wrap .sort-search .sortfilters.fafilter #div_byvenue, .sort-search-wrap .sort-search .sortfilters.fafilter #div_byorganizer, .sort-search-wrap .sort-search .sortfilters.fafilter #div_bylocation { margin-top: 0; }
.home-hero-bannerwrp .owl-carousel .item { height:300px; }
.filtr-btn { position: fixed; left: 10px; bottom: 60px; width: 65px; height: 65px; font-size: 28px; color: #fff; background: #30c4f0; line-height: 65px; text-align: center; color: #fff; display: inline-block; z-index: 1; border-radius: 50%; box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28); border: 2px solid #fff; }
.category-filterbar { height: 100%; width: 100%; left: 0; top: 0; position: fixed; background: #fff none repeat scroll 0 0; transform: translateY(-1000px); border-top: 1px solid #eee; transition: 0.3s linear; }
.category-filterbar.display { transform: translateY(0); transition: 0.3s linear; z-index: 999999; }
.category-filterbar ul li.headetexx, .category-filterbar ul li { width:100%; text-align:left }
.category-filterbar ul li { border-bottom:solid 1px #ddd }
.botbtns { display: block; position: absolute; bottom: 0; padding: 0; width: 100%; border-top: 1px solid #ccc; }
.botbtns ul li { width:50% }
.botbtns ul li:before { display:none }
.botbtns ul li a.btn-red { color:#fff; }
.tket-wraper .tkt-wraper .tket-accordion .acc .tkt-totalbg .buy-btn { padding:2px 10px }
/* =================================================================================
																		CANADA STARTED
===================================================================================*/
.canadawarp .ca-popular-eves .ca-popular-banner ul { overflow: auto; transition: all .5s ease; white-space: nowrap; cursor: pointer; font-size: 0; }
.canadawarp .ca-popular-eves .ca-popular-banner li { float:none }
}
@media (min-width: 300px) and (max-width: 991px) {
.topnav .festival { display:none }
.eventactinnav ul li a { padding:3px 10px; }
.tktbuyinfo .festival-action li a { padding:9px 12px; font-size:12px; }
.festivalbg:after { display:none }
.festivalbg { background-position: -200px 0; }
.event-category-listing .item .category-boby figure { height: 209px; }
}
/*----ipad---*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.desktophide { display:none; }
.h1 { font-size: 24px; }
/* common btn*/
button.btn-ghost, a.btn-ghost, .btn-ghost, input[type="submit"].btn-ghost, button.btn-ghost-white, a.btn-ghost-white, .btn-ghost-white, input[type="submit"].btn-ghost-white, button.btn-ghost-red, a.btn-ghost-red, .btn-ghost-red, input[type="submit"].btn-ghost-red, button.btn-ghost-red1, a.btn-ghost-red1, .btn-ghost-red1, input[type="submit"].btn-ghost-red1, button.btn-ghost-black, a.btn-ghost-black, .btn-ghost-black, input[type="submit"].btn-ghost-black, button.btn-ghost-gray, a.btn-ghost-gray, .btn-ghost-gray, input[type="submit"].btn-ghost-gray { padding: 5px 13px; }
/* common btn*/
.promotagwrp { right:43px }
.tkt-wraper .tkt-wrap .tkt-price-wrp, .tkt-wraper .tkt-wrap .tkt-quantity { margin-top:15px; }
.tkt-wraper .tkt-wrap .tkt-quantity { float:right }
.eventdetailrow .gallerywarp ul li { width: 178px; height: 130px; }
.eventdetailrow .gallerywarp ul li img { height: 130px; }
.eventdetailrow .gallerywarp ul li figcaption i { margin-top:46px; }
.eventdetailrow .orgwrap { padding:0 }
.eventdetailrow .orgwrap .org-action a.btn { margin-bottom:10px; }
.modal .eventwraper { width:70%; }
.preeventwraper, .modal .spamwraper { width: 50%; }
.evegallery figure, .eventdetailrow .gallerywarp .event-update .item { margin-bottom:0; width:98% }
.evegallery figure, .eventdetailrow .gallerywarp .event-update .item figure { width:98%; height: 140px; }
.evegallery figure, .eventdetailrow .gallerywarp .event-update .item figure img { height: 140px; }
.eventlistwrp .venuelistwrp .venue-detals { position:relative }
.eventlistwrp .venuelistwrp .venue-detals figure { width: 70px; height: 70px; position: absolute; top:-49px; left: 0; border-radius: 50%; }
.eventlistwrp .venuelistwrp .venue-detals figure img { width:70px; height: 70px; border-radius: 50%; }
.eventlistwrp .venuelistwrp .h2 { padding:20px 0 0 80px; line-height: 30px; }
.eventlistwrp .venuelistwrp .venue-info { padding:0 0 0 80px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info { width:100%; margin-top: 25px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail { margin-left:0 }
.eventlistwrp .other-servs-info .otnernav ul li i, .eventlistwrp .other-servs-info .otnernav ul li.makeevent, .eventlistwrp .other-servs-info .otnernav ul li a em { display:none }
.eventlistwrp .other-servs-info .otnernav ul li.transportation { width: 155px; }
.eventlistwrp .other-servs-info .otnernav ul li.services { width: 125px; }
.eventlistwrp .other-servs-info .otnernav ul li.daycare { width: 80px; }
.eventlistwrp .other-servs-info .otnernav ul li.restaurants { width: 200px; }
.eventlistwrp .other-servs-info .otnernav ul li a { font-size:12px; padding:10px }
.eventlistwrp .other-servs-info .otnernav ul li a:before { bottom:5px; }
.eventlistwrp .other-servs-info { display:none }
.eventlistwrp .venuelistwrp { border:0 }
.eventlistwrp .venuelistwrp .venue-detals figcaption, .sort-search-wrap .sort-search .sortsearch { display:none }
.evedetail .dateloc ul.whnwre { float:none }
.venuebg { height:160px; }
.venuebg .h1 { padding:0 }
.featured-eventswrp .featured-event figure { width: 100%; }
.detail-warp .detail-ovrly .next-concert .next-bg { width:100% }
.eventtktwrp .tktwrp .tktdatetme .tktdate { padding:5px 0 }
.eventtktwrp .tktwrp .tktdecs .loc-org { padding:3px 0; }
.eventtktwrp { overflow:hidden }
.eventtktwrp .tktwrp .tktdecs h3, .eventtktwrp .tktwrp .tktdecs h2 { line-height:18px; letter-spacing: 0.3px; }
.eventtktwrp .tktwrp .tktdatetme span, .eventtktwrp .tktwrp .tktaction span { display:inline-block }
.eventtktwrp .tktwrp .tktaction .tktamount { padding:0 5px; }
.eventtktwrp .tktwrp .tktdecs figure img, .eventtktwrp .tktwrp .tktdecs figure { width:80px; height:75px; float:left; }
.eventtktwrp .tktwrp .tktdecs .loc-org { line-height: 17px; }
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tktmonth, .eventtktwrp .tktwrp .tktdatetme .tkttime { letter-spacing: 0.3px; display:block }
.eventtktwrp .tktwrp .tktdatetme .tktdate, .eventtktwrp .tktwrp .tktdatetme .tkttime { font-size:12px; font-weight:400; }
.eventtktwrp .tktwrp .tktaction { min-height: 100%; width:100%; background:#fff; padding:10px; text-align:left; border-top:dotted 1px #ccc; }
.eventtktwrp .tktwrp .tktdecs { background:none; padding:10px; margin:0; min-height: 100%; width:80% }
.eventtktwrp { background-color: #fff !important; box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12); border-radius: 2px; border: 0; }
.eventtktwrp .tktwrp, .eventtktwrp.bggray { background:none; }
.eventtktwrp .tktwrp .tktdatetme:before, .eventtktwrp .tktwrp .tktdatetme:after { display:none }
.eventtktwrp .tktwrp .tktaction .btn-gray { margin-top:0 }
.detail-warp .detail-ovrly figure { width: 289px; height: 320px; }
.detail-warp .detail-ovrly figure { width: 289px; height: 320px; }
.detail-warp .detail-ovrly figure.profileimg { top:60px; }
.detail-warp .detail-ovrly figure.profileimg figcaption { width: 279px; }
.event-container figure { height:140px; }
.sort-search-wrap .sort-search .sortfilters .megafilter { right: 0; left: auto; }
.rhsbg .rhslist ul li small { font-size:14px; }
.asdebg p { line-height: 18px; font-size: 13px; }
.event-container .event-bd .event-desc { padding:0 10px 10px }
.event-container .event-bd h3 { padding:0 10px; }
.caldr { width:40px; margin-right:7px; }
.caldr .day { font-size:15px; }
.caldr .month { font-size:14px; }
.event-container .event-bd h3 { line-height:18px; }
.poplrmtrowrp .poplrmtrodetl ul li, .subscribe-form-newsletter .input-field ul li { width:31% }
.neerbywrp { display:none }
.eventtktwrp .tktwrp .tktaction { text-align:right }
.upcomingarist .artistdatelist ul li { width:20% }
.upcomingarist .artistdatelist ul li.last { width: 12%; margin-right: 0; }
.upcomingarist .artistdatelist ul li a { font-size:12px; }
.upload-gallery { width: 70%; }
.home-hero-bannerwrp .owl-carousel .item { height: 300px; }
.quickbookwrp .search-block .quicksech-selevent { width: 250px; }
.quickbookwrp .search-block .quicksech-tktype, .quickbookwrp .search-block .quicksech-tkts { width: 200px; }
.featuredevent ul li { padding:5px; }
.upcomingevewrp:before { left:64% }
.seatmodal .modal-content .ordinfo ul li { width: 33%; }
.eventtktwrp .tktwrp .tktdatetme, .eventtktwrp .tktwrp .tktdatetme, .eventtktwrp.bggray .tktwrp .tktdatetme { background-image: none; background-color: #e9eced; width: 20%; border: solid 1px #fff; border-right: 0; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; height: 100%; }
.eventtktwrp .tktwrp .tktdecs, .eventtktwrp .tktwrp .tktdecs, .eventtktwrp.bggray .tktwrp .tktdecs { background-image: none; padding: 10px; margin: 0; min-height: 100%; width: 80%; }
.eventtktwrp.bggray .tktwrp { background:none }
.topnav .contentnava { margin-right:10px; }
.topnav .festival { margin-right:10px; float:right }
.eventdetailmenu ul { overflow:hidden }
.eventdetailrow p iframe, .eventdetailrow iframe { width:80% !important; height:250px !important; }
.tktbuyinfo .festival-action li a { padding:9px 12px; }
.nyeeve-gird .item { width: 293px; }
.festivalbg .nyeevebg { width:90% }
.festivalbg { background-position:-150px top }
.festivalbg-adon .extend-edge { background-color: rgba(0, 0, 0, 0.60); }
.filters-search-container .filterdirectory-list ul li { width:33% }
.mobilesubmit { display:none }
.featured-noloop .owl-carousel .featured-event { margin-right:12px; }
.poplr-eve-warp .featured-banner ul li .featured-title, .featured-banner ul li .featured-title { width:100% }
.festivalbg:after { display:none }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width: 74%; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft { width: 185px; }
.event-category-listing .item .category-boby figure { height:180px; }
.event-category-wrp .event-category-bg .event-category-list ul li { width: 158px; }
.heroeventdetails { bottom:50px; }
/*sub menu*/
.jobmore .jobmorelist { right:0; left:auto !important }
.jobmore .jobmorelist:after, .jobmore .jobmorelist:before { right:25px; left:auto !important }
}
/*----netbook---*/
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
.t-mainmenu ul li { margin: 0 5px !important; }
.h1 { font-size: 24px; }
/* common btn*/
button.btn-ghost, a.btn-ghost, .btn-ghost, input[type="submit"].btn-ghost, button.btn-ghost-white, a.btn-ghost-white, .btn-ghost-white, input[type="submit"].btn-ghost-white, button.btn-ghost-red, a.btn-ghost-red, .btn-ghost-red, input[type="submit"].btn-ghost-red, button.btn-ghost-red1, a.btn-ghost-red1, .btn-ghost-red1, input[type="submit"].btn-ghost-red1, button.btn-ghost-black, a.btn-ghost-black, .btn-ghost-black, input[type="submit"].btn-ghost-black, button.btn-ghost-gray, a.btn-ghost-gray, .btn-ghost-gray, input[type="submit"].btn-ghost-gray { padding: 5px 13px; }
/* common btn*/
.promotagwrp { right:25px }
.tkt-wraper .tkt-wrap .tkt-quantity button { margin:0 }
.tkt-wraper .tkt-wrap .tktofferwrp input[type="text"] { width:54% }
.modal .spamwraper, .modal .eventwraper { width: 50%; }
.eventlistwrp .venuelistwrp .venue-detals figure { width:240px; height:200px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info { width: 68.8%; }
.eventlistwrp .other-servs-info .otnernav ul li.makeevent { display:none; }
.sort-search-wrap .sort-search .sortsearch { width: 308px; border-left:0 }
.sort-search-wrap .sort-search .sortsearch input[type="text"] { width:80% }
.caldr { width:40px; }
.evedetail .dateloc ul.whnwre { margin-left:5px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info .evedetail h3 { font-size:15px; }
.eventlistwrp .venuelistwrp .h2 { font-size:20px; }
.eventlistwrp .venuelistwrp .venue-detals { padding:10px 0 0 }
.preeventwraper { width:40% }
.poplr-eve-warp .poplr-eve figure, .poplr-eve-warp .poplr-eve { width:inherit }
.insprtlght .item .evedetalwrp { bottom: -207px; }
.upload-gallery { width: 70%; }
.home-hero-bannerwrp .owl-carousel .item { height: 380px; }
.quickbookwrp .search-block .quicksech-selevent { width: 350px; }
.quickbookwrp .search-block .quicksech-tktype, .quickbookwrp .search-block .quicksech-tkts { width: 270px; }
.upcomingevewrp:before { left: 65%; }
.seatmodal .modal-content .ordinfo ul li { width: 24.74%; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-prev { left:0; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-next { right:0 }
.eventlistwrp .venuelistwrp { padding:15px !important }
.mymodal .mymodal-content.tracklistwrp, .mymodal .mymodal-content.share-blocks { width:50% }
.photoscontainer { margin-top:50px; }
.large-image .item img { height:350px }
.event-galleryphoto figure { width: 185px; height: 145px; }
.owl-othermetro .owl-carousel .owl-nav div.owl-prev { left:0 }
.owl-othermetro .owl-carousel .owl-nav div.owl-next { right:0 }
.festivalbg .nyeevebg { width:65% }
.nyeeve-gird .item { width:284px; }
.nyeeve-gird .sportlhtbd figure { height: 175px; }
.featured-noloop .owl-carousel .featured-event { width: 272px; }
.filters-search-container .filterdirectory-list ul li { width:25% }
.festivalbg .nyeevebg h1 { font-size: 24px; }
.festivalbg .nyeevebg .tagline { font-size:16px; }
.festivalbg-adon.margin { margin-top:-18px; }
.festivalbg:after { height: 110px; background-size: contain; }
.poplr-eve-warp .featured-banner ul li .featured-title { width: 260px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width: 69.92%; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft { width: 145px; }
.eventdetailrow .othertkts .event-container figure { height: 150px; }
.event-category-listing .item .category-boby figure { height: 166px; }
/*sub menu*/
.jobmore .jobmorelist { right:0; left:auto !important }
.jobmore .jobmorelist:after, .jobmore .jobmorelist:before { right:25px; left:auto !important }
.canadawarp .ca-popular-eves .ca-popular-banner li a, .canadawarp .ca-popular-eves .ca-popular-banner li { width: 234px; }
}
/*----ultrabook---*/
@media only screen and (min-width : 1281px) and (max-width : 1366px) {
.h1 { font-size: 24px; }
/* common btn*/  
.promotagwrp { right:25px }
.tkt-wraper .tkt-wrap .tkt-quantity button { margin:0 }
.tkt-wraper .tkt-wrap .tktofferwrp input[type="text"] { width:54% }
.modal .spamwraper, .modal .eventwraper { width: 50%; }
.eventlistwrp .venuelistwrp .venue-detals figure { width:250px; height:200px; }
.eventlistwrp .venuelistwrp .venue-detals .venue-event-info { width: 69.4%; }
.eventlistwrp .other-servs-info .otnernav ul li.makeevent { display:none; }
.sort-search-wrap .sort-search .sortsearch { width: 393px; }
.sort-search-wrap .sort-search .sortsearch input[type="text"] { width: 86%; }
.preeventwraper { width:40% }
/*home*/
.quickbookwrp .search-block .quicksech-selevent { width: 410px; }
.poplr-eve-warp .poplr-eve { width:300px; }
.poplr-eve-warp .poplr-eve figure { width:100% }
/* metro*/
.titlebg h2 { font-size: 18px; }
.event-container:hover figure .multdates span { margin-top: 35px; }
.event-container .event-bd { padding: 5px 0 10px 0; }
.event-container .event-bd h3 { margin-bottom: 5px; font-size: 14px; padding-left: 10px; }
.event-container:hover figure .multdates ul li { font-size: 12px; }
.event-container .event-bd .event-desc { padding:0 10px 10px 10px; }
.event-container figure .artistname { font-size:15px; }
.event-venue-wrp .categories-container { padding:0; }
.event-venue-wrp .tab-nav a { font-size:14px; }
.caldr { width:40px; }
.caldr .day { font-size:15px; }
.caldr .month { font-size:14px; }
.venuename { padding:5px 0; font-size: 12px; }
.insprtlght .item { height:300px; }
.insprtlght .item img { height:190px; }
.insprtlght .item:hover .evedetalwrp .toparow { padding:0 }
.insprtlght .item:hover .evedetalwrp .toparow i { font-size:12px; }
.insprtlght .item .evedetalwrp { bottom: -201px; }
.insprtlght .item .evedetal ul li { padding:0 }
.insprtlght .item .evedetal .tktbg { padding:0; margin:0 }
.insprtlght .item .evedetalwrp a.sprttitle, .artistsportlightwrp .sportlhtbd .venueaddres a, .artistsportlightwrp .sportlhtbd .eventdesc .sportitle { font-size:15px; }
.artistsportlightwrp .sportlhtbd figure { height: 200px; }
.artistsportlightwrp .sportlhthd .citytimewrp .city { font-size:16px; }
.upload-gallery { width: 60%; }
.home-hero-bannerwrp .owl-carousel .item { height:400px; }
.upcomingarist nav ul li .hexagonbg { margin:0 30px; }
.upcomingevewrp:before { left: 65%; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-prev { left:0; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-next { right:0 }
.photoscontainer { margin-top:50px; }
.large-image .item img { height:400px }
.event-galleryphoto figure { width: 185px; height: 145px; }
.owl-othermetro .owl-carousel .owl-nav div.owl-prev { left:0 }
.owl-othermetro .owl-carousel .owl-nav div.owl-next { right:0 }
.home-hero-bannerwrp .owl-carousel .item { height:300px }
.festivalbg { background-size:cover }
.nyeeve-gird .item { width:240px; }
.nyeeve-gird .sportlhthd .citytimewrp .city { font-size:14px; }
.nyeeve-gird .sportlhtbd figure { height: 146px; }
.filters-search-container .filterdirectory-list ul li { width:25% }
.festivalbg { background-position:0px top; }
.festivalbg .tktbuyinfo { margin-top:10px }
.festivalbg .nyeevebg h1 { font-size: 24px; }
.festivalbg .nyeevebg .tagline { font-size:16px; }
.festivalbg-adon.margin { margin-top:-18px; }
.festivalbg:after { height: 110px; background-size: contain; }
.sm-hero-bannerwrp .item { }
.poplr-eve-warp .featured-banner ul li .featured-title { width: 280px; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail { width: 72.48%; }
.artistlist-nearbywrp .artistlist-trending .artistlist-nearby .evedetail .sportlhtft { width: 179px; }
.eventdetailrow .othertkts .event-container figure { height: 165px; }
.event-category-listing .item .category-boby figure { height: 185px; }
/*sub menu*/
.jobmore .jobmorelist { right:0; left:auto !important }
.jobmore .jobmorelist:after, .jobmore .jobmorelist:before { right:25px; left:auto !important }
.canadawarp .ca-popular-eves .ca-popular-banner li a, .canadawarp .ca-popular-eves .ca-popular-banner li { width: 254px; }
.event-category-listing .item .category-footer .tags { width: 56%; }
}
@media only screen and (min-width : 1367px) and (max-width : 1600px) {
.nyeeve-gird .item { width: 287px; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-next { right:0; }
.featured-eventswrp .owl-carousel .owl-nav div.owl-prev { left:0; }
.featured-noloop .owl-carousel .featured-event { margin-right:7px }
.tmenu-more .dropsdown ul li.tabmoremenu { display:block }
}
/*----large desktop---*/
@media only screen and (min-width : 1367px) and (max-width : 1680px) {
.promotagwrp { right:47px }
.modal .spamwraper, .modal .eventwraper { width: 35%; }
.upload-gallery { width: 50%; }
.upcomingevewrp:before { left: 65%; }
.festivalbg { background-size:cover }
.festivalbg .tktbuyinfo { margin-top:6px; }
.festivalbg-adon.margin { margin-top:-13px; }
.festivalbg:after { height: 110px; background-size: contain; }
.home-hero-bannerwrp .owl-carousel .item { height: 300px; }
}