@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700);
/*----------------------------------------------------------------------------------------
            FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS 
-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
            COMMON STYLES
-----------------------------------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background: #fff;
}

p {
  margin-bottom: 8px;
}

img.aligncenter {
  display: block;
  margin: 0px auto;
}

.rev_slider .tp-caption, .rev_slider .caption, .zeus .tp-tab-title {
  font-family: 'Open Sans', sans-serif !important;
}
#wrap {
  overflow: hidden;
}

#wrap.fixed-nav {
  margin-top: 95px;
}
section.page-section .section-container {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
section.no-padding .section-container {
  padding: 0px;
}

section.page-section.divider {
    position: relative;
}

section.page-section.divider .section-container {
  position: relative;
  padding: 60px 0px;
  background: rgba(0,0,0,0.35);
}

section.page-section.divider h2, section.page-section.divider h1 {
  font-size: 38px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

@media (max-width: 1201px) { 
  section.page-section.divider .section-container {
    padding: 40px 0px;
  }

  section.page-section.divider h2, section.page-section.divider h1 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
}


.container,
.container-fluid {
  position: relative;
  z-index: 1;
}

.col-container {
  display: block;
  margin: 0px auto;
  float: none;
}

.sub_container, .container_sub .container > .row {
  width: 76%;
  float: none !important;
  margin: 0px auto;
}


a.disabledAnchor {
  background: #ddd !important;
  color: #171C8F !important;
  pointer-events: none !important;
  cursor: default;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
h1,
h2,
h3,
h4,
h5 {
  color: #222;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 54px;
  line-height: 1.4;
}
h2 {
  font-size: 44px;
  margin: 0 0 30px 0;
}
h3 {
  font-size: 26px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
blockquote {
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
}
blockquote small {
  text-align: inherit;
  padding: 30px 0 0 0;
  color: #aaa;
}
code {
  padding: 20px 20px 20px 80px;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
  color: #03C;
  background: none;
  overflow: auto;
}
code:before {
  content: '</>';
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  display: block;
  position: absolute;
  width: 60px;
  left: 0px;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #ccc;
  background: #f8f8f8;
}
::selection {
  background: #00b4ff;
  color: #fff;
}
::-moz-selection {
  background: #00b4ff;
  color: #fff;
}
img, .wp-caption { 
  max-width: 100%; 
  height: auto; 
}

img.alignleft {
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
}

img.alignright {
  margin-left: 20px;
  margin-bottom: 0px;
  float: right;
}

.wp-caption {
  margin-bottom: 30px;
}
hr.mc-divider {
  display: block;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  body {
    text-align: center;
  }
  .column_container {
    text-align: justify;
    text-justify: inter-word;
  }
  section.page-section .section-container,
.mc_gmaps, .mc_image_content,
header {
    padding: 50px 0;
  }
  section.no-padding .section-container {
  padding: 0px;
}

  .text-left,
  .text-right {
    text-align: center;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .row .mc-column-container[class^=col-] {
    padding-bottom: 40px;
  }

  .row .mc-column-container.col-md-12,
  .row.no-dev [class^=col-],
  .row [class^=col-sm-] {
    padding-bottom: 0px;
  }
  .row [class^=col-]:last-child {
    padding-bottom: 0;
  }


}
@media (max-width: 767px) {
  .row [class^=col-sm-] {
    padding-bottom: 40px;
  }
}
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
p:empty { margin: 0px; line-height: 0px; padding: 0px; }

.no_padding_bottom .section-container {
  padding-bottom: 30px;
}


/* color var */

.dark {
  background: #ededed;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  opacity: 0.5;
  z-index: 0;
}

.vjs-text-track-display, .vjs-big-play-button, .vjs-control-bar {
  display: none !important;
}




/*----------------------------------------------------------------------------------------
            FORM STYLES
-----------------------------------------------------------------------------------------*/
.form-group {
  margin: 0;
}
.form-control {
  padding: 20px 25px;
  font-size: inherit;
  height: auto;
}
.form-group .btn {
  border-radius: 0;
  font-size: inherit;
  padding: 20px;
}
.form-group input,
.input-group input,
.form-group textarea,
button {
  color: #222;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}
.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
  box-shadow: none;
  transition: none;
  border: 0;
  outline: 0;
}
.placeholdersjs {
  color: #aaa !important;
}

.wpcf7-form {
  padding: 20px 0px 0px;
}

.wpcf7-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.wpcf7-form span.red {
  margin-right: 4px;
  color: red;
  font-weight: bold;
}

.wpcf7-form input, .wpcf7-form button, .wpcf7-form  select, .wpcf7-form textarea {
  width: 100%;
  padding: 2px 15px;
  border: 1px solid #ddd;
}

.wpcf7-form input[type="radio"] {
  width: auto;
}

.contact_business label {
  display: block;
}


input[type="submit"], button {
  border-color: transparent;
  color: #fff;
  background: #00b4ff;
  padding: 10px 16px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 22px;
}

/*----------------------------------------------------------------------------------------
            CONTACT FORM STYLE
----------------------------------------------------------------------------------------*/
#modalContact .modal-content {
  padding: 40px;
  text-align: left;
}
#contact_form {
  border-top: 1px solid #ddd;
}
#modalContact .modal-title {
  margin: 0 0 40px 0;
}
#contact_form .form-group {
  margin: 0;
}
#contact_form .form-control {
  border-bottom: 1px solid #ddd;
  line-height: 25px;
  padding-left: 0;
  width: 100%;
  background: none;
  color: inherit;
}
textarea.form-control {
  resize: vertical;
}
#contact_form button {
  margin-top: 40px;
}
#contact_form label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin: 0;
}
#contact_form label.error {
  background: #e44646;
  color: #fff;
  padding: 5px 10px;
}
#contact_form label.valid {
  display: none !important;
}
/*----------------------------------------------------------------------------------------
            BUTTONS STYLES
-----------------------------------------------------------------------------------------*/
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.btn {
  position: relative;
  border-radius: 22px;
  vertical-align: top;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.btn-lg,
.btn-group-lg > .btn {
  display: inline-block;
  margin-top: 25px;
  margin-right: 5px;
  padding: 12px 20px;
  font-size: inherit;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 22px !important;
  -webkit-transition: background 0.35s ease-out;
  -moz-transition: background 0.35s ease-out;
  -ms-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  color: #00b4ff;
  background: rgba(0,0,0,0.08);
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background: #00b4ff;
  border-color: transparent;
}
.tp-caption.rev-btn,
.btn-default,
.btn-default:focus,
.btn-default:active {
  border-color: transparent;
  color: #fff;
  background: #00b4ff !important;
}
.tp-caption.rev-btn:hover,
.btn-default:hover {
  border-color: transparent;
  color: #fff;
  background: #171C8F !important;
}

a.read-more {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  padding: 0px 5px;
  font-size: inherit;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.4;
  border-radius: 2px !important;
}


.btn.btn-small {
  display: inline-block;
  margin-top: 25px;
  margin-right: 5px;
  padding: 10px 16px;
  font-size: inherit;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 22px !important;
}

.btn.btn-small.community_button {
    border-radius: 22px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    padding: 6px 22px;
    margin: 0px 3px 15px;
    font-size: 14px;
}

.btn.event_location_button {
  display: inline-block;
  margin-top: 25px;
  margin-right: 5px;
  padding: 12px 30px;
  font-size: inherit;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  border-radius: 28px !important;
}

/*----------------------------------------------------------------------------------------
            VIDEO iFRAME STYLES
-----------------------------------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}
/*----------------------------------------------------------------------------------------
            Section Styles
-----------------------------------------------------------------------------------------*/
section {
  
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
  .fixed-bg {
    background-attachment: scroll;
  }
}
/*----------------------------------------------------------------------------------------
            Title Styles
-----------------------------------------------------------------------------------------*/
.title {
  margin: 0 0 30px 0;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}


/*----------------------------------------------------------------------------------------
            TOGGLES STYLES
-----------------------------------------------------------------------------------------*/
.panel {
  border: 1px solid #e8e8e8;
  box-shadow: none;
  -webkit-box-shadow: none;
}
a.panel-heading {
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  padding: 20px 25px;
  color: #00b4ff;
}
.panel-body {
  padding: 20px 25px;
}
/*----------------------------------------------------------------------------------------
            TABS STYLES
-----------------------------------------------------------------------------------------*/
.nav-tabs li a {
  padding: 20px 25px;
  font-weight: bold;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #00b4ff;
}
.nav-tabs li a:hover {
  background: none;
}
.tab-content {
  padding: 35px 25px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.no-container .mc_tabs ul * {
  border-radius: 0 !important;
}

.no-container .nav-tabs {
  border-bottom: 0px;
}

.no-container .nav-tabs li a {
  padding: 22px 25px;
  border-top: none;
  border-bottom: none;
}

.no-container .nav-tabs>li.active>a, .no-container .nav-tabs>li.active>a:hover, .no-container .nav-tabs>li.active>a:focus {
  border-top: none;
  border-bottom: none;
}


.nav-tabs li a {
  display: block;
}

@media (max-width: 1201px) {
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li a {
    display: block;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
  }
  .nav-tabs li:first-child a {
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-color: #ddd;
  }
}


/*----------------------------------------------------------------------------------------
                  OWL SLIDER STYLES
----------------------------------------------------------------------------------------*/

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-dots {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 40px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 7px;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
}
.owl-dots .owl-dot.active span {
  background: #00b4ff;
  border: 1px solid #00b4ff;
}



/*----------------------------------------------------------------------------------------
            Navigation
----------------------------------------------------------------------------------------*/

nav.navbar-fixed-top {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #e7e7e7;
  height: 96px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


.navbar .nav {
  list-style: none;
  float: right;
  z-index: 5;
  margin: 0;
}

.navbar .nav li {
  float: left;
  padding: 0;
}

.navbar .nav li a {
  position: relative;
  display: block;
  font-size: 14px;
  height: 96px;
  line-height: 96px;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
  background: inherit;
  color: #171C8F;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .nav li.current_page_item a {
  color: #00b4ff;
}


nav.navbar-fixed-top.shrink {
  height: 60px;
}

nav.navbar-fixed-top .nav li a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

nav.navbar-fixed-top.shrink .nav li a {
  height: 60px;
  line-height: 60px;
}

nav.navbar-fixed-top > .container .navbar-brand {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

nav.navbar-fixed-top.shrink > .container .navbar-brand {
  height: 55px;
  padding-top: 5px;
}


.navbar .nav li a:before {
  content: '';
  height: 24px;
  width: 1px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
}

.navbar-collapse li a:before {
  display: none !important;
}

.navbar .nav li:first-child a:before {
  display: none;
}


.navbar .nav li a:hover,
.navbar .nav li.active a {
  background: none;
  color: #00b4ff;
}

.navbar .nav li.main-btn a,
.navbar .nav li.main-btn a:hover,
.navbar .nav li.active.main-btn a {
  background: #00b4ff;
  font-weight: bold;
  color: #fff;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  height: 90px;
  margin: 0;
  padding: 5px 0 0 0;
}

.navbar > .container .navbar-brand.logo-image,
.navbar > .container-fluid .navbar-brand.logo-image {
  padding: 0px 0 0px 0;
}

.navbar > .container .navbar-brand img,
.navbar > .container-fluid .navbar-brand img {
  max-height: 100%;
}

.navbar > .container .navbar-brand h1,
.navbar > .container-fluid .navbar-bran h1 {
  font-size: 24px;
  color: #fff;
  margin: 0px;
}

.navbar-toggle {
  color: #00b4ff;
  float: right;
  height: 90px;
  margin: 0;
  padding: 0;
  font-size:30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

nav.navbar-fixed-top.shrink .navbar-toggle {
  height: 60px;
}


.navbar-toggle .icon-bar {
  background: #00b4ff;
  height: 2px;
  border-radius: 2px;
}

.navbar-toggle.collapsed .icon-bar {
  background: #222;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggle.round-toggle .icon-bar {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}
.navbar-toggle.round-toggle .icon-bar + .icon-bar {
  margin-top: 0;
  margin-left: 3px;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar .main-btn .icon {
  font-size: 16px;
  margin-left: 3px;
}
@media (max-width: 1201px) {
  nav .container {
    width: 100%;
  }
  .navbar-collapse {
    padding: 0;
    background: #222;
    margin: 90px 0 0 0;
  }
  .shrink .navbar-collapse {
    margin: 60px 0 0 0;
  }
  .navbar .nav {
    float: none;
    text-align: center;
  }
  .navbar .nav li {
    float: none;
  }
  .navbar .nav li a:not(.main-btn) {
    border-bottom: 1px solid #222;
    color: #fff
  }
  .navbar .nav li a:hover,
  .navbar .nav li.active a {
    background: #444;
    border-bottom: 1px solid #00b4ff;
  }
}

.navbar li ul {
    background-color: #43026f;
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    text-align: left;
    z-index: 9999;
    border-radius: 0;
    border:none;
    min-height: auto;
  }

.navbar li ul li {
    display: block;
    margin-bottom: 0px;
    float: none;
}

.navbar li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px !important; 
  }

/* page specific */

.page_specific {
  position: fixed;
  z-index: 52;
  top: 50%;
  margin-top: -100px;
  left: 25px;
  padding: 0 10px 0 0;
  -webkit-transition: opacity .3s 0s linear;
  -moz-transition: opacity .3s 0s linear;
  -ms-transition: opacity .3s 0s linear;
  -o-transition: opacity .3s 0s linear;
  transition: opacity .3s 0s linear;
  transform: translatez(0);
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
}

@media (max-width: 1201px) {
  .page_specific {
    display: none;
  }

  #wrap.fixed-nav {
    margin-top: 95px;
  }
}


.page_specific .nav {
   float: none;
}

.page_specific .nav li {
  display: block;
  position: relative;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
}

.page_specific .nav li a {
  color: #171C8F;
  font-size: 13px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  text-align: left;
  display: block;
  margin: 0px;
  font-weight: 600;
  position: relative;
  opacity: 1;
  padding-left: 20px;
  background: transparent !important;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
}


.page_specific .nav li:before {
  content:' ';
  position: absolute;
  left: 0px;
  top: 25px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.25);
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
  
}

.page_specific .nav li.active:before {
  background-color: #00b4ff;
}

.page_specific .nav li:hover a, .page_specific .nav li.active a {
  color: #00b4ff;
  -webkit-transition: all .3s 0s linear;
  -moz-transition: all .3s 0s linear;
  -ms-transition: all .3s 0s linear;
  -o-transition: all .3s 0s linear;
  transition: all .3s 0s linear;
}

/*----------------------------------------------------------------------------------------
            Background Types
----------------------------------------------------------------------------------------*/

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.reapet-x {
  background-repeat:repeat-x; 
}

.repeat-y {
  background-repeat:repeat-y;
}

.repeat {
  background-repeat:repeat; 
}



/*----------------------------------------------------------------------------------------
            FACTS BLOCK STYLES
----------------------------------------------------------------------------------------*/
.facts-block {
  text-align: center;
}
.fact {
  padding: 0 0 0 120px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.fact .icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #00b4ff;
}
.dark-bg .fact .icon {
  color: inherit;
}
.fact h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1;
}
.fact h4 {
  font-size: 20px;
  color: #00b4ff;
  margin: 0;
}
.dark-bg .fact h4 {
  color: inherit;
}
@media (max-width: 992px) {
  .fact {
    padding: 0 0 0 80px;
  }
  .fact .icon {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fact {
    padding: 0;
    text-align: center;
  }
  .fact .icon {
    position: relative;
    margin-bottom: 15px;
  }
}
/*----------------------------------------------------------------------------------------
            Popup
----------------------------------------------------------------------------------------*/

.popup_container {
  margin: 0px auto;
  padding: 0px 15px;
  background: #fff;
  width: 640px;
  overflow: hidden;
  border-radius: 10px;
}

.popup_content {
  padding: 15px;
}

.popup_content h1, 
.popup_content h2, 
.popup_content h3, 
.popup_content h4, 
.popup_content h5, 
.popup_content h6 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.popup_content h2 {
  font-size: 28px;
}
.popup_content h3 {
  font-size: 24px;
}

.popup_container_medium, .popup_container_small {
  width: 640px;
  margin: 0px auto;
  padding: 0px 15px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.popup_container_small {
  width: 480px;
}

.popup_container_medium .popup_content,
.popup_container_small .popup_content {
  padding: 30px;
}


.mfp-close {
  opacity: 1 !important;
}

.mfp-iframe-holder .mfp-close {
    top: -12px !important;
}


/**
.mfp-close-btn-in button.mfp-close {
  position: absolute;
  font-size: 28px;
  top: -24px;
  right: -24px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 16px;
  opacity: 0.9;
}



 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 

  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.33;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*----------------------------------------------------------------------------------------
            Video Block
----------------------------------------------------------------------------------------*/

.video.wow {
  opacity: 0;
}

@media (max-width: 768px) {
  
}


/*----------------------------------------------------------------------------------------
            Title Block
----------------------------------------------------------------------------------------*/

.title_block h3 {
  text-align: center;
  font-size: 36px;
  margin-top: 0px;
  line-height: 46px;
  margin-bottom: 80px;
}

.title_block h3 span {
  position: relative;
}

.title_block h3 span:after {
    display: block;
    content: '';
    position: absolute;
    margin: 0px auto;
    width: 40px;
    height: 4px;
    background-color: #222;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;

}

@media (max-width: 992px) {
  .title_block h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 60px;
  }

}

/*----------------------------------------------------------------------------------------
            Job Single
----------------------------------------------------------------------------------------*/

.job_info h2.name {
  font-weight: bold;
  font-size: 32px;
  color: #00b4ff;
}

.job_info h2.name span {
  font-weight: 400;
  font-size: 26px;
  display: inline-block;
  color: #bbb;
  padding-left: 15px;
}

.job_content {
  margin-top: 20px;
}

.job_info .btn  {
  display: block;
}



/*----------------------------------------------------------------------------------------
            Job Block
----------------------------------------------------------------------------------------*/

.benefits-button {
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 15px !important;
}

.filer_divider {
  opacity: 0.5;
}

.job_filter_container {
  margin-top: 30px;
}

.job_list ul.filter {
  text-align: left;
  margin-bottom: 30px;
  display: inline-block;
}

.job_list ul.filter li {
  display: inline-block;
  padding: 0px;
  margin: 0px 5px 10px 0px;
}

.job_list ul.filter li a {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 22px;
  margin: 0px 3px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: transparent;
  color: #000;
  background: #eee;
  border-radius: 22px;
  vertical-align: top;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.job_list ul.filter li a.active {
  color: #fff;
  background: #00b4ff;
}


.job_list ul.filter li:before {
  display: none;
}

.job_item {
  margin-bottom: 30px;
}

.job_item_inner {
  padding: 30px;
  min-height: 220px;
  width: 100%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 10px;
  background: #fff;
  float: left;
  position: relative;
  text-align: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
}


.job_item h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #222;
}

.job_item h5 span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #bbb;
  margin-top: 10px;
}

.job_item .btn {
}

.job_count {
  background-color: red;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  text-align: center;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 20px;
  border-radius: 50%;
  border:3px solid #fff;
}

@media (max-width: 992px) { 

  .job_list ul.filter li {
    display: inline-block;
    margin: 10px 5px;
  }

  .job_item .btn {
    display: inline-block;
  }

  .job_item h5 span {
    display: block;
    margin-top: 10px;
  }

  .benefits-button {
    margin-top: 0px;
    margin-bottom: 25px;
    display: block;
  }

  .job_item {
    border-bottom: 0px;
  }

}

/*----------------------------------------------------------------------------------------
            Members Intro Block
----------------------------------------------------------------------------------------*/


.team_intro {
  margin: 90px 0px;
}

.team_intro h1 {
  font-size: 54px;
  margin-bottom: 30px;
}

.team_intro p {
  width: 60%;
  font-size: 18px;
  line-height: 26px;
  margin: 0px auto 20px;
  color: #555;
}




.executive_intro {
  margin: 60px 0px;
}

.executive_intro h2 {
  font-size: 54px;
  margin-bottom: 50px;
}

.executive_intro p {
  text-align: left;
  width: 80%;
  font-size: 18px;
  line-height: 26px;
  margin: 0px auto 20px;
  color: #888;
}


@media (max-width: 992px) { 
  .team_intro {
    margin: 60px 0px;
  }

  .executive_intro  {
    margin: 10px 0px;
  }

  .team_intro h1, .executive_intro h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

}

/*----------------------------------------------------------------------------------------
            Stats Block
----------------------------------------------------------------------------------------*/

.team_stats {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team_stats .timer {
  font-size: 60px;
  color: #00b4ff;
  font-weight: bold;
  position: relative;
}

.team_stats h3 {
  font-weight: 400;
  margin: 0px auto;
  width: 40%;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #444;
  position: relative;
}

.team_stats .number-image {
    width: 100%;
    height: 140px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
}

.team_stats .number-image img {
    height: 100%;
    display: block;
    opacity: 0.16;
}


/*----------------------------------------------------------------------------------------
            Comminity
----------------------------------------------------------------------------------------*/

.community_video_list .sub_title {
  margin-bottom: 40px;
}

.community_video_list .sub_title img {
      max-height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.community_video_list li img, .community_person img  {
  width: 100%;
}

.community_video_list li {
  text-align: center;
  margin-bottom: 15px;
}

.community_video_list li h5 {
  text-align: center;
  
}

a.community_video {
  display: block;
  margin-bottom: 15px;
}


.community_video_image {
  position: relative;
  margin-bottom: 15px;
}

.community_video_play {
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 16px;
  background: #00b4ff;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.community_video_play svg {
  width: 32px;
  height: 32px;
}

a.community_video:hover .community_video_play {
  background: #171C8F;
}



.community_person {
  margin-bottom: 30px;
}

.community_person h5.name {
  text-align: center;
  margin-top: 15px;
  display: block;
}

.load-more .load-more-indicator,
.load-more.loading .load-more-link {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.load-more.loading .load-more-indicator {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.community_popup.popup_content div {
  margin-bottom: 10px;
}

.community_more_content {
  
}

.community_more_content p {
  box-shadow:0px 0px 1px rgba(0,0,0,0.3);
  min-height: 237px;
  line-height: 237px;
  padding: 0px 20px;
  color: #00b4ff;
  vertical-align: center;
}

.community_category_menu {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0px 10px;
}

.community_category_menu-item {
  display: inline-block;
}

.community_category_menu-item a {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin: 0px 10px 10px;
}

.community_category_menu-item a:hover {
  border: 1px solid #00b4ff;
}

.community_category_menu-item a img {
  max-height: 15px;
}

/*----------------------------------------------------------------------------------------
            Members Block
----------------------------------------------------------------------------------------*/

.team_members {
  margin-top: 30px;
}

.member_item {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
}

a.member_info {
  display: block;
  position: absolute;
  bottom: -1px;
  top: 0px;
  left: 15px;
  right: 15px;
  background: rgba(0,180,255,0.7);
  color: #fff;
  padding: 20px;
  opacity: 0;
  webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.member_item:hover a.member_info {
  opacity: 1;
}


a.member_info .name {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 17px;
}

a.member_info .title {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.7;
}

.employee_image {
  padding: 0px;
}

.employee_details {
  padding: 30px 30px 0px;
}

.employee_content {
  padding: 25px 25px 10px;
}

.single-post .employee_content .post-content {
  padding: 0px;
}

.single-post .employee_details .title {
  margin-bottom: 5px;
}

.single-post .employee_details h2.title {
  font-size: 24px;
}

.single-post .employee_details p.title {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 20px;
}

.employee_info {
  margin-top: 10px;
  font-size: 14px;
}

.employee_info .info_item {
  margin-bottom: 15px;
}

.employee_info .info_item span {
  display: block;
  color: #888;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*----------------------------------------------------------------------------------------
            We are Listeing
----------------------------------------------------------------------------------------*/

form#login-contact h3 {
  text-align: center;
}

form#login-contact label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}


form#login-contact input,
form#login-contact select,
form#login-contact textarea  {
  display: block;
  width: 100%;  
  padding: 2px 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;  
}

form#login-contact input[type="checkbox"]  {
  display: inline-block;
  width: auto;  
  margin-bottom: 10px;  
}

form#login-contact a.lost{
    margin: 20px 0px;
    display: block;
}

form#login-contact p.status{
    display: none;
}

form#login-contact p.required{
    font-size: 12px;
    margin-bottom: 0px;
}

form#login-contact legend{
    margin-bottom: 10px;
    font-size: 14px;
}

.login_pass {
  border-radius: 10px;
  background: #00b4ff;
  padding: 80px 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: -0.5em;
  right: -0.5em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


.login_pass i {
  width: 76px;
  height: 76px;
  line-height: 76px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #00b4ff;
  background: #fff;
  margin: 0px auto;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.login_pass h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0px;
}


#password-lost-form label, #password-reset-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#password-lost-form input[type=text], #password-reset-form input[type=password] {
  display: block;
  width: 100%;  
  padding: 2px 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;  
}

#password-lost-form input[type=submit], #password-reset-form input[type=submit] {
  display: block;
}

a.listening-logout {
  background: #fff;
  color: #00b4ff;
  display: inline-block;
  margin-top: 25px;
  margin-right: 5px;
  padding: 12px 30px;
  font-size: inherit;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 24px !important;
  -webkit-transition: background 0.35s ease-out;
  -moz-transition: background 0.35s ease-out;
  -ms-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 12px;
}

.wizard > .steps > ul > li
{
    width: 33%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
    padding: 0px;
}

.wizard > .steps > ul > li:before,
.wizard > .actions > ul > li:before
{
    display: none;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{   
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: inherit;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 22px !important;
  -webkit-transition: background 0.35s ease-out;
  -moz-transition: background 0.35s ease-out;
  -ms-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #00b4ff;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    display: block;
    margin: 0.5em;
    min-height: 405px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
    float: right;
    font-size: 12px;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #00b4ff;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: inherit;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 22px !important;
    -webkit-transition: background 0.35s ease-out;
    -moz-transition: background 0.35s ease-out;
    -ms-transition: background 0.35s ease-out;
    -o-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}

/*----------------------------------------------------------------------------------------
            Movies Block
----------------------------------------------------------------------------------------*/


.movie_popup .single-post .post-content {
  padding: 0px 0px;
}


.movie_popup .single-post .post-content.col-md-7 {
  padding: 30px;
}

.movies_cover_big {
  height: 450px;
  background-size:cover;
}

.movie-info-buttons {
  padding: 40px 10px;
}

.movie-info-buttons .btn {
  width: 100%;
  margin: 10px 0px;
}

.movie_popup .post-content h2.title {
  font-size: 26px;
  margin-bottom: 15px;
}

.movie_popup .post-media img {
  width: 100%;
}

.movie-block {
  margin: 0px -12px;
}

.movie-info {
  width: 80%;
  margin: 0px auto;
}


.movie-info.center_col .movie-info-box {
  float: none;
  margin: 20px auto;
}


.movie-info-box {
  float: left;
  padding: 0px;
  text-align: center;
  background-image: url(../images/ticket_2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 45%;
  opacity: 0;
  margin: 20px 12px 20px;
}

.movie-info-box.rating {
  float: right;
  background-image: url(../images/ticket_2.png);
}

.movie-info-box .value {
  margin: 27px 0px;
  font-weight: 700;
  font-size: 32px;
}

.movie-info-box .title {
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}

.movie-info-box .timer {
  font-weight: 700;
  padding: 0px 5px;
}

@media (max-width: 992px) {
  .movie-info-box {
    float: none !important;
    width: 100%;
  }

  .movie-info-box .value {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 32apx;
  }
}

.movie-info-box .boxoffice_button {
  font-weight: 600;
  color: #00b4ff;
  font-size: 13px;
  text-transform: uppercase;
}

.movie-block .owl-carousel {
  margin-top: 60px;
  display: block;
}

h2.movies_section-title {
  text-align: center;
  margin-bottom: 20px;
}

p.movies_section-description, p.movies_section-rating {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
p.movies_section-description b, p.movies_section-rating b {
  margin-left: 5px;
}

.owl-controls .owl-buttons div.owl-next,
.owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 42px;
  line-height: 48px;
  border-radius: 50%;
  top: 50%;
  margin-top: -24px;
  left: -70px;
  color: #bbb;
}

.owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -70px;
}

.owl-controls .owl-buttons div.owl-next,
.owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 28px;
  border-radius: 50%;
  top: 50%;
  margin-top: -14px;
  left: -15px;
  color: #333;
}

.owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: -15px;
}

.owl-controls .owl-buttons div:hover {
  color: #00b4ff;
}
.owl-controls .owl-buttons div:before {
  content: "\e803";
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-controls .owl-buttons div.owl-next:before {
  content: "\e804";
}

.movie-block .item_container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.movie-block .item_container a {
  display: block;
  position: relative;
  color: #fff;
}
.movie-block .item_container a.has_hover {
  background: #000;
}
.movie-block .item_container a h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #222;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0px 10px;
}

.movies_date {
  font-size: 15px;
  font-weight: 400;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  display: block;
}

.post-desc,
.popup_content,
.post-desc p,
.popup_content p {
  font-size: 15px;
  line-height: 24px;
} 

.post-desc ul,  .post_content ul ,  .popup_content ul,  .column_container ul,  .job_content ul, ul.page-list  {
  margin-top: 15px;
  margin-left: 5px;
}

.post-desc ul li, .post_content ul li , .popup_content ul li, .job_content ul li, ul.page-list li {
  position: relative;
  font-size: 15px;
  padding: 0px 0px 10px 20px;
}
.post-desc ul li:before, .post_content ul li:before , .popup_content ul li:before, .job_content ul li:before, ul.page-list li:before  {
  content: "\e804";
  color: #00b4ff;
  font-size: 16px;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 3px;
  height: 16px;
  width: 16px;
}

.movie-block .item_container:hover a.has_hover,
.movie-block .item_container:hover a.has_hover:before,
.movie-block .item_container:hover a.has_hover:focus {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.movie-block .item_container img {
  width: 100%;
  height: auto;
}
.movie-block .item_container:hover img {
  opacity: 0.85;
}
.movie-block .item_container img,
.movie-block .item_container a:before {
  -webkit-transition: all 0.325s ease-in-out;
  -moz-transition: all 0.325s ease-in-out;
  -ms-transition: all 0.325s ease-in-out;
  -o-transition: all 0.325s ease-in-out;
  transition: all 0.325s ease-in-out;
}



@media (max-width: 992px) {
  .movie-block .item_container {
    width: 60%;
  }
  .movie-block .item_container {
    width: 228px;
  }
}

.movie-block .owl-carousel .item_container {
  margin: 0 auto;
}

.movie-block .owl-carousel .owl-item .item_container a {
  width: 100%;
  display: block;
}
.movie-block .owl-carousel .owl-item .item_container img {
  width: 100%;
}

/*----------------------------------------------------------------------------------------
            Box Office
----------------------------------------------------------------------------------------*/

.boxoffice_overlay, .boxoffice_overlay a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.boxoffice_button {
  margin-top: 30px;
}

.boxoffice_title h2.title {
  margin-bottom: 10px;
  font-size: 32px;
}

.boxoffice_title {
  margin-bottom: 30px;
}

.boxoffice_date {
  font-size: 22px;
}

.boxoffice_item {
  display: table;
  margin-bottom: 2px;
}

.boxoffice_titleblock .boxoffice_item div {
  font-size: 12px;
  font-weight: 600;
  padding: 15px 2px !important;
}

.boxoffice_item div {
  font-size: 15px;
  font-weight: 400;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0px !important;
  background-color: #eaeaea;
  border-right: 2px solid #fff;
}

.boxoffice_item div.boxoffice_block.first {
  padding: 0px !important;
}

.boxoffice_item div.boxoffice_block.last {
  border: none !important; 
}

.boxoffice_item div.col-md-6 {
  text-align: left;
  padding: 0px 20px !important;
}

.boxoffice_popup div.clearfix:nth-child(2n) .boxoffice_item div {
  background-color: #f2f2f2;
}



/*----------------------------------------------------------------------------------------
            Events Block
----------------------------------------------------------------------------------------*/

.single-event {
  margin: 60px 0px 0px;
}

.event-title {
  margin-bottom: 30px;
}

.event-title h2.title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0px;
}

.event-title a {
}

.event-help {
  padding: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.event-help a {
  text-decoration: underline;
  color: #171C8F;
}

.event-comments {
  border: 1px solid #e7e7e7;
  padding: 15px 10px 10px;
}

.event-title .event_dates {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}

.event-image {
  margin-left: -15px;
}

.event-image img {
  max-width: 100%;
  width: 100%;
}

.event_movie {
  margin: 0px 0px 40px 0px;
}

.event-content .post-desc {
  margin-bottom: 20px;
}

.event-content .post-desc p {
  font-size: 14px;
  line-height: 26px;
}

h5.event-subtitles {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}


h5.event-subtitles span {
  font-weight: 400;
  margin-left: 6px;
  text-transform: none;
  font-style: italic;
}

.event-runtime {
  margin-bottom: 30px;
}

.event-locations {
  margin-top: 80px;
  padding: 60px 0px;
  background: #f2f2f2;
}


.event-date-stamp {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
}

.event-date-stamp span {
  display: block;
}

.event-date-stamp span.event-date-stamp-day {
  font-weight: bold;
  margin: 5px 0px;
  font-size: 24px;
  line-height: 24px;
}


#event-locations {
  padding-top: 30px;
}

.event-location {
  padding: 0;
  background: #fff;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
}


.event-location-title {
  padding: 16px 25px;
  display: inline-block;
}

.event-location-title h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}

.event-location-title span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  color: #999;
  text-transform: capitalize;
}


.event-location-times {
  display: inline-block;
}

.event-location-times .event-date-stamp {
  padding: 2px 7px;
  display: inline-block;
  font-size: 12px;
  margin-top:10px;
  margin-right: 10px;
}

.event-location-times .event-date-stamp span.event-date-stamp-day {
  font-weight: bold;
  margin: 2px 0px;
  font-size: 18px;
  line-height: 18px;
}

.event-location-buy {
  float: right;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  position: relative;
  background: #f2f2f2;
  border-left: 5px dotted #fff;
}

.event-location-buy:before {
  content:'';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f2f2f2;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 999;
}

.event-location-buy:after {
  content:'';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f2f2f2;
  position: absolute;
  bottom: -8px;
  left: -8px;
}

.event-location-buy a {
  display: block;
  position: relative;
  padding: 32px 15px;
  color: #fff;
  background: #00b4ff;
  font-size: 14px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


.event-location-buy a:hover {
  background: #171C8F;
}


.hideTime {
  display: none;
}

.hideState {
  display: none;
}


.event-locations-filter, .event-locations-filter {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}

.event-locations-filter span, .event-locations-filter span {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.event-locations-filter select, .event-locations-filter select {
  border:1px solid #aaa;
  padding: 10px 10px;
  font-size: 14px;
  background: #fff;
  min-width: 200px;
}

.event_slider .event_title {
  position: relative;
}

.event_slider .event_title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  text-transform: none;
}

.event_slider .event_title_block {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
  left: 0;
  right: 0px;
  color: #fff;
  text-align: left;
  padding: 140px 30px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.GITheWall ul li {
  cursor: pointer;
}

.event-block-banner {
  display: block;
}

.event-block-banner a {
  display: block;
}

.event-block-banner img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0px auto;
  text-align: center;
}


/*----------------------------------------------------------------------------------------
            Theatre Block
----------------------------------------------------------------------------------------*/

.theatre_popup .single-post .post-content,
.brands_popup .single-post .post-content {
  padding: 40px;
}

h2.title {
  font-size: 30px;
}

.brands_popup img {
  display: block;
  margin: 20px auto;
}


.theatre_button_wrap, .preshow_button_wrap  {
  margin-bottom: 50px;
}

.theatre_button {
  min-width: 220px;
  margin: 0px 10px;
}


.theatre_slider {
  margin: 0px -22px;
  margin-top: 70px;
}


.theatre_item_title {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin: 15px 0px;
}


.theatre-block .owl-carousel .item_container {
  margin: 0 auto;
}

.theatre-block .owl-carousel .owl-item .item_container a {
  width: 100%;
  display: block;
}
.theatre-block .owl-carousel .owl-item .item_container img {
  width: 100%;
}


.sub_title h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

.sub_title h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: -20px;
  margin-bottom: 0px;
}

.movie_slider_title h4 {
  margin-top: 60px;
}

.sub_title h4 span {
  font-weight: 700;
}


.underline {
  position: relative;
  padding: 0px;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
} 

.underline:after {
  display:block;
  content: '';
  position: absolute;
  margin: 0px auto;
  width: 50px;
  top: 32px;
  left: 50%;
  margin-left: -25px;
  border-bottom: solid 3px #00b4ff;  
  -webkit-transform: scaleX(0.0001);
  -ms-transform: scaleX(0.0001);
  transform: scaleX(0.0001);   easeInOutBack
  -webkit-transition: -webkit-transform 450ms 500ms ease-in-out;
  transition: transform 450ms 500ms ease-in-out;
}

.underline.animated:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


.brands_slider {
  margin: 0px -22px;
  margin-top: 70px;
}



.brands_slider .image_holder {
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.brands_item_title {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  margin: 15px 0px;
}


.brands-block .owl-carousel .item_container {
  margin: 0 auto;
}

.brands-block .owl-carousel .owl-item .item_container a {
  width: 100%;
  display: block;
}
.brands-block .owl-carousel .owl-item .item_container img {
  width: 100%;
}

/*----------------------------------------------------------------------------------------
            Partners Block
----------------------------------------------------------------------------------------*/

.partner-block {
  border-top: 1px solid #e7e7e7;
  margin-top: 60px;
  padding: 0px 60px;
}
.partner-block .owl-carousel .item_container {
  margin: 0 auto;
}

.partner-block .owl-carousel .owl-item .item_container a {
  width: 100%;
  display: block;
}
.partner-block .owl-carousel .owl-item .item_container img {
  width: 100%;
}


/*----------------------------------------------------------------------------------------
            Exhibitor Network
----------------------------------------------------------------------------------------*/

.exhibitor_regular_container {
  display: none;
}

.exhibitor_content {
  height: 120px;
  background: #f8f8f8;
  padding: 20px;
  font-weight: 700;
  line-height: 20px;
  display: table-cell;
  width: 210px;
  vertical-align: middle;
}

.exhibitor_more {
  display: inline-block;
  width: 160px;
  cursor: pointer;
}

#exhibitor-network .exhibitor_regular_container .item_container {
  width: 31%;
  box-shadow: none;
}


.exhibitor_popup .popup_content {
  padding: 30px;
}

#exhibitor-network .item_container {
  box-shadow: 0px 0px 0px 1px #ddd;
  margin: 0px 5px 10px;
  display: inline-block;
}

#exhibitor-network .item_container {
  width: 22%;
}

#exhibitor-network .item_container a {
  color: #00b4ff;
}

#exhibitor-network .owl-carousel .item_container {
  margin: 0 auto;
}

#exhibitor-network .item_container .exhibitor_image {
  background-size:contain;
  background-position: center center; 
  height: 120px;
  background-repeat: no-repeat;
}

@media (max-width: 1260px) {
  .item-grid .grid-sizer,
  .item-grid .item_container {
    width: 32%;
  }
  .item-grid .gutter-sizer {
    width: 2%;
  }
}
@media (max-width: 767px) {
  .item-grid .grid-sizer,
  .item-grid .item_container {
    width: 48%;
  }
  .item-grid .gutter-sizer {
    width: 4%;
  }
}
@media (max-width: 400px) {
  .item-grid .grid-sizer,
  .item-grid .item_container {
    width: 100%;
  }
  .item-grid .gutter-sizer {
    width: 0;
  }
}


.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; z-index: 9999; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#444; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#444; border: 1px solid #555;}
.dropdown dt a { 
  display:block; padding:10px 20px;
  border:1px solid #ddd;
  margin: 0px auto;
}
.dropdown dt a span {
  cursor:pointer; 
  display:block; 
  padding:5px;
}
.dropdown dd ul.filter {
  background:#fff ; color:#444; display:none;
  height: 200px;
  overflow-y: scroll; 
  border: 1px solid #eee;
  left:0px; 
  padding:0px; 
  position:absolute; 
  top:0px; width:auto; 
  width:100%; 
  list-style:none;
  margin: 0px auto;
}
.dropdown span.value { display:none;}
.dropdown dd ul.filter li a { padding:10px; display:block;}
.dropdown dd ul.filter li a:hover { background-color:#00b4ff; color: #fff;}

.dropdown dd ul.filter li {
  position: relative;
  cursor: pointer;
  padding: 0px;
}

.dropdown dd ul.filter li:before {
  display: none;
}




/*----------------------------------------------------------------------------------------
            Moviegoer Block
----------------------------------------------------------------------------------------*/


.moviegoer-block .tp-tab {
  text-align: center;
}


.moviegoer-block .tp-tab .sv_tabs {
  position: relative;
  margin: 20px 0 20px;
  display: block;
  margin-top: 25px;
  margin-right: 5px;
  padding: 10px 5px !important;
  font-size: inherit;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0 !important;
  border-bottom:2px solid transparent;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}


.moviegoer-block .tp-tab.selected .sv_tabs {
  border-color: #00b4ff;
}

/*----------------------------------------------------------------------------------------
            Preshow Block
----------------------------------------------------------------------------------------*/
.preshow-title {
    margin-bottom: 50px;
}

.preshow_button {
  min-width: 280px;
  margin: 0px 10px;
}


@media (max-width: 1201px) { 
  .theatre_button_wrap, .preshow_button_wrap  {
    margin-bottom: 40px;
  }

  .theatre_button, .preshow_button {
    margin-bottom: 20px;
    display: inline-block;
  }
}


/*----------------------------------------------------------------------------------------
                    Advertise
----------------------------------------------------------------------------------------*/

.adv_region {
  min-height: 300px;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

a.adve_region_content {
  min-height: 300px;
  text-align: center;
  position: relative;
  display: block;
  padding: 50px;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a.adve_region_content:hover {
  background:rgba(0,180,255,0.4);
}

.adve_region_content h4 {
  color: #fff;
  margin-top: 70px;
}

.adve_region_content h4 span {
  display: block;
  font-weight: 400;
}


.advreg_popup .single-post .post-content {
  padding: 40px;
}


.adv_item {
  margin: 20px 0px;
}

.adv_item h4 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}


.adv_item:hover h4 {
  color: #00b4ff;
}


.adv_spec {
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0px;
  padding: 10px 0px;
}

.column_container .adv_spec:first-child {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.adv_spec h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}


.adv_spec h6 {
  color: #00b4ff;
}

.adv_spec i {
  float: left;
  line-height: 46px;
  font-size: 26px;
  margin-left: 25px;
}
.adv_spec a:hover i {
  color: #00b4ff;
}

.adv_spec .adv_specs_content {
  padding-left: 70px;
}

/*----------------------------------------------------------------------------------------
                    Video Select
----------------------------------------------------------------------------------------*/


select#vidSelect {
  width: 100%;
  display: block;
  padding: 5px 0px;
  margin-bottom: 20px;
}

#vidSelect_container {
  margin-bottom: 40px;
}


/*----------------------------------------------------------------------------------------
                    Contact
----------------------------------------------------------------------------------------*/


.contact_form_toggle {
  margin: 30px auto;
  text-align: center;
  min-width: 200px;
  display: inline-block;
}

.contact_form-content {
  display: none;
  padding: 30px 30px 10px;
  background-color: #f2f2f2;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}


.content_form_field {
  margin-bottom: 20px;
}


.section_subtitle h4 {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}

.contact_person {
  margin-bottom: 50px;
}

.contact_person h4 {
  font-size: 16px;
  margin: 0px 0px 10px;
}

.contact_person.featured h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.contact_person h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 10px;
}

.contact_person a {
  color: #00b4ff;
}

.contact_person .contact_person-content {
  font-size: 13px;
}

.contact_person .contact_person-content h6 {
  font-size: 16px;
  margin-top: 10px;
}


/*----------------------------------------------------------------------------------------
                    FOOTER
----------------------------------------------------------------------------------------*/
footer {
  border-top: 1px solid #e7e7e7;
  padding: 30px 0 30px;
}
footer a {
  font-weight: bold;
  color: inherit;
}

footer ul.nav li {
  display: inline-block;
}

footer ul.nav li a {
  position: relative;
  display: block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
  background: inherit;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul.nav li a:hover, footer ul.nav li.active a {
    background: none;
    color: #00b4ff;
}

ul.soc-list {
  text-align: right;
}

ul.soc-list li {
  display: inline-block;
}


ul.soc-list li a {
  position: relative;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
  background: inherit;
  color: #444;
}

@media (max-width: 992px) {
  footer {
    padding: 50px 0;
  }
}
/*----------------------------------------------------------------------------------------
                    BLOG 
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
                     SIDEBAR
----------------------------------------------------------------------------------------*/
aside.blog-sidebar .search #search_form {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
aside.blog-sidebar .search .form-control {
  padding-right: 0;
  line-height: 20px;
}
aside.blog-sidebar .search .btn {
  background: none;
  font-size: 20px;
  color: #aaa;
  padding-right: 15px;
}
aside.blog-sidebar .search .btn:hover {
  color: #00b4ff;
}
aside.blog-sidebar .widget {
  margin: 50px 0 0 0;
}
aside.blog-sidebar .widget:first-child {
  margin: 0;
}
aside.blog-sidebar .widget h3 {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
aside.blog-sidebar ul li {
  padding: 0;
}
aside.blog-sidebar .widget ul a {
  text-decoration: none;
  display: inline-block;
  padding: 0 0 20px 0;
}
aside.blog-sidebar .widget ul a:hover {
  color: #00b4ff;
}
aside.blog-sidebar .tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  text-decoration: none;
  font-size: 12px !important;
  color: #aaa;
  border: 1px solid #eee;
  border-radius: 2px;
}
aside.blog-sidebar .tagcloud a:hover {
  color: #00b4ff;
  border-color: #00b4ff;
}
aside.blog-sidebar .widget img {
  max-width: 100%;
  height: auto;
}
aside.blog-sidebar .widget select {
  max-width: 100%;
  width: 100%;
}
aside.blog-sidebar .recent-posts ul li {
  padding: 0px 50px 20px 0;
  position: relative;
}
aside.blog-sidebar .recent-posts ul li a {
  text-decoration: none;
}
aside.blog-sidebar .recent-posts .date {
  color: #ccc;
  font-size: 12px;
  display: block;
  padding: 5px 0 0 0;
}
aside.blog-sidebar .recent-posts .comments {
  padding: 2px 8px;
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0;
  font-size: 12px;
  color: #aaa;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
aside.blog-sidebar .recent-posts .comments:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #e4e4e4 transparent transparent transparent;
}
aside.blog-sidebar .recent-posts .comments:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  margin-top: -1px;
}
@media (max-width: 992px) {
  aside.blog-sidebar {
    margin: 50px 0 0 0;
    text-align: center;
  }
  aside.blog-sidebar .recent-posts ul li {
    padding: 0 0 20px 0;
  }
  aside.blog-sidebar .recent-posts .comments {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 0 0;
  }
}
/*----------------------------------------------------------------------------------------
                     TAGS
----------------------------------------------------------------------------------------*/
.tags li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.tags li a {
  display: block;
  padding: 5px 20px;
  margin: 0 0 4px 0;
  text-decoration: none;
  font-size: 12px;
  color: #aaa;
  border: 1px solid #eee;
  border-radius: 22px;
}
.tags li a:hover {
  color: #00b4ff;
  border-color: #00b4ff;
}

/*----------------------------------------------------------------------------------------
                    BLOG PAGES
----------------------------------------------------------------------------------------*/
.inner-page {
  padding: 80px 0;
}
.post-type-archive-community .inner-page {
  padding-top: 0px;
}
.post-list li .post {
  margin-bottom: 30px;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
}
.post-list .post-media {
  padding: 10px;
}
.post-list .title {
  font-size: 35px;
  margin: 20px 0px 20px;
}
.single-post .post-content {
  padding: 20px 0 20px;
}
.single-post .title {
  margin-bottom: 30px;
}
.single-post .post-info {
  margin-bottom: 30px;
}
.single-post .post-media {
  padding: 0;
}
.single-post .post-info > div {
  display: inline-block;
  padding: 0 20px 0 0;
  color: #aaa;
}
.post-pagination li {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.post-pagination li:last-child {
  margin-right: 0;
}
.post-pagination li a, .post-pagination li span {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #aaa;
  z-index: 1;
}
.post-pagination li span.current,
.post-pagination li a:hover {
  color: #444;
  border: 1px solid #00b4ff;
}
.post-pagination li a.prev:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -3px;
  height: 10px;
  width: 10px;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.post-pagination li a.next:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
  height: 10px;
  width: 10px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 992px) {
  .inner-page {
    padding: 50px 0;
  }
}
@media (max-width: 320px) {
  .post-pagination li a, .post-pagination li span {
    display: none;
  }
  .post-pagination li a.prev,
  .post-pagination li a.next {
    display: inline-block;
  }
}
/*----------------------------------------------------------------------------------------
                    COMMENTS
----------------------------------------------------------------------------------------*/


.comments h3.title, .comments h3.comment-reply-title {
  margin: 60px 0 30px 0;
}
p.logged-in-as {
  font-size: 12px;
  margin: 0px 0px 20px;
}
.comments li {
  padding: 0;
}
.comment-list .children {
  margin-left: 80px;
}
.comment-body {
  border-top: 1px solid #eee;
  position: relative;
  padding: 40px 0 40px 80px;
}
.comment-body .photo {
  position: absolute;
  left: 0;
  top: 40px;
  width: 50px;
  height: 50px;
  display: block;
}
.comment-body .photo img {
  border-radius: 50%;
  width: 50px;
  height: auto;
}
.comment-body .comment-data {
  margin-top: 10px;
  font-size: 14px;
}
.comment-body .comment-data .author {
  color: #444;
  font-weight: bold;
  padding-right: 20px;
  font-size: 14px;
}
.comment-body .comment-data .date {
  color: #ccc;
  padding-right: 20px;
}
.comment-body .comment-data a {
  color: #ccc;
}
.comments #commentform:after {
  content: '';
  display: block;
  clear: both;
}
.comments #commentform > div {
  padding: 0;
}
#commentform #comment_submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  border-radius: 0;
  font-size: inherit;
  width: 100%;
  background: #00b4ff;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 0 0;
  border-radius: 30px;
}
#commentform .form-group {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  overflow: hidden;
}
#commentform .form-group:first-child {
  border-radius: 5px 5px 0 0 ;
}
#commentform .form-group:nth-child(4) {
  border-bottom: 1px solid #eee;
}
#commentform .form-group:last-child {
  border: none;
  border-radius: 0 0 5px 5px ;
}
#commentform .form-group label.error,
#commentform .form-group label.valid {
  display: block;
  margin: 0;
  font-size: 12px;
  position: relative;
  padding: 5px 20px;
  font-weight: 300;
  color: #fff;
  text-align: left;
}
#commentform .form-group label.error {
  background: #d12525;
}
#commentform .form-group label.error:before {
  position: absolute;
  left: 20px;
  top: -7px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #d12525 transparent;
}
#commentform .form-group label.valid {
  padding: 0;
}
#commentform .form-group label.valid:before {
  display: none;
}
@media (max-width: 992px) {
  .comment-body {
    padding: 30px 0;
  }
  .comment-list .children {
    margin-left: 0;
  }
  .comment-body .photo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px auto;
  }
  .comment-body .comment-data .author {
    display: block;
    padding: 0;
  }
  .comment-body .comment-data .date {
    display: block;
    padding: 0;
  }
}




@media (max-width: 1260px) {

  .movie-info-box {
    width: 80%;
  }

  section.page-section.divider .section-container {
    padding: 40px;
  }

  section.page-section.divider h2, section.page-section.divider h1 {
    font-size: 34px;
  }

  .theatre-block .single_item_container {
    width: 50%;
    float: left;
    margin: 0px auto 10px;
  }
}

@media (max-width: 992px) { 
  .sub_container, .container_sub .container > .row {
    width: 90%;
  }
}

@media (max-width: 768px) { 
  .sub_container, .container_sub .container > .row {
    width: 100%;
  }

  section.page-section.divider h2, section.page-section.divider h1 {
    font-size: 27px;
  }
}

@media (max-width: 528px) { 
   .theatre-block .single_item_container {
    width: 100%;
    float: none;
    margin: 0px auto 10px;
  }
}

#region-map-static {
  margin-top: 40px;
  position: relative;
}

.region-pin {
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 25px 5px 10px 5px;
  display: block;
  position: absolute;
  color: #fff;
  background: #00b4ff;
  border-radius: 50%;
  border:2px solid #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.region-pin:hover {
  background: #00065c; 
}

.region-pin span {
  display: block;
  font-size: 7px;
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.region-pin.region-west {
  top: 32%;
  left: 15%;
}

.region-pin.region-northcentral {
  top: 15%;
  left: 42%;
}

.region-pin.region-southeast {
  bottom: 8%;
  right: 36%;
}

.region-pin.region-midwest {
  top: 30%;
  left: 55%;
}

.region-pin.region-southwest {
  bottom: 20%;
  left: 40%;
}

.region-pin.region-northeast {
  top: 25%;
  right: 23%;
}

.region-pin.region-southcentral {
  bottom: 28%;
  right: 28%;
}



#ff-stream-1 .ff-nickname{
  display: none !important;
}


@media (max-width: 1201px) {

  ul.soc-list {
    text-align: center;
  }

  .single-event {
      text-align: left;
  }


  .event-image {
    padding: 0px !important;
    margin: 0px 30px 30px;
  }

  .event-title {
    margin: 0px 30px 20px;
  }

  .event-content {
    margin: 0px 15px 30px;
  }

  .event-title h2.title {
    font-size: 32px;
    text-align: left;
  }

  .event-title .event_dates {
    text-align: left;
  }

  .event-comments {
    border-left: none;
    border-right: none;
  }

  
  .event-locations-filter, .event-locations-filter {
    text-align: left;
    display: block;
    margin-right: 0px;
  }

  .event-locations-filter span, .event-locations-filter span {
    text-align: left;
    display: block;
    margin-right: 0px;
  }

  .event-locations-filter select, .event-locations-filter select {
    width: 100%;
  }

  .event-location-title {
    display: block;
  }

  .event-location-title h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .event-location-times {
    display: block;
    margin-bottom: 20px;
  }

  .event-location-buy {
    display: block;
    float: none;
    border-top: 3px dotted #fff;
    border-left: none;
  }
  

}


@media (max-width: 1280px) {
  .popup_container {
    width: 640px;
  }

  .popup_container_medium {
    width: 640px;
  }

  .popup_container_small {
    width: 480px;
  }

  .boxoffice_item div.col-md-1 {
    width: 8.33333333%;
  }

  .boxoffice_item div.col-md-2 {
    width: 16.66666667%;
  }

  .boxoffice_item div.col-md-5 {
    width: 41.66666667%;
  }
}

@media (max-width: 1024px) {
  .popup_container {
    width: 640px;
  }

  .popup_container_medium {
    width: 640px;
  }

  .popup_container_small {
    width: 480px;
  }


  .boxoffice_item div.col-md-1 {
    width: 8.33333333%;
  }

  .boxoffice_item div.col-md-2 {
    width: 16.66666667%;
  }

  .boxoffice_item div.col-md-5 {
    width: 41.66666667%;
  }



  .event-image {
    padding: 0px !important;
    margin: 0px 30px 30px;
  }

  .event-title {
    margin: 0px 30px 20px;
  }

  .event-content {
    margin: 0px 15px 30px;
  }

  .event-title h2.title {
    font-size: 32px;
    text-align: left;
  }

  .event-title .event_dates {
    text-align: left;
  }

  .event-comments {
    border-left: none;
    border-right: none;
  }
  
  .event-locations-filter, .event-locations-filter {
    text-align: left;
    display: block;
    margin-right: 0px;
  }

  .event-locations-filter span, .event-locations-filter span {
    text-align: left;
    display: block;
    margin-right: 0px;
  }

  .event-locations-filter select, .event-locations-filter select {
    width: 100%;
  }

  .event-location-title {
    display: block;
  }

  .event-location-title h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .event-location-times {
    display: block;
    margin-bottom: 20px;
  }

  .event-location-buy {
    display: block;
    float: none;
    border-top: 3px dotted #fff;
    border-left: none;
  }
  

}

@media (max-width: 769px) {
  .single-event {
      margin: 0px 0px 0px;
      text-align: left;
  }
}

@media (max-width: 480px) {
  .popup_container {
    width: 320px;
  }

  .popup_container_medium {
    width: 380px;
  }

  .popup_container_small {
    width: 380px;
  }

  .popup_container_medium .popup_content, .popup_container_small .popup_content {
    padding: 5px;
  }

  .login_pass {
    padding: 60px 15px;
  }

  .team_intro p {
    width: 90%;
  }

  .member_item img {
    margin: 0px auto;
    display: block;
    width: 100%;
  }


  .boxoffice_item div, .boxoffice_titleblock .boxoffice_item div {
    font-size: 10px;
  }

  .movie-info-box {
    width: 80%;
  }
}

.newsletter-form h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.newsletter-form input {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  border:1px solid #e7e7e7;
}

.newsletter-form .alert {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.single-events .menu-item-338 {
  display: none !important;
}


/* location-select */

#location-select {
  width: 100%;
  margin-bottom: 10px;
}

.content_form_field {
    margin-bottom: 20px;
}

.content_form_field label {
  display: block;
}

.content_form_field input, .content_form_field select, .content_form_field textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0.22620476em 2.6em 0.22620476em 0.28571429em;
}

.content_form_field input[type="submit"] {
  padding: 10px;
}

.content_form_field input[type="radio"] {
  display: inline-block;
  width: auto;
}

.contact_business span {
  margin-right: 10px;
  display: inline-block;
}



.ui.multiple.dropdown > .label {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  background: #f2f2f2;
  position: relative;
}

.ui.multiple.dropdown > .label span {
  font-weight: normal;
  color: #888;
  display: inline-block;
  margin-left: 10px;
}

.delete {
  font-size: 14px;
  font-style: normal;
  margin-left: 10px;
  position: absolute;
  top: -5px;
  right: -7px;
  display: none;
}

.delete:after {
  content:"×";
  height: 14px;
  width: 14px;
  display: block;
  line-height: 12px;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

#location-selected .delete {
  display: block;
}

.location_result_box {
  height: 262px;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 15px 15px 0px;
  overflow-y: scroll;
}

.location_result_box .item {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  color: #222;
  display: block;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: block;
  opacity: 1;
  visibility: visible;
}


#location-select .location_result_box .item.selected {
  background: #f2f2f2;
  border-color:#428bca;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.location_result_box .item_check {
  display: none;
}

.location_result_box .item span {
  font-weight: normal;
  color: #888;
  margin-left: 10px;
}

.nofound_loc {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 60%;
  height: 28px;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -30%;
  color: #428bca;
}

.location_select-content {
  display: none;
}

.location_select_toggle {
    margin: 30px auto;
    text-align: center;
    min-width: 200px;
    display: inline-block;
}

/* Drive value */

.drive-purchase-intent {
   
    width: 100%;
}

.drive-purchase-intent_image, .drive-purchase-intent_details {
   

}

.drive-purchase-intent_details {
    border-left:5px solid #00b4ff;
    background:#444;
    color:#ccc;
    padding:20px;
    height: 500px;
}

.drive-purchase-intent_details div {
    visibility:hidden;
}

.drive-purchase-intent_details h3 {
    color:#ccc;
    font-weight:400;
    font-size:26px;
    visibility:hidden;
}

.drive-purchase-intent_details strong {
    color:#00b4ff;
    padding-right:3px;
}

.drive-purchase-intent_details li {
    padding-left:10px;
    margin-bottom:10px;
    font-weight:500;
    font-size:18px;
    visibility:hidden;
}

.drive-purchase-intent_details li:before {
    content: "■";
    color: #00b4ff;
    font-size: 12px;
    line-height: 0px;
    position: relative;
    top: -4px;
    left:-10px;
}

.drive-purchase-intent_source {
    font-size:14px;
    font-weight:600;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #e5e5e5;
}
.drive-purchase-intent_divider .section-container {
    padding-bottom:0px!important;
}
.drive-purchase-intent_divider h2 {
    color:#00b4ff!important;
    margin-bottom:0px !important;
}

.drive-purchase-intent_divider h3 {
    color:#ff0000!important;
    font-size: 22px;
    margin-bottom:15px !important;
}

@media (max-width: 1200px) {
.drive-purchase-intent, .drive-purchase-intent_image, .drive-purchase-intent_details {
    display:block;
}
.drive-purchase-intent_details {
    padding: 20px 40px 40px;
    margin: 0px 15px;
    height: auto;
}


}


.drive-value_graph {
    background:#444;
    color:#ccc;
    padding: 70px 40px;
}

.drive-value_graph div.wow {
    visibility:hidden;
    position:relative;
}

.graph_connector {
    position:absolute !important;
    top:50%;
    left:80px;
    margin-top:-1.5px;
    margin-left:0;
}

.graph_con_two {
    margin-top:10px;

}

.graph_text {
    margin-top: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

}

.graph_divider {
    margin:30px 0px;
    position:relative;
    left:-15px;
}

.graph_connector img {
    width:150px;
    max-width:150px;
    height:3px;
}

.drive-value_graph img {
    display:block;
    margin:0px auto;
}

.drive-value_details {
    background:#fff;
    color:#000;
    padding:45px 30px 30px;
    border:1px solid #e5e5e5;
    height: 642px;
}

.drive-value_details h3 {
    color:#00b4ff;
    font-size:28px;
    margin:0px 30px;
}


.drive-value_details h4 {
    color:#000;
    font-weight:700;
    font-size:18px;
    margin-top:40px;
}

.drive-value_details strong {
    color:#00b4ff;
    padding-right:3px;
}

.drive-value_details li {
    padding-left:10px;
    margin-bottom:2px;
    font-weight:500;
    font-size:18px;
}

.drive-value_details li:before {
    content: "■";
    color: #00b4ff;
    font-size: 12px;
    line-height: 0px;
    position: relative;
    top: -4px;
    left:-10px;
}

.drive-value_source {
    font-size:14px;
    font-weight:600;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #e5e5e5;
}
.drive-value_divider .section-container {
    padding-bottom:0px!important;
}

.drive-value_divider h2 {
    color:#00b4ff!important;
    margin-bottom:0px !important;
}

@media (max-width: 1200px) {
.drive-value, .drive-value_image, .drive-value_details {
    display:block;
}
.drive-value_graph {
   padding: 40px 20px 40px;
}
.graph_first .col-md-4 {
    width:33.33%;
    float:left;
}
.graph_divider {
    left:0px;
}
.graph_hide {
    display:none;
}
.graph_last .col-md-4 {
    width:50%;
    float:left;
}
.drive-value_details {
  height: auto;
}
}

#submit_popup {
  padding: 40px;
}




.postid-40793 .event-help,
.postid-40793 .navbar,
.postid-40793 #footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0px !important;
}

.postid-40793 #wrap {
  margin-top: 25px !important;
}


.post_share a {
  display: inline-block;
  padding: 0px 15px 6px;
  background: #00b4ff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 15px;
}

.post_share a i {
  line-height: 0px;
}

.post_share svg {
  height: 24px;
  fill: #fff;
  position: relative;
  top: 6px;
}

.page-id-52914 {
  background: #eec43a !important;
}

.page-id-52914  .event-help,
.page-id-52914  .navbar,
.page-id-52914  #footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0px !important;
}


.page-id-52914 #wrap {
  margin-top: 0px !important;
}


.page-id-52914 .logo {
  display: block;
  margin-bottom: 20px;
}

.page-id-52914 .logo img {
  display: block;
  margin: 0px auto;
}

#movieticket_subscribe-form {
  width: 600px;
  max-width: 90%;
  margin: 0px auto;
  padding: 40px 0px 20px;
}



#movieticket_subscribe-form input {
  padding: 15px 10px;
  border:2px solid #000;
  float: left;
  text-align: center;
  width: 70%;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

#movieticket_subscribe-form .btn-lg {
  border-radius: 0px !important;
  padding: 20px 25px;
  color: #eec43a;
  background: #000;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0px !important;
}

.page-id-52914 .result {
  width: 600px;
  max-width: 90%;
  margin: 0px auto;
}

.page-id-52914 .alert {
  border-radius: 0px !important;
  color: #fff !important;
  background: #000 !important;
  text-transform: uppercase;
}

#movieticketscom_block {
  background: #000;
}

#movieticketscom_block img {
  display: block;
  margin: 0px auto;
}


.page-id-52914 h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.page-id-52914 h3 {
  margin-top: 45px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media (max-width: 550px) {
  #movieticket_subscribe-form input, #movieticket_subscribe-form .btn-lg {
    float: none;
    text-align: center;
    width: 100%;
  }

  .page-id-52914 h3 {
    font-size: 20px;
  }

  .page-id-52914 h2 {
    font-size: 20px;
  }

}