body    
{
   /*background: url(../images/template/header-bg.png) no-repeat top center; */
  
}

.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2a2b;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2f2a2b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1a4394;
}
h2,
h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 31px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 22px;
}
h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 13px;
  overflow: hidden;
}
h6 {
  color: #565051;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 6px;
}
h6 a {
  color: #565051;
}
h6 a:hover {
  text-decoration: underline !important;
}
.moduleTitle.title {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 15px;
}
.overflow {
  overflow: hidden;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;
  color: #565051;
  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.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #2f2a2b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  outline: none !important;
  padding: 11px 31px;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #375eac;
  color: #2f2a2b;
  text-shadow: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #2f2b2a;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: #2f2a2b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  outline: none !important;
  padding: 11px 31px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #1a4394;
  color: #fff;
  text-shadow: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: #2f2a2b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  outline: none !important;
  padding: 11px 18px;
  text-transform: uppercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #375eac;
  color: #fff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #2f2a2b;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #375eac;
  color: #2f2a2b;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #375eac;
  color: #2f2a2b;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 15px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img .img_container {
  display: inline-block;
  max-width: 100%;
  background: url(../images/camera-loader.gif) 50% 50% no-repeat;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #2f2a2b;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0px 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 10px 0 10px 20px;
  max-width: 50%;
}
.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);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row .container {
  /*background: url(../images/template/topBg.png) left bottom no-repeat;*/
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
/*======================= HEADER =======================*/
#logo {
  padding-bottom: 16px;
}
#logo a {
  margin-left: 30px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #2f2a2b;
}
#navigation-row .container {
  position: relative;
}
#navigation-row .container:after {
  /*content: url(../images/template/navigationBg.png);*/
  position: absolute;
  right: 0;
  bottom: 0;
}
#navigation-row .container > div {
  position: relative;
}
.navigation {
  position: relative;
  z-index: 1;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 21px 4px 0;
}
.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: none;
  color: #375eac;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 17px;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: none;
  font-weight: bold;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #375eac;
}
.navigation ul.sf-menu > li > ul {
  top: 54px;
  /*Define 1st SubMenu position*/
  left: -14px;
}
.navigation ul.sf-menu ul {
  width: 252px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -2px;
  left: 252px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -2px;
  left: 252px;
}
.navigation ul.sf-menu ul {
  background: #2f2a2b;
  padding: 2px 0;
}
.navigation ul.sf-menu ul li {
  padding: 8px 15px;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px dotted #656262;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #375eac;
}
.navigation ul.sf-menu ul li.parent > a,
.navigation ul.sf-menu ul li.parent > span {
  background: url(../images/template/separator.png) right center no-repeat !important;
}
.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: none;
  color: #375eac;
}
.navigation ul.sf-menu.sf-vertical {
  width: 252px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 252px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 254px;
}
.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: 50px;
  padding-bottom: 50px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 52px;
  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: 252px;
  top: 50px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.search-block {
  text-align: right;
  padding: 0;
}
.search-block .mod-search__search-block {
  display: block;
  padding-top: 18px;
  padding-bottom: 30px;
}
.search-block .mod-search__search-block form {
  border: 1px solid #d5d4d5;
  background: none;
  display: inline-block;
  position: relative;
  width: 268px;
}
.search-block .mod-search__search-block form #searchword {
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
  height: 30px;
  padding: 0 36px 0 10px;
  width: 268px;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 7px 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-block .mod-search__search-block form input[type="image"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-top: 25px;
}
.mod-newsflash-adv.news span.komento,
.mod-newsflash-adv.news .item_published {
  color: #acaaab;
  font-size: 12px;
  margin-right: 11px;
}
.mod-newsflash-adv.news span.komento a,
.mod-newsflash-adv.news .item_published a {
  color: #acaaab;
}
.mod-newsflash-adv.news span.komento a:hover,
.mod-newsflash-adv.news .item_published a:hover {
  text-decoration: underline !important;
}
.mod-newsflash-adv.news span.komento .fa,
.mod-newsflash-adv.news .item_published .fa {
  margin-right: 6px;
}
.mod-newsflash-adv.blog .item_img {
  margin-top: 0;
}
.mod-newsflash-adv.blog .item_title {
  background: #375eac;
  color: #2f2a2b;
  text-shadow: none;
}
.mod-newsflash-adv.blog .item_title a {
  display: block;
  background: #375eac;
  color: #fff;
  text-shadow: none;
  padding: 4px 12px 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-newsflash-adv.blog .item_title a:hover {
  background: #662f67;
  color: #fff;
  text-shadow: none;
}
.mod-newsflash-adv.drop .dropcap {
  float: left;
  font-family: 'Roboto Slab', serif;
  font-size: 31px;
  line-height: 50px;
  width: 50px;
  margin-right: 20px;
  background: #fee900;
  color: #2f2a2b;
  text-shadow: none;
  text-align: center;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.border {
  border-bottom: 1px solid #d5d4d5;
}
.mod-newsflash-adv.social .item {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 34px;
}
.mod-newsflash-adv.social .item .item_title {
  margin-bottom: 0;
}
.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;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  padding-bottom: 20px;
  padding-top: 1px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info {
  padding: 11px 31px;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-top: 68px;
}
#feature-row .container {
  background: url(../images/template/containerBg.png) right bottom no-repeat;
  border-bottom: 1px solid #d5d4d5;
  padding-bottom: 11px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding-top: 20px;
}
#maintop-row .container {
  background: url(../images/template/containerBg.png) right bottom no-repeat;
  border-bottom: 1px solid #d5d4d5;
  padding-bottom: 11px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 20px;
}
#component {
  min-height: 0;
}
.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 22px;
}
.item_info_dl dd {
  font-size: 12px;
  color: #979495;
  margin: 0;
  display: block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a,
.item_info_dl dd span {
  color: #2f2a2b;
}
.item_info_dl dd a:hover {
  color: #979495;
}
.item_info_dl dd .item_published {
  color: #2f2a2b;
  display: block;
  margin-bottom: 22px;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
span.komento .kmt-readon {
  display: inline;
  width: auto;
}
span.komento .kmt-readon > span {
  background: none;
  float: none;
  margin: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 22px 22px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== 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;
}
/*===== Blog Page ======*/
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  border-bottom: 1px solid #d5d4d5;
  margin-bottom: 33px;
  padding-bottom: 33px;
}
.page-archive .item .title,
.page-item__blog .item .title,
.page-blog .item .title {
  background: #fee900;
  color: #2f2a2b;
  text-shadow: none;
  padding: 4px 15px 11px;
}
.page-archive .span2,
.page-item__blog .span2,
.page-blog .span2 {
  margin-left: 0 !important;
  margin-right: 30px;
  padding-left: 0 !important;
  width: 14.5299%;
}
.page-item {
  padding-bottom: 22px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  margin-bottom: 22px;
}
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.item_list,
.list1 ul {
  margin: 0 0 22px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.item_list li,
.list1 ul li {
  list-style: none;
  padding-bottom: 4px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.item_list li a,
.list1 ul li a {
  color: #565051;
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.item_list li a:hover,
.list1 ul li a:hover,
.archive-module li a:focus,
.categories-module li a:focus,
.mod-menu .nav.menu li a:focus,
.item_list li a:focus,
.list1 ul li a:focus,
.archive-module li a:active,
.categories-module li a:active,
.mod-menu .nav.menu li a:active,
.item_list li a:active,
.list1 ul li a:active {
  background: none;
  text-decoration: underline !important;
}
.archive-module.footer li,
.categories-module.footer li,
.mod-menu .nav.menu.footer li,
.item_list.footer li,
.list1 ul.footer li {
  padding: 0 0 4px;
}
.archive-module.footer li a,
.categories-module.footer li a,
.mod-menu .nav.menu.footer li a,
.item_list.footer li a,
.list1 ul.footer li a {
  color: #565051;
}
.archive-module.footer li a:hover,
.categories-module.footer li a:hover,
.mod-menu .nav.menu.footer li a:hover,
.item_list.footer li a:hover,
.list1 ul.footer li a:hover {
  text-decoration: underline !important;
}
ul.address {
  margin: 0 0 22px;
}
ul.address li {
  list-style: none;
  padding-bottom: 13px;
}
ul.address li .fa {
  float: left;
  margin-right: 11px;
  color: #2f2a2b;
  font-size: 23px;
}
ul.address li span {
  overflow: hidden;
}
ul.address li strong {
  font-family: 'Roboto Slab', serif;
  color: #656262;
  font-size: 18px;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #2f2a2b;
  color: #989797;
  text-shadow: none;
  position: relative;
}
#footer-wrapper .footer-wrapper-inner {
  background: #2f2a2b;
  color: #989797;
  text-shadow: none;
}
#footer-row {
  background: url(../images/template/bottomBg.jpg) left top no-repeat #eae9e9;/*#eae9e9;*/
  color: #565051;
  padding-top: 185px;
  padding-bottom: 22px;
  position: relative;
  top: -84px;
  margin-bottom: -84px;
  overflow: hidden;
}
#footer-row .moduleTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
}
#footer-row .container {
  position: relative;
  z-index: 1;
}
#copyright-row {
  padding-top: 40px;
  position: relative;
}
#copyright-row:before,
#copyright-row:after {
  position: absolute;
  top: -81px;
}
#copyright-row:before {
  content: url(../images/template/footerleftBg.png);
  left: 0;
}
#copyright-row:after {
  right: 0;
  content: url(../images/template/footerrightBg.png);
}
#copyright-row .item_title {
  color: #ffffff;
}
#copyright-row .item_title a {
  color: #ffffff;
}
#copyright-row .item_title a:hover {
  color: #375eac;
}
#copyright {
  border-top: 1px solid #464142;
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 51px;
  font-weight:bold;
}
#copyright .siteName {
  color: #fff;
  text-transform:uppercase;
}
#copyright a {
  color: #fee900;
}
#copyright a:hover {
  text-decoration: underline !important;
}


.page-item__performances .item_img { float:left!important; margin:0 20px 20px 0; }

.page-item__performances .item_fulltext p:first-child { font-size:22px; color:#2f2a2b; }
.page-item__performances .item_fulltext p:nth-child(2) { font-size:18px; text-transform:uppercase; font-weight:bold; color:#1a4394; }

.tickets { border:solid 0px Red; margin-bottom:48px; }
.tickets h3.moduleTitle  { font-size: 28px;}
.tickets h3.moduleTitle .item_title_part13  { color:#1a4394; font-weight:bold;}
.tickets .pretext { font-family: 'Roboto Slab', serif; font-size: 28px; font-weight: normal; line-height: 22px; margin:28px 0 48px 0;  }
.tickets a.btn-info { padding:28px!important; background:#375eac; }
.tickets a.btn-info:hover { background:#2f2a2b; }
.tickets .item_num0,
.tickets .item_num1 { border-right:dashed 1px #ccc; min-height:175px; }
.tickets .item_num2 ul { list-style-type: none; margin-left: 0px; }
.tickets .item_num2 ul li span { display: inline-block; width: 125px; font-weight:bold; color:#2f2a2b; }


.contact-info a { color:#375eac; font-size:13px; }
.contact-info a:hover{ text-decoration:underline!important; }


#copyright .revue a {
  color:#375eac;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  text-transform:uppercase;
}

#copyright .revue:before { content: '\a0\b7\a0'; font-size:18px;}

#copyright .revue a:hover { color:#fff; text-decoration:none!important; }

.page-category__faqs .items-row { border-bottom: 1px solid #d5d4d5; margin-bottom: 33px; padding-bottom: 33px; }

.body__directors .item_fulltext p { line-height:16px; padding-bottom:10px; }
.body__directors .item_fulltext p strong { display:inline-block; width:175px; }






/*p.download  
{
    text-align:center; font-weight:bold; background: #7dbf0d;
    color: #fff;
    padding: 8px 12px 8px;
    text-transform:uppercase;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border:solid 1px #5b9400;
}
p.download:hover { background:#a2d848; }
p.download a { color:#fff;}

*/
p.download a[href$=".pdf"]
{ 
   background: transparent url(../images/pdf.png) center left no-repeat;
   padding-left: 28px;
}

p.download a { color:#eb3e35; font-weight: bold; text-transform: uppercase; font-size: 13px; }
p.download a:hover { color:#375eac; }


p.sige_small { display:none;}

.archive-categories ul { margin:0; list-style-type:none; }
.archive-categories ul li 
{
    font-size:16px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 6px;
    background: url(../images/line_hor1.gif) 0 bottom repeat-x;
}
.archive-categories ul li:after {
    content: "\f054";
    position: relative;
    font: 12px/18px FontAwesome;
    color: #375eac;
    position: absolute;
    top: 0;
    right: 11px;
}

.performance-list .item_content { text-align: center; } 
.performance-list h4.item_title { min-height:60px; }

.mod-newsflash-adv__auditions h6.item_title a 
{
    font-size:18px;
    font-weight:bold;
    color:#375eac;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.table-responsive a { font-weight:bold; }

.tag-line { text-align:right; margin-top:95px;}
.tag-line h4.item-title { font-size:26px; text-transform:uppercase; margin-bottom:2px; }
.tag-line p { font-size:20px; color:#2f2a2b; }

fieldset.only,
fieldset.phrases { display:none; }

.page-item__news-events strong { color:#375eac; text-transform:uppercase; }