/*
 Theme Name: MyTicket
 Theme URI: http://myticket.kenzap.com
 Author: Kenzap
 Author URI: http://kenzap.com
 Description: MyTicket - Event, Ticket Management System WordPress Theme
 Version: 1.0.6
 Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready, accessibility-ready
 License:
 License URI:
 
 Text Domain: myticket
 */



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
> Typography
> Captions
> Alignments
> Clearings
> Widgets
> Header
> Top Bar Navigation
> Logo
> Menu
> Footer
> Block Links
> Blog Page
> Blog Single Page
> Contact Us Page
> Typography Pages

> Font Face
> Site Header
> Body
> Home Page
    > Hero 1
    > Hero 2
    > Hero 3
    > Section Today's Schedule
    > Section Upcoming Events
    > Section Calendar Events
    > Section Event Category
    > Section Recent Videos
    > Section Ticket Count
    > Section Call To Action
    > Section Latest News/Tweets
    > Section Video Parallax
    > Section Sponsors
    > Section Newsletter
> Page Default
> Search Result Page
> Select Seat Page
> Select Seat Page v2
> Order Detail Page
> Review Order Page
> Download Ticket Page 
> Error 404: Page Not Found
> Event By Category
> Order Tickets Without Seat
> Payment Method
> Artist Page
> Gallery 
> Event Single
> Full Event Schedule
> Site Footer

> Media Queries


--------------------------------------------------------------*/


/*--------------------------------------------------------------
    Font Face
------------------------------------------------------------- */



/* Typography */

@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.otf");
}

html, body, 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;
  vertical-align: baseline;
}

body,
button,
input,
select,
textarea {
    color:#484848;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
    color: #484848;
    font-family: "Montserrat-Regular";
    
}

p {
    margin-bottom: 1.6em; 
    line-height: 1.6;
    font-size: 14px;
    font-family: "Montserrat-Light";
}

b,
strong {
    font-weight: 700;
    color: #484848;
    font-family: "Montserrat-Regular";
    letter-spacing:0.1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Montserrat-Light";
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}



dl {
    margin-bottom: 1.6em;
}

dt {
 
    font-weight: 700;
    color: #484848;
    font-family: "Montserrat-Regular";
    letter-spacing:0.1em;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 8px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

figure.wp-caption{
    
   
    max-width: 100%;
}

figcaption.wp-caption-text{
    
    padding:8px 0 8px 0;
}

del {
    opacity: 0.8;
}

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Regular";
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Regular";
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Regular";
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Regular";
}

.page-content a:hover,,
.post-content a:hover,
.page-content a:focus,
.post-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
    border-bottom: 0;
}

.page-content a img,
.post-content a img,
.comment-content a img {
    display: block;
}

.entry-summary .more-link:after {
    white-space: nowrap;
}

.entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

.entry-summary,
.page-content,
.post-content,
.comment-content {
    /* -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; */
    word-wrap: break-word;
}

 .entry-summary h1,
 .page-content h1,
 .post-content h1,
 .comment-content h1 {
 font-size: 26px;
 font-size: 2.6rem;
 line-height: 1.1538;
 margin-top: 1.8462em;
 margin-bottom: 0.9231em;
 }

 .entry-summary h2,
 .page-content h2,
 .post-content h2,
 .comment-content h2 {
 font-size: 22px;
 font-size: 2.2rem;
 line-height: 1.3636;
 margin-top: 2.1818em;
 margin-bottom: 1.0909em;
 }

 .entry-summary h3,
 .page-content h3,
 .post-content h3,
 .comment-content h3 {
 font-size: 18px;
 font-size: 1.8rem;
 line-height: 1.3333;
 margin-top: 2.6667em;
 margin-bottom: 1.3333em;
 }

 .entry-summary h4,
 .entry-summary h5,
 .entry-summary h6,
 .page-content h4,
 .post-content h4,
 .page-content h5,
 .post-content h5,
 .page-content h6,
 .post-content h6,
 .comment-content h4,
 .comment-content h5,
 .comment-content h6 {
 font-size: 15px;
 font-size: 1.5rem;
 line-height: 1.2;
 margin-top: 3.2em;
 margin-bottom: 1.6em;
 }

 .entry-summary h5,
 .entry-summary h6,
 .page-content h5,
 .post-content h5,
 .page-content h6,
 .post-content h6,
 .comment-content h5,
 .comment-content h6 {
 letter-spacing: 0.1em;
 text-transform: uppercase;
 }

/* Buttons */

.btn {
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
    -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size:14px;
  line-height:20px;
  font-weight:700;
  text-transform:uppercase;
  border: 3px solid;
  padding:8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #ff6600;
  border-color: #ff6600;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #FFF;
    background: #ff6600;
    border-color: #ff6600;
}

.btn-outlined.btn-black {
    background: none;
    color: #000000;
  border-color: #000000;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    color: #FFF;
    background: #000000;
    border-color: #000000;
}

.btn-outlined.btn-white {
    background: none;
    color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #ff6600;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-xs{
  font-size:11px;
  line-height:14px;
  border: 1px solid;
  padding:5px 10px;
}

.btn-sm{
  font-size:12px;
  line-height:16px;
  border: 2px solid;
  padding:8px 15px;
}

.btn-lg{
  font-size:18px;
  line-height:22px;
  border: 4px solid;
  padding:13px 40px;
}

/* Input fields animations */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


ul:focus,
div:focus,
span:focus,
button:focus,
select:focus,
textarea:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #757575;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #757575;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.color-theme {
  /* color: #f7ca18; */
}

.bg-color-theme,
.bnt-theme {
  /*background-color: #f7ca18;*/
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.bg-color-theme:hover,
.bnt-theme:hover {
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.heading-light, .text-light {
  font-family: "Montserrat-Light";
  line-height: 2;
}

.heading-regular, .text-regular {
  font-family: "Montserrat-Regular";
}

.heading-bold, .text-bold {
  font-family: "Montserrat-Bold";
}

.list-item li {
  list-style: none;
  float: left;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font25 {
  font-size: 25px;
}

.font28 {
  font-size: 28px;
}

.font36 {
  font-size: 36px;
}

.font42 {
  font-size: 42px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/**
 * Captions
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light"
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

/**
 * Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

/**
 * Widgets
 */

.widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.widget pre {
    line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.widget button,
.widget input {
    line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 12px;
}

.widget-title {
    color: #484848;
    font-size: 20px;
    font-family: "Montserrat-Regular";
    border-bottom: 1px solid #acacac;
    padding-bottom: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align:center;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Montserrat-Regular";
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_product_categories a,
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_product_categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_product_categories li,
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}

.widget_product_categories li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_product_categories li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
    display: block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -3px;
    margin-right: 5px;
/*    position: absolute;*/
    display: inline-block;
}

.widget_rss a.rsswidget{
    line-height: 20px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    display: block;
    line-height: 2;
    opacity: 0.8;
}
 
.widget_rss .rssSummary{
    line-height: 2;
}

.widget_nav_menu ul li a{
    line-height: 18px;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}

.widget > ul, .widget > form, .widget .tagcloud,  .widget .menu, .widget .textwidget{
    margin-left:16px;
    margin-right:16px;
    padding-top:0px;
}
.widget select {
    overflow: hidden;
    max-width: 100%;
}
.widget_categories select,
.widget_archive select {
    display: table;
    margin: 0 auto;
}
.widget_categories select, .widget_archive select, .textwidget select {
    border: 1px solid #888;
    border-radius: 0;
    cursor: pointer;
    color: #888;
    padding: 12px 45px 12px 20px;
    /*background: url(images/down-arrow.png) no-repeat;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: 94% 53%;
}
.core_popular_posts ul li{list-style: none;}
.core_popular_posts h6{text-transform: none; font-family: "Montserrat-Light";}
.widget-area h5, .core_popular_posts h6{ margin: 0px 0; }
.widget-area > .widget {} h3.widget-title:first-child {
    margin-top: 0!important;
}

.widget-area aside{
  font-family: "Montserrat-Light";
}

.widget-search-filter-price, .myticket_categories{
  padding: 0 30px;
}
/*************************************
 Header
 *************************************/
@media (min-width: 992px) {
    .page .container-header {
        box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
    }
}
.page .header-wrapper {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page .logo a img {
  box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
}

.header-wrapper h1.site-title{
    width:500px;
}

.header-wrapper .site-title a{
  color:#c0c6da;
  font-size:20pt;
  margin-top:3px;
  letter-spacing:0.1em;
  text-overflow: ellipsis;
  height:25px;
}


.container-header {
  position: relative;
 /* height: 104px; */
}

@media (min-width: 992px) {
  .header-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    float: left;
    width: 100%;
    background-color: #fff;
  }
}
/* Top Bar Navigation */
.top-nav {
  background-color: #1a265c;
  height: 37px;
}
.top-nav .top-right {
  text-align: right;
}
.top-nav ul .top-search .navbar-form .form-control {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  max-width: 70px;
  font-size: 12px;
  font-family: "Montserrat-Light";
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.top-nav ul .top-search .navbar-form button {
  font-size: 16px;
  margin-top: 9px;
  float: right;
}
.top-nav ul .top-search .navbar-form .form-control, .top-nav ul .top-search .navbar-form button {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
}
.top-nav ul .top-search .navbar-form:hover .form-control {
  max-width: 120px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.top-nav ul .login {
  float: right;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
}
.top-nav ul .login a {
  background-color: #3a539b;
  height: 23px;
  margin: 8px 0;
  line-height: 2.2;
  color: #c0c6da;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 10px;
  font-family: "Montserrat-Light";
}
.top-nav ul li a {
  color: #9396a9;
  display: block;
  line-height: 3;
}
.top-nav ul li a .lnr {
  font-size: 20px;
}
.top-nav ul li a .icon {
  width: 30px;
  height: 37px;
  float: left;
  background-position: center center !important;
  margin-right: 5px;
}
.top-nav ul li a .mail-icon {
  background: url("css/icons/mail-icon.png") no-repeat;
}
.top-nav ul li a .phone-icon {
  background: url("css/icons/phone-icon.png") no-repeat;
}
.top-nav ul li a:hover {
  text-decoration: none;
}
.um-profile-nav-item a i{
  top:3px;
}
.um-page-login .um-right a:hover, .um-page-register .um-right a:hover{
  color:#666!important;
}
.um-page-login .um-button, .um-page-register .um-button, .um-password .um-button{
  border:0px!important;
  border-radius:0px!important;
  text-transform:uppercase!important;
}
.um-register{
  padding-bottom: 40px;
}
.the_champ_login_container{
  display:inline-block; *display:inline; zoom:1; vertical-align:top;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 80px 0!important;
}

/* Logo */

@media (min-width: 992px) {
  .logo {
    position: absolute;
    display: inline-block;
    width: 224px;
    z-index: 10;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8);
  }
  #site-navigation .navbar-primary_mobile{
    display: none;
  } 
}
@media (max-width: 991px) {
  .logo-mobile {
    float: left;
    width: 150px;
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 9999;
  }
  .logo-mobile a {
    display: block;
  }
  .logo-mobile img {
    max-width: 100%;
  }

  #site-navigation .navbar-primary{
      display: none;
  } 

}
/* Search page */
.content_search > .hentry {
    margin-bottom: 38px;
}
.content_search p, .not-found p{
    margin: 0 0 16px;
}
/* Search page: No result search */
.no-results .search-form {
    max-width: 400px;
    width: 100%;
    position: relative;
}
.no-results{
    padding-bottom: 70px;
}
.search-form-group {
    position: relative;
}
.search-form-text {
    border: 1px solid #e7ebee;
    color: #444444;
    padding: 11px 54px 11px 13px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
.search-form-text:focus {
    outline: none;
}
.entry-title {
    line-height: normal;
    margin: 0 0 14px 0;
/*    border-bottom: 1px solid #e5e7e8;
    padding-bottom: 6px; */  
}

.search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    background: transparent;
}
.hentry > *:last-child {
    margin-bottom: 0;
}
.post__meta-list_inline {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post__meta-list_inline .post__meta-item {
    display: inline-block;
    margin-right: 20px;

    margin-bottom: 5px;
    letter-spacing: 1.1px;
    line-height: 20px;
    font-family: "Montserrat-Light";
    font-size: 11px;
}
.post__meta-item {
    position: relative;
    font-size: 13px;
    padding-left: 0px;
    color: #888888;
    margin-right: 45px;
}
.post__meta-item .fab{
    margin-right: 8px;
    /* color: #f7ca18; */
}

/* Menu */

.menu {
    padding: 18px 0 15px 0 ;
}
.menu .nav > li > a {
  color: #1a265c;
  font-family: "Montserrat-Light";
  font-size: 14px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
.menu .current a,
.menu .nav > li a:hover {
  /* border-bottom: 2px solid #f7ca18 !important; */
}

.mean-container .mean-nav ul li a:hover {
  /* color: #f7ca18; */
}

@media (max-width: 991px) {
  .mobile-menu {
    margin-top: -15px;
  }
}

/*************************************
   Header Type 1
*************************************/
.container-header.type1 {
  /************************************* /
  /* Top Bar Nav */
  /************************************* /
  /* logo */
  /************************************* /
  /* Menu */
}
.container-header.type1 .top-nav .top-left {
  text-align: left;
}
.container-header.type1 .top-nav .top-left ul li:nth-child(1) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .container-header.type1 .logo {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .container-header.type1 .header-middle .container {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .container-header.type1 .menu .nav > li {
    width: 200px;
    text-overflow: ellipsis;

  }
  .container-header.type1 .menu .nav > li:nth-child(2) {
    margin-right: 140px;
  }
  .container-header.type1 .menu .nav > li:nth-child(3) {
    margin-left: 140px;
  }
  .container-header.type1 .menu .nav > li:nth-child(6) {
    margin-right: 140px;
  }
  .container-header.type1 .menu .nav > li:nth-child(7) {
    margin-left: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-header.type1 .menu .nav > li {
    width: 180px;
  }
  .container-header.type1 .menu .nav > li:nth-child(2) {
    margin-right: 100px;
  }
  .container-header.type1 .menu .nav > li:nth-child(3) {
    margin-left: 100px;
  }
  .container-header.type1 .menu .nav > li:nth-child(6) {
    margin-right : 100px;
  }
  .container-header.type1 .menu .nav > li:nth-child(7) {
    margin-left: 100px;
  }
  .container-header.type1 .menu .logo {
    width: 210px !important;
  }
  .container-header.type1 .menu .logo img {
    max-width: 100%;
  }
  .container-header.type1 .menu .nav > li > a {
    font-size: 12px !important;
  }
}
.container-header.type1 .menu .nav > li:nth-child(5), .container-header.type1 .menu .nav > li:nth-child(6) .container-header.type1 .menu .nav > li:nth-child(7), .container-header.type1 .menu .nav > li:nth-child(8){
  margin-top: 10px;
} 

.transparent #site-navigation .sf-menu > li {
  background: transparent;
}

.transparent #site-navigation .sf-menu > li a{
   border: 0;
}

.transparent #site-navigation .sf-menu .sub-menu li a{
   color:#666;
   font-size: 12px;
   padding: 10px 15px;
}

.transparent #site-navigation .sf-menu,
.solid #site-navigation .sf-menu{
    margin-bottom: 0;
}

.header-cart{
  float: right;
  padding: 0;
  min-height: 40px;
}
.header-cart ul{
  margin-top: 30px;

}

.solid #site-navigation .sf-menu > li {
    background: transparent;
}

.solid #site-navigation .sf-menu > li a{
   border-width: 0;
}

.solid .header-cart .sf-menu > li.cart a,
.solid #site-navigation .sf-menu > li.cart a{
    border-width: 1px;
}

.transparent .main-header-dark .header-cart .sf-menu > li.cart a,
.transparent .main-header-dark #site-navigation .sf-menu > li.cart a{
    border-style: solid;
    border-width: 1px;
}

.transparent .main-header-dark .header-cart .sf-menu > li.cart a:hover,
.transparent .main-header-dark #site-navigation .sf-menu > li.cart a:hover{
    color:#fff;
}

.solid #site-navigation .sf-menu .sub-menu li a{
   color:#666;
   font-size: 12px;
   padding: 10px 15px;
}

.transparent #site-navigation .sf-menu > li > a:hover,
.solid #site-navigation .sf-menu > li > a:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

#site-navigation .navbar-primary_mobile{
    overflow-y: scroll;
}

#site-navigation .navbar-primary_mobile ul.sub-menu{
    
}

#site-navigation .navbar-primary_mobile ul.sub-menu li{
    margin: 10px 0 10px 0;
    text-align: right;
}

#site-navigation .navbar-primary_mobile ul.sub-menu li a{
    text-transform: capitalize!important;
}

.main-header{
    -webkit-transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -ms-transition:  0.5s ease-in-out;
    -o-transition:  0.5s ease-in-out;
    transition:  0.5s ease-in-out;
}

.sticky-header .main-header{
    position: fixed;
    top:0;
    left: 0%;
    width: 100%;
    opacity: 0.96;   
    z-index: 1000;
}

.sticky-header .transparent .main-header{
    background-color: #242424;
}

.sticky-header .transparent .main-header-dark{
    background-color: #fff;
}

.admin-bar.sticky-header .main-header{
    top:32px;
}

.header-empty{
    display: none;
}

.sticky-header .header-empty{
    display: block;
}

.sticky-header .fix-header .main-header .container:after{
    opacity: 0;
}


h1.page-title{  text-transform: uppercase; font-size:20pt;}
/*  Main Content */

.content-wrapper {
  width: 100%;
  float: left;
}

/* Footer */

.footer-wrapper {
  background-color: #1a265c;
  padding-bottom: 24px;
  width: 100%;
  float: left;
}
.footer-wrapper .foooter-container {
  background-color: #fff;
  padding: 55px 0 0;
  line-height: 2;
}
.footer-wrapper .foooter-container .footer-middle {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer img {
  max-width: 100%;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-desc {
  clear: both;
  margin-bottom: 10px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email {
  clear: both;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email {
  margin-left: 30px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a {
  color: #757575;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* color: #f7ca18; */
}
.footer-wrapper .foooter-container .footer-middle .links-footer h6 {
  margin-bottom: 15px;
  text-transform:uppercase;
  color: #757575;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li {
  line-height: 2.6;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* color: #f7ca18; */
}
.footer-wrapper .foooter-container .footer-middle .links-social {
  max-width: 350px;
  margin: 0 auto;
}
.footer-wrapper .foooter-container .footer-middle .links-social .login-dashboard a {
  color: #fff;
  padding: 18px 30px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul {
  margin-top: 28px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a {
  font-size: 22px;
  color: #9f9f9f;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* color: #f7ca18; */
}
.footer-wrapper .foooter-container .footer-middle .contact-footer p {

  font-size: 12px;
}
@media (max-width: 991px) {
  .footer-wrapper .foooter-container .footer-middle .contact-footer {
    margin-bottom: 30px;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .foooter-container .footer-middle .contact-footer {
    text-align: center;
  }
  .footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
    width: 100%;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer {
    text-align: center;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer h6 {
    margin-top: 20px;
  }
}
.footer-wrapper .foooter-container .footer-bottom {
  padding: 30px 0;
}
.footer-wrapper .foooter-container .footer-bottom p {
  color: #9f9f9f;
  margin-bottom:0px;
}

/*************************************
   Footer Type 2
*************************************/
/************************************* /
/* Title */
.title.type1 {
  position: relative;
  padding-bottom: 22px;
}
.title.type1:before {
  content: "";
  background-color: #000;
  width: 38px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* # Blog Pagination */

.page-links {
    clear: both;
    font-family: "Montserrat-Light";
    margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2.2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2.2em;
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}

.page-links {
    margin-bottom: 1.4117em;
}

.page-links a,
.page-links > span {
    margin: 0 0.2857em 0.2857em 0;
    
}
.page-links span.screen-reader-text{ position: relative!important; }
.page-links a span.screen-reader-text{ color:#fff!important;}

.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination > li {
  float: left;
}
.pagination-wrapper .pagination > li:hover {
  color:#ccc!important;
}
.pagination-wrapper .prev {
  background: url("css/icons/prev.png") no-repeat;
  background-position: left center;
  padding-left: 15px;
  cursor: pointer;

}
.pagination-wrapper .next {
  background: url("css/icons/next.png") no-repeat;
  background-position: right center;
  padding-right: 15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pagination > li > a, .pagination > li > span {
    margin-left: 0 !important;
  }

  .prev a, .next a {
    font-size: 0 !important;
    padding: 18px 12px !important;
  }
}


/* # Gallery Page */

.galery-wrapper .galery-title {
  padding: 80px 0 50px;
}
.galery-wrapper .galery-title h4 {
  font-size: 20px;
  color: #2d2d2d;
  margin:0px;
}
.galery-wrapper .galery-content {
  float: left;
}
.galery-wrapper .galery-content h4{
  margin-top: 0px;
}
.galery-wrapper .galery-content ul li {
  padding: 0;
  margin: -1px;
}
.galery-wrapper .galery-content ul {
  list-style: none;
}
.galery-wrapper .galery-content ul li img {
  width: 100%;
}
.galery-wrapper .galery-content ul li .galery-item {
  position: relative;
}
.galery-wrapper .galery-content ul li .galery-item .box-content-item{
    display: none;
}
.galery-wrapper .galery-content ul li .galery-item:hover .galery-content {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content {
  position: absolute;
  background-color: rgba(247, 202, 24, 0.9);
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  margin: auto;
  width: 92%;
  height: 92%;
  z-index: 10;
  text-align: center;
  padding-top: 40%;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-family: time-new-roman;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content a {
  color: #fff;
  font-size: 25px;
}
.galery-wrapper .pagination-wrapper {
  padding: 53px 0;
  display: block;
  float: left;
  width: 100%;
}
.galery-wrapper .pagination-wrapper .pagination {
  margin: 0;
}

.overflow-body {
  overflow: hidden;
}

.bg-popup {
  background-color: rgba(48, 59, 108, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}

.bg-popup.ready-popup {
  display: block;
}

.wrapper-popup {
  display: none;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 700px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
}
.wrapper-popup .close-popup {
  color: #ececf0;
  font-size: 25px;
  position: absolute;
  top: -45px;
  right: 0;
}
.wrapper-popup .popup-content {
  background-color: #fff;
  float: left;
  padding: 0;
}
.wrapper-popup .popup-content .box-img img {
  width: 100%;
}
.wrapper-popup .popup-content .desc {
  padding: 30px 60px;
}
.wrapper-popup .popup-content .desc p {
  line-height: 2;
  color: #484848;
  font-size: 13px;
  font-family: "Montserrat-Light";
}

.wrapper-popup.ready-popup {
  display: block;
}

/* # Gallery Page Blog */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Montserrat-Light";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* # Log In And Register Page */

.account-page .account-title h4 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 30px;
  line-height: 1.6;
}
.account-page .account-content {
  display: block;
}
.account-page .account-content .input-box input {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 50px;
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  font-family: "Montserrat-Light";
  margin-bottom: 10px;
}
.account-page .account-content .buttons-set {
  margin-top: 40px;
}
.account-page .account-content .buttons-set a, .account-page .account-content .buttons-set input {
  padding: 16px 55px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border-radius:0px;
  outline: none;
}
.post-password-form input[type="submit"], .post-password-form input[type="password"]  {
    height:42px;
    font-size: 12px;
}

.post-password-form button,
.post-password-form input,
.post-password-form select,
.post-password-form textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

.post-password-form button,
.post-password-form input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}

.post-password-form input,
.post-password-form textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.post-password-form input:focus,
.post-password-form textarea:focus {
    background-color: #fff;
}

.post-password-form input:focus,
.post-password-form select:focus {
    outline: 2px solid #c1c1c1;
}

.post-password-form button[disabled],
.post-password-form input[disabled],
.post-password-form select[disabled],
.post-password-form textarea[disabled] {
    cursor: default;
    opacity: .5;
}

.post-password-form button,
.post-password-form input[type="button"],
.post-password-form input[type="reset"],
.post-password-form input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat-Light";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
    letter-spacing:0.1em;
}

.post-password-form button:hover,
.post-password-form input[type="button"]:hover,
.post-password-form input[type="reset"]:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form button:focus,
.post-password-form input[type="button"]:focus,
.post-password-form input[type="reset"]:focus,
.post-password-form input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}

.post-password-form input[type="search"] {
    -webkit-appearance: textfield;
}

.post-password-form input[type="search"]::-webkit-search-cancel-button,
.post-password-form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="url"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}

.post-password-form textarea {
    overflow: auto;
    vertical-align: top;
}

.post-password-form input[type="text"]:focus,
.post-password-form input[type="email"]:focus,
.post-password-form input[type="url"]:focus,
.post-password-form input[type="password"]:focus,
.post-password-form input[type="search"]:focus,
.post-password-form textarea:focus {
    outline: 0;
}


.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Montserrat-Regular"
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing:0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    padding:8px 8px 8px 8px;
    font-size: 28px;
}
.post-password-form input[type="submit"] {
    padding:8px 16px 8px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}


@media (min-width: 768px) {
  .account-page.register {
    padding: 105px 95px 94px;
  }

  .account-page.login {
    padding: 135px 95px 115px;
  }

}
@media (max-width: 767px) {
  .account-page {
    padding: 40px 0;
  }
}

/* # Blog Share Button */

.share .box-share h4 {
  font-size: 18px;
  color: #2d2d2d;
  margin:0px;
  text-transform: uppercase;
  font-family: "Montserrat-Light";
  line-height: 3.5;
}
.share .box-share ul li {
  float: left;
  margin-left: 20px;
}
.share .box-share ul li a {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.share .box-share ul li a:hover {
  opacity: 0.9;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 992px) {
  .share .box-share ul li {
    height: 55px;
    width: 220px;css/icons/
  }
  .share .box-share ul .facebook a {
    background: url("css/icons/facebook.png") no-repeat;
  }
  .share .box-share ul .twitter a {
    background: url("css/icons/twitter.png") no-repeat;
  }
  .share .box-share ul .google a {
    background: url("css/icons/google.png") no-repeat;
  }
}
@media (max-width: 991px) {
  .share .box-share ul li {
    height: 37px;
    width: 37px;
  }
  .share .box-share ul .facebook a {
    background: url("css/icons/facebook-small.jpg") no-repeat;
  }
  .share .box-share ul .twitter a {
    background: url("css/icons/twitter-small.jpg") no-repeat;
  }
  .share .box-share ul .google a {
    background: url("css/icons/google-small.jpg") no-repeat;
  }
}
@media (min-width: 768px) {
  .blog-post-content .share {
    padding: 55px 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .share {
    padding: 25px 0;
  }
}

.comments .note-comments {
  color: #484848;
  font-size: 20px;
  margin-bottom: 30px;
  float: left;
}
.comments .list-comments {
  /* width: 100%; */
  float: left;
}
.comments .list-comments > li {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.comments .list-comments li .user-avatar {
  float: left;
}
.comments .list-comments li .user-avatar img{
    -webkit-border-radius: 50%;
    border-radius:  50%;
}
.comments .list-comments li .user-comments {
  float: left;
  padding-left: 30px;
}
.comments .list-comments li .user-comments > h3 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 20px;
  margin-top: 0px;
}
.comments .list-comments li .user-comments p {
  font-size: 14px;
  color: #484848;
  line-height: 1.6;
  margin-bottom: 20px;
}
.comments .list-comments li .user-comments a {
  color: #9f9f9f;
  font-size: 14px;
}
.comments .list-comments li .user-comments .comment-meta .reply{
    float: right;
}
@media (min-width: 992px) {
  .comments .list-comments li .user-avatar {
    width: 8%;
  }
  .comments .list-comments li .user-comments {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .comments .list-comments li .user-avatar {
    width: 20%;
  }
  .comments .list-comments li .user-comments {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .comments {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .comments {
    padding: 25px 0;
  }
}

.comment-respond{
    padding: 25px 0 55px;
    clear:both;
}
.comment-respond .comment-form-comment{
    margin-bottom: 55px;
}
.comment-respond h3.comment-reply-title {
    color: #484848;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Montserrat-Regular";
}
.comment-respond form .input-box {
    margin-bottom: 20px;
}
.comment-respond form .your-comment {
    border-bottom: 1px solid #9f9f9f;
    width: 100%;
    float: left;
    padding-bottom: 45px;
}
.comment-respond form .email {
    float: left;
}
.comment-respond form .password {
    float: left;
}
.comment-respond form input {
    padding: 15px;
}
.comment-respond form textarea {
    margin-top:25px;
    padding-top: 15px;
    padding-left: 15px;
   /* height: 45px;*/
}
.comment-respond form textarea, .comment-respond form input {
    width: 100%;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #9f9f9f;
    color: #9f9f9f;
    font-size: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow:none;
}
.comment-respond form .form-submit {
    text-align: right;
    margin-top: 30px;
    width: 100%;
    float: left;
}
.comment-respond form .form-submit input {
    padding: 23px 60px;
    width:auto;
    font-size: 16px;
    color: #ffffff;
    display: block;
    float: right;
    text-shadow:none !important;
    border:none !important;
    box-shadow:none !important;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

@media (min-width: 768px) {
    .comment-respond form .email {
        margin-right: 4%;
    }
    .comment-respond form .email, .comment-respond form .password {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .comment-respond form .email, .comment-respond form .password {
        width: 100%;
    }
}
.comment-respond ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f;
}
.comment-respond ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f;
}
.comment-respond :-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f;
}
.comment-respond :-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f;
}
.comments .nav-links{
    color: #e5e5e5!important;
    font-size: 14px;
    font-family: "Montserrat-Light";
    margin-bottom:12pt;
}
.comments .nav-links div{
    display:inline-block;
    margin-right:15px;
}

/* # Blog Page */
.page-content-body ul,
.page-content-body ol,
.post-content-body ul,
.post-content-body ol {
    margin: 0 0 1.6em 1.3333em;
    line-height: 1.5;
}
.page-content-body ul,
.post-content-body ul {
    list-style: disc;
}
.page-content-body ol,
.post-content-body ol {
    list-style: decimal;
}
.page-content-body li > ul,
.page-content-body li > ol,
.post-content-body li > ul,
.post-content-body li > ol {
    margin-bottom: 0;
}

.latst-article .container {
  position: relative;
}
.latst-article .area-img img {
  width: 100%;
}
.latst-article .area-content {
  position: absolute;
  color: #fff;
}
.latst-article .area-content .category {
  display: block;
  float: left;
}
.latst-article .area-content .category a {
  display: block;
  float: left;
  padding: 12px 20px;
  color: #484848;
  font-size: 13px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .category a:hover {
  color: #fff;
  /* background-color: #f7ca18; */
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .article-title {
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .latst-article .area-content {
    bottom: 70px;
    left: 70px;
  }
  .latst-article .area-content .article-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .latst-article .area-content {
    bottom: 10px;
    left: 30px;
    width: 90%;
  }
  .latst-article .area-content .article-title h2 {
    font-size: 15px;
  }
}

.blog-content {
  padding: 55px 0;
}
.blog-content .articles .article-item .area-img img {
  width: 100%;
}
.blog-content .articles .article-item .area-content {
  margin-top: -2px;
}
.blog-content .articles .article-item .area-content h3{
  margin-top: 0px;
  line-height: 25px;
}
.blog-content .articles .article-item .area-content .article-left {
  padding: 0;
  border-right: 1px solid #2d2d2d;
}
.blog-content .articles .article-item .area-content .article-left .stats {
  padding: 15px 5px;
  float: left;
  width: 100%;
}
.blog-content .articles .article-item .area-content .article-left .stats .text-content {
  margin-right: 0;
}
.blog-content .articles .article-item .area-content .article-left .catetory-title {
  background-color: #2d2d2d;
  text-align: center;
  padding: 9px;
}
.blog-content .articles .sticky .area-content .article-left .catetory-title {
  /* background-color: #f7ca18; */
}
.blog-content .articles .sticky .area-content .article-left{
  /* border-right: 1px solid #f7ca18; */
}
.blog-content .articles .article-item .area-content .article-left .catetory-title h6 {
  color: #ffffff;
  font-size: 13px;
  margin:0px;
}
.blog-content .articles .article-item .area-content .article-right {
  padding-right: 0;
  padding-top: 23px;
  margin-bottom: 50px;
  padding-left: 30px;
}
.blog-content .articles .article-item .area-content .article-right h3 {
  margin-bottom: 15px;
}
.blog-content .articles .article-item .area-content .article-right h3 a {
  color: #484848;
  font-size: 23px;
  font-family: "Montserrat-Regular";
}
.blog-content .articles .article-item .area-content .article-right h3 a:hover {
  /* color: #f7ca18; */
}
.blog-content .articles .article-item .area-content .article-right p {
  font-size: 13px;
  font-family: "Montserrat-Light";
  line-height: 1.6;
  margin-bottom: 30px;
}
.blog-content .articles .article-item .area-content .article-right .quote-source {
  color: #484848;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .blog-content .articles .article-item .area-content .article-right {
    padding-left: 0 !important;
  }
}

.blog-right .block-item {
  padding-bottom: 35px;
  float: left;
  width: 100%;
}
.blog-right .block-title {
  border-bottom: 1px solid #acacac;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.blog-right .block-title h5 {
  font-size: 20px;
  color: #484848;
}
.blog-right .popurlar-port ul li {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.blog-right .popurlar-port ul li .area-img {
  width: 30%;
  float: left;
}
.blog-right .popurlar-port ul li .area-img img {
  max-width: 100%;
}
.blog-right .popurlar-port ul li .area-content {
  width: 70%;
  float: left;
  padding-left: 20px;
}
.blog-right .popurlar-port ul li .area-content h6 {
  font-size: 14px;
  color: #484848;
  padding: 5px 0 15px;
  line-height: 1.4;
}
.blog-right .twitter .twitter-icon {
  font-size: 20px;
  padding-bottom: 20px;
}
.blog-right .twitter .twitter-content {
  font-size: 17px;
  color: #484848;
  line-height: 1.6;
}
.blog-right .twitter .twitter-user {
  margin-top: 15px;
}
.blog-right .tag .list-inline li a {
  cursor: pointer;
  padding: 10px 17px;
  font-size: 14px;
  font-family: "Montserrat-Light";
  border: 1px solid #e1e1e1;
  display: block;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-right .tag .list-inline li a:hover {
  /* background-color: #f7ca18; */
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .blog-right .block-content {
    padding: 0 25px;
  }
  .blog-right .tag .list-inline li a {
    padding: 10px 17px;
  }
}
@media (max-width: 1199px) {
  .blog-right .tag .list-inline li a {
    padding: 10px 14px;
  }
}

.stats span {
  float: left;
  margin-right: 20px;
  font-size: 11px!important;
}
.stats .text-content {
  
  line-height: 1.2;
}
.stats .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-repeat: no-repeat !important;
}
.stats .clock-icon-while {
  background: url("css/icons/clock-icon-while.png");
}
.stats .comment-icon-while {
  background: url("css/icons/comment-icon-while.png");
}
.stats .clock-icon {
  background: url("css/icons/clock-icon.png");
}
.stats .comment-icon {
  background: url("css/icons/comments-icon.png");
}
.stats .user-icon {
  background: url("css/icons/user-icon.png");
}
.stats .paper-icon {
  background: url("css/icons/user-icon.png");
}
.articles .article-item .stats  span{
  line-height: 1;
}
span.stats-item {
   line-height: 1;
}
@media (max-width: 768px) {
  .stats > span {
    margin-bottom: 10px;
  }
}

.blog .pagination li span.current{
  background:#ff6600;
  color:#fff;
}

/* Blog Single Page */

.blog-post-content .blog-post .area-content h1,.blog-post-content .blog-post .area-content h2,.blog-post-content .blog-post .area-content h3,.blog-post-content .blog-post .area-content h4,.blog-post-content .blog-post .area-content h5,.blog-post-content .blog-post .area-content h6{ text-transform: uppercase;  }

.dark_overlay h2 {
 color:#fff;
}
.core-quote {
 padding: 25px 0 75px;
 text-align:center;
}
.core-quote p {
 margin:0px!important;
}
.blog-post-content .blog-post .area-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.blog-post-content .blog-post .area-content {
/*  border-bottom: 1px solid #acacac;*/
  float: left;
  width: 100%;
  font-size: 14px;
}
.blog-post-content .blog-post .area-content td{
}
.blog-post-content .blog-post .area-content ul, .comment-content ul{
    list-style: disc;
    line-height: 1.5;
}
.blog-post-content .blog-post .area-content ol, .comment-content ol{
    list-style: decimal;
    line-height: 1.5;
}
.comment-content ul, .comment-content ol, .comment-content li{
    margin-bottom:0px;
}


.comment-content ul,
.comment-content ol,
.comment-content li {
    margin-bottom: 0px;
}
.comment-content li {
    padding: 0px!important;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0px;
}


.blog-post-content .blog-post .area-content ul li ul{
    margin-bottom:0px;
}
.blog-post-content .blog-post .area-content .stats {
  float: left;
}
.blog-post-content .blog-post .area-content .desc {
  float: left;
  width: 100%;
}
.blog-post-content .blog-post .area-content ul li em,
.blog-post-content .blog-post .area-content ul li span,
.blog-post-content .blog-post .area-content ul li strong,
.blog-post-content .blog-post .area-content ul li{
  font-size: 12px;
  font-family: "Montserrat-Light";
}
.blog-post-content .blog-post .area-content p {
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Montserrat-Light";
}
.page-content-body p, .page-content-body ul, .page-content-body ol, .page-content-body dl{
  font-size: 14px;
}
.blog-post-content .blog-post .area-content .desc-center {
  width: 100%;
  display: block;
  float: left;
}
.blog-post-content .blog-post .area-content .desc-center p {
  color: #2d2d2d;
  font-size: 26px;
  font-family: "Montserrat-Light";
  line-height: 1.4;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .blog-post-content .blog-post .area-content .desc-center {
    padding: 0px 0 50px;
  }
  .blog-post-content .blog-post .area-content .desc-center p {
    font-size: 26px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .blog-post-content .blog-post .area-content .desc-center {
    padding: 0px 0 55px;
  }
  .blog-post-content .blog-post .area-content .desc-center p {
    font-size: 20px;
    padding: 0 15px;
  }
}
.blog-post-content .blog-post .area-content .list-item {
  margin-top: 15px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.blog-post-content .blog-post .area-content .list-item li {
  float: left;
  width: 100%;
  line-height: 3;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat-Light";
}
.blog-post-content .blog-post .area-content .list-item li:before {
  content: "";
  height: 15px;
  width: 15px;
  /* background-color: #f7ca18; */
  margin-right: 35px;
  position: absolute;
  left: 0;
  top: 14px;
}
@media (min-width: 768px) {
  .blog-post-content{
    margin-left:-15px;
  }
  .blog-post-content .blog-post .area-content {
    /*padding: 0 0 0 35px;*/
  }
  .blog-post-content .blog-post .area-content .list-item {
    margin-left: 35px;
  }
  .blog-post-content .blog-post .area-content .list-item li {
    padding-left: 50px;
  }
  .blog-post-content .blog-post .area-content > h2:first-child {
    font-size: 23px;
    margin-top:0px!important;
  }
  .blog-post-content .blog-post .area-content .stats {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog-post-content .blog-post .area-content > h2:first-child {
    font-size: 18px;
    margin-top:0px!important;
  }
  .blog-post-content .blog-post .area-content .stats {
    margin-bottom: 15px;
  }
  .blog-post-content .blog-post .area-img {
    margin-bottom: 20px;
  }
  .blog-post-content .blog-post .list-item li {
    padding-left: 25px;
  }
  .blog-post-content .blog-post .area-content .blog-stats {
    margin-bottom: 15px;
  }

  .single-product .container{
    margin: 0 15px;
  }
}
.blog-post-content .share, .blog-post-content .comments, .blog-post-content .write-comments {
  width: 100%;
  float: left;
}
.blog-post-content .share {
  text-align: center;
}
.blog-post-content .share h4 {
  margin-bottom: 30px;
}
.blog-post-content .share ul li {
  float: none;
  display: inline-block;
}
.blog-post-content .write-comments .buttons-set a {
  padding: 23px 60px;
}
@media (min-width: 768px) {
  .blog-post-content .comments {
    padding: 25px 0 55px;
  }
}
@media (max-width: 767px) {
  .blog-post-content .comments {
    padding: 0 0 35px;
  }

}

/* alignfull, alignwide support */
.entry__content .alignfull,
.entry__content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

@media only screen and ( min-width: 950px ) {

    .entry__content .alignwide {
        margin-left  : -125px;
        margin-right : -125px;
        max-width    : 950px;
    }
}

.blog-content.blog-content-fullwidth {
  padding-top: 0 !important;
}

.blog-post-content.full-width .area-img {
  position: relative;
}
.blog-post-content.full-width .area-img .blog-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  right: 0;
  margin: auto;
  color: #fff;
  height: 100px;
  text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category a {
  display: inline-block;
  padding: 12px 20px;
  color: #484848;
  font-size: 13px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .category a:hover {
  color: #fff;
  /* background-color: #f7ca18; */
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .article-title {
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-post-content.full-width .area-img .blog-text .article-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .blog-post-content.full-width .area-img .blog-text .article-title h2 {
    font-size: 18px;
  }
}
.blog-post-content.full-width .area-content {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-post-content.full-width .area-content .stats {
  float: left;
  width: 100%;
  border-bottom: 1px solid #acacac;
  padding-bottom: 45px;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .blog-post-content.full-width .area-content {
    margin-top: 20px;
  }
}
.blog-post-content.full-width .area-content, .blog-post-content.full-width .share, .blog-post-content.full-width .comments, .blog-post-content.full-width .write-comments {
  width: 100%;
  float: left;
}
.blog-post-content.full-width .write-comments {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-post-content.full-width .area-content, .blog-post-content.full-width .share, .blog-post-content.full-width .comments, .blog-post-content.full-width .write-comments {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.blog-post .area-content h2{
    margin-bottom: 20px;
}
.sticky .blog-post .area-content h2{
    border-left:4px solid #acacac;padding-left:12px;
}
.blog-post-content .blog-post .area-content .blog-stats > span{
    margin-right: 26px;
    font-size: 11px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    letter-spacing: 1.1px;
    line-height: 20px;
    font-family: "Montserrat-Light";
    font-size: 11px;
}
.blog-post-content .blog-post .area-content .blog-stats > span .fab{
    margin-right: 8px;
    font-size: 11px;
}

iframe {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

/* Contact Us Page */

.map-contact iframe {
  width: 100% ;
  float: left;
}
#map {
  width: 100%;
  height: 500px;
}
.content-wrapper {
  overflow: hidden;
}
.content-wrapper .map-info {
  margin-left: 100px;
  margin-top: 45px;
  padding-left: 45px;
}
.content-wrapper .map-info .title-visit {
  margin-bottom: 45px;
}
.content-wrapper .map-info .title-visit h3 {
  font-weight: lighter;
  letter-spacing: 5px;
}
.content-wrapper .map-info .title-touch h3 {
  font-weight: lighter;
  letter-spacing: 6px;
  margin-left: 16px;
  word-spacing: -3px;
}
.content-wrapper .map-info .content-visit {
  margin-left: -2px;
  margin-top: 46px;
  padding-right: 73px;
}
.content-wrapper .map-info .content-visit p {
  margin: 0 0 22px;
}
.content-wrapper .map-info .content-touch {
  padding: 25px 16px;
}
.content-wrapper .map-info .content-touch a {
  color: #2c3240;
  word-spacing: 6px;
}
.content-wrapper .map-info .content-touch a:hover {
  color: #ff6600;
}
.content-wrapper .map-info .content-touch .content-address {
  margin-top: 21px;
}
.content-wrapper .map-info .content-touch a, .content-wrapper .map-info .content-touch span{
  font-family: "Montserrat-Light";
}
.content-wrapper .map-info a.link-contact {
  color: #ff6600 ;
  text-decoration: none;
  border-bottom: 1px solid #ff6600;
  padding-bottom: 2px;
}
.content-wrapper .contactForm {
  line-height: 65px;
  margin-bottom: -5px;
  padding: 75px 97px;
}
.content-wrapper .contactForm h3 {
  font-weight: lighter;
  letter-spacing: 5px;
  margin-left: 2px;
  word-spacing: 1.5px;
  font-size: 24px;
  font-family: "Montserrat-Light";
}
.content-wrapper .contactForm .form-list {
  padding: 0;
}
.content-wrapper .contactForm .form-list .form-name {
  line-height: 52px;
  margin-top: 33px;
}
.content-wrapper .contactForm .form-list .form-email {
  line-height: 55px;
  margin-top: 8px;
}
.content-wrapper .contactForm .form-list .form-message {
  line-height: 55px;
  margin-top: 7px;
}
.content-wrapper .contactForm .form-list .input-box {
  margin-right: 6px;
  margin-top: 1px;
}
.content-wrapper .contactForm .form-list .input-box input {
  border: 1px solid #dcdcdc;
  font-family: montserrat;
  height: 58px;
  padding: 0 15px;
  width: 100%;
}
.content-wrapper .contactForm .form-list .input-box textarea {
  border: 1px solid #dcdcdc;
  height: 140px;
  margin: 0 1px;
  width: 100%;
  padding: 0 15px;
  font-family: montserrat;
}
.content-wrapper .contactForm .buttons-set-contact {
  padding: 0;
}
.content-wrapper .contactForm .buttons-set-contact .button1 {
  border-style: none;
  float: right;
  line-height: normal;
  margin-right: 5px;
  margin-top: 26px;
  padding: 15px 66px;
  color:#fff;
}
.contact-us .map-info h3{
  margin:20px 0 10px 0;
  font-family: "Montserrat-Light";
  font-size:24px;
}
.contact-us .map-info .content-touch div{
  margin-top:12px;
}
.contact-us .map-info .content-visit p{
  font-family: "Montserrat-Light";
  font-size:17px;
  line-height:24px;
}
.contact-us .map-info .content-visit{
  margin-top: 45px;
}
@media (max-width: 991px) {
  .contact-us .map-info {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-us .map-info .title-visit {
    margin-bottom: 35px;
  }
  .contact-us .map-info .content-visit {
    padding-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-us .map-info {
    padding: 0;
  }
  .contact-us .map-info .title-touch h3 {
    margin-left: 0px;
  }
  .contact-us .map-info .content-touch {
    padding-left: 0;
  }
  .contact-us .contactForm {
    padding: 0;
    padding-bottom: 75px;
  }
}

/* Typography Pages */
.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.divider--sm {
  height: 25px;
}

.divider--md {
  height: 35px;
}

.divider--lg {
  height: 45px;
}

.line10 {
  line-height: 1;
}

.line15 {
  line-height: 1.5;
}

.line20 {
  line-height: 2;
}

.typography {
  color: #2d2d2d;
}
.typography .paragraphs p {
  line-height: 2;
  font-size: 14px;
  font-family: "Montserrat-Light";
  color: #757575;
}
.typography .title-page {
  margin-bottom: 20px;
  margin-top: 30px;
}
.typography .title-page h4 {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  /* border-bottom: 3px solid #f7ca18; */
  display: inline-block;
}
.typography .highlighter p {
  color: #757575;
}
.typography .blockquotes p {
  padding: 15px 0px 15px 50px;
  color: #757575;
}
.typography .border-blockquotes p {
  /* border: 2px dashed #f7ca18; */
  padding: 45px 50px;
}
.typography .listing li {
  float: left;
  width: 100%;
  line-height: 1.5;
  font-family: "Montserrat-Light";
  font-size: 14px;
  margin-bottom: 20px;
  color: #757575;
}
.typography .listing .simple-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  /* background-color: #f7ca18; */
  margin-right: 20px;
}
.typography .listing .decimal-list {
  list-style-type: none;
  counter-reset: myCounter;
}
.typography .listing .decimal-list li {
  text-indent: 0;
  position: relative;
  padding-left: 15px;
}
.typography .listing .decimal-list ul {
  counter-reset: myCounter1;
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 17px;
}
.typography .listing .decimal-list ul li:before {
  content: counter(myCounter1);
  counter-increment: myCounter1;
}
.typography .listing .decimal-list li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.typography .alignment p {
  color: #757575;
}
.post-content-body{padding-bottom: 55px;}
.page-content > h1:first-child,
.post-content-body > h1:first-child,
.page-content > h2:first-child,
.post-content-body> h2:first-child,
.page-content > h3:first-child,
.post-content-body > h3:first-child,
.page-content > h4:first-child,
.post-content-body> h4:first-child,
.page-content > h5:first-child,
.post-content-body> h5:first-child,
.page-content > h6:first-child,
.post-content-body> h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
    margin-top: 0;
}






/*
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.otf");
}
*/
@font-face {
  font-family: "Montserrat-Hairline";
  src: url("fonts/Montserrat-Hairline.ttf");
}

@font-face {
  font-family: "Champagne-Limousines-Bold";
  src: url("fonts/Champagne-Limousines-Bold.ttf");
}

@font-face {
  font-family: "Champagne-Limousines";
  src: url("fonts/Champagne-Limousines.ttf");
}



/*--------------------------------------------------------------
    Body
--------------------------------------------------------------*/

body{
    font-family: "Montserrat-Regular";
}

.no-top{
    padding-top:0!important;
}

.spacer-35{
    height:35px;
    width:100%;
}


/*--------------------------------------------------------------
    Site Header
--------------------------------------------------------------*/

.site-branding{
    padding:0;
}

.site-title{
    margin:0;
}   

.site-title a img{
    /*max-height:35px;*/
    width:auto;
}

.top-header{
    padding:10px 0;
}

.top-header-bg{
    background:#161616;
}

.top-header .top-left{
    float:left;
}

.top-header ul{
    margin:0;
    padding:0;
    list-style:none;
}   

.top-header ul li{
    float:left
}

.top-header .top-left ul li{
    margin: 0 20px 0 0
}

.top-header .top-left ul li a{
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
    display:block;
    font-family: 'Open Sans', sans-serif;
}

.top-header .top-left ul li a i{
    /*color:#ad4a08;*/
    margin:0 10px 0 0;  
}

.top-header .top-right{
    float:right;
}

.top-header .top-right ul li{
    border-left:2px solid #b3b3b3;
}

.top-header .top-right ul li:first-child{
    border:none
}

.top-header .top-right ul li:first-child a{
    /*color:#ff6600;*/
    font-weight:700;
}

.top-header .top-right ul li a{
    color:#ffffff;
    font-size:12px;
    line-height:12px;
    text-decoration:none;
    text-transform:uppercase;
    padding:0 10px;
    display:block;
    font-family: 'Open Sans', sans-serif;
    background:none;
}

.top-header.top-header-bg .top-right ul li a,
.top-header.top-header-bg .top-left ul li a,
.top-header.top-header-bg .top-left ul li a i{
  color:#b3b3b3;
}


.main-header{
    padding:20px 0;
    position:relative;
    z-index:99999;
}

.fix-header .main-header .container{
    position:relative
}

.fix-header .main-header .container:after{
    content: "";
    height:1px;
    width:100%;
    position:absolute;
    bottom:-20px;
    left:0;
    right:0;
    background:#fff
}

.main-header-bg{
    background:#242424;
    padding:20px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.46);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.46);
    position:relative;
    z-index:999;
    border-bottom:none
}

.fix-header{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:9999;
}

.header-1 .header-cart .cart a,
.header-1 #site-navigation .cart a{
    background-color: #f89406; 
    background-size:25px 23px!important;
    border:1px solid #f89406;
}

.header-1 .header-cart .cart i.fa-opencart,
.header-1 #site-navigation .cart i.fa-opencart{
    position: absolute;
    z-index: 2;
    margin: 14px 0 0 46px;
    color:#fff;
    font-size:20px;
}

.mobile-cart{
    position:absolute;
    right:60px;
    bottom:0;
    display:none;
}

.mobile-cart a{ 
    font-size:15px;
    line-height:20px;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #f89406;
    border-radius:20px;
    margin:6px 0;
    padding:7px 20px!important;
    font-family: "Montserrat-Light";
    width:90px;
    position:relative;
    display:block;
}

.mobile-cart a:before{
    display:block;
    content: "\f23d";
    font-family: 'FontAwesome';
    position:absolute;
    top:7px;
    right:20px;
    font-size:18px
}


.header-3 .top-header .top-left ul li a{
    color:#fff
}   

.header-3 .top-header  .top-left ul li a i{
    color:#96b790
}


.header-3 .top-header .top-right ul li:first-child a,
.header-3 .top-header .top-right ul li a{
    color:#fff
}

.header-3 .header-cart .cart a,
.header-3 #site-navigation .cart a{
    border:1px solid #fff
}

#site-navigation{
    margin:0;
}

#site-navigation .navbar-collapse{
    padding:0;
}

#site-navigation .nav li a{
    font-size:15px;
    text-transform:uppercase;
    color:#fff;
    padding:14px 15px;
}

.fix-header .main-header-dark .container:after{
  height: 0px;
  background: transparent;

}

.main-header-dark #site-navigation .nav li a{
  color:inherit; 
}

.main-header-dark #site-navigation .nav li a:hover{
/*  color: #ff6600;*/
}

.main-header-dark .header-cart .cart a,
.main-header-dark #site-navigation .cart a{
  background-color: transparent;
}

.main-header-dark .header-cart .cart a:hover,
.main-header-dark #site-navigation .cart a:hover{
  background-color: #ff6600; 
  color:#fff; 
}

.main-header-dark #site-navigation .navbar-toggle{
  background-color: #757575;
}

.main-header-dark .mobile-cart a{
  color: #757575;
}

#site-navigation .nav > li > a:focus, 
#site-navigation .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.header-cart .cart,
#site-navigation .cart{
    margin:0 0 0 20px;
}

.header-cart .cart a,
#site-navigation .cart a{
   /* border:1px solid #ff6600;*/
    border-style: solid;
    border-width: 1px;
    border-radius:20px;
    margin:6px 0;
    padding:7px 20px!important;
    font-family: "Montserrat-Light";
    width:90px;
    background-size:25px 23px!important;
    position:relative;
}

.header-cart .cart a:before,
#site-navigation .cart a:before{
    display:block;
    content: "\f23d";
    font-family: 'FontAwesome';
    position:absolute;
    top:7px;
    right:20px;
    font-size:18px
}

.closecanvas{
    display:none;
}

/*--------------------------------------------------------------
    Hero 1
------------------------------------------------------------- */

.hero-1{
    position:relative;
    /*background:url(images/hero-1-img.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:686px
}

.hero-1:after, .hero-after{
    content: "";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 10;
/*    background: rgba(217,30,24,.9);
    background: -moz-linear-gradient(-45deg,  rgba(217,30,24,.9) 0%, rgba(255,102,0,.9) 100%); 
    background: -webkit-linear-gradient(-45deg,  rgba(217,30,24,.9) 0%,rgba(255,102,0,.9) 100%);
    background: linear-gradient(135deg,  rgba(217,30,24,.9) 0%,rgba(255,102,0,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91e18', endColorstr='#ff6600',GradientType=1 ); 
*/
}

.hero-1 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 60%;
    z-index: 900;
}

.hero-1 .hero-content .hero-title{
    font-size:36px;
    color:#fff;
    font-family: "Montserrat-Regular";
    margin:0 0 20px
}

.hero-1 .hero-content .hero-caption{
    font-size:26px;
    color:#fff;
    font-family: "Montserrat-Light";
    margin:0 0 45px;
}

.hero-1 .hero-content .hero-search{
    margin:0 0 45px;
}

.hero-1 .hero-content .hero-search input[type="text"]{
    border:2px solid #fff;
    padding: 25px 80px 25px 45px;
    color:#fff;
    font-size:22px;
    font-family: "Montserrat-Light";
    width:710px;
    background:rgba(240,243,243, 0.2) url(images/search.png)no-repeat 93% center;
    border-radius:50px;
    margin:0 auto;
}

.hero-1 .hero-content .hero-search input[type="text"]::-webkit-input-placeholder{
    color: #fff;
}
.hero-1 .hero-content .hero-search input[type="text"]::-moz-placeholder{
    color: #fff;
}

.hero-1 .hero-content .hero-search input[type="text"]:-ms-input-placeholder{
    color: #fff;
}

.hero-1 .hero-content .hero-search input[type="text"]:-moz-placeholder{ 
    color: #fff;
}

.hero-1 .hero-location p{
    color:#fff;
    font-size:15px;
}

.hero-1 .hero-location p i{
    margin:0 5px;
}

.hero-1 .hero-location p a{
    font-size:12px;
    opacity:.6;
    text-decoration:underline;
    color:#fff;
    margin:0 5px;
}

/*--------------------------------------------------------------
    Hero 2
------------------------------------------------------------- */

.hero-2{
    position:relative;
    background:url(images/hero-2-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:686px
}

.hero-2:after{
    content: "";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
/*    background: rgba(117,1,121,.9);
    background: -moz-linear-gradient(-45deg,  rgba(117,1,121,.9) 0%, rgba(214,16,16,.9) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(117,1,121,.9) 0%,rgba(214,16,16,.9) 100%);
    background: linear-gradient(135deg,  rgba(117,1,121,.9) 0%,rgba(214,16,16,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#750179', endColorstr='#d61010',GradientType=.9 );*/

}

.hero-2 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 28%;
    width: 60%;
    z-index: 900;
}

.hero-2 .hero-content .hero-title{
    font-size:75px;
    line-height:75px;
    color:#fff;
    font-family: "Champagne-Limousines";
    margin:0 0 30px
}

.hero-2 .hero-content .hero-caption{
    font-size:20px;
    line-height:20px;
    text-transform:uppercase;
    color:#fff;
    font-family: "Montserrat-Regular";
    margin:0 0 10px;
}

.hero-2 .hero-content .hero-caption span{
    font-family: "Montserrat-Hairline";
}

.hero-2 .count-down{
    text-align:center;
    margin:0 0 40px;
}

.hero-2 .count-down li{
    font-size:36px;
    font-family: "Montserrat-Regular";
    display:inline-block;
    padding:25px 0;
    text-align:center;
    border:1px solid #fff;
    border-radius:5px;
    margin:0 15px;
    color:#fff;
    width:105px;
}

.hero-2 .count-down li span{
    display:block;
    font-size:17px;
    font-family: "Montserrat-Light";
    margin:15px 0 0;
}

.hero-2 .hero-location p{
    color:#fff;
    font-size:15px;
    margin:0 0 30px;
}

.hero-2 .hero-location p i{
    margin:0 5px;
}

.hero-2 .hero-location p a{
    font-size:12px;
    opacity:.6;
    text-decoration:underline;
    color:#fff;
    margin:0 5px;
}

.hero-2 .hero-purchase-ticket a{
    display:inline-block;
    background:#ff6600;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    padding:20px 50px;
    border-radius:50px;
    -webkit-box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.28);
    box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.28);
}

.hero-2 .hero-purchase-ticket a:hover{
    background:#fff;
    color:#ff6600;
}

/*--------------------------------------------------------------
    Hero 3
------------------------------------------------------------- */

.hero-3{
    position:relative;
    background:url(images/hero-3-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:686px
}

.hero-3:after{
    content: "";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
/*    background: rgba(17,90,0,.9);
    background: -moz-linear-gradient(-60deg,  rgba(17,90,0,.9) 0%, rgba(0,0,0,.9) 100%); 
    background: -webkit-linear-gradient(-60deg,  rgba(17,90,0,.9) 0%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(135deg,  rgba(17,90,0,.9) 0%,rgba(0,0,0,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115a00', endColorstr='#000000',GradientType=1 ); */
}

.hero-3 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: 60%;
    z-index: 900;
}

.hero-3 .hero-content .hero-date{
    width:95px;
    height:95px;
    border-radius:50px;
    margin:0 auto 50px;
    background:#66a061;
    text-align:center;
    padding:20px 0;
    position:relative;
}

.hero-3 .hero-content .hero-date:before{
    background:rgba(248, 148, 6, 0.7);
    width:52px;
    height:52px;
    content: "";
    border-radius:50px;
    position:absolute;
    left:-7px;
    bottom:-8px;

}

.hero-3 .hero-content .hero-date .day{
    font-size:33px;
    color:#fff;
    font-family: "Montserrat-Regular";
    display:block;
}

.hero-3 .hero-content .hero-date .month{
    font-size:19px;
    color:#fff;
    font-family: "Montserrat-Light";
    display:block;
    text-transform:uppercase
}

.hero-3 .hero-content .hero-title{
    font-size:47px;
    line-height:47px;
    color:#fff;
    font-family: "Montserrat-Bold";
    text-transform:uppercase;
    margin:0 0 20px
}

.hero-3 .hero-content .hero-caption{
    font-size:36px;
    line-height:36px;
    text-transform:uppercase;
    color:#fff;
    font-family: "Montserrat-Regular";
    margin:0 0 20px;
}

.hero-3 .hero-location p{
    color:#fff;
    font-size:15px;
    margin:0 0 30px;
}

.hero-3 .hero-location p i{
    margin:0 5px;
}

.hero-3 .hero-location p a{
    font-size:12px;
    opacity:.6;
    text-decoration:underline;
    color:#fff;
    margin:0 5px;
}

.hero-3 .hero-purchase-ticket span{
    display:block;
    color:#ff6600;
    font-size:22px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    margin:0 0 20px;
}

.hero-3 .hero-purchase-ticket a{
    display:inline-block;
    background:#ff6600;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    padding:20px 50px;
    border-radius:50px;
}

.hero-3 .hero-purchase-ticket a:hover{
    background:#fff;
    color:#ff6600;
}

/*--------------------------------------------------------------
    Section Today's Schedule
------------------------------------------------------------- */

.section-todays-schedule{
    background:#161616;
    padding:70px 0;
}

.section-todays-schedule .section-header{
    margin:0 0 35px;
}

.section-todays-schedule .section-header h2{
    font-size:22px;
    line-height:22px;
    color:#ff6600;
    text-transform:uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    position:relative;
    padding:0 0 0 25px;
    margin: 0;
    display:inline-block;
    font-weight:700
}

.section-todays-schedule .section-header h2:before{
    display:block;
    width:5px;
    height:16px;
    content: "";
    position:absolute;
    left:0;
    top:4px;
    background:#ff6600;
}

.section-todays-schedule .section-header .todays-date{
    display:inline-block;
    font-size:14px;
    line-height:22px;
    color:#ff6600;
    float:right;
}

.section-todays-schedule .section-header .todays-date strong{
    color:#fff
}

.section-todays-schedule .section-header .todays-date i{
    margin:0 15px 0 0;
    font-size:18px;
}

.section-todays-schedule .section-content{
    position:relative;
}

.section-todays-schedule .section-content ul{
    list-style: none;
    margin: 0;
}

.section-todays-schedule .section-content ul li{
    float:left;
    padding:0 25px 20px;
    border-bottom:1px solid #464646;
    position:relative;
    height:93px;
}

.section-todays-schedule .section-content ul li.event-1{
    padding:0 25px 20px 0;
    margin:0 0 0 30px;
}

.section-todays-schedule .section-content ul li:after{
    content: "";
    width:6px;
    height:10px;
    background:url(images/events-arrow.png);
    display:block;
    position:absolute;
    top:10px;
    right:0;
}

.section-todays-schedule .section-content ul li.event-4:after{
    display:none;
}

.section-todays-schedule .section-content ul li.event-1:before{
    content: "";
    width:20px;
    height:19px;
    background:url(images/events-clock.png);
    display:block;
    position:absolute;
    bottom:-10px;
    left:0;
}

.section-todays-schedule .section-content ul li.event-2:before,
.section-todays-schedule .section-content ul li.event-3:before,
.section-todays-schedule .section-content ul li.event-4:before{
    content: "";
    width:7px;
    height:8px;
    background:url(images/events-dot.png);
    display:block;
    position:absolute;
    bottom:-4px;
    left:35px;
}

.section-todays-schedule .section-content .event-time{
    font-size:24px;
    line-height: 24px;
    display:block;
    color:#d7d7d7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.section-todays-schedule .section-content .event-time strong{
    font-size:12px;
    line-height: 12px;
    color:#d7d7d7;
    font-family: 'Open Sans', sans-serif;
}

.section-todays-schedule .section-content .event-name{
    font-size:12px;
    line-height: 12px;
    color:#d7d7d7;
    display:block;
    margin:0 0 10px;
    font-family: 'Open Sans', sans-serif;
    max-width: 200px;
    min-width: 180px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.section-todays-schedule .section-content .get-ticket{
    font-size: 10px;
    line-height: 10px;
    color:#fff;
    padding:5px 15px;
    background:#ff6600;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius:20px;
    font-weight:700;
    display:inline-block;
}

.section-todays-schedule .section-content .get-ticket:hover{
    background:#fff;   
}

.section-todays-schedule .section-content .get-ticket:hover{
    color:#ff6600;
}

.section-todays-schedule .section-content .sold-ticket{
    font-size: 10px;
    color:#ff6600;
    padding:5px 15px;
    background:none;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    border:1px solid #ff6600;
    border-radius:20px;
    font-weight:700;
    display:inline-block;
    pointer-events: none;
    cursor: default;
}

.section-todays-schedule .section-content .event-list-label{
    color:#d7d7d7;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    position:absolute;
    bottom:-4px;
    right:0;
}

.section-todays-schedule .section-content .event-list-label span{
    font-weight:300;
    font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
    Section Upcoming Events
------------------------------------------------------------- */

.section-upcoming-events{
    padding:70px 0 35px;
    background:#fff
}

.section-upcoming-events .section-header{
    overflow:hidden;
    margin:0 0 40px;
    padding:0 0 0 25px;
}

.section-upcoming-events .section-header h2{
    font-size:22px;
    line-height:22px;
    color:#373737;
    text-transform:uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    display:block;
    margin:0 0 25px;
    font-weight:700;
    position:relative;
}

.section-upcoming-events .section-header h2:before{
    display:block;
    width:5px;
    height:16px;
    content: "";
    position:absolute;
    left:-25px;
    top:4px;
    background:#ff6600;
}

.section-upcoming-events .section-header p{
    color:#6f6f6f;
    font-size:13px;
    font-family: "Montserrat-Light";
    line-height:22px;
    padding:0 2px;
    float:left;
    width:70%;
}

.section-upcoming-events .section-header a{
    color:#ff6600;
    border:1px solid #ff6600;
    background:#fff;
    display:inline-block;
    text-decoration:none;
    float:right;
    font-size:12px;
    font-family: "Montserrat-Light";
    padding:13px 25px;
    border-radius:20px;
    text-transform:uppercase;
    font-weight:300;
}

.section-upcoming-events .section-header a:hover{
    color:#fff
}

.section-upcoming-events .section-header a:hover{
    background:#ff6600;
}

.section-upcoming-events .section-content ul{
  list-style: none;
  margin: 0;
}

.section-upcoming-events .section-content ul li{
    width:33.333333%;
    float:left;
    position:relative;
}

.section-upcoming-events .section-content .date{
    padding:15px;
    background:rgba(36,36,36, 0.8);
    position:absolute;
    top:0;
    left:20px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
}

.section-upcoming-events .section-content .date a{
    color:#fff
}

.section-upcoming-events .section-content .date .day{
    font-size:30px;
    display:block;
    font-family: "Montserrat-Regular";
    margin:0 0 5px;
}

.section-upcoming-events .section-content .date .month{
    font-size:10px;
    display:block;
    font-family: "Montserrat-Light";
    margin:0 0 5px;
}

.section-upcoming-events .section-content .date .year{
    font-size:10px;
    display:block;
    font-family: "Montserrat-Light";
}

.section-upcoming-events .section-content .info{
    padding:50px 20px 25px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(253,253,253,0) 1%, rgba(28,28,28,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 )
    
}

.section-upcoming-events .section-content .info p{
    font-size:16px;
    font-family: "Montserrat-Regular";
    color:#fff;
    width:65%;
    float:left;
    margin:0;
}

.section-upcoming-events .section-content .info p span{
    display:block;
    color:#b3b3b3;
    font-size:11px;
    font-family: "Montserrat-Light";
}

.section-upcoming-events .section-content .info .get-ticket{
    font-size: 12px;
    line-height: 12px;
    color:#fff;
    padding:10px 15px;
    background:#ff6600;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius:20px;
    font-weight:700;
    display:inline-block;
    width:30%;
    float:right;
    text-align:center
}

.section-upcoming-events .section-content .info .get-ticket:hover{
    background:#fff;
    color:#ff6600;
}

/*--------------------------------------------------------------
    Section Calendar Events
------------------------------------------------------------- */

.section-calendar-events{
    padding:70px 0;
    background:#fff
}

.section-calendar-events .section-header{
    margin:0 0 70px
}

.section-calendar-events .section-header .nav-tabs{
    border:none
}

.section-calendar-events .section-header .nav-tabs li:first-child a{
    border-left:1px solid #f8f8f8
}

.section-calendar-events .section-header .nav-tabs li a{
    padding:55px 0 30px;
    width:166.4px;
    font-size:40px;
    line-height:inherit;
    text-align:center;
    display:inline-block;
    color:#b3b3b3;
    border:none;
    background:#fdfdfd;
    border-top:1px solid #f8f8f8;
    border-right:1px solid #f8f8f8;
    border-bottom:1px solid #f8f8f8;
    border-radius:0;
    margin:0;
    text-transform:uppercase;
    font-family: "Montserrat-Hairline";
 }
 
.section-calendar-events .section-header .nav-tabs li a span{
    display:block;
    font-size:18px;
    margin:35px 0 0;
    font-family: "Montserrat-Light";
    color:#b3b3b3;
}

.section-calendar-events .section-header .nav-tabs li.active a,
.section-calendar-events .section-header .nav-tabs li:hover a{
    color:#373737;
    background:#fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.section-calendar-events .section-header .nav-tabs li.active a span{
    color:#373737
}

.section-calendar-events .section-header .scrtabs-tabs-fixed-container{
    height:190px;
    padding:0 6px;
    width:100%!important
}

.section-calendar-events .section-header .scrtabs-tab-container{
    position:relative;
    height:190px;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right span,
.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left span{
    display:none
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left{
    width:22px;
    height:29px;
    background:url(images/calendar-events-arrow-left.png) no-repeat center center;
    border:none;
    position:absolute;
    left:-30px;
    bottom:0;
    top:45%;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right{
    width:22px;
    height:29px;
    background:url(images/calendar-events-arrow-right.png) no-repeat center center;
    border:none;
    position:absolute;
    right:-30px;
    bottom:0;
    top:45%;
}

.section-calendar-events .section-content .tab-content ul{
  margin: 0;
  list-style: none;
}

.section-calendar-events .section-content .tab-content ul li{
    width:33.333333%;
    float:left;
    position:relative;
    list-style: none;
}

.section-calendar-events .section-content .tab-content .date{
    padding:15px;
    background:rgba(36,36,36, 0.8);
    position:absolute;
    top:0;
    left:20px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
}

.section-calendar-events .section-content .tab-content .date a{
    color:#fff
}

.section-calendar-events .section-content .tab-content .date .day{
    font-size:30px;
    display:block;
    font-family: "Montserrat-Regular";
    margin:0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .month{
    font-size:10px;
    display:block;
    font-family: "Montserrat-Light";
    margin:0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .year{
    font-size:10px;
    display:block;
    font-family: "Montserrat-Light";
}

.section-calendar-events .section-content .tab-content .info{
    padding:50px 20px 25px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(253,253,253,0) 1%, rgba(28,28,28,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(253,253,253,0) 1%,rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 )
    
}

.section-calendar-events .section-content .tab-content .info p{
    font-size:16px;
    font-family: "Montserrat-Regular";
    color:#fff;
    width:65%;
    float:left;
    margin:0;
}

.section-calendar-events .section-content .tab-content .info p span{
    display:block;
    color:#b3b3b3;
    font-size:11px;
    font-family: "Montserrat-Light";
}

.section-calendar-events .section-content .tab-content .info .get-ticket{
    font-size: 12px;
    line-height: 12px;
    color:#fff;
    padding:10px 15px;
    background:#ff6600;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius:20px;
    font-weight:700;
    display:inline-block;
    width:30%;
    float:right;
    text-align:center
}

.section-calendar-events .section-content .tab-content .info .get-ticket:hover{
    background:#fff;
}
.section-calendar-events .section-content .tab-content .info .get-ticket:hover{ 
    color:#ff6600;
}

/*--------------------------------------------------------------
    Section Event Category
------------------------------------------------------------- */


.section-event-category{
    background:#fff;
    padding:35px 0 40px;
}

.section-event-category .section-header h2{
    font-size:22px;
    line-height:22px;
    color:#373737;
    text-transform:uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    padding:0 0 0 25px;
    display:block;
    margin:0 0 35px;
    font-weight:700;
    position:relative;
}

.section-event-category .section-header h2:before{
    display:block;
    width:5px;
    height:16px;
    content: "";
    position:absolute;
    left:0;
    top:4px;
    background:#ff6600;
}

.section-event-category .section-content ul{
    list-style: none;
    margin: 0;
}

.section-event-category .section-content ul li{
    margin:0 0 30px;
    position:relative;
    max-height:252px;
    overflow: hidden;
}

.section-event-category .section-content ul li.category-1 a{
    background: rgb(46,204,113,.9); 
    background: -moz-linear-gradient(left,  rgba(46,204,113,.9) 0%, rgba(27,188,155,.9) 100%);
    background: -webkit-linear-gradient(left,  rgba(46,204,113,.9) 0%,rgba(27,188,155,.9) 100%); 
    background: linear-gradient(to right,  rgba(46,204,113,.9) 0%,rgba(27,188,155,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#1bbc9b',GradientType=.9 );
}

.section-event-category .section-content ul li.category-1:hover a{
    background: rgb(46,204,113,.5); 
    background: -moz-linear-gradient(left,  rgba(46,204,113,.5) 0%, rgba(27,188,155,.5) 100%);
    background: -webkit-linear-gradient(left,  rgba(46,204,113,.5) 0%,rgba(27,188,155,.5) 100%); 
    background: linear-gradient(to right,  rgba(46,204,113,.5) 0%,rgba(27,188,155,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ecc71', endColorstr='#1bbc9b',GradientType=.5 );
}

.section-event-category .section-content ul li.category-2 a{
    background: rgb(192,57,43,.9); 
    background: -moz-linear-gradient(left, rgba(192,57,43,.9) 0%, rgba(210,77,87,.9) 100%); 
    background: -webkit-linear-gradient(left, rgba(192,57,43,.9) 0%,rgba(210,77,87,.9) 100%); 
    background: linear-gradient(to right, rgba(192,57,43,.9) 0%,rgba(210,77,87,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#d24d57',GradientType=.9 );
}

.section-event-category .section-content ul li.category-2:hover a{
    background: rgb(192,57,43,.5); 
    background: -moz-linear-gradient(left, rgba(192,57,43,.5) 0%, rgba(210,77,87,.5) 100%); 
    background: -webkit-linear-gradient(left, rgba(192,57,43,.5) 0%,rgba(210,77,87,.5) 100%); 
    background: linear-gradient(to right, rgba(192,57,43,.5) 0%,rgba(210,77,87,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#d24d57',GradientType=.5);
}

.section-event-category .section-content ul li.category-3 a{
    background: rgb(102,51,153,.9); 
    background: -moz-linear-gradient(left,  rgba(102,51,153,.9) 0%, rgba(155,89,182,.9) 100%); 
    background: -webkit-linear-gradient(left,  rgba(102,51,153,.9) 0%,rgba(155,89,182,.9) 100%); 
    background: linear-gradient(to right,  rgba(102,51,153,.9) 0%,rgba(155,89,182,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#9b59b6',GradientType=.9 );
}

.section-event-category .section-content ul li.category-3:hover a{
    background: rgb(102,51,153,.5); 
    background: -moz-linear-gradient(left,  rgba(102,51,153,.5) 0%, rgba(155,89,182,.5) 100%); 
    background: -webkit-linear-gradient(left,  rgba(102,51,153,.5) 0%,rgba(155,89,182,.5) 100%); 
    background: linear-gradient(to right,  rgba(102,51,153,.5) 0%,rgba(155,89,182,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663399', endColorstr='#9b59b6',GradientType=.5 );
}

.section-event-category .section-content ul li.category-4 a{
    background: rgb(211,84,0,.9); 
    background: -moz-linear-gradient(left,  rgba(211,84,0,.9) 0%, rgba(248,148,6,.9) 100%);
    background: -webkit-linear-gradient(left,  rgba(211,84,0,.9) 0%,rgba(248,148,6,.9) 100%); 
    background: linear-gradient(to right,  rgba(211,84,0,.9) 0%,rgba(248,148,6,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35400', endColorstr='#f89406',GradientType=.9 ); 
}

.section-event-category .section-content ul li.category-4:hover a{
    background: rgb(211,84,0,.5); 
    background: -moz-linear-gradient(left,  rgba(211,84,0,.5) 0%, rgba(248,148,6,.5) 100%);
    background: -webkit-linear-gradient(left,  rgba(211,84,0,.5) 0%,rgba(248,148,6,.5) 100%); 
    background: linear-gradient(to right,  rgba(211,84,0,.5) 0%,rgba(248,148,6,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35400', endColorstr='#f89406',GradientType=.5 ); 
}

.section-event-category .section-content ul li.category-5 a{
    background: rgb(68,108,179,.9);
    background: -moz-linear-gradient(left,  rgba(68,108,179,.9) 0%, rgba(89,171,227,.9) 100%); 
    background: -webkit-linear-gradient(left,  rgba(68,108,179,.9) 0%,rgba(89,171,227,.9) 100%); 
    background: linear-gradient(to right,  rgba(68,108,179,.9) 0%,rgba(89,171,227,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb3', endColorstr='#59abe3',GradientType=.9 ); 
}

.section-event-category .section-content ul li.category-5:hover a{
    background: rgb(68,108,179,.5);
    background: -moz-linear-gradient(left,  rgba(68,108,179,.5) 0%, rgba(89,171,227,.5) 100%); 
    background: -webkit-linear-gradient(left,  rgba(68,108,179,.5) 0%,rgba(89,171,227,.5) 100%); 
    background: linear-gradient(to right,  rgba(68,108,179,.5) 0%,rgba(89,171,227,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb3', endColorstr='#59abe3',GradientType=.5 ); 
}

.section-event-category .section-content ul li.category-6 a{
    background: rgb(219,10,91,.9); 
    background: -moz-linear-gradient(left,  rgba(219,10,91,.9) 0%, rgba(210,82,127,.9) 100%); 
    background: -webkit-linear-gradient(left,  rgba(219,10,91,.9) 0%,rgba(210,82,127,.9) 100%); 
    background: linear-gradient(to right,  rgba(219,10,91,.9) 0%,rgba(210,82,127,.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0a5b', endColorstr='#d2527f',GradientType=.9 ); 
}

.section-event-category .section-content ul li.category-6:hover a{
    background: rgb(219,10,91,.5); 
    background: -moz-linear-gradient(left,  rgba(219,10,91,.5) 0%, rgba(210,82,127,.5) 100%); 
    background: -webkit-linear-gradient(left,  rgba(219,10,91,.5) 0%,rgba(210,82,127,.5) 100%); 
    background: linear-gradient(to right,  rgba(219,10,91,.5) 0%,rgba(210,82,127,.5) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0a5b', endColorstr='#d2527f',GradientType=.5 ); 
}

.section-event-category .section-content ul li a{
    display:block;
    position:absolute;
    color:#fff;
    font-size:26px;
    text-align:center;
    text-decoration:none;
    top:0;
    bottom:0;
    left:15px;
    right:15px;
    text-transform:uppercase;
}

.section-event-category .section-content ul li a span{
    display:block;
    height: 26px;
    width:80%;
    line-height:26px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    font-family: "Montserrat-Light";
}

/*--------------------------------------------------------------
    Section Recent Videos
------------------------------------------------------------- */

.section-recent-videos{
    padding:70px 0;
}

.section-recent-videos .section-header h2{
    font-size:22px;
    line-height:22px;
    color:#373737;
    text-transform:uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    position:relative;
    padding:0 0 0 25px;
    display:block;
    margin:0 0 25px;
    font-weight:700;
}

.section-recent-videos .section-header h2:before{
    display:block;
    width:5px;
    height:16px;
    content: "";
    position:absolute;
    left:0;
    top:4px;
    background:#ff6600;
}

.section-recent-videos .section-content ul{
  list-style: none;
  margin: 0;
}

.section-recent-videos .section-content .video{
    position:relative
}

.section-recent-videos .section-content .video-player{
    background:rgba(36,36,36, 0.8);
    padding:15px 20px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
}

.section-recent-videos .section-content .video-player a{
    color:#d7d7d7
}

.section-recent-videos .section-content .video-player  span{
    color:#fff;
    float:right
}

.section-recent-videos .section-content h3.video-title{
    margin: 0;
}

.section-recent-videos .section-content .video-title a{
    color:#242424;
    font-size:14px;
    line-height:22px;
    font-family: "Montserrat-Light";
    padding:20px 0;
    position:relative;
    display:block;
    text-decoration:none
}

.section-recent-videos .section-content .video-title a:before{
    content: "";
    height:2px;
    width:50px;
    background:#ff6600;
    position:absolute;
    bottom:-2px;
    left:0;
}

/*--------------------------------------------------------------
    Section Ticket Count
------------------------------------------------------------- */

.section-stats{
    padding:100px 0;
    background: url(images/stats.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative
}

.section-stats:before{
    content: "";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(36,36,36, 0.8)
}

.section-stats .section-content ul{
  margin: 0;
  list-style: none;
}

.section-stats .section-content ul li{
    text-align:center;
}

.section-stats .section-content ul li span{
    color:#fff;
    display:block;
    font-size:50px;
    line-height:50px;
    font-family: "Montserrat-Regular";
}

.section-stats .section-content hr{
    background:#fff;
    height:2px;
    width:45px;
    margin:30px auto;
}

.section-stats .section-content ul li p{
    color:#fff;
    display:block;
    font-size:19px;
    line-height:19px;
    margin:0;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
}

/*--------------------------------------------------------------
    Section Call To Action
------------------------------------------------------------- */

.section-call-to-action .section-content ul{
    list-style: none;
    margin: 0;
}

.section-call-to-action .section-content{
    padding:50px;
    background:url(images/share-action.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative
}

.section-call-to-action .section-content:before{
    content: "";
    background:rgba(230, 99, 13, .85);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.section-call-to-action .section-content h3{
    font-family: "Champagne-Limousines-Bold";
    font-size:35px;
    margin:0 0 5px;
    color:#fff
}

.section-call-to-action .section-content p{
    font-family: "Montserrat-Light";
    font-size:17px;
    margin:0;
    color:#fff
}

.section-call-to-action .section-content .action-btn{
    display:block;
    background:#fff;
    border-radius:5px;
    color:#ff6600;
    font-size:19px;
    font-family: "Montserrat-Regular";
    padding:20px;
    text-align:center;
    text-transform:uppercase;
}

.section-call-to-action .section-content .action-btn:hover{
    color:#fff;
    background:#ff6600;
}

/*--------------------------------------------------------------
    Section Latest News/Tweets
------------------------------------------------------------- */

.section-latest{
    padding:70px 0;
    background:#fff;
}

.section-latest .latest-news {
    margin:0 0 0 -15px;
}

.section-latest .latest-news ul{
    margin: 0;
    list-style: none;
}

.section-latest .latest-news .news-item{
    margin-bottom:30px;
}

.section-latest .section-header h2{
    font-size:22px;
    line-height:22px;
    color:#373737;
    text-transform:uppercase;
    font-family: font-family: 'Open Sans', sans-serif;
    position:relative;
    padding:0 0 0 25px;
    display:block;
    margin:0 0 25px;
    font-weight:700
}

.section-latest .section-header h2:before{
    display:block;
    width:5px;
    height:16px;
    content: "";
    position:absolute;
    left:0;
    top:4px;
    background:#ff6600;
}

.section-latest .latest-news .news-item-img{
    position:relative
}

.section-latest .latest-news .news-item-img img{
    width:100%;
}

.section-latest .latest-news .news-item-img .date{
    padding:15px;
    background:rgba(255, 102, 0, .7);
    position:absolute;
    top:0;
    left:25px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
}

.section-latest .latest-news .news-item-img .date a{
    color:#fff;
    text-decoration:none
}

.section-latest .latest-news .news-item-img .date .day{
    font-size:30px;
    line-height: 30px;
    display:block;
    font-family: "Montserrat-Regular";
    margin:0 0 5px;
}

.section-latest .latest-news .news-item-img .date .month{
    font-size:10px;
    line-height: 10px;
    display:block;
    font-family: "Montserrat-Light";
    margin:0 0 5px;
}

.section-latest .latest-news .news-item-img .date .year{
    font-size:10px;
    line-height: 10px;
    display:block;
    font-family: "Montserrat-Light";
}

.section-latest .latest-news .news-item-info h3{
    margin:0 0 20px;
    font-size:18px;
    line-height:22px;
    font-weight:700;
}

.section-latest .latest-news .news-item-info h3 a{
    color:#373737;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
}

.section-latest .latest-news .news-item-info .meta-data{
    display:block;
    color:#6f6f6f;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    margin:0 2px 20px;
}

.section-latest .latest-news .news-item-info .meta-data a{
    color:#ff6600;
    font-size:13px;
    text-decoration:none;
}

.section-latest .latest-news .news-item-info p{
    color:#6f6f6f;
    font-size:13px;
    line-height:21px;
    font-family: 'Open Sans', sans-serif;
    margin:0 2px;
}

.section-latest .latest-news .pagination{
    margin:0;
}


.section-latest .latest-news .pagination > li > a, 
.section-latest .latest-news .pagination > li > span {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:14px;
    background-color: #fff;
    border: 1px solid #ff6600;
    color: #ff6600;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0;
    display:block;
    position: relative;
    text-decoration: none;
    border-radius:5px;
    text-align:center;
    width:25px;
    height:25px;
}

.section-latest .latest-news .pagination > li.active > a,
.section-latest .latest-news .pagination > li:hover > a,
.pagination-wrapper-news .pagination > li > span.current{
    background-color: #ff6600;
    color: #fff;
}

.pagination-wrapper-news .pagination > li > span.current{
    color: #fff!important;
}

.section-latest .latest-tweets{
    margin:0 -15px 0 0;
}

.section-latest .latest-tweets .twitter-header{
    padding:20px;
    background:#f8f8f8;
    margin:0 0 30px;
}

.section-latest .latest-tweets .twitter-header .twitter-name{
    float:left;
    width:70%;
}

.section-latest .latest-tweets .twitter-header .twitter-follow{
    float:left;
    width:29%;
}

.section-latest .latest-tweets .twitter-header .twitter-name img{
    float:left;
    margin:0 20px 0 0
}

.section-latest .latest-tweets .twitter-header .twitter-name strong{
    color:#4e4e4e;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    margin:10px 0;
    display:block;
}

.section-latest .latest-tweets .twitter-header .twitter-name span{
    color:#6f6f6f;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    margin:10px 0;
    display:block;
}

.section-latest .latest-tweets .twitter-header .twitter-btn{
    text-align:right;
    margin:15px 0 0;
}

.section-latest .latest-tweets .twitter-header .twitter-btn a{
    color:#fff;
    background:#41c3ff;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding:8px 15px;
    text-align:center;
    text-decoration:none;
    border-radius:5px;
    display:inline-block;
    border:1px solid #41c3ff
}

.section-latest .latest-tweets .twitter-header .twitter-btn a:hover{
    background:#fff;
    color:#41c3ff;
    border:1px solid #41c3ff
}

.section-latest .latest-tweets .tweet-list{
    overflow:hidden;
}

.section-latest .latest-tweets .tweet-list p{
    font-size:12px;
    line-height:18px;
    color:#6f6f6f;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    margin:0  -15px 0 0;
}

.section-latest .latest-tweets .tweet-list p a{
    font-size:12px;
    color:#ff6600
}

.section-latest .latest-tweets .tweet-list span{
    color:#b3b3b3;
    font-family: 'Open Sans', sans-serif;
    font-size:10px;
    display:block;
    text-align:right;
    margin:0 0 0 -15px;
}

.section-latest .latest-tweets .tweet-list ul{
    margin: 0px;
    list-style: none;
}
.section-latest .latest-tweets .tweet-list ul li{
    padding:0 0 20px;
    margin:0 0 20px;
    border-bottom:1px solid #eaeaea
}

/*--------------------------------------------------------------
    Section Video Parallax
------------------------------------------------------------- */

.section-video-parallax{
    padding:100px 0;
    background:url(images/video-parallax.jpg)no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative
}

.section-video-parallax:before{
    content: "";
    background:rgba(31, 31, 31, .8);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-video-parallax .section-content{
    color:#fff;
    text-align:center;
    position:relative;
    width:69%;
    margin:0 auto;
}

.section-video-parallax .section-content h2{
    font-size:55px;
    text-transform:uppercase;
    margin:0 0 20px;
    color:#fff;
    font-family: "Montserrat-Bold";
}

.section-video-parallax .section-content p{
    font-family: "Montserrat-Light";
    font-size:20px;
    line-height:29px;
    margin:0 0 20px;
}

.section-video-parallax .section-content a img{
    display: inherit;
}
/*--------------------------------------------------------------
    Section About Us
------------------------------------------------------------- */

.block.about-us-block {
    padding-bottom: 0;
}
.about-us-content {
    padding-bottom: 90px;
}
.about-us-banner.banner-image {
    /*height: 800px;*/
    overflow: hidden;
    top: 0;
}
.about-us-page .wrapper {
    padding-top: 0;
}
.about-us-banner.banner-image img {
    /*height: 800px;*/
    
    height: auto;
}
.top-description h2 {
    text-transform: uppercase;
    margin-bottom: 45px;
}
.top-description>p {
    width: 79%;
    margin: 0 auto 85px;
}
.top-description {
    width: 90%;
    margin: auto;
}
.small-image-wrap {
    margin-bottom: 30px;
}
.small-image-wrap figure {
    margin-bottom: 0;
    height: 251px;
    overflow: hidden;
}
.big-image figure {
    height: 532px;
    overflow: hidden;
}
.image-grid-row {
    margin-bottom: 50px;
}
.about-us-block article {
    margin-bottom: 70px;
}
.about-us-block article p {
    padding: 0 65px;
}
.media-partner {
    position: relative;
    padding: 65px 0 55px;
    background: #f5f5f5;
    z-index: 111;
}
.media-partner figure {
    margin-bottom: 0;
}
.partner-item img {
    vertical-align: middle;
    margin: auto;
}
.weight-loss-block {
    padding-bottom: 0;
}
.single-program-banner {
    height: 440px;
}
.single-program-banner img {
    position: absolute;
    left: -99999px;
    right: -99999px;
    margin: auto;
}
.weight-loss-block h3 {
    font-size: 26px;
    color: #000;
    font-family: 'Montserrat-Light', sans-serif;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.img-text-center figure {
    width: 41px;
    height: 41px;
    margin: 0 auto 18px;
}
.weight-loss-block h3:after {
    position: absolute;
    bottom: 0;
    width: 88px;
    height: 1px;
    background: #878787;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}
.img-text-center p {
    width: 70%;
    margin: auto;
}
.text-center.img-text-center {
    margin-bottom: 60px;
}
.weight-loss-block ul li {
    display: inline-block;
    width: 49%;
    font-size: 15px;
    background: url(images/check-icon.svg) no-repeat left;
    padding-left: 45px;
    margin-bottom: 10px;
}
.weight-loss-block ul {
    width: 64%;
    margin: 0 auto -22px;
}
.weight-loss-block ul li {
    margin-bottom: 22px;
}
.full-width-testimonial {
    padding: 55px 0 70px;
    background: #f4f4f4;
}
.full-width-testimonial .top-text-header p {
    color: #575757;
    width: 44%;
    margin: 0 auto 30px;
    line-height: 25px;
}
.testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
.testimonial-box h6 {
    font-size: 17px;
}
.testimonial-box figure {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    margin: -64px auto 18px;
}
.testimonial-box p {
    font-size: 13px;
    line-height: 22px;
    color: #575757;
    margin-bottom: 0;
}
.testimonial-box-wrap {
    width: 38.8%;
    padding: 0 22px;
    float: none;
    display: inline-block;
}
.testimonial-wrap {
    margin: 0 -22px;
}


/*--------------------------------------------------------------
    Section Sponsors
------------------------------------------------------------- */

.section-sponsors{
    padding:70px 0;
    background:#fff
}

.section-sponsors .section-content ul{
    margin: 0;
    list-style: none;
}
/*--------------------------------------------------------------
    Section Newsletter
------------------------------------------------------------- */

.section-newsletter{
    padding:90px 0;
    background:url(images/newsletter.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative
}

.section-newsletter:before{
    content: "";
    background:rgba(255, 102, 0, .9);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-newsletter .section-content{
    text-align:center;
    position:relative;
    width:70%;
    margin:0 auto;
}

.section-newsletter .section-content h2{
    font-size:25px;
    font-weight:700;
    color:#fff;
    margin:0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.section-newsletter .section-content p{
    font-size:12px;
    line-height:18px;
    color:#fff;
    margin:0 0 30px;
    font-family: 'Open Sans', sans-serif;
}

.section-newsletter .section-content .newsletter-form input[type="text"],
.section-newsletter .section-content .newsletter-form input[type="email"]{
    background:none;
    color:#fff;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    border:2px solid #fff;
    padding:12px 30px;
    border-radius:50px;
    margin:0 5px 0 0;
    width:50%;
    height:53px;
}
.section-newsletter .section-content .mc4wp-response{
    margin-top:10px;
}
.section-newsletter .section-content .newsletter-form input[type="text"]::-webkit-input-placeholder { /* Chrome */
  color: #fff;;
}
.section-newsletter .section-content .newsletter-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;;
}
.section-newsletter .section-content .newsletter-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;;
  opacity: 1;
}
.section-newsletter .section-content .newsletter-form input[type="text"]:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;;
  opacity: 1;
}

.section-newsletter .section-content .newsletter-form button[type="submit"],
.section-newsletter .section-content .newsletter-form input[type="submit"]{
    background:#fff;
    color:#ff6600;
    font-weight:700;
    font-size:18px;
    line-height:18px;
    font-family: 'Open Sans', sans-serif;
    border:none;
    padding:12px 50px;
    border-radius:50px;
    text-align:center;
    display:inline-block;
    text-transform:uppercase;
    height:53px;
}

.section-newsletter .section-content .newsletter-form input[type="submit"]:hover{
    background:#ff6600;
    color:#fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]::-webkit-input-placeholder{
    color: #fff;
}
.section-newsletter .section-content .newsletter-form input[type="email"]::-moz-placeholder{
    color: #fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]:-ms-input-placeholder{
    color: #fff;
}

.section-newsletter .section-content .newsletter-form input[type="email"]:-moz-placeholder{ 
    color: #fff;
}

/*--------------------------------------------------------------
    Section Woocommerce
------------------------------------------------------------- */

/*======================= # WooCommerce ==================*/
.woocommerce .product-category{
    margin-bottom: 30px;
}
.woocommerce .product-category .title h4 {
    letter-spacing: 1.5px;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    margin: 10px 0;
}
.woocommerce .product-category .title {
    color: #505050;
    border-top: 0px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
}
.woocommerce .product-category .woocommerce-ordering {
    margin: 0 3px 30px 0;
}
.woocommerce .product-category .woocommerce-ordering select.orderby{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dedede !important;
    border-radius: 0;
    box-shadow: none;
    color: #b3b3b3;
    font-size: 15px;
    height: auto;
    line-height: 51px;
    padding: 0 27px;
    width: 100%;
}
.woocommerce .product-category .woocommerce-result-count {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce li.product {
    overflow: hidden;
}
.woocommerce li.product a img {
    max-width: 100%;
}
.woocommerce ul.products li.product a.button {
    text-decoration: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px 31px;
    line-height: 20px;
    border-radius: 0;
    color: #60ba62;
    background: #fff;
    border: 1px solid #60ba62;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.woocommerce ul.products li.product a.button:hover {
    color: #fff;
    background: #60ba62;
}
.woocommerce ul.products li.product span.woocommerce-Price-amount {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #60ba62;
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 20px;
    color: #575757;
    font-family: "Montserrat-Light", sans-serif;
}

.product-single .container {
    padding: 55px 0;
}
.products-list-cont {
    padding: 0 15px;
}
.product-single .woocommerce-Price-amount {
    color: #60ba62;
}
@media (min-width: 767px) {
    .right-sidebar .product-single .widget-area,
    .right-sidebar .menu-page-block .widget-area {
        width: 21.7391304348%;
        float: right;
        margin-right: 0;
    }
    .right-sidebar .product-single .content-area,
    .right-sidebar .product-single .container #container,
    .right-sidebar .menu-page-block .products-area {
        width: 73.9130434783%;
        float: left;
        margin-right: 4.347826087%;
    }
    .left-sidebar .product-single .widget-area,
    .left-sidebar .menu-page-block .widget-area {
        width: 21.7391304348%;
        float: left;
        margin-right: 0;
    }
    .left-sidebar .product-single .content-area,
    .left-sidebar .product-single .container #container,
    .left-sidebar .menu-page-block .products-area {
        width: 73.9130434783%;
        float: right;
        margin-left: 4.347826087%;
    }
    .blog-post-content .blog-post .area-content .blog-stats{
      margin-bottom: 40px;
      margin-top: -5px;
      margin-left: 2px;
    }
}
@media (min-width: 769px) {
    .product-single .container #container,
    .product-single .widget-area {
        margin-bottom: 2.617924em;
    }
    .woocommerce .shop-list{
        margin-top: 130px;
        margin-bottom: 50px;
    }
}
/* hide sidebar patch option */
.rem-sidebar.left-sidebar .product-single .content-area,
.rem-sidebar.left-sidebar .product-single .container #container,
.rem-sidebar.right-sidebar .product-single .content-area,
.rem-sidebar.right-sidebar .product-single .container #container{
    width: 100%;
}
.woocommerce .product-category .pagination > li > span.current,
.woocommerce .product-category .pagination > li.active > a,
.woocommerce .product-category .pagination > li:hover > a{

    color: #fff;
    cursor: pointer;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color:#ccc; 
}
/*======================= # WooCommerce Message ==================*/

.woocommerce-message {
    border-top-color: #60ba62;
}
.woocommerce-message:before {
    color: #60ba62;
}
.woocommerce-message {
    line-height: 25px;
    font-size: 17px;
    border-radius: 0;
}
.return-to-shop,
.cart-empty {
    text-align: center;
    margin-top: 20px;
}
.woocommerce-message a.button,
.return-to-shop a.button {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat-Light', sans-serif;
    background-color: #fff;
    color: #aaa;
    border: 1px solid #aaa;
    font-size: 12px;
    padding: 10px 21px;
}
.woocommerce-message a.button:hover,
.return-to-shop a.button:hover {
    background-color: #aaa;
    color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  /* margin: 0; */
}

.woocommerce ul.products li.product .price del{
    color:#666;
    border-color: #666;
}

.onsale{
  display: none;
}
/*======================= # WooCommerce My Account ==================*/

.woocommerce-MyAccount-navigation ul{
  list-style: none;
  margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li{
  margin: 20px 0;
}

.woocommerce-MyAccount-navigation ul li a{
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce-account .page-content-body{
  margin: 30px 0;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__header span{
  font-size: 12px;
}

.woocommerce-account .wc-item-meta{
  margin-top: 12px;
}

.woocommerce-account table.woocommerce-table{
  border-radius: 0px;
  font-size: 13px;
}

.woocommerce-account .woocommerce-customer-details address{
  border-radius: 0px;
}

.woocommerce table.my_account_orders{
  font-size: 14px;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a{
  margin-top: -10px;
}

.woocommerce-account .woocommerce-MyAccount-content > a,
.woocommerce-account button.woocommerce-Button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account p.order-again a{
  background-color:#fff;
  border-radius: 0px;
  padding: 10px 20px;
  border:1px solid #000; 

}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a{
  font-size: 10px;
  padding: 6px 8px;
  margin-left: 4px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset{
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
  margin: 0 0 6px 3px;
}

.woocommerce-account button.woocommerce-Button{
  margin: 10px 0 3px 3px;
}

.woocommerce-account .woocommerce-MyAccount-content > a{
  margin-top: 10px;
  float: left;
  font-size: 16px;
  padding: 15px 20px;
}
/*======================= # WooCommerce Product Single ==================*/

.woocommerce button.button.alt,
.woocommerce input.button.alt {
    text-decoration: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px 31px;
    line-height: 20px;
    border-radius: 0;
    color: #60ba62;
    background: #fff;
    border: 1px solid #60ba62;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background: #60ba62;
}
.woocommerce h1.product_title {
    font-size: 27px;
    margin-bottom: -1px;
    text-transform: uppercase;
    border: none;
}
.single-product p.subtitle {
    margin-bottom: 15px;
}
.single-product .woocommerce-Price-amount {
    font-size: 22px;
}
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.single-product .related{
    clear:both;
}
.single-product .related h2 {
    text-transform: uppercase;
    margin-top: 0px;
}
.price del {
    opacity: .5;
    font-weight: 400
}
.price del+ins {
    margin-left: .327em
}
.single-product .pswp__button {
    background-color: transparent
}
.single-product div.product {
    position: relative;
    overflow: hidden
}
.single-product div.product:after,
.single-product div.product:before {
    content: "";
    display: table
}
.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.617924em;
    margin-top: 0
}
.single-product div.product .woocommerce-product-gallery {
    position: relative
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    line-height: 1.8
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none!important
}
.single-product div.product .woocommerce-product-gallery img {
    margin: 0
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1.618em
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before {
    content: "";
    display: table
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    margin-bottom: 1.618em;
    cursor: pointer
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 42.8571428571%;
    float: left;
    margin-right: 14.2857142857%
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 23.8095238%;
    float: left;
    margin-right: 14.2857142857%
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.2857142857%
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0
}
.single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block
}
.single-product div.product .images .thumbnails a.zoom {
    display: block;
    width: 22.05%;
    margin-right: 3.8%;
    float: left;
    margin-bottom: 1em
}
.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0
}
.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1em 0
}
.single-product div.product form.cart:after,
.single-product div.product form.cart:before {
    content: "";
    display: table
}
.single-product div.product form.cart .quantity {
    float: left
}
.single-product div.product form.cart .quantity input{
  padding: 12px;
  font-size: 14px;
}
.single-product div.product form.cart .button {
    float: right
}
.single-product div.product .price {
    font-weight: 700
}
.single-product div.product table.variations {
    margin: 0
}
.single-product div.product table.variations td,
.single-product div.product table.variations th {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent
}
.single-product div.product table.variations .value {
    margin-bottom: 1em
}
.single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block
}
.single-product div.product .variations_button:after,
.single-product div.product .variations_button:before,
.single-product div.product .woocommerce-product-rating:after,
.single-product div.product .woocommerce-product-rating:before {
    content: "";
    display: table
}
.single-product div.product .variations_button {
    padding-top: 1em
}
.single-product div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    line-height: 1;
    margin-top: -ms(-1)
}
.single-product div.product .woocommerce-product-rating a {
    font-weight: 400;
    text-decoration: underline
}
.single-product div.product .woocommerce-product-rating a:hover {
    text-decoration: none
}
.single-product div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: .6180469716em
}
.stock:before,
a.reset_variations:before {
    margin-right: .5407911001em;
    display: inline-block
}
.single-product div.product .product_meta {
    font-size: .875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, .05)
}
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
    display: block
}
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
    border-bottom: 0
}
.single-product div.product .product_meta a {
    font-weight: 400;
    text-decoration: underline
}
.single-product div.product .product_meta a:hover {
    text-decoration: none
}
.stock:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.woocommerce-breadcrumb a:first-of-type:before,
a.reset_variations:before {
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}
.stock.in-stock {
    color: #0f834d
}
.stock.in-stock:before {
    content: "\f118"
}
.stock.out-of-stock {
    color: #e2401c
}
.stock.out-of-stock:before {
    content: "\f119"
}
a.reset_variations {
    display: inline-block;
    margin-left: 1em
}
a.reset_variations:before {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f021"
}
#reviews #comments {
    padding-top: 0
}
#reviews .woocommerce-Reviews-title {
    font-weight: 300
}
#reviews .woocommerce-Reviews-title span {
    font-weight: 700
}
#reviews .commentlist {
    list-style: none;
    margin-left: 0
}
#reviews .commentlist li {
    margin-bottom: 2.617924em;
    list-style: none;
    clear: both
}
#reviews .commentlist li:after,
#reviews .commentlist li:before {
    content: "";
    display: table
}
#reviews .commentlist li .comment_container {
    padding: 1.618em;
    border-radius: 3px
}
#reviews .commentlist li .comment_container .comment-text p:last-of-type {
    margin-bottom: 0
}
#reviews .commentlist li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}
.product_list_widget li,
.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}
#reviews .commentlist li time {
    opacity: .5
}
#reviews .commentlist li .avatar {
    float: left;
    width: 2.2906835em;
    height: auto;
    margin-right: 1em
}
#reviews .commentlist li p.meta {
    margin-bottom: 1em
}
#reviews .commentlist li ul.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1.618em
}
#reviews .commentlist li ul.children li {
    margin-bottom: 1.618em
}
#reviews .commentlist li ul.children li:last-child {
    margin-bottom: 0
}
#reviews .comment-form-rating label {
    display: block
}
.woocommerce-tabs{
    display: none;
}
.woocommerce div.product form.cart .variations select{
    border-radius: 0px!important;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #000000;
}

.woocommerce-cart .woocommerce-info{
    margin-bottom: 0px;
}
/*======================== ## Cart page ==========================*/


.shopping-cart .wrapper {
    padding-top: 99px;
}
.cart-steps {
    background-color: #f6f5f5;
    border-top: 2px solid #cecece;
    padding: 20px 0;
}
.cart-steps ul.steps {
    margin: 0px;
}
.cart-steps ul.steps li.step1 {
    width: 28%;
}
.cart-steps ul.steps li.step2 {
    width: 25%;
}
.cart-steps ul.steps li.step3 {
    width: 30%;
}
.cart-steps ul.steps a span {
    margin-right: 35px;
    border-color: #60ba62;
}
.cart-steps ul.steps a,
.cart-steps ul.steps a span {
    color: #60ba62;
}
.cart-steps ul.steps a:hover span,
.cart-steps ul.steps .current a span {
    color: #fff;
}
.cart-steps ul.steps .current a span,
.cart-steps ul.steps a:hover span {
    background-color: #60ba62;
}
.shop_table {
    width: 100%;
    margin-bottom: 60px;
    color: #848484;
    border: none;
}
.shop_table tr {
    border-bottom: 1px solid #e9e9e9;
}
.shop_table td,
.shop_table th {
    padding: 45px 0;
    text-align: center;
    font-weight: initial;
    border: none;
}
.shop_table th {
    padding: 0 0 20px;
    font-family: "Montserrat-Light", sans-serif;
}
.shop_table th.product-name,
.shop_table td.product-name {
    text-align: left;
    padding-left: 20px;
}
.shop_table .product-remove a {
    display: inline-block;
    margin: 45px 5px 0;
    line-height: initial;
    font-size: 25px;
    vertical-align: center;
    padding-bottom: 0px;
    color: #cecece!important;
}
.shop_table .product-remove a:hover {
    background: #fff;
    color: red!important;
}
.shop_table .product-name figure.product-thumb,
.shop_table .product-name .prod-disc {
    display: inline-block;
    vertical-align: top;
}
.shop_table .product-name figure.product-thumb {
    margin-right: 35px;
    width: 103px;
    height: 103px;
    overflow: hidden;
}
.shop_table .product-name figure.product-thumb img {
    max-width: 100%;
}
.shop_table .product-name .prod-disc {
    width: 100%;

}
.shop_table h6 {
    margin-bottom: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 600;
}
.shop_table .product-name .prod-disc em,
.shop_table .product-name .prod-disc span {
    font-size: 13px;
    font-family: 'Montserrat-Light', sans-serif;
}
.shop_table .product-name .prod-disc .facts-table {
    margin: 0;
    margin-top: 10px;
}
.shop_table .product-name .prod-disc .facts-table td {
    padding: 0;
    line-height: 23px;
    border: none;
}
.shop_table .product-name h6 {
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.shop_table .product-price .woocommerce-Price-amount {
    font-weight: 600;
    color: #60ba62;
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.shop_table .product-subtotal .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #575757;
}
.shop_table .product-quantity {
    padding-left: 30px;
    padding-right: 30px;
}
.shop_table .product-quantity .quantity input {
    margin-top: -10px;
    padding: 12px;
}
.altera,
input.txtacrescimo {
    outline: 0;
    display: inline-block;
    width: initial;
    border: 0;
    padding: 0;
    vertical-align: middle;
    line-height: initial;
}
input.txtacrescimo {
    width: 30px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #60ba62;
}
.altera {
    cursor: pointer;
}
.shop_table tbody td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    position: absolute;
    left: 10px;
    display: none;
}
.woocommerce table.shop_table_responsive {
    border: none;
    display: inline-table;
    width: 100%;
}
.woocommerce table.shop_table_responsive th {
    padding: 0 0 20px 20px;
}
.woocommerce table.shop_table_responsive .product-thumbnail img,
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
}
.woocommerce table.shop_table_responsive td {
    padding-top: 45px;
    padding-bottom: 45px;
    vertical-align: top;
}
.nutrition-fact {
    border: 1px solid #cecece;
    padding: 35px 50px;
}
.nutrition-fact h6 {
    margin: 0 0 20px 0;
    border-bottom: 4px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
}
.nutrition-fact .facts-table {
    margin: 0;
    width: 75%;
}
.coupon,
.cart_totals {
    margin-bottom: 28px;
}
.coupon label,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input.button {
    width: initial;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 4px;
}
.coupon label {
    margin-right: 25px;
    font-weight: initial;
}
.coupon input {
    border: 1px solid #cecece;
    min-width: 240px;
}
.cart_totals h4 {
    margin: 0;
    font-size: 24px;
}
.cart_totals h4 span {
    display: block;
    font-size: 18px;
}
.proceed-to-checkout .btn,
.help-box .btn {
    padding: 17px 45px;
    min-width: 300px;
    font-size: 18px;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}
.shop_table .coupon .input-text,
.shop_table .coupon .button,
.shop_table .actions .button{
    display: inline-block;
    width: 240px;
    padding-left: 25px;
    height: 50px;
    margin-right: 14px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding-left: 15px;
}
.shop_table .coupon .button,
.shop_table .actions .button,
.shop_table .shipping-calculator-form .button {
    border-radius: 0;
    border: 1px solid #60ba62;
    color: #60ba62;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent;
    padding: 5px 21px;
}
.shop_table .shipping-calculator-form .button{
    width: 150px;
    padding: 12px 0px;

}
.woocommerce-cart .cart_totals h2 {
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: 20px 12px;
    font-size: 16px;
    color: #000;
}
.woocommerce-cart .wc-proceed-to-checkout a.button.alt {
    border-radius: 0;
    color: #fff;
    background: #60ba62;
}
.shop_table .coupon .button:hover,
.shop_table .actions .button:hover {
    background: #60ba62;
    color: #fff;
}
.coupon .apply {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    height: 49px;
    padding: 0px 32px;
}
.box-soft-gray {
    background-color: #f6f5f5;
}
.woocommerce-checkout{
  /*margin-bottom: 50px;*/
}
.woocommerce-cart .help-box,
.woocommerce-checkout .help-box {
    margin-bottom: 90px;
    background: #f6f5f5 url(../images/help-image.jpg) no-repeat top right
}
.woocommerce-cart .help-box .left,
.woocommerce-checkout .help-box .left {
    padding-top: 55px;
    padding-bottom: 55px;
}
.woocommerce-cart .help-box h3,
.help-box h5,
.woocommerce-checkout .help-box h3 {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.woocommerce-cart .help-box h3,
.woocommerce-checkout .help-box h3 {
    font-size: 35px;
    font-weight: 900;
    color: #000;
    margin: 0 0 20px 0;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 35px;
}
.woocommerce-cart .help-box h5,
.woocommerce-checkout .help-box h5 {
    color: #575757;
    margin: 0 0 20px 0;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
    text-transform: none;
}
/*======================== ## Checkout page ==========================*/

.woocommerce-checkout .customer_details input.input-text {
    border-color: #f1f1f1;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 10px;
    border-color: #f1f1f1!important;
    border-width: 1px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    border: none;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    font-size: 14px;
    padding: 15px 12px!important;
    font-family: "Montserrat-Light", sans-serif;
    border-bottom: 0px solid #f1f1f1;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f1f1f1;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
}
.woocommerce-info {
    border-top-color: #60ba62;
}
.woocommerce-info:before {
    color: #60ba62;
}
.woocommerce form .form-row label.checkbox{
    padding-left: 0px;
}
.woocommerce form .form-row input.input-checkbox{
    position: relative;
    margin-right: 5px;
    opacity: 1;
}

/*--------------------------------------------------------------
    Page Default
--------------------------------------------------------------*/

.section-page-header{
    background:#fafafa;
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
    margin:0;
    padding:40px 15px;
}

.section-page-header .entry-title{
    margin:0;
    font-size:28px;
    color:#b3b3b3;
    text-align:center;
    text-transform:uppercase;
    border:none;
    padding:0
}

.section-page-content{
    padding:70px 0; 
    background:#fff
}
.section-download-ticket a,
.primary-link{
    display:block;
    font-size:16px;
    color:#fff;
    border:1px solid #ff6600;
    background:#ff6600;
    border-radius:50px;
    text-align:center;
    padding:20px;
    font-family: "Montserrat-Regular";
    text-transform:uppercase;
}

.section-download-ticket a:hover,
.primary-link:hover{
    color:#ff6600;
    background:#fff;
}


.secondary-link{
    display:block;
    font-size:16px;
    border:1px solid #ff6600;
    color:#ff6600;
    background:#fff;
    border-radius:50px;
    text-align:center;
    padding:20px;
    font-family: "Montserrat-Regular";
    text-transform:uppercase;
}


.secondary-link:hover{
    color:#fff;
    background:#ff6600;
    border:1px solid #fff;
}

.hide-scroll{
    overflow-y:hidden
}


/*--------------------------------------------------------------
    Search Page
--------------------------------------------------------------*/

.section-refine-search{
    padding:35px 0;
    background:#fff;
}

.section-refine-search .keyword{
    position:relative
}

.section-refine-search .keyword .clearer i.fab{
    font-size: 14px;
}

.section-refine-search label{
    font-size:17px;
    color:#4e4e4e;
    font-family: "Montserrat-Regular";  
    margin:0 0 20px;
    text-transform:uppercase
}

.section-refine-search input[type="text"]{
    border:2px solid #dedede;
    padding:0 27px;
    height:55px;
    line-height:51px;
    height:auto;
    width:100%;
    color:#b3b3b3;
    font-size:15px;
    font-family: "Montserrat-Regular";  
}

.section-refine-search input[type="email"]::-webkit-input-placeholder{
    color: #b3b3b3;
}
.section-refine-search input[type="email"]::-moz-placeholder{
    color: #b3b3b3; 
}

.section-refine-search input[type="email"]:-ms-input-placeholder{
    color: #b3b3b3; 
}

.section-refine-search input[type="email"]:-moz-placeholder{ 
    color: #b3b3b3;
}

.section-refine-search .keyword span{
    position:absolute;
    right:35px;
    bottom:20px;
    cursor:pointer;
}

.section-refine-search .bootstrap-select{
    width:100%!important;
}

.section-refine-search .bootstrap-select .btn-default{
    border:2px solid #dedede!important;
    padding:0 27px;
    height:55px;
    line-height:51px;
    height:auto;
    width:100%;
    color:#b3b3b3;
    font-size:15px;
    background:#fff!important;
    box-shadow:none
}

.section-refine-search .event-date .bootstrap-select .btn-default{
    background:#fff url(images/calendar.png) no-repeat 85% center;
    padding:0 60px 0 27px;
}


.section-refine-search .bootstrap-select .bs-caret > span {
    background: rgba(0, 0, 0, 0) url(images/search-select.png) repeat scroll 0 0;
    border: medium none !important;
    display: block;
    height: 8px;
    width: 15px;
    margin-top:-4px!important;
}

.section-refine-search input[type="submit"]{
    width:100%;
    border:2px solid #ff6600;
    height:55px;
    line-height:51px;
    text-align:center;
    color:#ff6600;
    font-size:17px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    background:#fff;
    border-radius:5px;
    margin:37px 0 0;
}

.section-refine-search input[type="submit"]:hover{
    background:#ff6600;
    color:#fff
}

.section-search-content{
    padding:70px 0;
    background:#f8f8f8
}

.section-search-content .search-filter .search-event-title h2{
    color:#6f6f6f;
    font-size:17px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    text-align:center;
    margin: 0;
}

.section-search-content .search-filter{
    background:#fff;
    padding:30px 0;
    border-radius:5px;
}

.section-search-content .search-filter .search-event-title{
    padding:0 30px 30px;
    border-bottom:1px solid #dedede;
    margin:0 0 30px
}

.section-search-content .search-filter .search-event-title h2 span{
    display:block;
    font-size:13px;
    color:#a0a0a0;
    text-transform:uppercase;
    font-family: "Montserrat-Light";
    margin:0 0 15px;
}

.section-search-content .search-filter h3{
    font-size:14px;
    color:#6f6f6f;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    margin:0 0 25px;
}

.section-search-content .search-filter > div{
    padding:0 30px;
    margin:0 0 30px;
}

.section-search-content .search-result-header{
    margin:0 0 35px;
}

.section-search-content .search-result-header h2{
    font-size:18px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    margin: 0 0 15px;
}

.section-search-content > .search-result-header > span{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
}

.section-search-content .search-result-header label{
    display:inline-block;
    width:25%;
    font-size:15px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
}

.section-search-content .search-result-header .bootstrap-select{
    display:inline-block;
    width:73%!important;
}

.section-search-content .search-result-header .bootstrap-select .btn-default{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dedede !important;
    box-shadow: none;
    color: #b3b3b3;
    font-size: 15px;
    height: auto;
    line-height: 51px;
    padding: 0 27px;
    width: 100%;
}

.section-search-content .search-result-item{
    padding:35px;
    background:#fff;
    border-radius:5px;
    margin:0 0 35px;
    position:relative;
    overflow:hidden;
}

.section-search-content .search-result-item .search-result-item-info h3{
    font-size:18px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom:1px solid #dedede
}

.section-search-content .search-result-item .search-result-item-info ul{
  margin: 0px -15px;
}

.section-search-content .search-result-item .search-result-item-info ul li{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
    line-height: 13px;
    list-style: none;
}

.section-search-content .search-result-item .search-result-item-info ul li span{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    margin: 0 0 15px;
    display:block;
}

.section-search-content .search-result-item .search-result-item-price span{
    display:block;
    text-align:center;
    color:#6f6f6f;
    font-size:14px;
    font-family: "Montserrat-Light";
    margin: 0 0 15px;
}

.section-search-content .search-result-item .search-result-item-price strong{
    display:block;
    text-align:center;
    color:#6f6f6f;
    font-size:28px;
    font-family: "Montserrat-Bold";
    margin: 0 0 15px;
}

.section-search-content .search-result-item.sale .search-result-item-price strong span{
    display:inline-block;
    text-align:center;
    color:#6f6f6f;
    font-size:17px;
    font-family: "Montserrat-Light";
    text-decoration: line-through;
    margin:0 15px 0 0;
}

.section-search-content .search-result-item.sale .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}
.section-search-content .search-result-item.sale .ribbon span {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Montserrat-Light";
    padding: 63px 0 0;
    position: absolute;
    right: -23px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 112px;
}

.section-search-content .search-result-item .search-result-item-price a{
    display:block;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family: "Montserrat-Regular";
    padding:18px;
    background:#ff6600;
    border-radius:5px;
    border:1px solid #ff6600
}

.section-search-content .search-result-item .search-result-item-price a:hover{
    color:#ff6600;
    background:#fff;
}

.section-search-content .search-result-item.sold-out .search-result-item-price a{
    display:block;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family: "Montserrat-Regular";
    padding:18px;
    background:#dedede;
    border-radius:5px;
    border:1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform:uppercase
}

.section-search-content .search-result-footer{
    margin:30px 0 0;
    text-align:center;
}

.section-search-content .search-result-footer .pagination {
    display:inline-block;
    background:#fff;
    margin:0;
    border-radius:5px;
}

.section-search-content .search-result-footer .pagination li{
    display:inline-block
}


.section-search-content .search-result-footer .pagination > li > a, .section-search-content .search-result-footer .pagination > li > span{
    font-size:14px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    padding:0;
    border:none;
    margin:10px 5px;
    width:30px;
    height:30px;
    line-height:30px;
    /*background:#fff!important*/
}

.section-search-content .search-result-footer .pagination > li > span.current,
.section-search-content .search-result-footer .pagination > li.active > a,
.section-search-content .search-result-footer .pagination > li:hover > a{
   /* background:#ff6600!important;*/
    color:#fff;
    border-radius:50px
}

.section-search-content .search-result-footer .pagination > li:first-child{
  margin-left: 10px; 
}

.section-search-content .search-result-footer .pagination > li:last-child{
  margin-right: 10px; 
}

.section-search-content .search-result-footer .pagination > li:first-child > a,
.section-search-content .search-result-footer .pagination > li:last-child > a{
    padding:0;
    border:none;
    margin:10px 0;
    width:auto;
    height:auto;
    line-height:auto;
    border-radius:0;
    background:none!important;
    color:#6f6f6f!important;
}
 
.section-search-content .search-result-footer .pagination > li > a > span{
    padding:25px 15px;
}

.section-search-content .search-result-footer .pagination > li > a > span > i{
    margin:0 5px;
}

/*--------------------------------------------------------------
    Select Seat Page
--------------------------------------------------------------*/

.section-select-seat-featured-header{
    min-height:322px;
    background: url(images/page-featured-img-2.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}

.section-select-seat-featured-header:before{
    content: "";
    background: url(images/overlay.png);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-select-seat-featured-header .section-content{
    text-align:center;
    position:relative;
    padding:80px 0;
}

.section-select-seat-featured-header .section-content p{
    color:#fff;
    font-size:20px;
    margin:0;
}

.section-select-seat-featured-header .section-content p strong{
    font-size:40px;
    line-height:40px;
    display:block;
    font-family: "Montserrat-Bold";
    margin:5px 0 0;
    color:#fff;
}

.section-select-seat-featured-header .section-content p strong span{
    font-family: "Montserrat-Light";
    display:inline-block;
    font-size:40px;
    margin:0;
}

.section-select-seat-featured-header .section-content p span{
    font-size:20px;
    line-height:20px;
    display:block;
    font-family: "Montserrat-Light";
    margin:15px 0 0;
}

.section-select-seat-page-content{
    padding:70px 0;
    background:#fff
}

.wrapper-image{
    width:100%;
    display:block;
    overflow-x:hidden;
    overflow-y:hidden;
    margin:0 0 30px;
}

.stadium-name{
    margin:0 0 35px;
    text-align:center
}

.stadium-name h3{
    margin:0;
    display:inline-block;
    text-align:center;
    padding:10px 30px;
    border-radius:15px;
    font-size:16px;
    color:#ff6600;
    border:1px solid #ff6600;
    font-family: "Montserrat-Light";
    
}
#stadium-seat-plan{
    display:block;
    margin:0 auto
}

.section-refine-search .location span,
.section-refine-search .keyword span,
.section-refine-search .month span{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*--------------------------------------------------------------
    Select Seat Page v2
--------------------------------------------------------------*/

.section-select-seat-2-featured-header{
    min-height:322px;
    background: url(images/page-featured-img.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}

.section-select-seat-2-featured-header:before{
    content: "";
    background: url(images/overlay.png);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-select-seat-2-featured-header .section-content{
    text-align:center;
    position:relative;
    padding:80px 0;
}

.section-select-seat-2-featured-header .section-content p{
    color:#fff;
    font-size:20px;
    margin:0;
}

.section-select-seat-2-featured-header .section-content p strong{
    font-size:40px;
    line-height:40px;
    display:block;
    font-family: "Montserrat-Bold";
    margin:5px 0 0;
    color:#fff;
}

.section-select-seat-2-featured-header .section-content p span{
    font-size:20px;
    line-height:20px;
    display:block;
    font-family: "Montserrat-Light";
    margin:15px 0 0;
}


.stage-name{
    margin:0 0 55px;
    text-align:center
}

.stage-name h3{
    margin:0 0 20px;
    display:inline-block;
    text-align:center;
    padding:10px 30px;
    border-radius:15px;
    font-size:16px;
    color:#ff6600;
    border:1px solid #ff6600;
    font-family: "Montserrat-Light";
    
}

#mapster_wrap_0{
    margin:0 auto 10px;
}

#hall-seat-plan{
    display:block;
    margin:0 auto
}

.stage-name p{
    text-align:center;
    color:#6f6f6f;
    font-size:14px;
    font-family: "Montserrat-Regular";
}

.stage-name p span{
    display:block;
    font-family: "Montserrat-Light";
}

.select-popup{
    width:122px;
    background:#fff;
    -webkit-box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    -moz-box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    box-shadow: 0px 5px 13px 4px rgba(79,79,79,.42);
    z-index:99999;
}

.select-popup:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -13px;
    
}

.select-popup img{
    display:block;
    margin:0 0 10px;
}

.select-popup p{
    text-align:center;
    font-size:11px;
    color:#6f6f6f;
    margin:0;
    line-height:11px;
}

.select-popup strong{
    font-size:28px;
    line-height:28px;
    color:#ff6600;
    text-transform:uppercase;
    padding:2px 0 10px;
    display:block;
    font-family: "Montserrat-Bold";
}

.select-popup span{
    display:block;
    text-align:center;
    color:#fff;
    background:#ff6600;
    border-radius:5px;
    padding:10px 20px;
    margin:0 15px 15px;
    border:none;
    font-family: "Montserrat-Light";
}

.bs-caret > span{
    display:block;
    width:14px;
    height:7px;
    background:url(images/select-arrow.png);
    border:none!important;
}

.ticket-price .bootstrap-select{
    width:100%!important;
    margin:0 0 20px;
}

.ticket-price .bootstrap-select > .btn{
    background:#fff!important;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    font-weight:400;
    font-size:14px;
}

.slider .tooltip {
    margin-top: -7px!important;
    font-size:11px;
    opacity:1;
    font-family: "Montserrat-Light";
    width:53px;
    height:26px;
    cursor:default;
    top:0!important;
    z-index:1
}

.tooltip-inner{
    border-radius:20px;
    color:#f8f8f8;
    background:#f89406;
    opacity:1!important;
    border:2px solid #fff;
}

.slider-track-low, 
.slider-track-high{
    background:#dedede
}

.slider.slider-horizontal{
    width:100%;
}

.slider-selection{
    background:#f89406;
    box-shadow:none;
}

.tooltip .tooltip-arrow{
    display:none!important
}

.seat-label{
    margin:0 0 45px;
}

.seat-label ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center
}

.seat-label ul li{
    display:inline-block;
    margin:0 20px;
}

.seat-label ul li img{
    margin:0 20px 0 0
}

.seat-info{
    color:#949494;
    font-size:14px;
    width:80%;
    margin:0 auto;
    font-family: "Montserrat-Light";
    padding:0 0 0 57px;
    background: url(images/info.png) no-repeat left center;
}

.tickets label{
    display:block;
    color:#6f6f6f;
    margin:0 0 20px;
    font-weight:normal;
}

.tickets{
    background:#fafafa;
    border-top:1px solid #cecece;
    border-left:1px solid #cecece;
    border-right:1px solid #cecece;
    padding:30px;
}

.tickets select{
    display:block;
    margin:0 0 20px;
    width:100%;
    font-family: "Montserrat-Light";
    padding:10px 30px;
    color:#6f6f6f
}

.ticket-price table, 
.ticket-price th, 
.ticket-price td{
    border:none
}

.ticket-price table tr td{
    color:#6f6f6f;
    font-size:15px;
    font-family: "Montserrat-Light";
}

.ticket-price table tr td span{
    display:block;
    color:#b3b3b3;
    font-size:14px;
    font-family: "Montserrat-Light";
}

.ticket-price .table > tbody > tr > td{
    padding:30px
}

.ticket-price .table {
    border:1px solid #cecece;
    margin:0;
}

.ticket-price .table > tbody > tr{
    position:relative
}

.ticket-price .table > tbody > tr.selected:before{
    content: "";
    width:10px;
    background:#ff6600;
    position:absolute;
    left:0;
    bottom:0;
    top:0;
}

.ticket-price .table > tbody{
    overflow-y:scroll;
    height:409px;
    display:block;
}

.ticket-price .table > tbody > tr:hover{
    cursor:pointer
}

.ticket-price .table > thead > tr > th{
    border:none;
    background:#fafafb;
    color:#6f6f70;
    font-size:15px;
    font-family: "Montserrat-Light";
    padding:10px 20px;
    font-weight:normal;
}

.ticket-price .table{
    width:100%;
}

.ticket-price tr,
.ticket-price td{
    display:block;
    overflow:hidden;
}

.ticket-price th,
.ticket-price td{
    float:left;
    width:45%;
}

.ticket-price th:nth-child(2),
.ticket-price td:nth-child(2){
    float:left;
    width:20%;
}

.ticket-price th:nth-child(3),
.ticket-price td:nth-child(3){
    float:left;
    width:35%;
}


/*--------------------------------------------------------------
    Order Details Page
--------------------------------------------------------------*/

.section-order-details-content{
    padding:70px 0;
    background:#fff
}

.section-order-details-event-title .event-caption{
    display:block;
    color:#373737;
    font-size:16px;
    font-family: "Montserrat-Regular";
    text-transform:uppercase;
    margin:0 0 20px
}

.section-order-details-event-title .event-title{
    display:block;
    color:#373737;
    font-size:28px;
    font-family: "Montserrat-Light";
    text-transform:uppercase;
    margin:0 0 35px
}

.section-order-details-event-title .event-title strong{
    font-family: "Montserrat-Bold";
}

.section-order-details-event-title img{
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
    border-radius:5px;
}

.section-order-details-event-info .venue-details h3,
.section-order-details-event-info .seat-details h3{
    color:#373737;
    font-size:20px;
    font-family: "Montserrat-Regular";
    margin:0 0 25px;
}

.section-order-details-event-info .venue-details-info{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:1px solid #b3b3b3;
    border-bottom:1px solid #b3b3b3;
    border-left:3px solid #ff6600;
    border-radius:5px;
    margin:0 0 40px
}

.section-order-details-event-info .venue-details-info p{
    margin:0 0 10px;
    color:#ff6600;
    font-family: "Montserrat-Regular";
    font-size:18px;
    line-height:normal;
}

.section-order-details-event-info .venue-details-info p span{
    font-family: "Montserrat-Light";
}

.section-order-details-event-info .venue-details-info p:last-child{
    margin:0;
}

.section-order-details-event-title{
    padding:0 20px 0 0;
}

.section-order-details-event-info{
    margin:0 0 70px;
}

.section-order-details-event-info .seat-details-info{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:1px solid #b3b3b3;
    border-bottom:1px solid #b3b3b3;
    border-left:3px solid #4e4e4e;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.seat-details-info .table,
.seat-details-info .table td,
.seat-details-info .table tr,
.seat-details-info .table th,
.seat-details-info-price .table,
.seat-details-info-price .table td,
.seat-details-info-price .table tr,
.seat-details-info-price .table th{
    border:none;
}

.seat-details-info .table th{
    color:#6f6f6f;
    font-size:16px;
    line-height:normal;
    text-transform:uppercase;
    padding:0 0 10px;
    font-family: "Montserrat-Regular";
    font-weight:normal;
}

.seat-details-info .table td{
    color:#6f6f6f;
    font-size:16px;
    text-transform:uppercase;
    padding:0 0 5px;
    font-family: "Montserrat-Light";
}

.seat-details-info .table.seat-row th:nth-child(2),
.seat-details-info .table.seat-row th:nth-child(3),
.seat-details-info .table.seat-row td:nth-child(2),
.seat-details-info .table.seat-row td:nth-child(3){
    text-align:center;
}

.seat-details-info .table.number-tickets input[type="text"]{
    width:52px;
    height:22px;
    border:none;
    font-size:16px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
    text-align:center;
}

.seat-details-info .table.number-tickets .qty-input,
.seat-details-info .table.number-tickets .qty-minus,
.seat-details-info .table.number-tickets .qty-plus{
    display:inline-block;
}

.seat-details-info .table.number-tickets .qty-btn{
    width:22px;
    height:22px;
    text-align:center;
    font-size:13px;
    line-height:18px;
    border:1px solid #b3b3b3;
    color:#6f6f6f;
    border-radius:50px;
    cursor:pointer;
    display:inline-block;
    padding:0;
    background:none;
}

.seat-details-info .table.number-tickets .qty-btn:hover{
    border:1px solid #ff6600;
    color:#ff6600
}

.seat-details-info .table.seat-row{
    margin:0 0 50px;
}

.seat-details-info-price{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:none;
    border-bottom:1px solid #b3b3b3;
    border-left:1px solid #b3b3b3;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    background:#f8f8f8
}

.seat-details-info-price .table{
    margin:0;
}

.seat-details-info-price .table td{
    color:#6f6f6f;
    font-size:16px;
    font-family: "Montserrat-Regular";
    text-transform:uppercase;
    padding:0;
    vertical-align:middle
}

.seat-details-info-price .table td.price{
    font-size:26px;
    color:#ff6600;
    text-align:center;
}



/*--------------------------------------------------------------
    Review Order Page
--------------------------------------------------------------*/

.alert-info{
    border:1px solid #e3e3e3;
    background:#fafafa;
    padding:20px 25px;
    margin:0 0 70px;
}

.alert-info p{
    font-size:15px;
    color:#6f6f6f;
    margin:0;
    line-height:26px;
    font-family: "Montserrat-Regular";
}

.alert-info p i{
    font-size:16px;
    text-align:center;
    color:#ff6600;
    float:left;
    margin:0 20px 0 0;
    width:26px;
    height:26px;
    line-height:24px;
    border:1px solid #ff6600;
    border-radius:50px;
}

.section-order-review-event .event-caption{
    color:#6f6f6f;
    font-size:13px;
    font-family: "Montserrat-Regular";
    margin:0 0 15px;
    display:block;
}

.section-order-review-event .event-title{
    color:#373737;
    font-size:16px;
    font-family: "Montserrat-bold";
    text-transform:uppercase;
    margin:0 0 20px;
}

.section-order-review-event p{
    margin:0!important;
}

.section-order-review-event-img img{
    border-radius:5px;
    margin:0 0 15px;
}

.section-order-review-event-img span{
    display:block;
    font-size:12px;
    color:#949494;
    text-align:center;
    font-family: "Montserrat-Regular";
}

.section-order-review-pricing{
    padding:0 0 0 20px
}

.section-order-review-pricing .pricing-coupon h3,
.section-order-review-pricing .delivery-method h3{
    color:#373737;
    font-size:20px;
    font-family: "Montserrat-Regular";
    margin:0 0 25px;
}

.section-order-review-pricing .coupon-title{
    color:#6f6f6f;
    font-size:14px;
    line-height:23px;
    font-family: "Montserrat-Regular";
    text-transform:uppercase;
}

.section-order-review-pricing .coupon{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:1px solid #b3b3b3;
    border-bottom:1px solid #b3b3b3;
    border-left:3px solid #4e4e4e;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.section-order-review-pricing .coupon-form input[type="text"]{
    padding:0 18px;
    color:#dedede;
    font-size:16px;
    font-family: "Montserrat-Light";
    border:1px solid #949494;
    border-radius:5px;
    float:left;
    margin:0 10px 0 0;
    width:66%;
    height:45px;
    line-height:45px;
    
}

.section-order-review-pricing .coupon-form input[type="text"]::-webkit-input-placeholder{
    color: #dedede;
}

.section-order-review-pricing .coupon-form input[type="text"]::-moz-placeholder{
    color: #dedede;
}

.section-order-review-pricing .coupon-form input[type="text"]:-ms-input-placeholder{
    color: #dedede;
}

.section-order-review-pricing .coupon-form input[type="text"]:-moz-placeholder{ 
    color: #dedede;
}

.section-order-review-pricing .coupon-form input[type="submit"]{
    padding:0 18px;
    color:#ff6600;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
    font-family: "Montserrat-Light";
    border:1px solid #ff6600;
    border-radius:5px;
    float:left;
    background:#fff;
    width:30%;
    height:45px;
    line-height:45px;
}

.section-order-review-pricing .coupon-form input[type="submit"]:hover{
    background:#ff6600;
    color:#fff
}

.section-order-review-pricing .delivery-info{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:1px solid #b3b3b3;
    border-bottom:1px solid #b3b3b3;
    border-left:3px solid #4e4e4e;
    border-radius:5px;
    margin:0 0 40px
}

.section-order-review-pricing .table,
.section-order-review-pricing .table td,
.section-order-review-pricing .table tr,
.section-order-review-pricing .table th{
    border:none;
    margin:0;
}

.section-order-review-pricing .table tbody td{
    padding:0 0 10px;
    font-size:14px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
}

.section-order-review-pricing .table tbody td:nth-child(2){
    text-align:right
}

.section-order-review-pricing .table tfoot{
    border-top:1px solid #b3b3b3;
}

.section-order-review-pricing .table tfoot td{
    padding:15px 0 0;
    color:#6f6f6f;
    font-size:16px;
    text-transform:uppercase;
    font-family: "Montserrat-Regular";
    vertical-align:middle;
}

.section-order-review-pricing .table tfoot td.total-price{
    color:#ff6600;
    font-size:23px;
    text-align:right
}

.section-order-review-pricing .pricing{
    padding:20px 30px;
    border-right:1px solid #b3b3b3;
    border-top:none;
    border-bottom:1px solid #b3b3b3;
    border-left:1px solid #b3b3b3;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    background:#f8f8f8;
    margin:0 0 40px
}

.section-order-review-pricing .delivery-info span{
    color:#6f6f6f;
    font-size:16px;
    font-family: "Montserrat-Regular";
    display:block;
    margin:0 0 15px;
}

.section-order-review-pricing .delivery-info p{
    color:#6f6f6f;
    font-size:16px;
    font-family: "Montserrat-Light";
    display:inline-block;
    margin:0;
}


/*--------------------------------------------------------------
    Download Ticket Page
--------------------------------------------------------------*/

.section-download-ticket{
    background:#fff url(images/download-ticket-bg.png) no-repeat center top;
    text-align:center;
    padding:50px 0 0;
}

.section-download-ticket img{
    display:block;
    margin:0 auto 120px;
}

.section-download-ticket p{
    color:#373737;
    font-size:20px;
    display:block;
    margin:0 0 20px;
    font-family: "Montserrat-Light";
    line-height:100%;
}

.section-download-ticket p strong{
    font-family: "Montserrat-Regular";
    color:#ff6600;
    font-weight:normal;
}

.section-download-ticket p span{
    font-family: "Montserrat-Light";
    color:#ff6600;
}

.section-download-ticket a,
.section-download-ticket .primary-link{
    width:300px;
    margin:30px auto 0;
    display:inline-block;
}

.section-download-ticket-multi{
    text-align:center;
}

.section-download-ticket-multi h4{
    margin-top: 60px;
    margin-bottom: 40px;
}

.section-download-ticket-multi a{
    color:#373737;
    font-size:12px;
    display:block;
    margin:0 0 20px;
    font-family: "Montserrat-Light";
    line-height:100%;
}

.section-download-ticket-multi a:hover{
    color:#ff6600;
    cursor: pointer;
}

/*--------------------------------------------------------------
    Error 404: Page Not Found
--------------------------------------------------------------*/

.section-page-content.error-404{
    background:#edeef4 url(images/error-page-bg.jpg) no-repeat center bottom!important;
    padding:120px 0
}

.section-page-content .section-404{
    text-align:center
}

.section-page-content .section-404 h2{
    font-size:141px;
    line-height:231px;
    color:#6f6f6f;
    font-family: "Montserrat-Hairline";
    margin:0 0 50px;
}

.section-page-content .section-404 p{
    font-size:30px;
    line-height:45px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
    margin:0 0 50px;
}

.section-page-content .section-404 .secondary-link{
    display:inline-block;
    padding:20px 70px;
    background:none;
    text-transform:none;
    font-family: "Montserrat-Light";
    font-size:25px;
}

.section-page-content .section-404 .secondary-link:hover{
    background:#ff6600;
    border:1px solid #ff6600;
}


/*--------------------------------------------------------------
    Event By Category
--------------------------------------------------------------*/

.section-featured-header.all-sports-events{
    min-height:322px;
    background: url(images/page-featured-img-category.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}

.section-featured-header.all-sports-events:before{
    content: "";
    background: url(images/overlay.png);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-featured-header.all-sports-events .section-content h1{
    font-size:40px;
    margin:0;
    color:#fff;
    font-family: "Montserrat-Regular";
}

.section-featured-header.all-sports-events .section-content{
    padding:140px 0 150px;
    text-align:left;
    position:relative
}

/*--------------------------------------------------------------
    Order Tickets Without Seat
--------------------------------------------------------------*/

.section-featured-header.order-tickets-without-seat{
    min-height:322px;
    background: url(images/page-featured-img-order-ticket.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}

.section-featured-header.order-tickets-without-seat:before{
    content: "";
    background: url(images/overlay.png);
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.section-featured-header.order-tickets-without-seat .section-content{
    text-align:center;
    position:relative;
    padding:80px 0;
}

.section-featured-header.order-tickets-without-seat .section-content p{
    color:#dedede;
    font-size:20px;
    margin:0;
}

.section-featured-header.order-tickets-without-seat .section-content p strong{
    font-size:45px;
    line-height:45px;
    display:block;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    margin:10px 0 0;
    color:#fff;
}

.section-featured-header.order-tickets-without-seat .section-content p span{
    font-size:20px;
    line-height:20px;
    display:block;
    font-family: "Montserrat-Light";
    margin:15px 0 0;
    color:#dedede
}

.section-featured-header.order-tickets-without-seat .tickets-left{
    font-size:18px;
    line-height:18px;
    color:#fafafa;
    border:1px solid #fafafa;
    border-radius:50px;
    padding:10px 15px;
    font-family: "Montserrat-Light";
    display:inline-block;
    margin:20px 0 0;
}

.section-featured-header.order-tickets-without-seat .tickets-left i{
    margin:0 5px 0 0;
}

.section-choose-how-many-tickets{
    padding:60px 0;
}

.section-choose-how-many-tickets .ticket-nav{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center
}

.section-choose-how-many-tickets .ticket-nav li{
    display:inline-block;
    margin:0 20px;
    vertical-align:bottom;
}

.section-choose-how-many-tickets .ticket-nav li a{
    display:inline-block;
    width:150px;
    height:150px;
    border:1px solid #b3b3b3;
    background:#f8f8f8;
    padding:10px;
    font-size:20px;
    border-radius:5px;
    position:relative;
    color:#b3b3b3;
}

.section-choose-how-many-tickets .ticket-nav li.selected a,
.section-choose-how-many-tickets .ticket-nav li a:hover{
    border:1px solid #ff6600;
    background:#ff6600;
    color:#fff
}

.section-choose-how-many-tickets .ticket-nav li a span{
    font-size:70px;
    line-height:70px;
    display:block;
    margin:0 0 20px;
}

.section-choose-how-many-tickets .ticket-nav li a i{
    font-size:30px;
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    color:#ff6600;
}

.section-choose-how-many-tickets .ticket-nav li a:hover i{
    color:#fff
}

/*--------------------------------------------------------------
    Payment Method
--------------------------------------------------------------*/

.section-select-payment-method{
    width:50%;
    margin:0 auto;
}

.section-select-payment-method .nav-tabs{
    border:none;
    text-align:center;
}

.section-select-payment-method .nav-tabs li{
    float:none;
    display:inline-block;
    margin:0 15px;
}

.section-select-payment-method .nav-tabs li a{
    color:#949494;
    font-size:20px;
    text-align:center;
    padding:20px 0;
    border:3px solid #dedede;
    width:164px;
    height:117px;
    background:none!important;
    border-radius:5px;
}

.section-select-payment-method .nav-tabs li.active a,
.section-select-payment-method .nav-tabs li:hover a{
    color:#ff6600;
    border:3px solid #ff6600
}

.section-select-payment-method .nav-tabs li a i{
    display:block;
    margin:0 0 15px;
    font-size:30px
}

.section-select-payment-method .scrtabs-tab-container,
.section-select-payment-method .scrtabs-tabs-fixed-container{
    height:117px;!important
}

.section-select-payment-method .tab-content{
    margin:40px 0 0;
}

.section-select-payment-method .tab-content #credit-card{
    padding:40px 70px;
    border-top:1px solid #b3b3b3;
}

.section-select-payment-method .tab-content  label{
    color:#6f6f6f;
    font-size:15px;
    margin:0 0 20px;
    text-transform:uppercase;
    font-weight:normal;
}

.section-select-payment-method .tab-content  input[type="text"]{
    color:#c2c2c2;
    font-size:15px;
    margin:0 0 20px;
    padding:10px 25px;
    height:50px;
    font-family: "Montserrat-Light";
    border:1px solid #d7d7d7;
}

.section-select-payment-method .tab-content input[type="text"]::-webkit-input-placeholder{
    color: #c2c2c2;
}
.section-select-payment-method .tab-content input[type="text"]::-moz-placeholder{
    color: #c2c2c2;
}

.section-select-payment-method .tab-content input[type="text"]:-ms-input-placeholder{
    color: #c2c2c2;
}

.section-select-payment-method .tab-content input[type="text"]:-moz-placeholder{ 
    color: #c2c2c2;
}


.section-select-payment-method .cvv{
    position:relative
}

.section-select-payment-method .cvv input[type="text"]{
    padding: 10px 35px 10px 25px;
}

.section-select-payment-method .cvv i{
    bottom: 25px;
    font-size: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    width: 30px;
    color:#7b7b7b;
    cursor:pointer;
}

.section-select-payment-method .tab-content .bootstrap-select{
    width:100%!important;
}

.section-select-payment-method .tab-content  .bootstrap-select .btn{
    color:#636363;
    font-size:15px;
    padding:10px 25px;
    height:50px;
    background:#f9f9f9;
    font-family: "Montserrat-Light";
    border:1px solid #d7d7d7;
}

.section-select-payment-method-action{
    border-top:1px solid #b3b3b3;
    padding:40px 0 0;
}

.section-select-payment-method-action button{
    width:100%;
    border-radius:5px;
}

/*--------------------------------------------------------------
    Artist Page
--------------------------------------------------------------*/

.section-artist-featured-header {
    background: url(images/page-featured-img-artist.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
}

.section-artist-featured-header:before {
    background: rgba(0, 0, 0, 0) url(images/overlay.png) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-artist-featured-header .section-content {
    padding: 140px 0 150px;
    text-align: left;
    position:relative;
}

.section-artist-featured-header .section-content h1 {
    color: #fff;
    font-family: "Montserrat-Regular";
    font-size: 40px;
    line-height:100%;
    margin: 0 0 15px;
}

.section-artist-featured-header .section-content p {
    color: #fff;
    font-family: "Montserrat-Light";
    font-size: 20px;
    line-height:100%;
    margin: 0;
}

.section-artist-page-header {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}


.section-artist-page-header .entry-title {
    border: medium none;
    color: #b3b3b3;
    font-size: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}


.section-artist-content {
    background: #f8f8f8;
    padding: 70px 0;
}

.section-artist-content .artist-event-item{
    padding:35px;
    background:#fff;
    border-radius:5px;
    margin:0 0 35px;
    position:relative;
    overflow:hidden;
}

.section-artist-content .artist-event-item .artist-event-item-info h3{
    font-size:18px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    padding: 0 0 25px;
    margin: 0 0 15px;
    border-bottom:1px solid #dedede
}

.section-artist-content .artist-event-item .artist-event-item-info ul li{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
}

.section-artist-content .artist-event-item .artist-event-item-info ul li span{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    margin: 0 0 15px;
    display:block;
}

.section-artist-content .artist-event-item .artist-event-item-info ul li span.location{
    font-size:13px;
    color:#6f6f6f;
    font-family: "Montserrat-Light";
    margin: 15px 0 0;
    display:block;
}

.section-artist-content .artist-event-item .artist-event-item-price span{
    display:block;
    text-align:center;
    color:#6f6f6f;
    font-size:14px;
    font-family: "Montserrat-Light";
    margin: 0 0 15px;
}

.section-artist-content .artist-event-item .artist-event-item-price span.tickets-left{
    display:block;
    text-align:center;
    color:#ff6600;
    font-size:14px;
    font-family: "Montserrat-Light";
    margin: 0 0 10px;
}

.section-artist-content .artist-event-item .artist-event-item-price strong{
    display:block;
    text-align:center;
    color:#6f6f6f;
    font-size:28px;
    font-family: "Montserrat-Bold";
    margin: 0 0 15px;
}

.section-artist-content .artist-event-item.sale .artist-event-item-price strong span{
    display:inline-block;
    text-align:center;
    color:#6f6f6f;
    font-size:17px;
    font-family: "Montserrat-Light";
    text-decoration: line-through;
    margin:0 15px 0 0;
}

.section-search-content .artist-event-item.sale .ribbon,
.section-search-content .artist-event-item.sale .ribbon,
.section-artist-content .artist-event-item.sale .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}

.section-search-content .artist-event-item.sale .ribbon span,
.section-artist-content .artist-event-item.sale .ribbon span {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Montserrat-Light";
    padding: 63px 0 0;
    position: absolute;
    right: -23px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 112px;
}

.section-search-content .artist-event-item .artist-event-item-price a,
.section-artist-content .artist-event-item .artist-event-item-price a{
    display:block;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family: "Montserrat-Regular";
    padding:18px;
    background:#ff6600;
    border-radius:5px;
    border:1px solid #ff6600
}

.section-search-content .artist-event-item .artist-event-item-price a:hover,
.section-artist-content .artist-event-item .artist-event-item-price a:hover{
    color:#ff6600;
    background:#fff;
}

.section-search-content .artist-event-item.sold-out .artist-event-item-price a,
.section-artist-content .artist-event-item.sold-out .artist-event-item-price a{
    display:block;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family: "Montserrat-Regular";
    padding:18px;
    background:#dedede;
    border-radius:5px;
    border:1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform:uppercase
}

.section-search-content .artist-event-footer,
.section-artist-content .artist-event-footer{
    margin:30px 0 0;
    text-align:center;
}

.section-search-content .artist-event-footer .pagination,
.section-artist-content .artist-event-footer .pagination {
    display:inline-block;
    background:#fff;
    margin:0;
    border-radius:5px;
}

.section-search-content .artist-event-footer .pagination li,
.section-artist-content .artist-event-footer .pagination li{
    display:inline-block
}


.section-search-content .artist-event-footer .pagination > li > a,
.section-artist-content .artist-event-footer .pagination > li > a{
    font-size:14px;
    color:#6f6f6f;
    font-family: "Montserrat-Regular";
    padding:0;
    border:none;
    margin:10px 5px;
    width:30px;
    height:30px;
    line-height:30px;
    background:#fff!important
}


.section-artist-content .artist-event-footer .pagination > li.active > a,
.section-artist-content .artist-event-footer .pagination > li:hover > a{
    background:#ff6600!important;
    color:#fff;
    border-radius:50px
}

.section-artist-content .artist-event-footer .pagination > li:first-child > a,
.section-artist-content .artist-event-footer .pagination > li:last-child > a{
    padding:0;
    border:none;
    margin:10px 0;
    width:auto;
    height:auto;
    line-height:auto;
    border-radius:0;
    background:none!important;
    color:#6f6f6f!important;
}
 
.section-search-content .artist-event-footer .pagination > li > a > span,
.section-artist-content .artist-event-footer .pagination > li > a > span{
    padding:25px;
}

.section-search-content .artist-event-footer .pagination > li > a > span > i,
.section-artist-content .artist-event-footer .pagination > li > a > span > i{
    margin:0 5px;
}

.section-search-content .artist-details,
.section-artist-content .artist-details{
    background:#fff;
    border-radius:5px;
    padding:0 0 30px;
    margin:0 0 35px
}

.section-search-content .artist-details img,
.section-artist-content .artist-details img{
    display:block;
    margin:0 0 30px;
}

.section-search-content .artist-details .artist-details-title,
.section-artist-content .artist-details .artist-details-title{
    margin:0 0 38px;
    padding:0 30px;
    overflow:hidden;
}


.section-search-content .artist-details .artist-details-info,
.section-artist-content .artist-details .artist-details-info{
    padding:0 30px;
}

.section-search-content .artist-details .artist-details-title h3,
.section-artist-content .artist-details .artist-details-title h3{
    font-size:22px;
    color:#6f6f6f;
    margin:0;
    float:left;
}

.section-search-content .artist-details .artist-details-title a,
.section-artist-content .artist-details .artist-details-title a{
    font-size:13px;
    line-height: 13px;
    color:#ff6600;
    border:2px solid #ff6600;
    border-radius:5px;
    margin:0;
    float:right;
    padding:8px 25px;
    display:inline-block;
    font-family: "Montserrat-Light";
}

.section-search-content .artist-details .artist-details-title a:hover,
.section-artist-content .artist-details .artist-details-title a:hover{
    background:#ff6600;
    color:#fff
}

.section-search-content .artist-details .artist-details-info h4,
.section-artist-content .artist-details .artist-details-info h4{
    font-size:16px;
    color:#6f6f6f;
    margin:0 0 25px;
}

.section-search-content .artist-details .artist-details-info p,
.section-artist-content .artist-details .artist-details-info p{
    color:#b3b3b3;
    font-size:13px;
    line-height:22px;
    margin:0;
    font-family: "Montserrat-Light";
}

.section-search-content .related-artist,
.section-artist-content .related-artist{
    background:#fff;
    border-radius:5px;
}

.section-search-content .related-artist > h3,
.section-artist-content .related-artist > h3{
    font-size:17px;
    padding:35px;
    text-align:center;
    text-transform:uppercase;
    border-bottom:1px solid #dedede
}

.section-search-content .related-artist .related-artist-list,
.section-artist-content .related-artist .related-artist-list{
    background:#fff;
    padding:30px 15px;
    margin: 0;
}


.section-search-content .related-artist .related-artist-list .related-artist-item,
.section-artist-content .related-artist .related-artist-list .related-artist-item{
    overflow:hidden;
    margin:0 0 30px;
}

.section-search-content .related-artist .related-artist-list .related-artist-item:last-child,
.section-artist-content .related-artist .related-artist-list .related-artist-item:last-child{
    margin:0;
}

.section-search-content .related-artist .related-artist-img img,
.section-artist-content .related-artist .related-artist-img img{
    display:block;
    margin:0 auto;
    border-radius:50px;
    width:70px;
    height:70px;
}

.section-search-content .related-artist .related-artist-info h4,
.section-artist-content .related-artist .related-artist-info h4{
    margin:0 0 15px;
}

.section-search-content .related-artist .related-artist-info h4 a,
.section-artist-content .related-artist .related-artist-info h4 a{
    font-size:16px;
    color:#6f6f6f;
    display:inline-block;
}

.section-search-content .related-artist .related-artist-info > a,
.section-artist-content .related-artist .related-artist-info > a{
    color:#ff6600;
    border:1px solid #ff6600;
    font-size:12px;
    line-height: 12px;
    padding:10px 30px;
    border-radius:5px;
    display:inline-block;
}

.section-search-content .related-artist .related-artist-info > a:hover,
.section-artist-content .related-artist .related-artist-info > a:hover{
    color:#fff;
    background:#ff6600
}

/*--------------------------------------------------------------
    Gallery
--------------------------------------------------------------*/

.section-gallery{
    padding:70px 0;
    background:#373737
}

.section-gallery h1{
    color:#fafafa;
    font-size:33px;
    margin:0;
    text-align:center;
    text-transform:uppercase;
    font-family: "Montserrat-Bold";
}

.section-gallery .gallery-list{
    padding:70px 0 40px;
}

.section-gallery  .gallery-list .gallery-img{
    margin:0 0 30px;
}

.section-gallery  .gallery-list .gallery-img a{
    /*position:relative;*/
}

.section-gallery  .gallery-list .gallery-img a{
     clear: both;
    float: none;
}
.section-gallery  .gallery-list .gallery-img a .gallery-view{
    color:#fff;
    width:118px;
    height:40px;
    font-size:16px;
    line-height:40px;
    text-align:center;
   /* background:rgba(255,102,0, 0.9);*/
    border-radius:50px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    display:none;
    clear: both;
    float: none;
}

.section-gallery .gallery-list .gallery-img a .gallery-view{
      display:block;
    position:absolute;
    opacity: 0;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;

}

.section-gallery .gallery-list .gallery-img:hover a .gallery-view{

    opacity: 1;
}

.section-gallery .gallery-list .gallery-img a:hover img{
  outline: 8px solid #ff6600;
  outline-offset: -8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery-lightbox img{
    max-width:100%;
    width:100%;
    height:auto;
    display:block;
}

.section-gallery .gallery-pagination{
    text-align:center
}

.section-gallery .gallery-pagination .pagination {
    display:inline-block;
    background:#242424;
    margin:0;
    border-radius:5px;
    line-height: 14px;
}

.section-gallery .gallery-pagination .pagination li{
    display:inline-block
}


.section-gallery .gallery-pagination .pagination > li > a, .section-gallery .gallery-pagination .pagination > li > span{
    font-size:14px;
    color:#dedede;
    font-family: "Montserrat-Regular";
    padding:0;
    border:none;
    margin:10px 5px;
    width:30px;
    height:30px;
    line-height:30px;
    background: transparent;
    /*background:#242424!important*/
}

.section-gallery .gallery-pagination .pagination > li > span.current,
.section-gallery .gallery-pagination .pagination > li.active > a,
.section-gallery .gallery-pagination .pagination > li:hover > a{
    /*background:#ff6600!important;*/
    color:#dedede;
    border-radius:50px
}

.section-gallery .gallery-pagination .pagination > li:last-child{
  margin-right:10px;
}

.section-gallery .gallery-pagination .pagination > li:first-child{
  margin-left:10px;
}

.section-gallery .gallery-pagination .pagination > li:first-child > a,
.section-gallery .gallery-pagination .pagination > li:last-child > a{
    padding:0;
    border:none;
    margin:10px 0;
    width:auto;
    height:auto;
    line-height:auto;
    border-radius:0;
    background:none!important;
    color:#dedede!important;
}
 
.section-gallery .gallery-pagination .pagination > li > a > span{
    padding:25px 15px;
}

.section-gallery .gallery-pagination .pagination > li > a > span > i{
    margin:0 5px;
}

.gallery-lightbox{
    background:#fff;
    width:500px;
}

.gallery-lightbox-content{
    padding:40px;
}

.gallery-lightbox-content h3{
    color:#242424;
    font-size:20px;
    text-transform:uppercase;
    margin:0 0 30px;
}

.gallery-lightbox-content p{
    color:#949494;
    font-size:13px;
    line-height:20px;
}

.gallery-lightbox .close,
.featherlight-close{
    width:46px!important;
    height:46px!important;
    background:url(images/close.png) no-repeat!important;
    text-indent:-99999px;
    display:block;
    opacity:1;
    position:absolute;
    top:-23px;
    right:-23px
}

.featherlight .featherlight-content{
    background:none;
    overflow:hidden;
}

.gallery-list .gallery-lightbox{
    display:none;
}

.featherlight-iframe .featherlight-content{
    width:70%;
    background: transparent;
}

/*--------------------------------------------------------------
    Event Single
--------------------------------------------------------------*/

.section-event-single-featured-header {
    background: url(images/page-featured-img-event.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
}

.section-event-single-featured-header:before {
    background: rgba(0, 0, 0, 0) url(images/overlay.png) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-event-single-featured-header .section-content {
    padding: 140px 0 150px;
    text-align: center;
    position:relative;
}

.section-event-single-featured-header .section-content h1 {
    color: #fff;
    font-family: "Montserrat-Regular";
    font-size: 35px;
    line-height:35px;
    margin: 0 0 15px;
}

.section-event-single-featured-header .section-content p {
    color: #fff;
    font-family: "Montserrat-Light";
    font-size: 15px;
    margin: 0;
}

.section-event-single-featured-header .section-content p i{
    margin:0 5px 0 0;
}

.section-event-single-header {
    background: #fff;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}


.section-event-single-header h1 {
    border: medium none;
    color: #4e4e4e;
    font-size: 25px;
    line-height:56px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    float:left;
}

.section-event-single-header .ticket-purchase{
    margin:0;
    padding:0;
    list-style:none;
    float:right;
    vertical-align:middle;
    display:table;
}

.section-event-single-header .ticket-purchase li{
    display:table-cell;
    font-size:16px;
    color:#949494;
    font-family: "Montserrat-Light";
    vertical-align:middle
}

.section-event-single-header .ticket-purchase li span{
    font-size:25px;
    color:#4e4e4e;
    display:inline-block;
    margin:0 25px 0 15px;
}

.section-event-single-header .ticket-purchase li a{
    font-size:16px;
    padding:20px 35px;
    border-radius:5px;
    color:#fff;
    background:#ff6600;
    border:1px solid #ff6600;
    display:inline-block;
    font-family: "Montserrat-Regular";
}

.section-event-single-header .ticket-purchase li a:hover{
    color:#ff6600;
    background:#fff;
}


.section-event-single-content {
    background: #f8f8f8;
    padding: 70px 0 0;
}

.section-event-single-content .event-features ul{
    margin:0 0 70px;
    padding:0 0 50px;
    list-style:none;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #dedede;
}

.section-event-single-content .event-features ul li{
    display:inline-block;
    text-align:center;
    padding:0 30px;
    line-height:20px;
    color:#6f6f6f;
    font-size:14px;
    font-family: "Montserrat-Light";
}

.section-event-single-content .event-features ul li i{
    display:block;
    width:80px;
    height:80px;
    color:#6f6f6f;
    line-height:78px;
    border:2px solid #6f6f6f;
    border-radius:50px;
    margin:0 auto 20px;
}

.section-event-single-content .event-info{
    margin:0 0 35px;
}

.section-event-single-content .event-info .event-info-about,
.section-event-single-content .event-highlights,
.section-event-single-content .event-location{
    padding:0 0 0 25px;
}

.section-event-single-content .event-info h2:before,
.section-event-single-content .event-location h2:before,
.section-event-single-content .event-highlights h2:before{
    display:block;
    content: "";
    width:5px;
    height:16px;
    background:#ff5700;
    position:absolute;
    left:-25px;
    top:3px;
}


.section-event-single-content .event-info h2,
.section-event-single-content .event-location h2,
.section-event-single-content .event-highlights h2{
    font-size:22px;
    line-height:22px;
    font-family: 'Open Sans', sans-serif;
    color:#373737;
    font-weight:700;
    margin:0 0 35px;
    text-transform:uppercase;
    position:relative;
}

.section-event-single-content .event-info p,
.section-event-single-content .event-location p,
.section-event-single-content .event-highlights p{
    font-size:13px;
    line-height:22px;
    font-family: "Montserrat-Light";
    color:#6f6f6f;
    padding:0 3px;
    margin:0 0 35px;
}

.section-event-single-content .event-location p span{
    font-family: "Montserrat-Regular";
}

.section-event-single-content .event-info-about ul,
.section-event-single-content .event-highlights ul{
    padding:0 3px;
}

.section-event-single-content .event-info-about ul li,
.section-event-single-content .event-highlights ul li{
    font-size:13px;
    line-height:22px;
    font-family: "Montserrat-Light";
    color:#6f6f6f;
    position:relative;
    padding:0 0 0 45px;
    margin:0 0 30px;
    display:inline-block;
    vertical-align:top
}

.section-event-single-content .event-info-about ul li:before,
.section-event-single-content .event-highlights ul li:before{
    content: "\f00c";
    width:26px;
    height:26px;
    line-height:24px;
    border:1px solid #ff6600;
    border-radius:50px;
    text-align:center;
    color:#ff6600;
    font-family: FontAwesome;
    display: inline-block;
    font-size:14px;
    position:absolute;
    left:0;
    top:3px;
}

.section-event-single-content .event-highlights{
    margin:0 0 35px;
}

.section-event-single-content .event-info-img ul{
  list-style: none;
  margin: 0;
}

.section-event-single-content .event-info-img #slider{
    margin:0 0 5px;
    border:none;
    background:none;
}

.section-event-single-content .event-info-img #carousel{
    margin:0;
    border:none;
    background:none;
}

.section-event-single-content .event-info-img #carousel li img{
    cursor:pointer;
    opacity:.5
}

.section-event-single-content .event-info-img #carousel li.flex-active-slide img,
.section-event-single-content .event-info-img #carousel li:hover img{
    opacity:1
}

.event-map iframe{
    border:none;
     pointer-events: none;
}

/*--------------------------------------------------------------
    Full Event Schedule
--------------------------------------------------------------*/

.section-full-events-schedule{
    padding:70px 0;
    background:#f8f8f8;
}

.section-full-events-schedule .section-header ul.nav-tabs{
    border:none;
    margin: 0;
}

.section-full-events-schedule .section-header .nav-tabs li:first-child a{
    border-left:1px solid #f8f8f8;
}

.section-full-events-schedule .section-header .nav-tabs li a{
    padding:30px 0 30px;
    width:166.4px;
    font-size:45px;
    line-height:45px;
    text-align:center;
    display:inline-block;
    color:#b3b3b3;
    border:none;
    background:#fdfdfd;
    border-top:1px solid #f8f8f8;
    border-right:1px solid #f8f8f8;
    border-bottom:1px solid #f8f8f8;
    border-radius:0;
    margin:0;
    text-transform:uppercase;
    font-family: "Montserrat-Hairline";
 }
 
 .section-full-events-schedule .section-header .nav-tabs li a strong{
    display:block;
    font-size:14px;
    line-height:14px;
    margin:0 0 20px;
    font-family: "Montserrat-Regular";
    color:#b3b3b3;
}
 
.section-full-events-schedule .section-header .nav-tabs li a span{
    display:block;
    font-size:16px;
    line-height: 16px;
    margin:25px 0 0;
    font-family: "Montserrat-Light";
    color:#b3b3b3;
}

 .section-full-events-schedule .section-header .nav-tabs li:hover a strong,
 .section-full-events-schedule .section-header .nav-tabs li:hover a span{
    color:#373737
 }

.section-full-events-schedule .section-header .nav-tabs li.active a,
.section-full-events-schedule .section-header .nav-tabs li:hover a{
    color:#373737;
    background:#fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.section-full-events-schedule .section-header .nav-tabs li.active a span,
.section-full-events-schedule .section-header .nav-tabs li.active a strong{
    color:#373737
}

.section-full-events-schedule .section-header .scrtabs-tabs-fixed-container{
    height:190px;
    padding:0 6px;
    width:100%!important
}

.section-full-events-schedule .section-header .scrtabs-tabs-movable-container{
    min-width:3000px
}

.section-full-events-schedule .section-header .scrtabs-tab-container{
    position:relative;
    height:190px;
}

.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-right span,
.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left span{
    display:none
}

.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left{
    width:22px;
    height:29px;
    background:url(images/calendar-events-arrow-left.png) no-repeat center center;
    border:none;
    position:absolute;
    left:-30px;
    bottom:0;
    top:45%;
}

.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-right{
    width:22px;
    height:29px;
    background:url(images/calendar-events-arrow-right.png) no-repeat center center;
    border:none;
    position:absolute;
    right:-30px;
    bottom:0;
    top:45%;
}


.section-full-events-schedule .section-content{
    background:#fff;
    margin:-6px 0 0 6px;
}

.section-full-events-schedule .section-content .tab-pane .nav{
    margin:-6px -31px 0 0;
    border-right:1px solid #f8f8f8;
}

.section-full-events-schedule .section-content .tab-pane .nav a{
    padding:30px 50px 30px 80px;
    background:#fff;
    position:relative;
}

.section-full-events-schedule .section-content .tab-pane .nav a:before{
    width:20px;
    height:19px;
    content: "\f017";
    font-size: 14pt;
    font-family: 'FontAwesome';
    display:block;
    color: #595959;
    position:absolute;
    top:29px;
    left:40px;
}

.section-full-events-schedule .section-content .tab-pane .nav a:after{
    content: " ";
    width:6px;
    height:10px;
    background:url(images/events-arrow.png);
    display:block;
    position:absolute;
    top:45%;
    right:40px;
}

.section-full-events-schedule .section-content .tab-pane .nav li.active a,
.section-full-events-schedule .section-content .tab-pane .nav li:hover a{
    background:#f8f8f8
}


.section-full-events-schedule .section-content .tab-pane .nav .schedule-time{
    display:block;
    font-size:24px;
    line-height:24px;
    color:#373737;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    margin:0 0 10px;
}

.section-full-events-schedule .section-content .tab-pane .nav .schedule-time strong{
    display:inline-block;
    font-size:12px;
    color:#373737;
    font-family: 'Open Sans', sans-serif;
}

.section-full-events-schedule .section-content .tab-pane .nav .schedule-title{
    display:block;
    font-size:12px;
    line-height:12px;
    color:#373737;
    font-weight:700;
    margin:0 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.section-full-events-schedule .section-content .tab-pane .nav .schedule-ticket-info{
    display:inline-block;
    font-size:10px;
    line-height:10px;
    color:#fff;
    background:#ff6600;
    font-weight:700;
    padding:5px 15px;
    border-radius:50px;
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
}

.section-full-events-schedule .section-content .tab-pane .tab-content{
    border-left:1px solid #f8f8f8;
    margin:-6px 0 0;
}

.section-full-events-schedule .section-content .tab-content .tab-pane > img{
    width:100%;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info{
    padding:45px;
    overflow:hidden;
}

.section-full-events-schedule .section-content .full-event-info-header{
    overflow:hidden;
    margin:0 0 45px;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info h2{
    font-size:22px;
    color:#373737;
    font-family: "Montserrat-Regular";
    float:left;
    margin:0 0 15px;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info .ticket-left-info{
    font-size:10px;
    color:#fff;
    background:#ff5700;
    padding:5px 15px;
    float:right;
    display:inline-block;
    border-radius:50px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info .event-date-info{
    font-size:15px;
    color:#6f6f6f;
    float:left;
    display:inline-block;
    font-family: "Montserrat-Light";
}

.section-full-events-schedule .section-content .tab-pane .full-event-info .event-venue-info{
    font-size:15px;
    color:#6f6f6f;
    float:right;
    display:inline-block;
    margin:0 0 15px;
    font-family: "Montserrat-Light";
}

.section-full-events-schedule .section-content .tab-pane .full-event-info-content{
    overflow:hidden;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info-content p{
    color:#373737;
    line-height:25px;
    font-size:13px;
    font-family: "Montserrat-Light";
    margin:0 0 15px;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info-content .book-ticket{
    font-size:16px;
    color:#fff;
    padding:20px 70px;
    text-transform:uppercase;
    background:#ff6600;
    border-radius:50px;
    float:right;
    margin:25px 0 0;
}

.section-full-events-schedule input[type="submit"].myticket-schedule-btn{
    padding:0;
}

/*--------------------------------------------------------------
    Site Footer
--------------------------------------------------------------*/
.top-footer{
    background:#1f1f1f;
    padding:30px 0;
    border-top:8px solid #4e4e4e;
    border-bottom:1px solid #111;
}

.top-footer a img{
    /*max-height:35px;*/
    width:auto;
}

.top-footer p{
    margin:10px 30px 10px 0;
    color:#ccc;
    font-size:10px;
}

.main-footer{
    background:#1f1f1f;
    border-top:1px solid #474747;
    border-bottom:8px solid #4e4e4e;
    padding:30px 0;
}


.footer-1 > div{
    clear:both;
    margin:0 0 15px;    
}

.footer-1 > div > h3{
    float:left;
    margin:0 10px 0 0;
    font-weight:700;
    font-size:12px;
    color:#fff;
    text-transform:uppercase
}

.footer-1 > div > h3 a{
    color: #fff;
}

.footer-1 > div > ul{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}

.footer-1 > div > ul > li{
    float:left;
    border-right:1px solid #ccc;
    line-height:13px;
}
.footer-1 > div > ul > li:last-child{
    border-right:none;
}

.footer-1 > div > ul > li > a{
    color:#ccc;
    font-size:11px;
    line-height:11px;
    padding:0 5px;
    text-decoration: none;
    display:block;
}

.footer-2 > div > h3{
    margin:0 0 15px;
    font-weight:700;
    font-size:12px;
    color:#fff;
    text-transform:uppercase
}

.footer-2 > div > h3 a{
    font-size: 12px;
    color: #fff;
}

.footer-2 > div > ul{
    margin:0;
    list-style:none;
    padding:0;
}

.footer-2 > div > ul > li{
    margin:0 0 15px;
}

.footer-2 > div > ul > li > a{
    color:#ccc;
    font-size:11px;
    line-height:11px;
    padding:0;
    text-decoration: none;
    display:block;
}

.footer-1 .social ul li{
    border:none
}

.footer-1 .social h3{
    line-height:20px;
    margin:0 20px 0 0;
}

.footer-1 .social ul li a{
    height:20px;
    line-height:20px;
    margin:0 20px 0 0;
}

.footer-1 .social ul li a i{
    width:20px;
    height:20px;
    line-height:20px;
    font-size:13px;
    text-align:center;
    margin:0 10px 0 0;
}

.footer-1 .social ul li.facebook a i{
    background:#2c4aa0;
}

.footer-1 .social ul li.twitter a i{
    background:#00b7f1;
}

.footer-1 .social ul li.linkedin a i{
    background:#0076a3;
}

.footer-1 .social ul li.google a i{
    background:#c71619;
}

.footer-1 .social ul li.rss a i{
    background:#ff6600;
}

.footer-1 .social ul li.youtube a i{
    background:#c71619;
}

.footer-1 .social ul li.pinterest a i{
    background:#c71619;
}

.footer-1 .social ul li.tumblr a i{
    background:#2c4aa0;
}

.footer-1 .social ul li.instagram a i{
    background:#ff6600;
}

.footer-1 .social ul li.vk a i{
    background:#2c4aa0;
}

.footer-1 .social ul li.disqus a i{
    background:#2c4aa0;
}

.footer-1 .social ul li.raloco a i{
    background:#ff6600;
}

.footer-1 .social ul li.addthis a i{
    background:#ff6600;
}

.footer-1 .social ul li.kenzap a i{
    background:#00b7f1;
}

.footer-1{
    border-right:1px solid #181818;
    display:table-cell;
     min-height: 92px;
}

.footer-2{
    border-left:1px solid #474747;
    padding:0 15px 0 30px;
    display:table-cell;
     min-height: 92px;
}



/*--------------------------------------------------------------
  Media Queries
--------------------------------------------------------------*/

/* width 1200px up */
@media screen and (min-width: 75em) {
    
}

/* 992px and 1200px */
@media only screen and (min-width: 62px) and (max-width: 75em) {
    
    #site-navigation .nav li a {
        font-size: 14px;
        padding:14px 10px;
    }
    
    .header-cart .cart,
    #site-navigation .cart {
        margin: 0 0 0 10px;
    }
    
    .hero-1 .hero-content .hero-search input[type="text"]{
        width:100%;
    }
    
    .section-todays-schedule .section-content ul li.event-4,
    .section-todays-schedule .section-content ul li.event-3:after{
        display:none
    }
    
    .section-upcoming-events .section-content .info,
    .section-calendar-events .section-content .tab-content .info{
        padding:20px;
    }
    
    .section-upcoming-events .section-content .info p,
    .section-calendar-events .section-content .tab-content .info p{
        width:100%;
        margin:0 0 5px;
    }
    
    .section-upcoming-events .section-content .info .get-ticket,
    .section-calendar-events .section-content .tab-content .info .get-ticket{
        float:none;
        width:auto;
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name img{
        width:31%;
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name strong{
        margin:0;
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name{
        width:100%;
        float:none;
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-btn{
        text-align:left;
        margin:0;
    }
    
    .section-video-parallax .section-content,
    .section-newsletter .section-content{
        width:100%;
    }
    
    .section-artist-content .artist-event-item .artist-event-item-price a,
    .section-search-content .search-result-item .search-result-item-price a,
    .section-search-content .search-result-item.sold-out .search-result-item-price a{
        padding:18px 10px
    }
    
    .section-artist-content .related-artist .related-artist-img img{
        height:auto;
    }
    
    .section-artist-content .related-artist .related-artist-list .related-artist-item{
        text-align:center;
    }
    
    .section-artist-content .artist-details .artist-details-title{
        text-align:center
    }
    
    .section-artist-content .artist-details .artist-details-title h3{
        float:none;
        display:block;
    }
    
    .section-artist-content .related-artist .related-artist-list .related-artist-img{
        margin:0 0 10px;
    }
    
    .section-artist-content .artist-details .artist-details-title a{
        float:none;
        margin:10px 0 0;
    }
    
    .section-search-content .search-result-header .bootstrap-select .btn-default{
        padding:0 15px;
    }
    
    .section-search-content .search-result-item .search-result-item-info ul li{
        line-height:normal;
    }
    
    .section-order-review-pricing .coupon-title{
        margin:0 0 10px
    }
    
    .section-choose-how-many-tickets .ticket-nav li{
        margin:0 10px 20px;
    }
    
    .section-select-payment-method{
        width:65%;
    }
    
    .ticket-price .table > tbody > tr > td {
        padding: 30px 15px;
    }
    
    .seat-info{
        width:90%;
    }
    
    .section-calendar-events .container,
    .section-full-events-schedule .container{
        width:90%;
        margin:0 auto;
    }

}

/* width: 991px; */
@media screen and (max-width: 61.938em) {
    
    body{
        overflow-x:hidden;
    }
    
    .site-title > a{
        position:relative;
        z-index:999;
    }
    
    .mobile-cart{
        display:block;
    }
    
    .navbar-offcanvas{
        bottom:0;
    }
    
    .closecanvas{
        display:block!important;
        background:none;
        border:none;
        color:#fff;
        margin:20px 0 0;
    }
    
    #site-navigation .navbar-right{
        float:none!important;
        margin:0!important
    }
    
    #site-navigation .navbar-toggle{
        background:rgba(247,249,252, 0.7);
        border:2px solid #f7f9fc;
        margin:6px 0;
    }
    
    #site-navigation .navbar-toggle .icon-bar{
        background:#fff;
        transform:none!important;
        opacity:1!important;
    }
    
    .header-cart .cart,
    #site-navigation .cart{
        display:none;
    }
    
    #site-navigation .nav li a {
        font-size: 14px;
        padding: 10px 15px;
        text-align:right
    }
    
    .navbar-offcanvas{
        background:#242424;
        overflow:hidden;
    }
    
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    .hero-1 .hero-content{
        width:75%;
        top:35%
    }
    
    .hero-1 .hero-content .hero-search input[type="text"]{
        width:80%
    }
    
    .section-todays-schedule .section-content .event-list-label{
        display:none;
    }
    
    .section-upcoming-events .section-content .info .get-ticket,
    .section-calendar-events .section-content .tab-content .info .get-ticket{
        font-size:10px;
        padding:5px 10px
    }
    
    .section-upcoming-events .section-content .info p,
    .section-calendar-events .section-content .tab-content .info p {
        font-size:12px;
    }
    
    .section-upcoming-events .section-content .date .day,
    .section-calendar-events .section-content .tab-content .date .day{
        font-size:20px;
    }
    
    .section-upcoming-events .section-content .date,
    .section-calendar-events .section-content .tab-content .date{
        padding:10px;
    }
    
    .section-call-to-action .section-content{
        text-align:center
    }
    
    .section-call-to-action .section-content .col-sm-12{
        margin:0 0 20px;
    }
    
    .section-call-to-action .section-content .action-btn{
        display:inline-block
    }
    
    .section-latest .latest-news{
        margin: 0 0 70px -15px
    }
    
    .section-latest .latest-tweets{
        margin: 0 0 0 -15px;
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name {
        float: left!important;
        width: 70%!important; 
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-btn {
        text-align: right!important;
    }
    
    .section-artist-content .artist-event-footer{
        margin:30px 0 35px;
    }
    
    .section-artist-content .artist-details img{
        width:100%;
    }
    
    .section-artist-content .related-artist .related-artist-list .related-artist-img a{
        display:inline-block;
    }
    
    .section-artist-content .related-artist .related-artist-list .related-artist-item{
        width:49%;
        display:inline-block;
        vertical-align:top;
    }
    
    .section-refine-search .location,
    .section-refine-search .keyword,
    .section-refine-search .month{
        margin:0 0 30px
    }

    .section-calendar-events .container,
    .section-full-events-schedule .container{
        width:90%;
        margin:0 auto;
    }
    
    .section-search-content .search-filter{
        margin:0 0 35px;
    }
    
    .section-event-single-header h1{
        float:none;
        display:block;
        text-align:center;
        margin:0 0 20px;
    }
    
    .section-event-single-header .ticket-purchase{
        float:none;
        text-align:center;
        width:auto;
        margin:0 auto;
    }
    
    .section-event-single-content .event-info .event-info-img{
        margin:0 0 35px;
    }
    
    .section-full-events-schedule .section-content .full-event-info-header{
        text-align:center
    }
        
    .section-full-events-schedule .section-content .tab-pane .full-event-info h2,
    .section-full-events-schedule .section-content .tab-pane .full-event-info .event-date-info,
    .section-full-events-schedule .section-content .tab-pane .full-event-info .event-venue-info{
        float:none;
        display:block;
        text-align:center;
        margin:0 0 15px;
    }
    
    .section-full-events-schedule .section-content .tab-pane .full-event-info .ticket-left-info{
        display:inline-block;
        float:none;
        text-align:center;
        margin:0 0 15px;
    }
    
    .section-order-details-event-title{
        padding:0;
        margin:0 0 35px;
    }
    
    .section-order-details-event-title img{
        width:100%;
    }
    
    .section-order-review-pricing{
        padding:0;
    }
    
    .alert-info{
        margin:0 0 35px;
    }
    
    .section-select-payment-method{
        width:100%;
    }
    
    .seat-info{
        margin:0 auto 35px;
    }
    
    .section-page-content.error-404{
        background-position:65% bottom!important;
    }
    
    .top-footer{
        text-align:center
    }
    
    .footer-1,
    .footer-2{
        display:block;
        text-align:center;
        border:none;
        padding:0 15px;
        min-height:auto;
    }
    
    .footer-1 > div > h3{
        float:none;
        display:block;
        margin:0 0 10px!important;
    }
    
    .footer-1 > div > ul{
        float:none;
        display:block;
        vertical-align:middle;
    }
    
    .footer-1 > div > ul > li,
    .footer-2 > div > ul > li{
        display:inline-block;
        float:none;
        line-height:0;
        margin-bottom:5px;
    }
    
    .footer-2 > div > ul > li {
        border-right: 1px solid #ccc;
        line-height: 13px;
    }
    
    .footer-2 > div > ul > li:last-child{
        border:none;
    }
    
    .footer-1 > div > ul > li > a,
    .footer-2 > div > ul > li > a{
        padding: 0 5px;
        display:inline-block;
        margin-left: -4px;
    }
    
    .section-gallery .gallery-list{
        padding:70px 15px 40px
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name img{
        width:auto;
    }
    
    .section-upcoming-events .section-header p{
        width:68%;
    }
    
    .hero-2 .hero-content,
    .hero-3 .hero-content{
        width:85%;
    }
    
    .main-header .col-md-9{
        margin:-47px 0 0;
    }
    
}

/* width 768px */
@media screen and (max-width: 48em) {

    .hero-1 .hero-content{
        width:85%;
    }
    
    .hero-3 .hero-content{
        top:25%;
    }
    
    .section-todays-schedule .section-header .todays-date{
        display:none
    }
    
    .section-todays-schedule .section-content ul li.event-3,
    .section-todays-schedule .section-content ul li.event-2:after{
        display:none
    }
    
    .section-upcoming-events .section-header a{
        float:none;
    }
    
    .section-upcoming-events .section-header p{
        width:100%;
    }
    
    .section-upcoming-events .section-content ul li,
    .section-calendar-events .section-content .tab-content ul li{
        width:100%;
        margin:0 0 30px
    }
    
    .section-upcoming-events .section-content ul li img,
    .section-calendar-events .section-content .tab-content ul li img{
        width:100%;
        height:auto;
    }
        
    .section-latest .latest-tweets .tweet-list ul li .col-sm-10{
        width:85%;
        float:left;
    }
    
    .section-latest .latest-tweets .tweet-list ul li .col-sm-2{
        width:15%;
        float:left;
    }
    
    .section-sponsors ul li{
        text-align:center;
        margin:0 0 30px
    }
    
    .section-sponsors ul li:last-child{
        margin:0;
    }
    
    .section-newsletter .section-content .newsletter-form input[type="email"]{
        width:80%;
        margin:0 0 30px
    }
    
    .section-upcoming-events .section-content .date, 
    .section-calendar-events .section-content .tab-content .date{
        padding:15px;
    }
    
    .section-upcoming-events .section-content .date .day, 
    .section-calendar-events .section-content .tab-content .date .day{
        font-size:30px;
    }
    
    .section-upcoming-events .section-content .info, 
    .section-calendar-events .section-content .tab-content .info{
        padding: 50px 20px 25px;    
    }
    
    .section-upcoming-events .section-content .info p, 
    .section-calendar-events .section-content .tab-content .info p{
        font-size:16px;
        width:auto;
    }
    
    .section-upcoming-events .section-content .info .get-ticket, 
    .section-calendar-events .section-content .tab-content .info .get-ticket{
        font-size: 12px;
        padding:10px 15px;
        width:auto;
        float:right;
    }
    
    .section-event-category .section-content ul li{
        width:50%;
        float:left;
    }
    
    .section-stats .section-content ul li{
        margin:0 0 30px
    }
    
    .section-recent-videos .section-content ul li{
        width:50%;
        float:left;
    }
    
    .section-recent-videos .section-content .video img{
        width:100%;
        height:auto;
    }
    
    .section-recent-videos .section-content .video-title a{
        min-height:110px;
        margin:0 0 30px
    }
    
    .section-latest .latest-news .news-item-img{
        margin:0 0 30px;
    }
    
    .section-todays-schedule,
    .section-recent-videos,
    .section-latest{
        padding:70px 15px;
    }
    
    .section-upcoming-events {
        padding: 70px 15px 35px;
    }
    
    .section-event-category {
        padding: 35px 15px 40px;
    }
    
    .top-header {
        padding: 10px 15px;
    }
    
    .top-header .top-right ul li:last-child a{
        padding:0 0 0 10px;
    }
    
    .main-header .site-branding{
        padding:0 15px;
    }
    
    .section-artist-featured-header,
    .section-featured-header.all-sports-events,
    .section-event-single-featured-header,
    .section-featured-header.order-tickets-without-seat,
    .section-select-seat-featured-header,
    .section-select-seat-2-featured-header{
        min-height:auto;
    }
    
    .section-artist-featured-header .section-content,
    .section-featured-header.all-sports-events .section-content,
    .section-event-single-featured-header .section-content{
        padding:100px 0;
    }
    
    .section-gallery .gallery-list{
        padding:30px 15px;
    }
    
    .section-gallery .gallery-list .gallery-img img{
        width:100%;
        height:auto;
    }
    
    .section-page-content.error-404{
        background-position:right bottom!important;
    }
    
    .section-event-single-content .event-features ul li{
        padding:0 15px;
        margin:0 0 15px;
    }
    
    .section-artist-content .artist-event-item .artist-event-item-info ul li,
    .section-search-content .search-result-item .search-result-item-info ul li{
        margin:0 0 20px
    }
    
    .section-artist-content .artist-event-item .artist-event-item-info ul li span.location{
        margin:5px 0 0;
    }
    
    .section-search-content .search-result-item .search-result-item-info ul li span{
        margin:0 0 5px;
    }
    
    .section-artist-content .artist-event-item .artist-event-item-price a,
    .section-artist-content .artist-event-item.sold-out .artist-event-item-price a,
    .section-search-content .search-result-item .search-result-item-price a,
    .section-search-content .search-result-item.sold-out .search-result-item-price a{
        display:inline-block;
        padding:18px;
    }
    
    .section-artist-content .artist-event-item .artist-event-item-price,
    .section-search-content .search-result-item .search-result-item-price{
        text-align:center
    }
    
    .section-download-ticket p{
        line-height:normal
    }
    
    .section-download-ticket a,
    .section-download-ticket .primary-link{
        width:270px;
    }
    
    .section-search-content .search-result-header .row > div{
        margin:0 0 20px;
    }
    
    .section-event-single-header h1{
        line-height:normal
    }
    
    .section-refine-search{
        padding:35px 15px;
    }
    
    .section-calendar-events .container,
    .section-full-events-schedule .container{
        width:85%;
        margin:0 auto;
    }
    
    .section-full-events-schedule .section-content .tab-pane .nav{
        margin:-6px 0 0;
    }
    
    .section-full-events-schedule .section-content .tab-pane .full-event-info .event-date-info{
        line-height:normal;
    }
    
    .section-gallery{
        padding:70px 15px;
    }
    
    .gallery-lightbox{
        width:280px;
    }
    
    .gallery-lightbox-content{
        padding:20px;
    }
    
    .section-order-details-event-info .venue-details-info .section-order-review-event-img{
        margin:0 0 20px
    }
    
    .section-select-payment-method .cvv i{
        bottom:6px;
    }
    
    .section-select-payment-method .tab-content .bootstrap-select{
        margin:0 0 20px
    }
    
    .section-select-payment-method .tab-content #credit-card{
        padding:30px;
    }
    
    .hero-2 .count-down li{
        font-size:20px;
        font-family: "Montserrat-Regular";
        display:inline-block;
        padding:15px 0;
        text-align:center;
        border:1px solid #fff;
        border-radius:5px;
        margin:0 5px 15px;
        color:#fff;
        width:70px;
    }

    .hero-2 .count-down li span{
        display:block;
        font-size:15px;
        font-family: "Montserrat-Light";
        margin:5px 0 0;
    }
    
    .section-event-category .section-content ul li a{
        font-size:20px
    }
    
    .section-event-category .section-content ul li img{
        width:100%;
        height:auto;
    }
    
    .wrapper-image{
        overflow-x:auto
    }
}

@media screen and (max-width: 786px) {

  .admin-bar.sticky-header .main-header{
      top:46px;
  }

/*  .admin-bar .main-header{
      top:3px;
  }*/
}

@media screen and (max-width: 600px) {

  .admin-bar.sticky-header .main-header{
      top:0px;
  }
}
/* width 480px */
@media screen and (max-width: 30em) {
    
    .section-upcoming-events .section-content .info p{
        width:100%;
    }
    
    .section-upcoming-events .section-content .info .get-ticket{
        float:none;
    }
    
    .section-calendar-events .section-content .tab-content .date .day{
        font-size:20px;
    }
    
    .section-calendar-events .section-content .tab-content .date{
        padding:10px;
    }
    
    .section-calendar-events .section-content .tab-content .info .get-ticket{
        font-size: 10px;
        padding: 5px 10px;
        float:none;
    }
    
    .section-calendar-events .section-content .tab-content .info p{
        font-size:12px;
        width:100%;
    }
    
    .hero-3 .hero-content .hero-title{
        font-size:40px;
        line-height:30px;
    }
    
    .hero-3 .hero-content .hero-caption{
        font-size:30px;
        line-height:30px;
    }
    
    .hero-2 .hero-content .hero-title{
        font-size:65px;
        line-height:65px;
    }
    
    .hero-2 .hero-purchase-ticket a,
    .hero-3 .hero-purchase-ticket a{
        font-size:16px;
        padding:20px 30px;
    }
    
    .hero-2 .count-down{
        margin:0 0 20px
    }
    
    .hero-2 .count-down li{
        font-size:16px;
        font-family: "Montserrat-Regular";
        display:inline-block;
        padding:10px 0;
        text-align:center;
        border:1px solid #fff;
        border-radius:5px;
        margin:0 5px 15px;
        color:#fff;
        width:50px;
    }

    .hero-2 .count-down li span{
        display:block;
        font-size:10px;
        font-family: "Montserrat-Light";
        margin:5px 0 0;
    }
    
    .hero-1 .hero-content{
        width:100%;
        padding:15px;
        top:25%;
    }
    
    .section-todays-schedule .section-content ul li.event-2,
    .section-todays-schedule .section-content ul li.event-1::after {
        display: none;
    }
    
    .section-event-category .section-content ul li,
    .section-recent-videos .section-content ul li   {
        float: none;
        width: 100%;
    }
    
    .section-call-to-action .section-content{
        padding:50px 15px
    }
    
    .section-latest .latest-tweets .twitter-header .twitter-name{
        width:100%!important;
        float:none!important;
    }
    
    .hero-1 .hero-content .hero-search input[type="text"],
    .section-newsletter .section-content .newsletter-form input[type="email"],
    .section-newsletter .section-content .newsletter-form input[type="submit"]{
        width:100%;
    }

    .section-latest .latest-tweets .twitter-header .twitter-btn{
        text-align:left!important;
    }
    
    .section-latest .latest-tweets .tweet-list ul li .col-sm-10,
    .section-latest .latest-tweets .tweet-list ul li .col-sm-2 {
        float: none;
        width: 100%;
    }
    
    .section-latest .latest-tweets .tweet-list span{
        text-align:left;
        margin:10px 0 0;
    }
    
    .section-full-events-schedule .section-content .tab-pane .nav a{
        padding:30px 50px;
    }
    
    .section-full-events-schedule .section-content .tab-pane .nav a:before{
        left:15px;
    }
    
    .section-calendar-events .container,
    .section-full-events-schedule .container{
        width:80%;
    }
    
    .section-full-events-schedule .section-content .tab-pane .full-event-info{
        padding:30px
    }
    
    .section-artist-featured-header .section-content,
    .section-featured-header.all-sports-events .section-content,
    .section-event-single-featured-header .section-content,
    .section-featured-header.order-tickets-without-seat .section-content,
    .section-select-seat-featured-header .section-content,
    .section-select-seat-2-featured-header .section-content{
        padding:50px 0;
    }
    
    .section-artist-featured-header .section-content h1,
    .section-featured-header.all-sports-events .section-content h1,
    .section-event-single-featured-header .section-content h1{
        font-size:30px;
    }
    
    .section-featured-header.order-tickets-without-seat .section-content p strong,
    .section-select-seat-featured-header .section-content p strong,
    .section-select-seat-featured-header .section-content p strong span,
    .section-select-seat-2-featured-header .section-content p strong{
        font-size:30px;
        line-height:normal;
    }
    
    .section-select-seat-featured-header .section-content p span{
        line-height:normal;
    }
    
    .section-artist-page-header .entry-title,
    .section-page-header .entry-title{
        font-size:20px;
    }
    
    .section-artist-content,
    .section-page-content,
    .section-search-content{
        padding:30px 0;
    }
    
    .section-artist-page-header,
    .section-page-header{
        padding:20px;
    }
    
    .section-select-payment-method .nav-tabs li{
        margin:0 15px 15px;
    }
    
    .section-select-payment-method-action .col-xs-6{
        width:100%;
        float:none;
    }
    
    .section-select-payment-method-action .secondary-link{
        margin:0 0 20px;
    }
    
    .section-gallery .gallery-list .gallery-img{
        width:100%;
    }
    
    .section-order-review-pricing .coupon-form input[type="text"]{
        float:none;
        width:100%;
        margin:0 0 20px;
    }
    .section-order-review-pricing .coupon-form input[type="submit"]{
        float:none;
        width:100%;
    }
    
    .seat-label ul li {
        display: block;
        margin: 0 20px 20px;
    }
    
    .site-title > a > img{
        width:120px;
        height:auto;
        /*margin:0 0 8px*/
    }
    
    .top-header ul li{
        float:none;
        display:inline-block;
        margin-bottom:5px!important;
    }
    
    .top-header ul li a{
        margin-right:-4px;
    }
    
    .top-header .top-left,
    .top-header .top-right{
        float:none;
        width:100%;
        display:block;
        text-align:center;
    }

    .top-header .top-right{
        display: none;
    }
        
    .section-page-content .section-404 h2{
        font-size: 131px;
        line-height: 131px;
        margin: 0 0 30px;
    }
    
    .section-page-content .section-404 p{
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 30px;
    }
    
    .section-page-content .section-404 .secondary-link{
        font-size: 20px;
        padding: 20px 30px;
    }
    
    .section-artist-content .related-artist .related-artist-list .related-artist-item{
        width:100%;
    }
    
    .section-order-details-event-action ul li{
        width:100%;
        margin:0 0 20px;
    }
    
    .section-event-single-content .event-features ul li,
    .section-event-single-header .ticket-purchase li{
        display:block;
        margin:0 0 20px;
    }
    
    .section-full-events-schedule .section-content .tab-pane .full-event-info-content .book-ticket{
        display:block;
        padding:20px 30px;
        float:none;
        text-align:center
    }
    
    .footer-1 .social ul li a{
        margin:0 10px 0 0;
    }
    
    .section-recent-videos .section-content .video-title a{
        min-height:auto;
    }
    
}

.site-content{background-color: #fff;}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 0px;

}

.pagination>li a,.pagination>li span{
  margin-left: 5px;
}

.blog .pagination-wrapper{
  float:none;
  clear:both;
}

.search-result-header button:focus,
.section-refine-search .event-date button:focus, 
.section-refine-search .location button:focus,
.section-refine-search .keyword button:focus,
.section-refine-search .month button:focus{
    outline: 0;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: none;
}

.section-search-content select:focus,
.section-search-content input:focus,
.section-search-content button:focus{
    outline: 0!important;
    outline-width: 0;
}

ul#myticket-sidebar li{
    list-style: none;
}

ul#myticket-sidebar{
  margin:0
}

.panel-layout .so-panel{
    margin-bottom: 0px!important; 
}