@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:400);
@import url(//fonts.googleapis.com/css?family=Montserrat:500);
@import url(//fonts.googleapis.com/css?family=Montserrat:700);
@import url(//fonts.googleapis.com/css?family=Montserrat:900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 12px/18px "Montserrat", sans-serif;
  color: #00474C;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #6FF1BB;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 900 27px/35px "Montserrat", sans-serif;
  color: #00474C;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
}
h3 {
  font: 900 34px/36px "Montserrat", sans-serif;
  color: #6FF1BB;
  text-transform: uppercase;
}
h3 a:hover {
  color: #c3bb02;
}
@media (min-width: 768px) and (max-width: 979px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
h4 {
  font: 500 18px/27px "Montserrat", sans-serif;
  color: #444444;
}
h5 {
  font: 900 15px/21px "Montserrat", sans-serif;
  color: #6FF1BB;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  h5 {
    font-size: 9px;
    line-height: 13px;
  }
}
h6 {
  font: 900 14px/36px "Montserrat", sans-serif;
  color: #00474C;
  text-transform: uppercase;
}
h6 a:hover {
  color: #c3bb02;
}
.h7 {
  font: 900 14px/18px "Montserrat", sans-serif;
  color: #00474C;
  text-transform: uppercase;
  display: block;
}
.heading1 {
  margin-bottom: 30px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 900 14px/14px "Montserrat", sans-serif;
  color: #00474c;
  background: #6FF1BB;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  display: inline-block;
  border-radius: 8px;
}
.btn-default:hover {
  background: #00474C;
}
.btn-big {
  font: 900 19px/19px "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 20px 16px;
  border: 1px solid #ffffff;
  border-radius: 15px;
}
.btn-simple {
  font: 900 14px/14px "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  color: #00474C;
  display: inline-block;
}
.btn-simple:hover {
  color: #444444;
}
.btn-contacts {
  font: 700 12px/12px "Montserrat", sans-serif;
  color: ##00474c;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 15px 12px;
  display: inline-block;
  background: #6FF1BB;
  border-radius: 8px;
}
.btn-contacts:hover {
  color: #6FF1BB;
  background: #444444;
}
/* ======= Wrappers ======= */
.button-wrapper1 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .button-wrapper1 {
    margin-bottom: 50px;
  }
}
.button-wrapper2 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .button-wrapper2 {
    margin-bottom: 50px;
  }
}
.wrapper1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper2 {
  padding-bottom: 41px;
}
.wrapper3 {
  padding-bottom: 91px;
}
.wrapper4 {
  padding-top: 21px;
  padding-bottom: 50px;
}
.wrapper5 {
  padding-top: 21px;
  padding-bottom: 46px;
}
.wrapper6 {
  padding-top: 21px;
  padding-bottom: 3px;
}
.wrapper7 {
  padding-bottom: 50px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-top: 27px;
}
#header .info {
  margin-bottom: 20px;
}
#header .socials {
  text-align: right;
}
#header .socials .menu {
  margin-top: 6px;
  margin-bottom: 24px;
}
#header .socials .menu li {
  font: 900 14px/14px "Montserrat", sans-serif;
  color: #00474C;
  display: inline-block;
  text-transform: uppercase;
}
#header .socials .menu li a.current {
  text-decoration: underline;
}
#header .socials .menu li a:hover {
  text-decoration: underline;
  color: #00474C;
}
#header .socials .menu li + li {
  margin-left: 17px;
}
#header #stuck_container {
  background: #00474C;
  position: relative;
}
#header #stuck_container:after {
  height: 32px;
  width: 100%;
  position: absolute;
  content: '';
  bottom: -32px;
  background: url(../images/background1.png) repeat-x;
}
@media (max-width: 767px) {
  #header {
    padding-top: 0;
  }
  #header .info {
    margin-bottom: 10px;
  }
  #header .socials {
    margin-top: 20px;
  }
  #header .socials .menu {
    float: left;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: inline-block;
}
h1 span {
  display: block;
  color: #00474C;
  text-transform: uppercase;
}
h1 .highlighted {
  font: 900 24px/24px "Montserrat", sans-serif;
  background: #6FF1BB;
  padding: 3px 7px;
  display: inline-block;
  margin-bottom: -4px;
}
h1 .second {
  font: 900 50px/50px "Montserrat", sans-serif;
}
@media (max-width: 979px) {
  h1 {
    margin-top: 12px;
  }
  h1 .second {
    font-size: 36px;
    line-height: 56px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  border-right: 1px solid #666666;
}
.sf-menu > li:first-child {
  border-left: 1px solid #666666;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0dd";
  color: #6FF1BB;
  bottom: 16px;
  right: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  padding: 11px 42px 13px 20px;
  text-transform: uppercase;
  /*font: 600 27px/35px "Montserrat", sans-serif;*/
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
  }
}
.sf-menu > li > a:hover {
  background: #6FF1BB;
  color: #00474c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu .sfHover > a {
  background: #6FF1BB;
}
.sf-menu .sfHover > a:after {
  color: #6FF1BB;
}
.sf-menu > li.current > a {
  background: #6FF1BB;
  color: #00474c;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #6FF1BB;
}
.sf-menu > li.sfHover > a {
  background: #6FF1BB;
  color: #00474c;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 232px;
  font: 400 13px/12px "Montserrat", sans-serif;
  position: absolute;
  top: 59px;
  left: 0;
  background: #ffffff;
  text-align: left;
  padding: 2px 10px 32px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .sf-menu ul {
    min-width: 187px;
  }
}
.sf-menu ul li {
  position: relative;
  display: block;
  padding: 4px 0 3px;
}
.sf-menu ul li + li:before {
  top: 0;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../images/border1.png) repeat-x;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f107";
  color: #00474C;
  top: 15px;
  right: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  padding: 12px 10px 9px;
  color: #00474C;
  text-transform: none;
}
.sf-menu ul li a:hover {
  background: #00474C;
  color: #6FF1BB;
}
.sf-menu ul > .sfHover > a {
  background: #00474C;
}
.sf-menu ul > .sfHover > a:after {
  color: #6FF1BB;
}
.sf-menu ul li.sfHover > a {
  background: #00474C;
  color: #6FF1BB;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  top: 0;
  position: relative;
  margin-left: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #444444;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px 600 27px/35px "Montserrat", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #00474C;
  box-shadow: 0 0 4px 0 #00474C;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Box 1 12/05 ======= */
.box1 {
  position: relative;
}
.box1 h3 {
  margin-bottom: 7px;
}
.box1 h4 {
  color: #ffffff;
}
.box1 time {
  font: 900 61px/61px "Montserrat", sans-serif;
  letter-spacing: -0.04em;
  color: #ffffff;
  display: block;
  margin-left: -4px;
  margin-bottom: 4px;
}
.box1 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 28px 23px;
}
@media (max-width: 979px) {
  .box1 time {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .box1 img {
    width: 100%;
  }
}
/* ======= Box 2 Little posts ======= */
.box2 {
  background: #00474C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box2:hover {
  background: #6FF1BB;
}
.box2:hover h5 {
  color: #00474C;
}
.box2:hover p {
  color: #00474C;
}
.box2 .image-wrapper {
  position: relative;
}
.box2 .image-wrapper time {
  position: absolute;
  font: 900 30px/30px "Montserrat", sans-serif;
  color: #ffffff;
  bottom: 7px;
  left: 14px;
}
.box2 .content-wrapper {
  padding: 11px 14px 15px;
}
.box2 p {
  color: #ffffff;
}
.box2 h5 a:hover {
  color: #00474C;
  text-decoration: underline;
}
.box2 .btn-default {
  margin-bottom: 16px;
  margin-left: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box2 .image-wrapper time {
    font-size: 15px;
  }
  .box2 p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  .box2 .btn-default {
    font-size: 9px;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
  .box2 img {
    width: 100%;
  }
}
/* ======= Box 3 Featured tickets ======= */
.box3 {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box3:hover {
  background: #6FF1BB;
}
.box3 img {
  float: left;
  margin-right: 15px;
}
.box3 h5 {
  padding-top: 10px;
  padding-right: 5px;
  color: #00474C;
  margin-bottom: -1px;
  overflow: hidden;
}
.box3 h5 a {
  overflow: hidden;
}
.box3 h5 a:hover {
  color: #00474C;
  text-decoration: underline;
}
.box3 p {
  padding-right: 5px;
  overflow: hidden;
}
.box3.box3__inset1 h5 {
  padding-top: 15px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 16px;
}
.box3.box3__inset1 h5 a {
  font-size: 15px;
}
@media (max-width: 979px) {
  .box3 img {
    font-variant: normal;
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .box3 h5 {
    padding-left: 5px;
  }
  .box3 p {
    padding: 5px;
  }
}
/* ======= Box 4 About ======= */
.box4 {
  margin-bottom: 26px;
}
.box4 .heading {
  display: block;
  background: #00474c;
  padding: 10px 15px;
  margin-bottom: 9px;
  border-radius: 8px;
}
.box4 .heading:hover {
  background: #00474C;
}
.box4 .heading:hover h5 {
  color: #6FF1BB;
}
.box4 h5 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}
/* ======= Box 5 Categories ======= */
.box5 {
  margin-bottom: 41px;
}
/* ======= Box 6 Tickets ======= */
.box6 {
  margin-bottom: 40px;
}
.box6 .content-wrapper {
  background: #00474C;
  padding: 26px 28px;
}
.box6 .price {
  font: 900 24px/23px "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 21px;
}
.box6 h6 {
  margin-bottom: 5px;
}
.box6 p {
  font: 400 14px/20px "Montserrat", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .box6 img {
    width: 100%;
  }
}
/* ======= Box 7 About us ======= */
.box7 {
  margin-bottom: 18px;
}
.box7 .h7 {
  margin-top: -4px;
  margin-bottom: 3px;
}
.box7 p {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
    margin-bottom: 20px;
  }
  .box7 .h7 {
    margin-top: 0;
  }
}
/* ======= Box 8 Our staff ======= */
.box8 img {
  margin-bottom: 26px;
}
.box8 .h7 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box8 {
    margin-bottom: 60px;
  }
  .box8 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-bottom: 36px;
}
.blockquote1 cite {
  display: block;
  position: relative;
  background: #00ab812e;
  font: italic 400 14px/21px "Montserrat", sans-serif;
  padding: 22px 20px 13px;
}
.blockquote1 cite:after {
  position: absolute;
  display: block;
  content: '';
  overflow: hidden;
  width: 20px;
  height: 15px;
  background: url(../images/triangle1.png) no-repeat center 0;
  right: 29px;
  bottom: -15px;
}
.blockquote1 .by {
  margin-top: 26px;
  display: block;
  text-align: right;
  margin-right: 24px;
  font: 900 16px/21px "Montserrat", sans-serif;
  color: #00474C;
  text-transform: uppercase;
}
.blockquote1 .by a:hover {
  text-decoration: underline;
  color: #00474C;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 {
  margin-top: -4px;
  margin-bottom: 46px;
}
.box9 .h7 {
  margin-bottom: 3px;
}
.box9 .simple-link {
  margin-top: 18px;
}
/* ======= Google Map  ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.contacts-address {
  margin-top: 26px;
  margin-bottom: 3px;
}
.contacts-address span {
  font: 400 12px/18px "Montserrat", sans-serif;
}
.contacts-address .our-address {
  font: 900 14px/18px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #00474C;
  display: block;
  margin-bottom: 3px;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 63px;
}
@media (max-width: 767px) {
  .contacts-address {
    margin-bottom: 50px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #908a01;
  text-decoration: underline;
}
.simple-link:hover {
  color: #444444;
}
/* ======= List 1 ======= */
.list1 li {
  font: 900 15px/21px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.list1 li:hover {
  color: #6FF1BB;
}
.list1 li:hover a {
  background: #00474C;
}
.list1 li + li {
  margin-top: 1px;
}
.list1 li a {
  background: #6FF1BB;
  padding: 10px 15px;
  display: block;
  
}
@media (max-width: 479px) {
  .list1 li {
    font-size: 12px;
    line-height: 16px;
  }
}

.list1 > li.current > a {
  background: #00474C;
  color: #ffffff;
}
.list1 > li.current > .sf-with-ul:after {
  color: #6FF1BB;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 8px;
}
.socials1 li a i {
  color: #00474C;
  background: #ffffff;
  text-align: center;
  font-size: 22px;
  border: 1px solid #c6c5c5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25px;
}
.socials1 li a i:hover {
  color: #00474C;
  background: #6FF1BB;
  border-color: #6FF1BB;
}
@media (max-width: 767px) {
  .socials1 li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  font: 400 12px/18px "Montserrat", sans-serif;
  color: #444444;
}
#footer .privacy-block {
  border-top: 1px solid #cccccc;
  padding: 16px 0;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #737373;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #00474C;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
