html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000080; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #111; }

h1, h2, h3, h4, h5 {
  color: #333; }

h3 {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 30px;
  color: #333;
  font-weight: 900; }

section {
  padding: 80px 0;
  position: relative; }

.btn {
  position: relative;
  transition: all 0.3s ease 0s;
  color: #fff;
  background-color: #000080;
  font-family: "PT Serif", serif;
  padding: 15px 30px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  margin: 20px 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

.btn:hover {
  color: #fff;
  transition: all 0.3s ease 0s;
  background-color: #000066; }

.title-h {
  font-size: 55px;
  color: #000080;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "PT Serif", serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 44px;
      line-height: 48px; } }

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 15px;
  color: #666;
  font-family: "PT Serif", serif; }
  @media screen and (max-width: 768px) {
    .title-p {
      font-size: 22px;
      line-height: 26px; } }

.title-p-inner {
  font-size: 29px;
  line-height: 35px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #333;
  font-family: "PT Serif", serif; }
  @media screen and (max-width: 768px) {
    .title-p-inner {
      font-size: 26px;
      line-height: 32px; } }

.sep {
  content: "";
  height: 2px;
  width: 160px;
  border-bottom: 3px solid #000080;
  margin-bottom: 25px;
  margin-top: 15px; }

.sep-middle {
  content: "";
  height: 2px;
  width: 160px;
  border-bottom: 3px solid #000080;
  margin: 20px auto; }

.header-div {
  padding: 70px 0; }
  @media screen and (max-width: 991px) {
    .header-div {
      padding: 0px 0; } }

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

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

/*****************navabr*************/
/******navbar start*******/
.top_bar {
  height: 35px;
  background: #000080;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%; }

.top_bar a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "PT Serif", serif; }

.top_bar span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 0 10px; }

.top_bar a:hover {
  color: #ccc; }

.bar-phone {
  padding-top: 4px; }

@media screen and (max-width: 991px) {
  .top_bar {
    display: block; }

  .top_bar .rightc {
    display: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px; } }
.navbar {
  min-height: 80px;
  margin-top: 35px; }

.navbar-brand {
  padding: 2px 15px 2px 10px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 8px 15px 2px 15px; } }

.navbar-brand img {
  width: auto;
  height: 75px; }

@media (max-width: 991px) {
  .navbar-brand img {
    height: 66px; } }
.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100px;
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #ccc;
    border-top: none;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: 22px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 12px 6px 12px;
    font-weight: 400;
    font-size: 17px;
    color: #111;
    font-family: "PT Serif", serif; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #000080; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 15px;
    font-family: "PT Serif", serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #000080; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-family: "PT Serif", serif;
    color: #333 !important;
    font-size: 18px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #000;
    font-size: 15px;
    padding: 7px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 60vh;
  width: 100%;
  position: relative; }
  @media (max-width: 700px) {
    .hero .btn {
      margin-top: 5px;
      padding: 12px 20px;
      font-size: 13px; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(13, 72, 114, 0.25); }

.hero-title {
  z-index: 3;
  color: #fff; }
  @media (max-width: 700px) {
    .hero-title {
      margin-top: 20vh;
      margin-bottom: 50px; } }

.hero-box {
  width: 31.5%;
  display: inline-block;
  padding: 30px 10px 20px 10px;
  margin: 28vh 7px 15vh 7px;
  background: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  border-radius: 2px; }
  @media (max-width: 1200px) {
    .hero-box {
      width: 32%;
      vertical-align: top;
      padding: 20px 10px 15px 10px;
      margin: 25vh 2px 5vh 2px; } }
  @media (max-width: 700px) {
    .hero-box {
      width: 90%;
      vertical-align: top;
      padding: 20px 10px 0px 10px;
      margin: 10px 2px 2px 2px; } }
  .hero-box img {
    height: 150px;
    width: auto;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991px) {
      .hero-box img {
        height: auto;
        width: 100%; } }
    @media (max-width: 700px) {
      .hero-box img {
        display: none; } }

.hero h1 {
  margin-bottom: 0px;
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .hero h1 {
      font-size: 25px;
      margin-bottom: 10px; } }
  @media (max-width: 700px) {
    .hero h1 {
      margin-top: 5px; } }

.hero h2 {
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000080; }
  @media (max-width: 991px) {
    .hero h2 {
      font-size: 21px; } }

/***** hero end********/
/********intro start**********/
.intro .back {
  background: rgba(255, 255, 255, 0.8); }
.intro img {
  margin-top: 15px; }
.intro .btn {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 200px; }
  @media (max-width: 991px) {
    .intro .btn {
      margin: 7px 0; } }

/*********intro end**********/
/********* event - start *********/
.event {
  background-attachment: fixed;
  padding: 120px 0; }
  @media (max-width: 991px) {
    .event {
      padding: 70px 0; } }
  .event .event-box {
    padding: 20px 50px 50px 50px;
    box-shadow: -1px 1px 35px rgba(0, 0, 0, 0.25);
    background-image: url(../images/bg3.jpg); }
    @media (max-width: 991px) {
      .event .event-box {
        padding: 20px 20px 20px 20px; } }
  .event h6 {
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px; }
  .event .title-h {
    margin-bottom: 30px; }
  .event .event-row {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 25px 10px 30px;
    background: #fff;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .event .event-row {
        padding: 10px 15px 10px 20px; } }
  .event p {
    font-size: 17px; }
  .event .svg-inline--fa {
    font-size: 20px;
    margin-top: 10px; }
  .event h4 {
    font-size: 20px;
    font-family: "PT Serif", serif;
    color: #000080;
    font-weight: 700; }
  .event h5 {
    font-size: 24px;
    font-family: "PT Serif", serif;
    font-weight: 700;
    color: #000080; }

.col-padd {
  padding-left: 0; }
  @media (max-width: 991px) {
    .col-padd {
      padding-left: 15px; } }

/******** evenet - end ********/
/********** gallery start ********/
.info {
  padding: 80px 0 120px 0; }
  .info .info-img {
    background-size: cover;
    background-position: center;
    height: 420px; }
  .info .info-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 15px; }
    @media (max-width: 991px) {
      .info .info-text {
        left: 10px; } }
  .info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-top: 5px; }
  .info h5 {
    font-weight: 400; }
  .info p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px; }
  .info .info-padding {
    padding: 7px 7px; }
    @media (max-width: 991px) {
      .info .info-padding {
        padding: 7px 15px; } }
  .info .btn {
    margin: 20px 9px 0 9px; }
    @media (max-width: 991px) {
      .info .btn {
        margin: 15px 0px 0 0px;
        min-width: 220px; } }

/******* gallery end ********/
@media (max-width: 991px) {
  .skill img {
    margin-top: 25px; } }

/******footer start****/
.footer {
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  padding-top: 100px;
  border-top: 2px dashed #ccc; }
  .footer .back {
    background: rgba(242, 242, 242, 0.87); }
  .footer h4 {
    color: #000080;
    font-size: 30px;
    font-family: "PT Serif", serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 50px; }
  .footer .footer-p {
    color: #333;
    font-size: 26px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "PT Serif", serif; }
  .footer .copyright p {
    font-size: 15px;
    line-height: 20px;
    color: #000080;
    margin-top: 5px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer .copyright p {
        padding-right: 15px;
        text-align: center;
        margin-top: 20px; } }
  .footer .copyright li a {
    font-size: 15px;
    line-height: 20px;
    color: #000080; }
  .footer .copyright li a:hover {
    color: #111; }
  .footer .copyright li {
    padding: 0 8px 0 0; }
  .footer a:hover {
    text-decoration: none;
    color: #000080; }
  .footer li {
    display: inline-block;
    padding: 5px 15px; }
  .footer li a {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-family: "PT Serif", serif; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .svg-inline--fa {
    margin-right: 3px;
    color: #333;
    font-size: 18px; }
  .footer .svg-inline--fa:hover {
    color: #000080; }
  .footer img {
    width: 90%; }
    @media (max-width: 991px) {
      .footer img {
        height: 120px; } }

.copyright {
  border-top: 2px dashed #000080;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: "PT Serif", serif;
  letter-spacing: 1px; }
  .copyright p {
    margin-top: 0; }
  @media (max-width: 991px) {
    .copyright ul {
      text-align: center; } }

/*****footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px;
      font-weight: 300; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

.about-page .about-box {
  width: 31.5%;
  display: inline-block;
  padding: 30px 10px 20px 10px;
  margin: 50px 7px 15vh 7px;
  background: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 2px; }
  @media (max-width: 1200px) {
    .about-page .about-box {
      width: 32%;
      vertical-align: top;
      padding: 20px 10px 15px 10px;
      margin: 40px 2px 5vh 2px; } }
  @media (max-width: 700px) {
    .about-page .about-box {
      width: 90%;
      vertical-align: top;
      padding: 20px 10px 0px 10px;
      margin: 10px 2px 2px 2px; } }
  .about-page .about-box img {
    height: 150px;
    width: auto;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
    @media (max-width: 991px) {
      .about-page .about-box img {
        height: auto;
        width: 100%;
        margin-bottom: 20px; } }

.video-page iframe {
  height: 320px;
  background-color: #ccc; }
  @media screen and (max-width: 768px) {
    .video-page iframe {
      height: 220px; } }
.video-page h4 {
  font-size: 25px;
  font-family: "PT Serif", serif;
  color: #000080; }
.video-page p {
  min-height: 50px; }

.video-page-big iframe {
  height: 520px;
  background-color: #ccc;
  margin-bottom: 30px; }
.video-page-big h4 {
  font-size: 32px;
  font-family: "PT Serif", serif;
  color: #000080; }
.video-page-big p {
  min-height: 50px; }

.pagination {
  margin-top: 40px; }

.pagination > li > a, .pagination > li > span {
  color: #000080;
  background-color: transparent; }

.gallery-page .example-image {
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-bottom: 30px; }

input, textarea {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  outline: none;
  border-radius: 7px; }

select {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  outline: none;
  border-radius: 7px;
  font-family: "PT Serif", serif;
  color: black;
  font-weight: 600;
}

::-webkit-input-placeholder {
  /* Edge */
  color: black;
  font-weight: 600;
  font-size: 16px;
  font-family: "PT Serif", serif; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-weight: 600;
  font-size: 16px;
  font-family: "PT Serif", serif; }

::placeholder {
  color: black;
  font-weight: 600;
  font-size: 16px;
  font-family: "PT Serif", serif; }

.contact-page .contact-p {
  padding-right: 30px; }
.contact-page h3 {
  font-family: "PT Serif", serif; }
.contact-page ul {
  list-style: none;
  padding-left: 0px; }
.contact-page li {
  margin-bottom: 5px; }
.contact-page a {
  color: #333; }
.contact-page a:hover {
  color: #000080; }
.contact-page .svg-inline--fa {
  margin-right: 10px;
  width: 24px;
  color: #000080; }

/******** LOGIN-PROFILE PAGES START ***********/
.login-page {
  padding: 120px 0; }

.login-img {
  height: 530px; }

.login-page input {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 15px; }

.login-box {
  box-shadow: -2px 5px 35px rgba(0, 0, 0, 0.15); }

.login-form {
  padding: 60px 15px 10px 20px; }

.login-page h4 {
  margin-top: 30px;
  font-size: 15px; }

.login-page h1 {
  font-size: 45px;
  font-family: "PT Serif", serif;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .login-box .back-img {
    display: none; }

  .login-form {
    padding: 20px 20px 20px 20px; }

  .login-page .btn {
    padding: 12px 35px; } }
/******** LOGIN-PROFILE PAGES START ***********/
.dashboard h1 {
  margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .dashboard h1 {
      margin-bottom: 30px; } }

.sidebar-dealer {
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .sidebar-dealer {
      padding: 10px 15px; } }
  .sidebar-dealer h3 {
    font-family: "PT Serif", serif;
    padding-bottom: 10px;
    border-bottom: 2px solid #000080;
    font-size: 33px;
    color: #000080;
    font-weight: 500; }
  .sidebar-dealer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px; }
    @media screen and (max-width: 991px) {
      .sidebar-dealer ul {
        margin-top: 0; } }
  .sidebar-dealer li {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 10px;
    border-bottom: 1px dotted #dbdedb; }
    @media screen and (max-width: 991px) {
      .sidebar-dealer li {
        font-size: 16px;
        line-height: 26px;
        padding: 9px 0px; } }
  .sidebar-dealer li.active > a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000080;
    font-family: "PT Serif", serif; }
  .sidebar-dealer li:last-child {
    border-bottom: none; }
  .sidebar-dealer a {
    color: #333;
    font-family: "PT Serif", serif; }
  .sidebar-dealer a:hover {
    color: #000080;
    font-weight: 700; }
  .sidebar-dealer .svg-inline--fa {
    margin-right: 12px;
    font-size: 14px; }

.dashboard-right {
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .dashboard-right {
      padding: 0 5px 30px 5px; } }
  .dashboard-right h3 {
    font-family: "PT Serif", serif;
    padding-bottom: 10px;
    border-bottom: 2px solid #000080;
    font-size: 34px;
    color: #000080;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      .dashboard-right h3 {
        margin-top: 0; } }
  .dashboard-right .dashboard-img {
    height: 140px; }
  .dashboard-right .svg-inline--fa {
    margin-right: 10px; }
  .dashboard-right h4 {
    color: #000080;
    font-family: "PT Serif", serif;
    font-size: 25px; }
  .dashboard-right .specials-box {
    margin-bottom: 30px;
    border-bottom: 1px dotted #dbdedb;
    padding-bottom: 30px; }
  .dashboard-right input[type=file] {
    padding: 10px;
    margin-top: 20px;
    border: none;
    margin-bottom: 20px; }
  .dashboard-right input {
    margin-top: 0px; }
  .dashboard-right .btn-profile {
    margin-top: 0px;
    padding: 8px 30px;
    font-size: 14px; }
  .dashboard-right label {
    font-size: 16px;
    font-family: "PT Serif", serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px; }
  .dashboard-right iframe {
    background-color: #ccc; }

.dash-list {
  list-style: none;
  padding-left: 0; }
  .dash-list li {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
    font-family: "PT Serif", serif; }
  .dash-list .swg-inline--fa {
    width: 50px; }

.main-dash {
  background-color: #f9f9f9;
  height: 60px;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 1; }

.main-dash .item {
  display: flex;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  margin: 0 20px; }

.main-dash .item h3,
.main-dash .item a {
  display: inline-flex;
  align-items: center; }

.main-dash .item h3 {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-family: "PT Serif", serif; }

.main-dash .item h3 a {
  padding: 0; }

.main-dash .item a {
  font-size: 22px;
  text-decoration: none;
  color: #000080; }

i.fa-bars {
  background: transparent;
  color: #000080;
  display: block;
  position: flex;
  right: 0;
  top: 0;
  align-items: center; }

.menu-dash-new {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%; }

.menu-dash-new #links {
  display: none; }

.desctop-view {
  display: none; }
  @media (max-width: 991px) {
    .desctop-view {
      display: block; } }

.mobile-view {
  display: inline-block; }
  @media (max-width: 991px) {
    .mobile-view {
      display: none; } }

.dashboard-right iframe {
  height: 450px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .dashboard-right iframe {
      height: 220px; } }

.products-page h5 {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 20px;
  font-family: "PT Serif", serif; }

.event-page iframe {
  height: 380px;
  margin-top: 10px;
  background-color: #f6f6f6; }

.event-page-video iframe {
  height: 520px; }
  @media screen and (max-width: 768px) {
    .event-page-video iframe {
      height: 220px; } }

@media screen and (max-width: 768px) {
  .schedule-page .table > tbody > tr > td, .schedule-page .table > tbody > tr > th, .schedule-page .table > tfoot > tr > td, .schedule-page .table > tfoot > tr > th, .schedule-page .table > thead > tr > td, .schedule-page .table > thead > tr > th {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px; } }
.schedule-page table a {
  color: #000080; }

.schedule-page table a:hover {
  color: #333; }

.schedule-title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0px;
  margin-top: 0; }

.schedule-page table {
  margin: 20px 0 60px 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 12px;
  font-family: "PT Serif", serif; }

.schedule-page .table > tbody > .tr-top {
  color: #fff; }

@media screen and (max-width: 768px) {
  .event-page iframe {
    height: 230px;
  }
}
