.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 {
  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: #ed3a5b;
}
h1.item-title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
  color: #ed3a5b;
  margin-bottom: 21px;
}
h2,
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: 4px;
  margin-bottom: 17px;
}
h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
}
h4 a {
  color: #ffffff;
}
h4 a:hover {
  color: #ed3a5b;
}
h5 {
  font: 18px/18px 'Roboto Condensed', sans-serif;
  color: #696a68;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
h6 {
  font: 300 36px/40px 'Roboto Condensed', sans-serif;
  color: #737373;
  letter-spacing: 2px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.overflow {
  overflow: hidden;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #7c7b7b;
  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: #ed3a5b;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ed553a;
  border-bottom-color: #ed553a;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #ed553a;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #ed553a;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #ed3a5b;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #ed553a;
  color: #ffffff;
}
.btn-info {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  background: none;
  color: #ed3a5b;
  text-shadow: none;
  border: none;
  letter-spacing: 2px;
  padding: 0;
  text-decoration: underline !important;
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #7c7c7c;
  text-shadow: none;
  box-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.icon {
  background: #d5445e;
  margin-bottom: 53px;
  overflow: hidden;
  width: 100%;
}
ul.icon li {
  float: left;
  text-align: center;
  width: 50%;
}
ul.icon li:nth-child(4n+1),
ul.icon li:nth-child(4n+4) {
  background: #ed3a5b;
}
ul.icon li a,
ul.icon li span.separator {
  display: block !important;
  height: 106px;
  padding: 30% 0 20%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.icon li a img,
ul.icon li span.separator img {
  display: block;
  margin: 14px auto 0px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.icon li a .image-title,
ul.icon li span.separator .image-title {
  color: #d5445e;
  font: 18px/24px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.icon li a .image-title span,
ul.icon li span.separator .image-title span {
  display: block;
}
ul.icon li a:hover img,
ul.icon li span.separator:hover img {
  margin: 0px auto 14px;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.icon li a:hover .image-title,
ul.icon li span.separator:hover .image-title {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.list-item,
ul.item_list,
.categories-module,
.archive-module {
  margin: 0 0 40px;
}
ul.list-item li,
ul.item_list li,
.categories-module li,
.archive-module li {
  list-style: none;
  padding: 0 0 6px;
}
ul.list-item li a,
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  background: url(../images/template/marker.png) 1px -98px no-repeat !important;
  display: inline-block !important;
  padding-left: 17px;
  text-transform:uppercase;
}
ul.list-item li a:hover,
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
ul.list-item li a:focus,
ul.item_list li a:focus,
.categories-module li a:focus,
.archive-module li a:focus,
ul.list-item li a:active,
ul.item_list li a:active,
.categories-module li a:active,
.archive-module li a:active {
  background-position: 1px 6px !important;
  color: #9c9c9c;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*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: 26px;
}
.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;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  background: none;
  color: #ed3a5b;
  text-shadow: none;
  border: none;
  letter-spacing: 2px;
  padding: 0;
  text-transform: lowercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: none;
  color: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ed3a5b;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #ffffff;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: none;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 20px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.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: #ed3a5b;
}
.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: 0 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 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 =======================*/
.headerInner {
  background: url(../images/template/header_bg.jpg) center 0 no-repeat;
}
#top-row {
  background: url(../images/template/header_bg.jpg) center 0 no-repeat;
  padding-top: 68px;
}
/*======================= HEADER =======================*/
#logo {
  margin-bottom: 20px;
}
#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: #323232;
}
.navigation {
  padding-top: 25px;
  padding-bottom: 43px;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 102px 0 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: #ffffff;
}
.navigation ul.sf-menu > li.lastItem {
  margin-right: 0;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  /*font-size: 18px;*/
  font-size: 20px;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ed3a5b;
  background: none;
  display: block;
  letter-spacing: 2px;
  padding: 0 2px;
  /*text-transform: lowercase;*/
  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: none;
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul {
  top: 42px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ed3a5b;
  background: none;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  background: #ed3a5b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  background: #ed3a5b;
  color: #ffffff;
}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 18px 0;
}
.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: 28px;
  font-family: 'Roboto', sans-serif;
  color: #ed3a5b;
  background: none;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  text-transform: lowercase;
  -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: #f3f3f3;
  color: #ed3a5b;
}
.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: #f3f3f3;
  color: #ed3a5b;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.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 {
  /*Define 1st SubMenu position*/
  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;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  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%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: #3d3d3d;
  color: #ed3a5b;
  text-shadow: none;
  padding-top: 7px;
}
.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__posts .item {
  margin-bottom: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .item_title {
  color: #ed3a5b;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .item_title span.item_title_part0 {
  font-size: 120px;
  font-weight: 300;
  float: left;
  line-height: 120px;
  margin-right: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__posts .item .item_introtext {
  font: 18px/24px 'Roboto Condensed', sans-serif;
  padding-top: 66px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item .item_title {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item .item_img.img-intro__left {
  margin: 3px 30px 20px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item .item_img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item:hover {
  color: #ed3a5b;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item:hover .item_title {
  color: #ed3a5b;
}
.mod-newsflash-adv.mod-newsflash-adv__icons .item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.mod-newsflash-adv.drop .item span.dropcap {
  float: left;
  margin: 0 20px 20px 0;
  font: 300 60px/80px 'Roboto Condensed', sans-serif;
  background: #737373;
  color: #ffffff;
  text-shadow: none;
  display: block;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.drop .item .item_content {
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.drop .item .item_content .item_title {
  color: #737373;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.drop .item:hover span.dropcap {
  background: #ed3a5b;
}
.mod-newsflash-adv.drop .item:hover .item_content {
  color: #ed3a5b;
}
.mod-newsflash-adv.drop .item:hover .item_content .item_title {
  color: #ed3a5b;
}
.mod-newsflash-adv.monials .row-fluid {
  margin-left: 0px;
}
.mod-newsflash-adv.monials .row-fluid .item {
  background: #ed3a5b;
  color: #ffffff;
  text-shadow: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.mod-newsflash-adv.monials .row-fluid .item .header_content {
  float: left;
  max-width: 50%;
  position: relative;
}
.mod-newsflash-adv.monials .row-fluid .item .header_content .item_title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #d5445e;
  color: #ffffff;
  text-shadow: none;
  text-align: center;
  padding-top: 37%;
  line-height: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.monials .row-fluid .item .header_content .item_title span {
  display: block;
}
.mod-newsflash-adv.monials .row-fluid .item:hover .header_content .item_title {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-newsflash-adv.monials .row-fluid .item .item_content {
  overflow: hidden;
  text-align: center;
  padding: 21px 12px 18px;
}
.mod-newsflash-adv.monials .row-fluid .item .item_content blockquote:before {
  content: url(../images/template/blockquote_before.png);
  display: block;
  text-align: center;
  padding-bottom: 6px;
}
.mod-newsflash-adv.monials .row-fluid .item .item_content blockquote:after {
  content: url(../images/template/blockquote_after.png);
  display: block;
  text-align: center;
  padding-top: 9px;
}
.mod-newsflash-adv.monials .row-fluid .item .item_img {
  margin-bottom: 0;
  max-width: 100%;
}
.mod-newsflash-adv.monials .row-fluid .item .item_img.img-intro__left {
  float: none;
  margin-right: 0;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-article-single.mod-article-single__banner .item__module {
  padding: 17px 0 25px;
  margin: 0;
}
.mod-article-single.mod-article-single__banner .item__module .banner {
  background: #323232;
  color: #ffffff;
  text-shadow: none;
  min-height: 79px;
  position: relative;
  overflow: hidden;
  padding: 14px 50px 0 0;
}
.mod-article-single.mod-article-single__banner .item__module .banner em {
  float: left;
  font: 300 60px/60px 'Roboto Condensed', sans-serif;
  padding: 0 12px 0 20px;
}
.mod-article-single.mod-article-single__banner .item__module .banner span {
  font: 18px/20px 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.mod-article-single.mod-article-single__banner .item__module .banner a {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 37px;
  background: #ed3a5b;
  color: #ffffff;
  text-shadow: none;
  height: 100%;
  right: -145px;
  width: 100%;
  letter-spacing: 1px;
}
.mod-article-single.mod-article-single__banner .item__module .banner a:hover {
  background: #3b3b3b;
}
.mod-article-single.mod-article-single__post .item__module {
  padding-top: 41%;
}
.mod-article-single.mod-article-single__phone span.text {
  font: 300 18px/22px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}
.mod-article-single.red {
  color: #ed3a5b;
}
.mod-article-single.red h6 {
  color: #ed3a5b;
  letter-spacing: 1px;
  margin-bottom: 7px;
  padding-top: 18px;
}
.mod-article-single.mod-article-single__custom .item__module {
  padding-top: 17px;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-bottom: 24px;
  padding-top: 52px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #3d3d3d;
  padding-bottom: 41px;
  padding-top: 63px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 52px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 30px;
}
.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 10px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #ed3a5b;
  font-size: 18px;
  margin-right: 4px;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd a {
  color: #7c7b7b;
}
.item_info_dl dd a:hover {
  color: #ed3a5b;
}
.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;
}
/*===== 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: 20px;
  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 20px 20px 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 .item,
.page-blog .item {
  margin-bottom: 30px;
}
.page-archive .item_published,
.page-item .item_published,
.page-blog .item_published {
  color: #ffffff;
  float: left;
  font: 300 40px/44px 'Roboto Condensed', sans-serif;
  margin: 0 20px 20px 0;
  min-width: 80px;
  text-align: center;
  text-transform: lowercase;
}
.page-archive .item_published span,
.page-item .item_published span,
.page-blog .item_published span {
  font: 300 60px/80px 'Roboto Condensed', sans-serif;
  background: #737373;
  color: #ffffff;
  text-shadow: none;
  display: block;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-contact,
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  margin-bottom: 40px;
}
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: #3d3d3d;
  color: #7b7b7b;
  text-shadow: none;
  padding-bottom: 20px;
  padding-top: 67px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #454545;
  color: #6a6969;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #454545;
  color: #6a6969;
  text-shadow: none;
}
#copyright-row {
  padding-top: 75px;
}
#copyright {
  margin-bottom: 40px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#copyright .footer_logo {
  float: left;
  margin: 0 17px 40px 0;
}
#copyright .siteName {
  color: #606060;
  display: inline-block;
  font: 60px/64px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  padding-top: 14px;
  margin-bottom: -2px;
  text-transform: none;
}
#copyright a {
  color: #6a6969;
}
#copyright a:hover {
  color: #ed3a5b;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 0 0 3px;
}
.social li a {
  width: 24px;
  height: 0px;
  padding-top: 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;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
