.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: #000000;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #da5607;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000000;
}
h2,
h3 {
  font-size: 32px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 22px;
}
h4 {
  color: #404040;
  font-size: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 17px;
}
h4 a {
  color: #da5607;
}
h4 a:hover {
  color: #000000;
}
.moduleTitle.left {
  text-align: left;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 18px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 15px;
  line-height: 22px;
  background: #ffffff;
  color: #5b5b5b;
  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: #da5607;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #da9c07;
  color: #ffffff;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #da9c07;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: none;
  color: #000000;
  text-shadow: none;
  border: none;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  padding: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #da5607;
  text-shadow: none;
  outline: none;
}
.input-append #jform_profile_dob_img {
  padding-top: 2px;
  padding-bottom: 2px;
}
#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: 22px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #5b5b5b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #5b5b5b;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #da5607;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #000000;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #000000;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 22px;
  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: #da5607;
}
.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 22px 11px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 11px 22px;
  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 {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
/*======================= HEADER =======================*/
#logo {
  padding-bottom: 37px;
}
#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: #ffffff;
}
.navigation {
  padding-bottom: 30px;
  padding-top: 26px;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0 0 0 36px;
  margin: 0;
  position: relative;
}
.navigation ul.sf-menu > li:before {
  content: url(../images/template/markermenu.png);
  left: 16px;
  position: absolute;
  top: -1px;
}
.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: #da5607;
}
.navigation ul.sf-menu > li:first-child {
  padding-left: 0 !important;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #000000;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #da5607;
}
.navigation ul.sf-menu > li:first-child:before {
  display: none;
}
.navigation ul.sf-menu li > ul {
  top: 27px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 120px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 122px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 122px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  padding: 0 18px;
}
.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: 15px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  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: #da5607;
}
.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: #da5607;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  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: 122px;
}
.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: 25px;
  padding-bottom: 25px;
  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: 27px;
  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: 120px;
  top: 25px;
}
.navigation .select-menu {
  padding: 0 4px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: url(../images/template/showcaseBg.jpg) center 0 no-repeat;
  background-size: cover;
  color: #cbc9c9;
}
#showcase-row .moduleTitle {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
}
.moduletable.show {
  padding-bottom: 13%;
}
.moduletable.show .moduleTitle {
  padding: 14% 10% 3%;
}
.moduletable.borderleft {
  border-left: 1px solid #f2f2f2;
  margin-left: 35px;
  margin-bottom: 44px;
  padding-left: 64px;
  padding-bottom: 22px;
}
.moduletable.borderleft .mod-newsflash-adv {
  margin-bottom: 0;
}
.mod-article-single.single .item__module {
  padding: 0 17%;
}
.mod-article-single.single .item__module .item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 6%;
}
.mod-article-single.single .mod-newsflash-adv_custom-link {
  padding-top: 50px;
}
.mod-article-single.single .mod-newsflash-adv_custom-link a {
  background: url(../images/template/mod-newsflash-adv_custom-link.png) 0 0 repeat;
  font-size: 20px;
  line-height: 22px;
  padding: 12px 34px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.single .mod-newsflash-adv_custom-link a:hover {
  background: #da5607;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 44px;
}
.mod-newsflash-adv.news .item_published {
  font-family: 'Roboto Slab', serif;
  color: #da5607;
  font-size: 21px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 11px;
}
.mod-newsflash-adv.news .item_title {
  display: inline;
}
.mod-newsflash-adv.blog .item {
  margin-bottom: 36px;
}
.mod-newsflash-adv.blog .item .item_content {
  border: 1px solid #eeeeee;
  overflow: hidden;
  padding: 10px;
}
.mod-newsflash-adv.blog .item .item_content .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.blog .item .item_content .item_title {
  font-size: 29px;
  line-height: 42px;
  margin-bottom: 0;
}
.mod-newsflash-adv.blog .item .item_content .item_published {
  color: #c8c8c8;
  display: inline-block;
  margin-bottom: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__type {
  margin-bottom: 44px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item {
  border-top: 1px dotted #e4e4e4;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item.item_num0 {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_img {
  margin-top: 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_title {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 11px;
}
.mod-newsflash-adv.drop .dropcap {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #da5607;
  color: #ffffff;
  text-shadow: none;
  display: inline-block;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 92px;
  width: 92px;
}
.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 =======================*/
#maintop-row {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 73px;
  padding-bottom: 28px;
}
#maintop-row .row-container .moduleTitle {
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 40px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 73px;
  padding-bottom: 28px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 44px;
}
.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 {
  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: 15px;
  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 ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 15px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0 0 22px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 13px 19px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #5b5b5b;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #da5607;
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  border-top: 1px solid #e4e4e4;
  padding-top: 73px;
  padding-bottom: 28px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #3a3a3a;
  color: #7b7979;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #3a3a3a;
  color: #7b7979;
  text-shadow: none;
}
#copyright {
  font-size: 13px;
  margin-bottom: 21px;
  padding-top: 25px;
}
#copyright a {
  color: #7b7979;
}
#copyright a:hover {
  color: white;
}
.map_wrapper .map {
  height: 385px !important;
}
