@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);

@import url(//fonts.googleapis.com/css?family=Droid+Sans);

@import url(http://fonts.googleapis.com/css?family=Asap);
.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 =======================*/
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: #000;
}
h1 {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Racing Sans One', cursive;
  font-weight: normal;
  margin: 0 0 22px;
}
h2 {
  font-size: 57px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Racing Sans One', cursive;
  font-weight: normal;
}
h3 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Racing Sans One', cursive;
  font-weight: normal;
  line-height: 26px;
}
h3.moduleTitle {
  margin: 0 0 29px;
}
h3.moduleTitle:first-letter {
  font-size: 46px;
  color: #09F;
}
.page_header h3:first-letter,
.page-header h3:first-letter,
.item_header h3:first-letter {
  font-size: 46px;
  color: #09F;
}
.page-item__history .item_header h3:first-letter {
  font-size: 26px;
  color: #ffffff;
}
h4 {
  color: #ffffff;
  font-family: 'Racing Sans One', cursive;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
}
h5 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Asap', sans-serif;
  margin-bottom: 13px;
}
h5.item_title a {
  color: #09F;
}
h5.item_title a:hover {
  color: #FFF;
}
h5.item_title {
  color: #dc4c33;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #858585;
  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: #dc4c33;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #dc8433;
  border-bottom-color: #dc8433;
}
.btn-primary:hover {
  background: #dc8433;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
}
.btn-info:hover {
  background: #cccccc;
  color: #000000;
}
.readmore,
.btn-info,
.page-item #section-kmt .kmt-btn-submit,
.kmt-form-submit .submitButton,
.aside .btn-primary,
.page-item__edit .btn-primary,
#contact-form .btn-primary,
#searchForm .btn-primary,
.form-validate .btn-primary,
#adminForm .btn-group .btn,
.filter-search .btn-primary,
#error .btn-primary {
  font-size: 17px;
  color: #ffffff !important;
  background: none;
  box-shadow: none;
  border: none !important;
  padding: 0;
  border-radius: 0px !important;
  text-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Racing Sans One', cursive;
}
.readmore:hover,
.btn-info:hover,
.page-item #section-kmt .kmt-btn-submit:hover,
.kmt-form-submit .submitButton:hover,
.aside .btn-primary:hover,
.page-item__edit .btn-primary:hover,
#contact-form .btn-primary:hover,
#searchForm .btn-primary:hover,
.form-validate .btn-primary:hover,
#adminForm .btn-group .btn:hover,
.filter-search .btn-primary:hover,
#error .btn-primary:hover,
.readmore:active,
.btn-info:active,
.page-item #section-kmt .kmt-btn-submit:active,
.kmt-form-submit .submitButton:active,
.aside .btn-primary:active,
.page-item__edit .btn-primary:active,
#contact-form .btn-primary:active,
#searchForm .btn-primary:active,
.form-validate .btn-primary:active,
#adminForm .btn-group .btn:active,
.filter-search .btn-primary:active,
#error .btn-primary:active,
.readmore:focus,
.btn-info:focus,
.page-item #section-kmt .kmt-btn-submit:focus,
.kmt-form-submit .submitButton:focus,
.aside .btn-primary:focus,
.page-item__edit .btn-primary:focus,
#contact-form .btn-primary:focus,
#searchForm .btn-primary:focus,
.form-validate .btn-primary:focus,
#adminForm .btn-group .btn:focus,
.filter-search .btn-primary:focus,
#error .btn-primary:focus,
.readmore.active,
.btn-info.active,
.page-item #section-kmt .kmt-btn-submit.active,
.kmt-form-submit .submitButton.active,
.aside .btn-primary.active,
.page-item__edit .btn-primary.active,
#contact-form .btn-primary.active,
#searchForm .btn-primary.active,
.form-validate .btn-primary.active,
#adminForm .btn-group .btn.active,
.filter-search .btn-primary.active,
#error .btn-primary.active {
  outline: none;
  box-shadow: none;
  opacity: 1;
  background: none;
  color: #09F !important;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
}
.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;
}
.pagination ul li .pagenav {
  text-transform: lowercase;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  font-family: 'Racing Sans One', cursive;
  font-size: 17px;
  color: #ffffff;
  padding: 0 12px;
}
.pagination ul li.firstItem .pagenav {
  padding: 0 12px 0 0;
}
.pagination ul li a.pagenav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination ul li a.pagenav:hover {
  color: #dc4c33;
}
.pagination ul li.num span.pagenav {
  color: #dc4c33;
}
.pagination ul li.num .pagenav {
  padding: 0 4px;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
p.img-intro__left {
  padding: 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 0 9px;
}
.page-item__home .img-full {
  float: none;
}
.page-gallery__gallery .img-intro,
.page-item__gallery .img-intro,
.page-gallery__gallery .img-full,
.page-item__gallery .img-full {
  border: 3px solid #292929;
}
.page-gallery__gallery .img-intro img,
.page-item__gallery .img-intro img,
.page-gallery__gallery .img-full img,
.page-item__gallery .img-full img {
  border: none;
}
.img-intro img,
.img-full img,
.img-intro__left img {
  border: 3px solid #292929;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
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,
#jform_contact_name:focus,
#jform_contact_email:focus,
#jform_contact_emailmsg:focus,
#jform_contact_message:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(213, 213, 213, 0.6);
  border: 1px solid #555555;
}
.page_header {
  margin-bottom: 15px;
}
#contact-form .btn-primary {
  margin: 4px 0 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
#jform_publish_down_img,
#jform_publish_up_img {
  font-size: 14px;
  padding: 3px 14px;
}
.label-info,
.badge-info {
  background: #DC4C33;
}
#error .btn-primary {
  color: #858585 !important;
}
#error .btn-primary:hover {
  color: #FD6C59 !important;
}
#searchForm .btn-primary {
  margin-top: 3px;
}
/*======================= TOP =======================*/
#top-row {
  background: url(../images/topbg.jpg) center top no-repeat;
  height: 64px;
}
/*======================= HEADER =======================*/
.body__home #header-row {
  padding: 9% 0 20%;
}
.body__home.view-article #content-row {
  padding: 14px 0 22px;
}
#header-row {
  padding: 9% 0 4%;
}
#header-row #logo {
  width: 272px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation {
  text-align: center;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 21px 32px 0;
  margin: 0;
  height: 44px;
  float: none;
  display: inline-block;
  background: url(../images/menuitbg.gif) right center no-repeat;
}
.navigation ul.sf-menu > li.current {
  position: relative;
}
.navigation ul.sf-menu > li.current:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 1px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #020202 transparent;
  margin-left: -7px;
}
.navigation ul.sf-menu > li.lastItem {
  background: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  font-family: 'Racing Sans One', cursive;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: none;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #09F;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 64px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #200a06;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Racing Sans One', cursive;
  color: #ffffff;
  background: #200a06;
  display: block;
  padding: 6px 12px;
  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: #ffffff;
  color: #200a06;
}
.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: #ffffff;
  color: #200a06;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  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: 157px;
}
.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: 40px;
  padding-bottom: 40px;
  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: 42px;
  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: 155px;
  top: 40px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.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 =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.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;
  display: inline;
}
.item_info_dl dd .item_published {
  background: url(../images/date.png) no-repeat 0 2px;
}
.item_info_dl dd .item_createdby {
  background: url(../images/author.png) no-repeat 0 2px;
}
.item_info_dl dd .kmt-readon {
  background: url(../images/coments.png) no-repeat 0 2px;
}
.item_info_dl dd > * {
  display: inline;
  padding: 0 0 0 21px;
  margin-right: 21px;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Gallery Page ======*/
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 0 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;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 13px;
}
#content-row {
  padding: 54px 0 22px;
}
#content-row .news {
  margin: 0;
}
#content-row .news .moduleTitle {
  margin: 0 0 18px;
}
#content-row .news .item {
  margin-bottom: 20px;
}
#content-row .news .item_published {
  font-family: 'Racing Sans One', cursive;
  color: #09F;
}
#content-row .news .item_title {
  margin: 10px 0 0;
}
#content-row .news .item_title a {
  color: #ffffff;
}
#content-row .news .item_title a:hover {
  color: #fd6c59;
}
#content-row #component .item p strong {
  color: #ffffff;
  font-weight: normal;
}
.body__home #component {
  margin-left: 1.1%;
  width: 48%;
  margin-right: 1%;
}
.body__home #component .item p {
  padding: 0 0 32px;
}
.body__home #component .item p.img-intro__left {
  padding: 0;
}
.body__home #component .item .readmore {
  float: left;
  clear: both;
  margin: 22px 0 0;
}
.awards .moduleTitle {
  margin: 0 0 16px;
}
.awards .mod-newsflash-adv__awards {
  counter-reset: item;
}
.awards .item {
  margin: 0 0 3px;
}
.awards .item:before {
  content: counter(item, decimal) "";
  counter-increment: item;
  display: block;
  font-size: 19px;
  font-family: 'Racing Sans One', cursive;
  color: #FFF;
  background: url(../images/liitbg.png) no-repeat;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin: 2px 0 -1px;
}
.awards .item .item_content {
  margin: 0 0 0 61px;
}
.albums {
  margin: -6px 0 -5px;
}
.albums .moduleTitle {
  margin: 0 0 20px;
}
.albums .item_img {
  margin-bottom: 17px;
}
.page-category__discography .item .item_icons {
  float: none;
  text-align: right;
}
.page-category__discography .item .catin {
  background: #39F;
}
.page-category__discography .item .img-intro {
  margin: 0;
}
.page-category__discography .item .img-intro img {
  border: none;
}
.page-category__discography .item .item_header {
  margin: 18px 17px 0;
}
.page-category__discography .item .item_introtext {
  margin: 0 17px;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
}
.page-category__discography .item .item_introtext p {
  padding-bottom: 5px;
}
.page-category__discography .item .btn-info {
  margin: 0 17px 17px;
  color: #036 !important;
}
.page-category__discography .item .btn-info:hover {
  color: #06C !important;
}
.page-category__discography .item_title {
  font-size: 19px;
  color: #ffffff;
  font-family: 'Racing Sans One', cursive;
  margin-bottom: 5px;
}
.page-category__discography .item_title a {
  color: #ffffff;
}
.page-category__discography .item_title a:hover {
  color: #003;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li,
.categories-module li,
.list1 ul li {
  color: #e76443;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.archive-module li a,
.categories-module li a,
.list1 ul li a {
  display: inline;
  color: #ffffff;
}
.archive-module li a:hover,
.categories-module li a:hover,
.list1 ul li a:hover {
  background: none;
  color: #fd6c59;
}
.concerts h3 {
  font-size: 41px;
}
.concerts .item {
  border: 3px solid #292929;
  padding: 18px 17px 27px 20px;
  margin-bottom: 15px;
}
.concerts .item h3 {
  margin: 0 0 7px;
}
.concerts .item h2 {
  margin: 0 0 15px;
}
.concerts .item p {
  padding: 0 0 7px;
}
.concerts .item.item_num0 h2 {
  color: #555555;
}
.concerts .item.item_num1 h3 {
  color: #dc4c33;
}
#aside-right .moduletable {
  margin: 0 0 30px;
}
#aside-right .moduletable .moduleTitle {
  margin: 0 0 10px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  background: #000;
  padding: 39px 0 22px;
  font-size: 11px;
  color: #545454;
}
#copyright-row a {
  color: #545454;
}
#copyright-row a:hover {
  color: #ffffff;
}
#copyright-row .footermenu {
  float: right;
  margin: 4px 10px 0 8px;
}
#copyright-row .footermenu .nav li {
  background: url(../images/footmenuitbg.png) no-repeat 0 7px;
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0 0 0 5px;
  color: #b8b7b4;
}
#copyright-row .footermenu .nav li a {
  text-transform: uppercase;
  background: none;
}
#copyright-row .footermenu .nav li.firstItem {
  background: none;
  padding: 0;
}
#copyright .footer_logo {
  margin: 0 15px 0 12px;
  float: left;
}
#copyright span {
  display: inline-block;
  margin: 4px 0 0;
}
#copyright .privacy_link {
  margin: 4px 0 0;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  float: right;
}
.social li {
  margin: 0 0 0 8px;
}
.social li a {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
