.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: #e7695b;
}
h1 {
  font-size: 100px;
  line-height: 174px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -6px;
  margin: 0;
}
h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 37px;
}
h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 9px;
}
h5 {
  font: inherit;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #928e92;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -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: #e7695b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover,
.btn-small:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #39313c;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 48px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-info:hover {
  background: #39313c;
  color: #ffffff;
}
.btn-info:focus,
.btn-info:active {
  background: #e7695b;
  color: #ffffff;
  text-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #39313c;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 30px;
  line-height: 30px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 0px;
}
.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: 0 20px 10px 0;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 18px;
  text-transform: none;
  color: #e7695b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: none !important;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #e7695b;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #e7695b;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #e7695b;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 23px;
  position: relative;
}
.lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/loader.gif) 50% 50% no-repeat;
}
.lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #281f2b;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item_img a:hover:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !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 30px 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: #1a141c;
  border: 1px solid #000;
  -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;
}
body {
  font-weight: 300;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #fff;
}
#logo {
  padding-top: 13px;
}
#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%;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 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 {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu > li + li {
  margin-left: 43px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 17px;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #281f2b;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 39px 0 36px;
  border-bottom: 5px solid transparent;
  -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 {
  border-bottom: 5px solid #281f2b;
}
.navigation ul.sf-menu li > ul {
  top: 100%;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 170px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -24px;
  left: 170px;
}
.navigation ul.sf-menu ul {
  background: #281f2b;
  padding: 24px 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: 17px;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  display: block;
  padding: 5px 23px;
  font-weight: 500;
  text-transform: uppercase;
  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 {
  color: #e7695b;
}
.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 {
  color: #e7695b;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 170px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 170px;
  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: 172px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 22px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 170px;
  top: 20px;
}
.select-menu {
  background: #fff;
  color: #333;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= 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;
}
#camera-slideshow_92 {
  margin-bottom: 0 !important;
  overflow: hidden;
}
#camera-slideshow_92 .camera_target_content {
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}
#camera-slideshow_92 .camera_target_content .camera_caption {
  top: 0;
  bottom: 10%;
  font-size: 0;
  line-height: 0;
}
#camera-slideshow_92 .camera_target_content .camera_caption:before {
  height: 100%;
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
#camera-slideshow_92 .camera_target_content .camera_caption > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  letter-spacing: -1px;
}
#camera-slideshow_92 .camera_pag {
  position: absolute;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
  bottom: 120px;
  font-size: 0;
  line-height: 0;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul {
  text-align: left;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li {
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li.cameracurrent,
#camera-slideshow_92 .camera_pag .camera_pag_ul li:hover {
  background: #e7695b;
}
#camera-slideshow_92 .camera_pag .camera_pag_ul li span {
  display: none;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 0 0 97px;
}
.top_blocks {
  margin-top: -79px;
  float: none !important;
  z-index: 98;
  position: relative;
}
.top_blocks .item_module {
  padding: 20px;
  background: #281f2b;
}
.top_blocks .item_title {
  border-bottom: 1px solid #362e39;
  padding: 0 0 11px;
  margin-bottom: 15px;
}
.top_blocks .item_introtext {
  padding-bottom: 3px;
}
.why_us {
  padding-top: 77px;
}
.why_us .item {
  text-align: center;
}
.why_us .item .dropcap {
  width: 106px;
  display: inline-block;
  line-height: 106px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 5px solid #e7695b;
  color: #e7695b;
  font-size: 66px;
  font-weight: 500;
  margin-bottom: 22px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  overflow: hidden;
  padding-top: 108px;
  padding-bottom: 108px;
}
.body__home #maintop-row {
  background: url(../images/bg_1.jpg) no-repeat 50% 0;
}
.body__about #maintop-row {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../images/bg_2.jpg) no-repeat 50% 0;
}
.parallax * {
  letter-spacing: 1000px;
  white-space: nowrap;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: skew(-90deg, 0);
  -moz-transform: skew(-90deg, 0);
  -ms-transform: skewX(-90deg) skewY(0);
  -o-transform: skew(-90deg, 0);
  transform: skew(-90deg, 0);
  -webkit-backface-visibility: hidden;
}
.visible .parallax * {
  letter-spacing: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: skew(0, 0);
  -moz-transform: skew(0, 0);
  -ms-transform: skewX(0) skewY(0);
  -o-transform: skew(0, 0);
  transform: skew(0, 0);
  -webkit-backface-visibility: hidden;
}
.mod-custom__parallax {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}
.advantages .item_img {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
}
.advantages h4 {
  margin-bottom: 0;
}
.advantages .item_introtext a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advantages .item_introtext a:hover {
  color: #ffffff;
}
.advantages .item_content {
  overflow: hidden;
}
.fresh_articles h4 {
  margin-bottom: 0;
}
.fresh_articles .item_introtext a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fresh_articles .item_introtext a:hover {
  color: #ffffff;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 77px 0 109px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0;
}
.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: 0px;
  display: block;
  line-height: 0;
  margin-left: -30px;
}
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: 13px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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: 25%;
}
ul#filters li,
ul#sort li {
  margin-bottom: 5px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  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;
}
.page-category__news .item,
.page-item__news .item {
  margin-bottom: 36px;
}
.page-category__news .item_published,
.page-item__news .item_published {
  color: #e7695b;
  font-size: 18px;
}
/*===== Blog Page ======*/
.page-blog .item_published,
.page-item__blog .item_published {
  float: left;
  text-align: center;
  color: #fff;
  background: #e7695b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
  width: 70px;
  line-height: 30px;
  padding: 12px 0 8px;
}
.page-blog .item_published span,
.page-item__blog .item_published span {
  font-size: 38px;
  display: block;
}
.page-blog .item_info_dl,
.page-item__blog .item_info_dl {
  text-transform: lowercase;
  color: #524b54;
  margin-bottom: 10px;
}
.page-blog .item_info_dl a,
.page-item__blog .item_info_dl a {
  color: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-blog .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover {
  color: #fff;
}
.page-blog dd + dd:before,
.page-item__blog dd + dd:before {
  content: '|';
  padding: 0 8px;
}
.page-blog .item,
.page-item__blog .item {
  margin-bottom: 36px;
}
.page-blog .item_content,
.page-item__blog .item_content {
  overflow: hidden;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
.gallery .item {
  margin-bottom: 23px;
}
.blog .img-intro__left {
  max-width: 28%;
}
.blog .hellip {
  display: none;
}
.blog .item_published {
  color: #e7695b;
  font-size: 18px;
}
.blog .readmore {
  color: #e7695b;
}
.blog .readmore:hover {
  color: #ffffff;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
  list-style: none;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  font-size: 15px;
  padding: 0 0 10px 25px;
  position: relative;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  content: '\f0da';
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  color: #e7695b;
  font-size: 18px;
  line-height: 18px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none;
  color: inherit;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #e7695b;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.recent_events img {
  background: #281f2b;
}
.recent_events .hellip {
  display: none;
}
.recent_events .readmore {
  color: #e7695b;
}
.recent_events .readmore:hover {
  color: #ffffff;
}
.recent_events .item_published {
  color: #e7695b;
  font-size: 18px;
}
.recent_events .item_content {
  overflow: hidden;
}
.recent_events .item {
  margin-bottom: 30px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 61px 0 53px;
}
#copyright {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
#copyright .year:after {
  content: '•';
  padding: 0 0 0 4px;
}
#copyright .footer_logo {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
}
#footer-wrapper {
  background: #e7695b;
  color: #fff;
}
#footer-wrapper a:hover {
  color: #281f2b;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li + li {
  margin: 0 0 0 9px;
}
.social li a {
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social li a:hover {
  background: #fff;
  color: #e7695b !important;
}
.moduletable.about {
  padding-top: 10px;
  float: right;
}
.moduletable.about h3 {
  margin-bottom: 33px;
}
