@import "table.css";

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*======================= TYPOGRAPHY =======================*/
/*.body__home #showcase-row .row-container {
  background: url(../images/bg_slider.jpg) 50% 0 no-repeat;
}*/

.top_container {
  background: url(../images/xm-background.jpg) 100% 0 no-repeat;
  background-size: cover;
}

.body__home .top_container {
  background: url(../images/xm-background.jpg) 100% 0 no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #468EEF;
}

input,
textarea {
  font-family: "Arial", sans-serif;
}

h1 {
  text-transform: uppercase;
  color: #468EEF;
  font-family: "Droid Sans";
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 42px;
}

h2 {
  color: #1a1a1a;
  font-family: "Droid Sans";
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 24px;
}

h3 {
  color: #468EEF;
  font-size: 26px;
  font-family: "Droid Sans";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h4 {
  color: #468EEF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 0;
  margin-bottom: 7px;
}

h5 {
  color: #468EEF;
  text-transform: uppercase;
  font-family: "Racing Sans One", cursive;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 16px;
}

.alert-heading {
  color: inherit;
}

p {
  margin: 0;
  padding-bottom: 20px;
}

.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}

/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #6f6357;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-primary {
  background: #6f6357;
  color: #ffffff;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  padding: 5px 20px;
  line-height: 25px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  background: #468EEF;
  color: #ffffff;
}

.btn-primary.submitButton {
  float: right;
}

.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #468EEF;
  color: #ffffff;
}

.btn-info {
  background: #6f6357;
  color: #ffffff;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  font-family: "Racing Sans One", cursive;
  padding: 5px 20px;
  line-height: 25px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-info:hover {
  background: #468EEF;
  color: #ffffff;
}

#searchForm .btn.btn-primary {
  line-height: 30px;
}

/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}

/*Pagination*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(238, 163, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(238, 163, 0, 0.6) !important;
  outline: 0 none;
}

.pagination {
  height: auto;
  margin: 0;
  padding: 23px 0 30px;
}

.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}

.pagination ul li .pagenav {
  padding: 0 9px;
  line-height: 24px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.pagination ul li span.pagenav {
  background: #468EEF;
  color: #fff;
  border: 1px solid #468EEF;
}

.pagination ul li a.pagenav {
  color: #6f6d6d;
  background: #0b0a06;
  border: 1px solid #282724;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagination ul li a.pagenav:hover {
  background: #468EEF;
  color: #fff;
  border: 1px solid #468EEF;
}

/*Forms*/
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
}

/* Images */
.item_img,
.category_img {
  margin-bottom: 10px;
}

.img-full__left {
  float: left;
  margin: 0 10px 10px 0;
}

.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 20px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #111;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hero-unit {
  background: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

html {
  background: url(../images/texture.jpg) 50% 0;
}

html body {
  background: none;
}

/*.top_container {
  background: url(../images/top_bg.jpg) 50% 0 no-repeat;
  margin-bottom: 10px;
}*/

/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 0 0 0px;
  line-height: 17px;
}

.header-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#logo {
  padding: 40px 0 0;
}

#logo a {
  margin-left: 27px;
}

/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}

.navigation ul.sf-menu {
  position: relative;
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/
}

.navigation ul.sf-menu>li {
  padding: 0;
  margin: 0 11px 0 0px;
}

.navigation ul.sf-menu>li.active>a,
.navigation ul.sf-menu>li.sfHover>a,
.navigation ul.sf-menu>li.current>a,
.navigation ul.sf-menu>li.active>span,
.navigation ul.sf-menu>li.sfHover>span,
.navigation ul.sf-menu>li.current>span {
  background: #468EEF;
  color: #ffffff;
}

.navigation ul.sf-menu>li+li:before {
  background: #73716c;
  width: 1px;
  height: 6px;
  content: "";
  position: absolute;
  top: 83px;
  left: -6px;
}

.navigation ul.sf-menu>li>a,
.navigation ul.sf-menu>li>span {
  font-size: 15px;
  line-height: 20px;
  font-family: "Racing Sans One", cursive;
  color: #ffffff;
  height: 20px;
  display: block;
  padding: 75px 9px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation ul.sf-menu>li>a:hover,
.navigation ul.sf-menu>li>span:hover {
  background: #468EEF;
  color: #ffffff;
}

.navigation ul.sf-menu li:hover>ul,
.navigation ul.sf-menu li.sfHover>ul {
  top: 110px;
}

.navigation ul.sf-menu ul {
  width: 100px;
}

.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 101px;
}

.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 101px;
}

.navigation ul.sf-menu ul {
  background: #468EEF;
  padding: 12px 0;
}

.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 35px;
  font-family: "Racing Sans One", cursive;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
}

.navigation ul.sf-menu ul li.active>a,
.navigation ul.sf-menu ul li.sfHover>a,
.navigation ul.sf-menu ul li.active>span,
.navigation ul.sf-menu ul li.sfHover>span {
  background: #333333;
  color: #ffffff;
}

.navigation ul.sf-menu ul li.firstItem {
  border: none;
}

.navigation ul.sf-menu.sf-vertical {
  width: 100px;
  /*Define 1st SubMenu position*/
}

.navigation ul.sf-menu.sf-vertical li {
  width: 100px;
  margin-bottom: 1px;
}

.navigation ul.sf-menu.sf-vertical li:hover>ul,
.navigation ul.sf-menu.sf-vertical li.sfHover>ul {
  top: -13px;
}

.navigation ul.sf-menu.sf-vertical ul {
  left: 102px;
}

.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}

.navigation ul.sf-menu.sf-navbar {
  height: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/
}

.navigation ul.sf-menu.sf-navbar li:hover>ul,
.navigation ul.sf-menu.sf-navbar li.sfHover>ul {
  top: 22px;
  left: 0;
}

.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}

.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 100px;
  top: 20px;
}

.search-block {
  text-align: right;
}

.search-block input {
  max-width: 100%;
}

/*======================= SHOWCASE =======================*/
#section-kmt .kmt-wrap {
  background: none repeat scroll 0 0 #000000;
  padding: 20px !important;
  margin-top: 17px !important;
  border: 1px solid #2f2d27 !important;
}

#section-kmt .kmt-toolbar {
  border-bottom: 1px solid #2f2d27;
}

.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}

.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}

.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}

/*======================= FEATURE =======================*/
#feature-row .mod-newsflash-adv .item {
  margin-left: 18px;
}

#feature-row {
  padding: 50px 0 0;
}

.top_blocks {
  text-align: center;
}

.top_blocks .moduleTitle {
  padding: 0 30px;
}

.top_blocks .item_img {
  margin: 0;
}

.top_blocks .item_content {
  background: #fff;
  padding: 32px 10px 38px;
}

.top_blocks .black {
  color: #000000;
  display: block;
}

.top_blocks .upper {
  text-transform: uppercase;
  display: block;
}

.top_blocks .btn-info {
  line-height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #468EEF;
  font-size: 14px;
}

.top_blocks .btn-info:hover {
  background: #6f6357;
}

/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 50px 0 36px;
}

#component {
  min-height: 0;
}

.container-fluid {
  padding: 0 !important;
}

.item {
  margin-bottom: 24px;
}

.item:after {
  content: "";
  display: block;
  clear: both;
}

.page-header {
  border: none;
  padding: 0;
  margin: 0;
}

.item_info_dl {
  margin: 0 0 20px;
}

.item_info_dl dd {
  margin: 0 15px 0 0;
  display: inline-block;
}

.item_info_dl dd>* {
  display: inline;
}

.item_info_dl dd a {
  color: #ffffff;
}

.item_info_dl dd a:hover {
  color: #468EEF;
}

.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}

.page-category__testimonials .item_icons.btn-group.pull-right {
  margin-top: 10px;
  margin-right: 10px;
}

/*===== Gallery Page ======*/
.page-gallery .gallery-item h4 {
  font-family: "Racing Sans One", cursive;
  font-size: 15px;
}

ul.gallery {
  margin: 0 0 0 -20px;
}

ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 48px 20px;
  float: left;
  list-style: none;
}

ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}

ul.gallery .gallery-item.straightDown {
  float: none;
}

ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}

.touchGalleryLink.zoom {
  background: #242424;
}

.touchGalleryLink.zoom img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.touchGalleryLink.zoom:before {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.touchGalleryLink.zoom:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0px;
  color: #fff;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0px;
  top: 50%;
  line-height: 0px;
}

.touchGalleryLink.zoom:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.touchGalleryLink.zoom:hover:before {
  border: 10px solid #292929;
}

.touchGalleryLink.zoom:hover:after {
  font-size: 48px;
}

.item_published {
  color: #468EEF;
  font-family: "Racing Sans One", cursive;
  font-size: 15px;
  margin-bottom: 5px;
}

/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}

blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}

blockquote p {
  margin-bottom: 0;
  position: relative;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  background: #000;
  border: 1px solid #2a2823;
  font-style: italic;
  padding: 37px 25px 31px 29px;
  margin-bottom: 32px;
}

blockquote p:before {
  content: "“";
  font-size: 113px;
  position: absolute;
  top: 8px;
  color: #221e1a;
  line-height: 100px;
  font-style: normal;
  left: 20px;
  z-index: 0;
}

blockquote p:after {
  content: "";
  background: url(../images/testimonials.png);
  width: 34px;
  height: 23px;
  position: absolute;
  left: 85px;
  bottom: -23px;
}

blockquote small {
  text-align: left;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 13px;
  line-height: 22px;
}

blockquote small:before {
  display: none;
}

blockquote small a {
  text-transform: none;
}

/*===== Team Page ======*/
.page-category__teachers .item {
  margin-bottom: 29px;
}

.item_introtext h4 {
  margin-bottom: 20px;
}

.addthis_toolbox {
  padding-top: 13px;
}

/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding-top: 22px;
  padding-bottom: 15px;
}

/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}

.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  background: url(../images/list_marker.png) 0 5px no-repeat;
  padding: 0 0 10px 27px;
}

.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #6f6357;
}

.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
  color: #468EEF;
}

.rules .mod-menu .nav.menu {
  margin: 0 0 0 19px;
}

.rules .mod-menu .nav.menu li {
  list-style: decimal;
  padding: 0 0 16px;
  background: none;
  color: #fff;
}

.rules .mod-menu .nav.menu li span.separator {
  color: #6f6357;
}

.what_we_offer .item {
  margin-bottom: 7px;
}

#aside-right .moduletable+.moduletable {
  margin-top: 40px;
}

.recent_posts .item {
  margin-bottom: 0;
}

/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 45px 0 0;
}

#copyright {
  color: #6f6357;
  font-size: 11px;
  margin-top: 2px;
}

#copyright a {
  color: #6f6357;
}

#copyright a:hover {
  color: #fff;
}

#copyright .footer_logo {
  bottom: 3px;
  display: inline-block;
  position: relative;
  right: 3px;
  vertical-align: bottom;
}

#footer-wrapper {
  background: #000;
}

.muted {
  color: #6f6357 !important;
}

.footer_links .mod-menu .nav.menu,
.footer_links .c-nav__list {
  text-align: right;
}

.footer_links .mod-menu .nav.menu li,
.footer_links .c-nav__list li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  padding: 0;
}

.footer_links .mod-menu .nav.menu li+li,
.footer_links .c-nav__list li+li {
  padding: 0 0 0 17px;
  background: url(../images/footer_marker.png) 5px 50% no-repeat;
}

.footer_links .mod-menu .nav.menu li a,
.footer_links .c-nav__list li a {
  color: #6f6357;
}

.footer_links .mod-menu .nav.menu li a:hover {
  color: #fff;
}

.no-left,
#logo {
  margin-left: 0;
}

.bg-op {
  min-height: 120px;
}

/* #header-row>.row-container {
  background: rgba(0, 0, 0, 0.4);
} */

@media (max-width: 767px) {
  .bg-op {
    background: inherit;
    min-height: 0;
  }

  #header-row {
    padding-bottom: 0px !important;
  }
}

/* Large desktop */
@media (min-width: 1200px) {
  #aside-right aside {
    margin-left: 30px;
  }
}

/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
  #aside-right aside {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {

  .img-intro__right,
  .img-full__right {
    margin: 0 0 10px 0 !important;
  }
}

/**
new css for events
*/
.res-circle {
  /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
  width: 90%;
  border-radius: 50%;

  /* (B) BACKGROUND COLOR */
  background: #468EEF;

  /* (C) NECESSARY TO POSITION TEXT BLOCK */
  line-height: 0;
  position: relative;
}

/* (D) MATCH HEIGHT */
.res-circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* (E) TEXT BLOCK */
.circle-txt {
  /* (E1) CENTER TEXT IN CIRCLE */
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: white;
  padding-left: 50px;
}

.circle-txt div {
  line-height: 50px;
}

.circle-txt i {
  padding-right: 20px;
  font-size: 30px;
}

.subheader {
  text-align: center;
  min-height: 80vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.subheader h1,
.subheader h2 {
  color: #fff;
}

#subheadertitle {
  padding-bottom: 50px;
}

.eventinfo,
.eventmap,
.eventgallery,
.eventprice,
.eventschedule,
.eventvideo,
.eventemailsubs,
.eventsponsors {
  padding-bottom: 50px;
  padding-top: 50px;
}

.gallery .row-fluid {
  padding-bottom: 20px;
}


.pricing.bg-color {
  background: none;
}

.eventprice .span12 {
  background-image: url("../images/price_bg.jpg");
  background-size: cover;
  padding: 30px 0 30px;
}

.eventschedule .subtext {
  color: #68a522;
}

.eventschedule .subjecttext {
  background-color: #68a522;
  color: #fff;
}

.eventschedule .description {
  border: 1px solid #68a522;
  padding: 10px;
}

.eventschedule .predesc {
  padding: 0 10px 10px 0;
}

.eventemailsubs .cmc-signup {
  text-align: center;
}

.eventemailsubs .span12 {
  background-color: #6f6357;
}

.eventinfo .event-name {
  padding-bottom: 40px;
}

.eventemailsubs input {
  padding: 20px !important;
  width: 200px !important;
  background-color: #fff;
  border: none;
  color: #fff;
}

@media (max-width: 767px) {

  .eventinfo .span4,
  .eventinfo .eventdesc {
    padding-bottom: 40px;
  }

  .eventinfo,
  .eventmap,
  .eventgallery,
  .eventprice,
  .eventschedule,
  .eventvideo,
  .eventemailsubs,
  .eventsponsors {
    padding-bottom: 0px;
  }

  .eventprice .span12 {
    background: none;
  }

  .c-header__brand img {

    margin-top: -15px;
    max-width: 150px !important;
  }
}

#eb-event-page .btn-info,
.subheader .btn-info,
#eb-upcoming-events-page-columns .btn-info {
  line-height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #468EEF;
  font-size: 14px;
}

.eventvideo .moduleTitle {
  text-align: center;
}

/*
    new menu
    */
.c-icon {
  display: inline-block;
  position: relative;
  z-index: 11;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.icon-menu:before {
  content: "\e90c";
}

/*------------------------------------*    #COMPONENTS.HEADER
\*------------------------------------*/
.c-header {
  position: relative;
  padding-bottom: 100px;
  padding-top: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-header {
    padding-top: 30px;
  }
}

.c-header.c-header--home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .c-header.c-header--home {
    left: 15px;
    right: 15px;
  }
}

.c-header__menu {
  float: left;
}

.c-header__menu i {
  z-index: 0;
  font-size: 32px;
  color: #ffffff;
}

.c-header__menu i:hover {
  cursor: pointer;
}

.c-header__brand {
  float: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}



.c-header__brand img {
  max-height: 100%;
  width: 320px;
}

@media screen and (min-width: 768px) {
  .c-header__brand img {
    width: 250px;
    margin-top: -30px;
  }
}

/*------------------------------------*    #COMPONENTS.NAV
\*------------------------------------*/
.c-nav {
  position: fixed;
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  z-index: 20;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .c-nav {
    padding-top: 30px;
  }


}

.c-nav.active {
  display: block;
}

.c-nav .container {
  position: relative;
}

.c-nav__close {
  position: absolute;
  z-index: 10;
}

.c-nav__close.top {
  top: -12px;
  left: 5px;
}

.c-nav__close i {
  z-index: 0;
  font-size: 32px;
  color: #ffffff;
}

.c-nav__close i:hover {
  cursor: pointer;
}

.c-nav__close.bottom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

@media screen and (min-width: 768px) {
  .c-nav__close.bottom {
    display: block;
  }

  .camera_wrap img {
    max-width: none !important;
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .cameraSlide img {
    max-width: none !important;
    position: relative !important;
  }

  .c-nav .c-header__brand {
    float: none;
  }
}

.c-nav__inner {
  position: absolute;
  padding: 3em 0 2em;
  width: 100%;
}

.c-nav__link.no-child {
  margin-left: -18px;
}

.c-nav__link {
  display: inline-block;
  padding: 6px;
  font-family: Colossalis Bold;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-nav__link:hover {
  color: #f36f21;
}

.c-nav__link:focus {
  color: #ffffff;
}

.c-nav__sublink {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 10px 10px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-nav__sublink:hover {
  color: #f36f21;
}

.c-nav__arrow {
  display: inline-block;
  position: relative;
  top: -3px;
  left: -2px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-nav__arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-nav__socials {
  margin-top: 3em;
}

#showcase-row .row {
  margin-left: 0;
}


.cameraContent {
  top: 50% !important;
  position: relative !important;
}

.camera_caption {
  position: relative !important;
}

.camera_caption>div {
  background: none !important;
  text-align: center;
}

.cameraContents .btn-info {
  line-height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #468EEF;
  font-size: 14px;
}

.cameraContents .btn-info:hover {
  background: #6f6357;
}

.camera_caption>div .slide-title {
  font-size: 70px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.47);
  margin-bottom: 40px;
  color: white;
}

@media (min-width:1200px) {
  .view-article .page-item {
    width: 800px;
    margin: 0 auto;
  }

  .itemid-269 #content-bottom-row #content-bottom div.moduletable:nth-child(1),
  .itemid-269 .mod-article-single {
    width: 800px;
    margin: 0 auto;
  }

}