.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;
}
#wrapper {
  background: #f2f1f1;
  color: #777777;
  text-shadow: none;
  max-width :1200px;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #191919;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a8a8a8;
}
h3 {
  font-size: 43px;
  line-height: 49px;
  color: #191919;
  margin-bottom: 26px;
}
h4 {
  font-size: 19px;
  line-height: 20px;
  color: #191919;
  margin-bottom: 14px;
}
h6 {
  font-size: 13px;
  font-weight: normal;
}
h6 a {
  color: #777;
}
h6 a:hover {
  color: #191919;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 22px;
  background: #ffffff;
  color: #a8a8a8;
  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 {
  background: #ffffff;
  color: #191919;
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #191919;
  padding: 16px 43px 17px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #ffffff;
  color: #191919;
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #191919;
  padding: 16px 43px 17px;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}
.btn-info {
  background: #ffffff;
  color: #191919;
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #191919;
  padding: 16px 43px 17px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding: 0 9px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li {
  list-style: none;
  font-size: 19px;
  line-height: 20px;
  padding-bottom: 28px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a {
  color: #191919;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover {
  color: #777;
}
ul.text {
  margin: 0 0 20px;
}
ul.text li {
  font-size: 19px;
  font-weight: bold;
  color: #191919;
  list-style: none;
  padding-bottom: 8px;
}
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;
  padding-right: 9px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: #ffffff;
  color: #191919;
  text-shadow: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid #191919;
  padding: 16px 20px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #191919;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 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;
  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;
  color: #191919;
}
.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 30px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 30px;
  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);
}
.well .hero-unit {
  padding: 20px;
}
/*======================= TOP =======================*/
#top-row {
  background: #191919;
  color: #ffffff;
  text-shadow: none;
}
/*======================= HEADER =======================*/
#header-row {
  background: #ffffff;
  color: #aeaeae;
  text-shadow: none;
  padding-top: 46px;
  padding-bottom: 40px;
}
#logo {
  text-align: center;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #191919;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  border-right: 1px solid #474747;
  padding: 0;
  margin: 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: #7c7c7c;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 15px;
  line-height: 52px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: none;
  height: 52px;
  font-weight: bold;
  display: block;
  padding: 0 12px 2px 13px;
  -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: #7c7c7c;
}
.navigation ul.sf-menu > li:first-child {
  border-left: 1px solid #474747;
}
.navigation ul.sf-menu li > ul {
  top: 54px;
}
.navigation ul.sf-menu ul {
  width: 253px;
}
.navigation ul.sf-menu li li ul {
  top: 0px;
  left: 254px;
}
.navigation ul.sf-menu li li li ul {
  top: 0px;
  left: 254px;
}
.navigation ul.sf-menu ul {
  background: #191919;
  padding: 0px;
}
.navigation ul.sf-menu ul li {
  border-top: 1px dotted #565656;
  padding: 8px 16px;
}
.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: 13px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: none;
  display: inline-block;
  padding: 0px;
  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: #5e5e5e;
}
.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: #ffffff;
}
.navigation ul.sf-menu ul li:first-child {
  border: none;
}
.navigation ul.sf-menu ul li.parent {
  background: url(../images/template/sep.png) 95% center no-repeat;
}
.navigation ul.sf-menu.sf-vertical {
  width: 253px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 253px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 255px;
}
.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: 52px;
  padding-bottom: 52px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 54px;
  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: 253px;
  top: 52px;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 35px;
}
.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 .icons {
  overflow: hidden;
}
.mod-newsflash-adv .icons > i.fa {
  font-size: 36px;
  color: #191919;
  float: left;
  width: 52px;
}
.mod-newsflash-adv .icons .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.posts .pretext {
  font-size: 32px;
  font-weight: bold;
  line-height: 49px;
  color: #191919;
  margin-bottom: 40px;
  text-align: center;
}
.mod-newsflash-adv.posts .item {
  position: relative;
  overflow: hidden;
}
.mod-newsflash-adv.posts .item .item_img {
  margin: 0;
}
.mod-newsflash-adv.posts .item .item_content {
  position: absolute;
  left: 0;
  bottom: -179px;
  right: 0;
  padding: 0px 24px;
  min-height: 270px;
  -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.posts .item .item_content .item_title {
  font-size: 24px;
  line-height: 49px;
  margin-bottom: 20px;
  padding-top: 24px;
  -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.posts .item .item_content .readmore {
  padding: 15px 35px 15px;
  /*position: absolute;
  bottom: 39px;
  right: 87px;*/
  margin-top: 13px;
  -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.posts .item:hover .item_content {
  background: #000000;
  bottom: 0;
  padding: 0px 40px;
  min-height: 100%;
}
.mod-newsflash-adv.posts .item:hover .item_content .item_title {
  color: white;
  margin-bottom: 2px;
}
.mod-newsflash-adv.posts .item:hover .item_content .readmore {
  background: none;
  text-shadow: none;
  color: #ffffff;
  border-color: #ffffff;
}
.mod-newsflash-adv.posts .item:hover .item_content .readmore:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.mod-newsflash-adv.posts .mod-newsflash-adv_custom-link {
  padding-top: 11px;
  text-align: center;
}
.mod-newsflash-adv.posts .mod-newsflash-adv_custom-link .btn-info {
  background: none;
  border: none;
  color: #191919;
  padding: 0;
  text-decoration: underline !important;
}
.mod-newsflash-adv.posts .mod-newsflash-adv_custom-link .btn-info:hover {
  text-decoration: none !important;
}
/*======================= FEATURE =======================*/
#feature-row .row-container .mod-article-single .item_img {
  margin-bottom: 0;
}
#feature-row .row-container .mod-article-single .item_introtext {
  padding-top: 50px;
  padding-bottom: 25px;
  color:#333;
}
body.body__homepage #feature-row {
  background: url(../images/template/homepage-feature-bg.jpg) right no-repeat;
  background-size: 47%;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #ffffff;
  color: #333;
  text-shadow: none;
  padding-top: 77px;
  padding-bottom: 60px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 42px;
}
#content-row #content-top-row {
  padding-bottom: 59px;
}
aside .moduletable {
  margin-bottom: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.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 14px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd div {
  color: #777;
}
.item_info_dl dd span {
  color: #191919;
}
.item_info_dl dd a {
  color: #191919;
}
.item_info_dl dd a:hover {
  color: #777;
}
.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;
}
/*===== Services Page ======*/
.page-category__services {
  padding-bottom: 30px;
}
.page-category__services .category_desc {
  text-align: center;
}
.page-category__services .item {
  margin-bottom: 30px;
}
.page-category__services .item .item_img {
  margin-bottom: 0;
  position: relative;
}
.page-category__services .item .item_img div.img_caption {
  width: auto !important;
}
.page-category__services .item .item_img p.img_caption {
  font-size: 31px;
  line-height: 82px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 27px;
  color: #191919;
  text-align: left !important;
  font-weight: bold;
}
.page-category__services .item .item_title {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
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 .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
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 .item_more a {
  vertical-align: top;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: "";
}
blockquote p:after {
  content: "";
}
blockquote small {
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  color: #191919;
  margin-bottom: 4px;
}
blockquote small:before {
  content: "";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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 =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #ffffff;
  color: #777777;
  text-shadow: none;
  padding-top: 77px;
  padding-bottom: 30px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  font-size: 11px;
  line-height: 20px;
  padding-top: 70px;
  background: #191919;
  color: #a8a8a8;
  text-shadow: none;
}
ul.logo {
  padding-top: 70px;
  text-align: center;
}
ul.logo li {
  line-height: 20px;
  padding-bottom: 11px;
}
ul.logo li a {
  display: block;
}
ul.logo li a img {
  max-width: 100%;
}
ul.logo li a .image-title {
  font-size: 0;
  line-height: 0;
}
#copyright {
  color: #ffffff;
  text-align: center;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #ffc40d;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 27px;
  text-align: center;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 10px;
}
.social li a {
  display: inline-block;
  width: 68px;
  height: 68px;
  -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;
  background-color: #303030;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: white;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 31px/68px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  text-align: center;
}
.social li a:hover {
  background-color: #ffc40d;
  color: white;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 32px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 2px 9px;
}
.footer_menu a {
  color:#fff;
}
.footer_menu a:hover {
  color: #ffc40d;
}
.comm h3 {
  text-transform: capitalize;
  font-size: 27px;
  margin-bottom: 10px;
}
.item_fulltext h1 {
  text-transform: capitalize;
  font-size: 28px;
  color: #095f0b;
  margin-bottom: 0px;
  font-weight: 500;
}
.item_fulltext h2 {
  text-transform: capitalize;
  font-size: 27px;
  color: #095f0b;
  margin-bottom: 0px;
  font-weight: 500;
}
.item_fulltext h3 {
  text-transform: capitalize;
  font-size: 26px;
  color: #095f0b;
  margin-bottom: 0px;
  font-weight: 500;
}
.item_fulltext p {
  text-transform: initial;
  font-size: 14px;
  color: #333;
}
.item_fulltext ul li{
  color: #333;
}
.side_bar h3 {
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.side_office h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.item_fulltext img {
  float: right;
  padding: 5px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: solid 1px #eee!important;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.art h3, .home h3 {
  font-size: 37px;
}
.footer_l h1 {
  font-size: 27px;
  color: #fff;
}
.comm-head {
    background: url(/images/comm-head.jpg) 50% 50% no-repeat fixed;
    text-align: center;
    padding: 110px 0 90px;
    position: relative;
    background-size: cover;
}
.comm-head h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 25px 50px;
    margin: 0 auto;
}
div#feature-row {
  background: url(../images/template/homepage-feature-bg.jpg) right no-repeat;
  background-size: 48%;
}
@media (max-width: 767px) {
.comm-head {
  padding: 40px 0 42px;
}
.comm-head h1 {
  font-size: 32px;
  line-height: 41px
}
}
/*css for popup form*/

.modal-backdrop {

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 1040;

	background-color: #000;

}

.modal-backdrop.fade {

	opacity: 0;

}

.modal-backdrop,

.modal-backdrop.fade.in {

	opacity: 0.8;

	filter: alpha(opacity=80);

}

.modal-header {

	padding: 9px 15px;

	border-bottom: 1px solid #eee;

}

.modal-header .close {

	margin-top: 2px;

}

.modal-header h3 {

	margin: 0;

	line-height: 30px;

}
.modal-header h1 {
    font-size: 26px;
    text-transform: capitalize;
}
.modal-header h2 {
    font-size: 15px;
    text-transform: capitalize;
}
.modal-body {

	width: 98%;

	position: relative;

	overflow-y: auto;

	/*max-height: 400px;*/

	padding: 1%;

}


div.modal{display:none}

.modal-body iframe {

	width: 100%;

	max-height: none;

	border: 0 !important;

}

.modal-form {

	margin-bottom: 0;

}

div.modal {

	position: fixed;

	top: 5%;

	left: 50%;

	z-index: 1050;

	width: 80%;

	margin-left: -40%;

	background-color: #fff;

	border: 1px solid #999;

	border: 1px solid rgba(0,0,0,0.3);

	*border: 1px solid #999;

	-webkit-border-radius: 6px;

	-moz-border-radius: 6px;

	border-radius: 6px;

	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);

	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);

	box-shadow: 0 3px 7px rgba(0,0,0,0.3);

	-webkit-background-clip: padding-box;

	-moz-background-clip: padding-box;

	background-clip: padding-box;

	outline: none;

}

div.modal.fade {

	-webkit-transition: opacity .3s linear, top .3s ease-out;

	-moz-transition: opacity .3s linear, top .3s ease-out;

	-o-transition: opacity .3s linear, top .3s ease-out;

	transition: opacity .3s linear, top .3s ease-out;

	top: -25%;

}

div.modal.fade.in {

	top: 5%;

}

.span8.jshop_img_description > button {
    color: #009933;
    display: inline-block;
    border: 1px solid #cac9c9;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 4px 12px 4px;
    text-decoration: none;
    background-color: #fff;
}
.home_cats .item_introtext {
   /*display: grid;*/
   line-height: normal;
   margin-bottom: -30px; 
   color:#ddd;
}  
.col-test3 p{
  font-size: 16px;
  margin-top: 10px;
}
.col-test3 {
  float: left !important;
  width: 300px !important;
  text-align: center;
  margin-right: 20px;
}
.col-test3 img {
  float: none !important;
  margin-right: 10px !important;
  width: 250px;
  height: inherit; 
}
a.btn.btn-info.readmore.btn_pre {
   width: 70px;
   font-size: 13px;
   float: right;
    margin-top: 45px !important;
}

a.btn.btn-info.readmore.btn_new {
   width: 50px;
   float: left;
   font-size: 13px;
    margin-top: 45px !important;
}
@media (max-width: 767px) {


.mod-newsflash-adv.posts .item .item_content .readmore {
    padding: 10px 20px;
    position: inherit !important;
    bottom: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

	div.modal {

		position: absolute;

    top: 20px !important;

    left: 20px !important;

    right: 20px !important;

    width: auto!important;

    margin: 0 !important;

    height: auto !important;    padding-left: 20px !important;

	}

	div.modal.fade {

		top: -100px;

	}

	div.modal.fade.in {

		top: 20px;

	}

}

@media (max-width: 480px) {

	div.modal {

		top: 10px;

		left: 10px;

		right: 10px;

	}

}


a.tophight {
    color: #fff;
    display: block;
    cursor: text;
}
#comjshop_list_product > .sblock3 {
 clear: both;   
}
}