.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 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: #ffffff;
}
h1,
h2,
h3 {
  font: 30px 'Yanone Kaffeesatz', sans-serif;
  line-height: 1.2em;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0 0 37px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
h4 {
  font: 24px 'Yanone Kaffeesatz', sans-serif;
  line-height: 1.2em;
  color: #e08019;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0 0 11px 0;
  font-weight: bold;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 18px;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*Buttons*/
.btn,
.btn-info {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  background: none;
  color: #008ef0;
  text-shadow: none;
  border: none;
  -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.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline !important;
}
.btn:hover,
.btn-info:hover,
.btn:focus,
.btn-info:focus,
.btn .active,
.btn-info .active,
.btn:active,
.btn-info:active {
  text-decoration: none;
  background: none;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.disabled,
.btn-info.disabled {
  cursor: default !important;
  pointer-events: none;
  background: none;
}
.btn-info.active {
  background: none !important;
}
#filters li,
#sort li,
#grid-list li {
  margin-right: 10px;
}
#searchForm .btn.btn-primary {
  height: 32px;
}
.dropdown-toggle.btn {
  padding: 4px 10px;
  text-decoration: none !important;
  background: #fff;
  color: #000;
}
.dropdown-toggle .fa-cog {
  margin-left: 0;
}
.kmt-admin-wrap .fa {
  margin-left: 0;
}
/*Lists*/
ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}
.list1 li {
  padding: 4px 0;
}
.list1 li:before {
  content: "\f101";
  font: 12px FontAwesome;
  color: #fff;
  margin-right: 5px;
  margin-top: 1px;
}
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;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #000000;
  background: #ffffff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li a.pagenav:hover {
  background: #e08019;
  color: #ffffff;
}
.pagination ul li span.pagenav {
  background: #e08019;
  color: #ffffff;
}
.pagination ul .pagination-start span.pagenav,
.pagination ul .pagination-prev span.pagenav,
.pagination ul .pagination-next span.pagenav,
.pagination ul .pagination-end span.pagenav {
  color: #000000;
  background: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
}
/* Images */
.item_img,
.category_img {
  float: left;
  margin: 0 20px 18px 0;
  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: #e08019;
}
.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 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #111;
  border: 1px solid #313131;
  -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 =======================*/
/*======================= HEADER =======================*/
#header-row .container-fluid {
  position: relative;
}
#logo {
  position: absolute;
  top: 21px;
  left: -16px;
  z-index: 1001;
}
#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: #000000;
}
#navigation-row .container-fluid {
  position: relative;
}
.navigation ul.sf-menu {
  float: right;
  padding: 30px 0 26px 0;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 5px 0 46px;
}
.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: #e08019;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  -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;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #e08019;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li > ul {
  top: 3.2em;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #000000;
  padding: 12px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: 30px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0 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: none;
  color: #e08019;
}
.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: #e08019;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.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: 1.2em;
  padding-bottom: 1.2em;
  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: 3.2em;
  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: 1.2em;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  border-bottom: 2px solid #000000;
}
#showcase-row .row-container {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
#showcase-row .container-fluid,
#showcase-row .span12,
#showcase-row .row-fluid {
  width: 100%;
  padding: 0;
  margin: 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;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row {
  margin-left: 0;
}
/*======================= CONTENT =======================*/
#content-row {
  background: url(../images/bg1.jpg) right 0 no-repeat;
  padding-top: 179px;
  padding-bottom: 30px;
}
#content-row .moduletable,
#content-row #component section,
#content-row .page-item,
#content-row .page-search {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 100px;
}
#content-row .moduletable h1,
#content-row #component section h1,
#content-row .page-item h1,
#content-row .page-search h1,
#content-row .moduletable h2,
#content-row #component section h2,
#content-row .page-item h2,
#content-row .page-search h2,
#content-row .moduletable h3,
#content-row #component section h3,
#content-row .page-item h3,
#content-row .page-search h3 {
  position: relative;
  margin-top: -73px;
  left: -10px;
}
#content-row .blocks.moduletable {
  padding: 0;
  background: none;
  margin-top: -56px;
  margin-bottom: 50px;
}
#content-row .blocks .item {
  text-align: center;
  position: relative;
}
#content-row .blocks .icon {
  display: inline-block;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  width: 173px;
  height: 173px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 11px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content-row .blocks .icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#content-row .blocks .icon.active {
  background-color: #e08019;
  background-color: rgba(224, 128, 25, 0.8);
}
#content-row .blocks .icon.active span {
  opacity: 0;
}
#content-row .blocks p {
  padding-left: 50px;
  padding-right: 50px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#content-row .blocks .item_num0 .icon {
  background-image: url(../images/icon-1_active.png);
}
#content-row .blocks .item_num0 .icon span {
  background-image: url(../images/icon-1.png);
}
#content-row .blocks .item_num1 .icon {
  background-image: url(../images/icon-2_active.png);
}
#content-row .blocks .item_num1 .icon span {
  background-image: url(../images/icon-2.png);
}
#content-row .blocks .item_num2 .icon {
  background-image: url(../images/icon-3_active.png);
}
#content-row .blocks .item_num2 .icon span {
  background-image: url(../images/icon-3.png);
}
#content-row .blocks .item_num3 .icon {
  background-image: url(../images/icon-4_active.png);
}
#content-row .blocks .item_num3 .icon span {
  background-image: url(../images/icon-4.png);
}
#content-row .blocks .item_icons.btn-group.pull-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#content-row .about_us .item_img {
  margin-bottom: 0;
}
#content-row .hot.moduletable {
  padding-bottom: 16px;
}
#content-row .hot .item_img {
  float: none;
  margin-right: 0;
}
.item_fulltext h2 {
  display: none;
}
#content-row .page-item .kmt-form-area h3,
#content-row .page-item .kmt-comment-tools-wrap h3 {
  margin-top: 0;
  left: 0;
}
#Kunena {
  margin-bottom: 20px;
  margin-top: -73px;
}
.fa {
  margin-left: 10px;
}
.kmt-control-user .fa {
  margin-left: 0;
}
body #section-kmt .markItUpHeader {
  background-color: #ddd !important;
}
#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 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.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: 18px;
  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 18px 18px 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 ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.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: url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
  border-top: 2px solid #000000;
  padding-top: 35px;
  padding-bottom: 41px;
}
#mainbottom-row .container-fluid {
  overflow: hidden;
}
#mainbottom-row h1,
#mainbottom-row h2,
#mainbottom-row h3 {
  padding-bottom: 27px;
}
.staff .mod-newsflash-adv {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.staff .item_box {
  padding: 10px;
}
.staff .item_img {
  float: none;
  margin-right: 0;
}
.posts .item_content {
  padding: 10px;
  padding-bottom: 14px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.posts .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 16px;
}
.posts .caroufredsel_prev,
.posts .caroufredsel_next {
  top: -54px;
  background: url(../images/markers.png) right 0 no-repeat;
  width: 20px;
  height: 34px;
  right: 0;
  left: auto;
}
.posts .caroufredsel_prev span,
.posts .caroufredsel_next span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/markers_active.png) right 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.posts .caroufredsel_prev:hover span,
.posts .caroufredsel_next:hover span {
  opacity: 1;
}
.posts .caroufredsel_prev {
  background-position: 0 0;
  right: 30px;
}
.posts .caroufredsel_prev span {
  background-position: 0 0;
}
.posts .mod_caroufredsel {
  overflow: inherit;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding-top: 41px;
}
#bottom-row h3 {
  text-transform: uppercase;
  padding: 0 0 13px 0;
  margin-bottom: 19px;
  border-bottom: 1px solid #313131;
}
#bottom-row .moduletable {
  padding-bottom: 25px;
}
#bottom-row .navigation li {
  float: left;
  width: 50%;
  padding-bottom: 22px;
}
#bottom-row .navigation a {
  color: #ffffff;
}
#bottom-row .navigation a:hover {
  color: #e08019;
}
#bottom-row .navigation .active a {
  color: #e08019;
}
#bottom-row .contacts p {
  padding-bottom: 22px;
}
#bottom-row .contacts a {
  color: #ffffff;
}
#bottom-row .contacts a:hover {
  color: #e08019;
}
#bottom-row .testimon img {
  float: left;
  margin-right: 20px;
}
#bottom-row .testimon p {
  padding-bottom: 0;
}
#bottom-row .newsletter table.acymailing_form {
  margin: 0;
  width: 100%;
  float: left;
}
#bottom-row .newsletter .acymailing_module_form td {
  padding: 0;
}
#bottom-row .newsletter .acysubbuttons {
  text-align: left;
}
#bottom-row .newsletter input[type="text"] {
  margin-bottom: 12px;
  margin-top: 4px;
}
#bottom-row .newsletter .btn {
  font: 14px Tahoma, Geneva, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none !important;
  border: 4px solid #292929;
  background: #e08019;
  padding: 11px 36px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#bottom-row .newsletter .btn:hover {
  background: #000000;
}
/*======================= FOOTER =======================*/
#copyright-row {
  text-align: center;
}
.footer-logo {
  display: block;
  border-top: 1px solid #313131;
  padding: 22px 0 21px 0;
}
#copyright {
  padding-bottom: 43px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #e08019;
}
#Kunena td.kcol-first.kcol-ktopicreplies {
  margin-bottom: 0;
}
#Kunena .kprofilebox .kprofilebox-left,
#Kunena .kprofilebox .kprofilebox-right {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*===== 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);
}
.alert {
  margin-top: 20px;
}
