.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;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 41px;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  color: #131716;
  line-height: 37px;
}
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color:#000;
}
h5 {
  font-size: 14px;
  color: #818181;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  padding-bottom:10px;
}
h6 {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #131716;
}
h6.new {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff0000;
  line-height: 12px;
  padding: 0 8px 2px;
  display: inline-block;
}
p {
  margin: 0;
  padding-bottom: 15px;
}
.icons-marker {
  font-size: 18px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 15px;
  line-height: 18px;
  background: #ffffff;
  color: #818181;
  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;
}
.btn:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-primary {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ff5500;
  border-bottom-color: #ff5500;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
}
.btn-info:hover {
  color: #000000;
}
.readmore {
  background: #ff0000;
  border: none;
  padding: 0;
  border-radius: 3px;
}
.readmore span {
  text-transform: uppercase;
  height: 29px;
  display: block;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 29px;
  padding: 0 26px;
  float: left;
}
.readmore span:after {
  content: url(../images/but_arr.png);
  width: 10px;
  height: 10px;
  margin: 0 0 0 6px;
}
.readmore:hover,
.readmore:active,
.readmore:focus,
.readmore.active,
.readmore.disabled {
  background: #fc894a;
  box-shadow: none;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  font-size: 12px;
  color: #a3a3a3;
  margin: 0 0 70px;
}
.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;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: 0 15px 0 0;
}
.pagination ul li span.pagenav {
  color: #a3a3a3;
}
.pagination ul li a.pagenav {
  color: #a3a3a3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination ul li a.pagenav:hover {
  background: #d6d5d5;
  color: #ffffff;
}
.pagination ul li.num span.pagenav {
  color: #818181;
}
.pagination .pull-right {
  float: left;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 15px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.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);
}
.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*======================= TOP =======================*/
#top-row {
  background: url(../images/top_bg.png) repeat-x;
}
#logo {
  width: 400px;
  float: left;
}
.chat {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  margin: 20px 0 0 0px;
  float: left;
}
.chat img {
  float: left;
  margin: 5px 0 0 -2px;
}
.chat a {
  text-transform: uppercase;
  font-weight: bold;
}
.chat p {
  line-height: 12px;
  margin-left: 29px;
}
/*======================= HEADER =======================*/
#header-row {
  padding: 19px 0 0;
}
#header-row .row-container .row-fluid .span4 {
  width: 77%;
}
.navbar-search {
  margin: 8px 0 0;
  padding: 0 0 0 30px;
}
.navbar-search.span3 {
  width: 252px;
}
.navbar-search.span3 {
  float: right;
}
.navbar-search.span3 .mod-search__navbar-search {
  margin: -4px 0 0;
  border: 1px solid #d9d9d9;
}
.navbar-search.span3 #searchword {
  border: none;
  box-shadow: none;
  margin-top: 0;
  width: 182px;
  height: 32px;
}
.navbar-search.span3 .buttonnavbar-search {
  margin-top: 0;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/feature_bg.png) repeat-x bottom #eaf8f8;
  min-height: 8px;
  margin: 28px 0 0;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 {
  width: 20%;
  margin: 0;
  background: url(../images/headimgbg.jpg) no-repeat left bottom #292625;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5.item_num0 {
  background: #1a1716;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_img {
  margin: 0;
  background: #eaf8f8;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 27px 26px 20px;
  position: relative;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content h3 {
  line-height: 26px;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content h3 a {
  color: #ffffff;
  font-size: 22px;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content h3 a:hover {
  color: #fc894a;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content .item_introtext {
  line-height: 16px;
}
#navigation-row .row-container .row-fluid .mainservices .mod-newsflash-adv__mainservices .row-fluid .itemSpan5 .item_content .item_introtext h6.new {
  position: absolute;
  top: 15px;
  right: 0;
}
.select-menu {
  display: none;
}
.navigation {
  margin: 16px 0 0;
}
.navigation.span6 {
  float: right;
  width: auto;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 2px 0 0;
  height: 36px;
}
.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:focus > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span,
.navigation ul.sf-menu > li:focus > span {
  color: #ffffff;
  background: none;
}
.navigation ul.sf-menu > li.firstItem > a,
.navigation ul.sf-menu > li.firstItem > span {
  margin: 0;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 17px;
  line-height: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #9c9b9b;
  height: 36px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #ffffff;
}
.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:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 38px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
}
.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: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.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 {
  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: 36px;
  padding-bottom: 36px;
  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: 38px;
  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: 36px;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 51px 0 41px;
  border-bottom: 1px solid #e9e8e8;
}
#showcase-row .row-fluid .services.span12 {
  margin: 24px 0 0;
}
#showcase-row .row-fluid .services .item_introtext {
  margin: 0 0 10px;
}
.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 =======================*/
#feature-row {
  border-bottom: 1px solid #e9e8e8;
  padding: 15px 0 37px;
}
#feature-row .mod_caroufredsel {
  margin: 30px 0 0;
}
#feature-row .mod_caroufredsel .list_carousel {
  width: 1141px;
  margin: 0 0 0 -13px;
}
#feature-row .mod_caroufredsel .list_carousel li {
  padding: 0 18px 0 13px;
}
#feature-row .mod_caroufredsel .list_carousel li .item_content .item_img {
  position: relative;
  margin-bottom: 17px;
}
#feature-row .mod_caroufredsel .list_carousel li .item_content .item_img h5.item_title {
  position: absolute;
  background: url(../images/titlebg.png);
  z-index: 2;
  bottom: 0;
  width: 100%;
}
#feature-row .mod_caroufredsel .list_carousel li .item_content .item_img h5.item_title a {
  color: #ffffff;
  background: url(../images/but_arr2.png) no-repeat right 1px;
  padding: 0 17px 0 0;
  margin: 16px 15px 13px;
  display: inline-block;
}
#feature-row .mod_caroufredsel .list_carousel li .item_content .item_img h5.item_title a:hover {
  color: #fc894a;
  background: url(../images/but_arr2.png) no-repeat right -29px;
}
#feature-row .mod_caroufredsel .list_carousel li .item_content p {
  line-height: 24px;
}
#feature-row .mod_caroufredsel .caroufredsel_prev,
#feature-row .mod_caroufredsel .caroufredsel_next {
  top: -31px;
  width: 12px;
  height: 17px;
  cursor: pointer;
}
#feature-row .mod_caroufredsel .caroufredsel_prev span,
#feature-row .mod_caroufredsel .caroufredsel_next span {
  text-indent: -9999px;
  font-size: 0;
}
#feature-row .mod_caroufredsel .caroufredsel_prev {
  background: url(../images/slidearr.png) no-repeat;
  left: auto;
  right: 31px;
}
#feature-row .mod_caroufredsel .caroufredsel_prev:hover {
  background: url(../images/slidearr.png) no-repeat 0 -17px;
}
#feature-row .mod_caroufredsel .caroufredsel_next {
  background: url(../images/slidearr.png) no-repeat right 0;
  right: 13px;
}
#feature-row .mod_caroufredsel .caroufredsel_next:hover {
  background: url(../images/slidearr.png) no-repeat right -17px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  border-bottom: 1px solid #e9e8e8;
  padding: 16px 0 59px;
}
#maintop-row .mod-custom__dressup {
  margin: 41px 0 0;
  font-size: 12px;
  font-style: italic;
  color: #131716;
}
#maintop-row .room {
  margin-top: 27px;
}
#maintop-row .room h3.moduleTitle {
  margin: 0 0 12px;
}
#maintop-row .room .mod-custom__room ul {
  list-style: none;
  margin: 0;
}
#maintop-row .room .mod-custom__room ul li {
  margin: 0;
  border-top: 1px solid #e9e8e8;
  background: url(../images/li_arr.png) no-repeat 5px 12px;
  font-size: 12px;
  padding: 7px 0 5px 24px;
}
#maintop-row .room .mod-custom__room ul li.lastItem {
  border-bottom: 1px solid #e9e8e8;
}
#maintop-row .room .mod-custom__room ul li a {
  color: #818181;
}
#maintop-row .room .mod-custom__room ul li a:hover {
  color: #fc894a;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.body__home #content-row {
  padding: 0;
}
.body__home #content-row .page-item {
  padding: 29px 0 32px;
}
#content-row {
  padding: 29px 0 32px;
}
#content-row .page_header {
  margin: 0 0 30px;
}
#content-row .img-intro__left,
#content-row .img-full__left {
  margin: 0 36px 9px 0;
}
#content-row .item_introtext {
  margin: 20px 0 0;
}
#content-row .page-archive .item_info {
  margin: 0 0 20px;
}
#content-row ul.rightlist {
  list-style: none;
  margin: 8px 0 0 436px;
}
#content-row ul.rightlist li {
  margin: 0;
  border-top: 1px solid #e9e8e8;
  background: url(../images/li_arr.png) no-repeat 5px 12px;
  padding: 7px 0 5px 24px;
  font-size: 12px;
}
#content-row ul.rightlist li.lastItem {
  border-bottom: none;
}
#content-row ul.rightlist li a {
  color: #818181;
}
#content-row ul.rightlist li a:hover {
  color: #fc894a;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== Gallery Page ======*/
#content-row ul.gallery {
  margin: 0 0 0 -1%;
}
#content-row ul.gallery .gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
  list-style: none;
  margin: 0 0 15px 0;
}
#content-row ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
#content-row ul.gallery .gallery-item .item_introtext {
  line-height: 24px;
  margin: 10px 0 0;
}
#content-row ul.gallery .gallery-item.straightDown {
  float: none;
}
#content-row ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.moduletable ul.categories-module,
.moduletable .archive-module {
  list-style: none;
  margin: 30px 0 0;
}
.moduletable ul.categories-module li,
.moduletable .archive-module li {
  margin: 0;
  border-top: 1px solid #e9e8e8;
  background: url(../images/li_arr.png) no-repeat 5px 12px;
  font-size: 12px;
  padding: 7px 0 6px 24px;
}
.moduletable ul.categories-module li h5,
.moduletable .archive-module li h5 {
  font-size: 12px;
  text-transform: none;
  line-height: 16px;
}
.moduletable ul.categories-module li a,
.moduletable .archive-module li a {
  color: #818181;
}
.moduletable ul.categories-module li a:hover,
.moduletable .archive-module li a:hover {
  color: #fc894a;
}
#aside-right .moduletable {
  margin: 0 0 80px;
}
/*===== 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;
}
.addthis_toolbox {
  padding-top: 15px;
}
.item_info dd {
  margin: 0;
}
.item_info_dl {
  color: #818181;
  font-size: 11px;
  margin-bottom: 0;
}
.item_info_dl .item_published {
  float: left;
  background: url(../images/calendar.png) no-repeat 0 1px;
  padding: 0 0 0 29px;
  margin: 0 29px 0 0;
}
.item_info_dl .item_createdby {
  background: url(../images/user.png) no-repeat;
  padding: 0 0 0 25px;
  display: inline-block;
}
#content-row .page-blog .item_introtext {
  margin: 10px 0 0;
}
.page-blog {
  padding: 0 13% 0 0;
}
.page-blog .items-row {
  margin: 0 0 40px;
}
.page-item {
  padding: 0 13% 0 0;
}
.page-item .item_info_dl {
  margin-bottom: 20px;
}
.page-item .item_fulltext ul,
.page-item .item_fulltext ol {
  margin: 0 0 9px 20px;
  list-style-position: inside;
}
.page-contact .contact_details_item .icons-marker {
  line-height: 26px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 49px 0 40px;
}
#mainbottom-row .recentnews,
#mainbottom-row .latestposts {
  position: relative;
}
#mainbottom-row .recentnews .pretext,
#mainbottom-row .latestposts .pretext {
  text-transform: uppercase;
  font-size: 12px;
  color: #818181;
  font-weight: normal;
  line-height: 14px;
  position: absolute;
  top: -33px;
  font-family: 'Open Sans', sans-serif;
}
#mainbottom-row .recentnews .item,
#mainbottom-row .latestposts .item {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 17px;
  margin: 0 0 2px;
}
#mainbottom-row .recentnews .item .item_content,
#mainbottom-row .latestposts .item .item_content,
#mainbottom-row .recentnews .item .img-intro,
#mainbottom-row .latestposts .item .img-intro {
  padding: 16px 0 0;
  margin-bottom: 0;
}
#mainbottom-row .recentnews .item .item_content h6.item_title__recentnews,
#mainbottom-row .latestposts .item .item_content h6.item_title__recentnews,
#mainbottom-row .recentnews .item .img-intro h6.item_title__recentnews,
#mainbottom-row .latestposts .item .img-intro h6.item_title__recentnews,
#mainbottom-row .recentnews .item .item_content h6.item_title__latestposts,
#mainbottom-row .latestposts .item .item_content h6.item_title__latestposts,
#mainbottom-row .recentnews .item .img-intro h6.item_title__latestposts,
#mainbottom-row .latestposts .item .img-intro h6.item_title__latestposts {
  font-style: italic;
  line-height: 18px;
  margin: 0;
}
#mainbottom-row .recentnews .item .item_content h6.item_title__recentnews a,
#mainbottom-row .latestposts .item .item_content h6.item_title__recentnews a,
#mainbottom-row .recentnews .item .img-intro h6.item_title__recentnews a,
#mainbottom-row .latestposts .item .img-intro h6.item_title__recentnews a,
#mainbottom-row .recentnews .item .item_content h6.item_title__latestposts a,
#mainbottom-row .latestposts .item .item_content h6.item_title__latestposts a,
#mainbottom-row .recentnews .item .img-intro h6.item_title__latestposts a,
#mainbottom-row .latestposts .item .img-intro h6.item_title__latestposts a {
  color: #131716;
}
#mainbottom-row .recentnews .item .item_content h6.item_title__recentnews a:hover,
#mainbottom-row .latestposts .item .item_content h6.item_title__recentnews a:hover,
#mainbottom-row .recentnews .item .img-intro h6.item_title__recentnews a:hover,
#mainbottom-row .latestposts .item .img-intro h6.item_title__recentnews a:hover,
#mainbottom-row .recentnews .item .item_content h6.item_title__latestposts a:hover,
#mainbottom-row .latestposts .item .item_content h6.item_title__latestposts a:hover,
#mainbottom-row .recentnews .item .img-intro h6.item_title__latestposts a:hover,
#mainbottom-row .latestposts .item .img-intro h6.item_title__latestposts a:hover {
  color: #fc894a;
}
#mainbottom-row .recentnews .item .item_content .item_introtext,
#mainbottom-row .latestposts .item .item_content .item_introtext,
#mainbottom-row .recentnews .item .img-intro .item_introtext,
#mainbottom-row .latestposts .item .img-intro .item_introtext {
  color: #131716;
  font-style: italic;
  font-size: 12px;
}
#mainbottom-row .recentnews .item .item_content .item_introtext p,
#mainbottom-row .latestposts .item .item_content .item_introtext p,
#mainbottom-row .recentnews .item .img-intro .item_introtext p,
#mainbottom-row .latestposts .item .img-intro .item_introtext p {
  padding: 0;
  line-height: 18px;
}
#mainbottom-row .recentnews .item .item_content .item_published,
#mainbottom-row .latestposts .item .item_content .item_published,
#mainbottom-row .recentnews .item .img-intro .item_published,
#mainbottom-row .latestposts .item .img-intro .item_published {
  font-size: 11px;
  color: #818181;
  line-height: 18px;
}
#mainbottom-row .recentnews .item.lastItem,
#mainbottom-row .latestposts .item.lastItem {
  border-bottom: 0;
}
#mainbottom-row .latestposts .item_content {
  margin: 0 0 0 85px;
}
.tabs {
  margin: 9px 0 0;
}
.tabs .tabs-nav {
  margin: 0;
  list-style: none;
}
.tabs .tabs-nav li {
  float: left;
  background: #c2c2c2;
  margin: 1px 1px -1px 0;
}
.tabs .tabs-nav li a {
  text-transform: uppercase;
  font-weight: 300;
  color: #131716;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  padding: 12px 0 9px;
  width: 173px;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.tabs .tabs-nav li a:hover {
  background: #eceaea;
}
.tabs .tabs-nav li.lastItem {
  background: #e0e0e0;
}
.tabs .tabs-nav li.selected {
  background: #ffffff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.tabs .tabs-nav li.selected a {
  width: 171px;
  padding: 11px 0 10px;
}
.tabs .tabs-nav li.selected a:hover {
  background: #ffffff;
  cursor: default;
}
.tabs .tab_container {
  clear: both;
  border: 1px solid #eaeaea;
  font-size: 12px;
  line-height: 18px;
  padding: 33px 31px 17px;
}
.tabs .tab_container .img-intro {
  width: 122px;
  margin: 3px 0 0;
}
.tabs .tab_container .item_content {
  margin: 0 0 0 147px;
}
.tabs .tab_container h6 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 19px;
}
.tabs .tab_container .readmore {
  margin: 6px 0 0;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  border-top: 1px solid #e9e8e8;
  padding: 49px 0 39px;
}
#bottom-row .related {
  float: right;
}
#bottom-row .related .mod-newsflash-adv__related {
  margin: 31px 0 0;
}
#bottom-row .related .mod-newsflash-adv__related .row-fluid {
  width: 540px;
}
#bottom-row .related .mod-newsflash-adv__related .row-fluid .itemSpan2 {
  width: 252px;
  margin: 0 0 19px;
}
#bottom-row .related .mod-newsflash-adv__related .row-fluid .itemSpan2.item_num0,
#bottom-row .related .mod-newsflash-adv__related .row-fluid .itemSpan2.item_num2 {
  margin-right: 36px;
}
#bottom-row .related .mod-newsflash-adv__related .img-intro {
  margin-bottom: 18px;
}
#bottom-row .related .mod-newsflash-adv__related .item_introtext {
  margin: 11px 0 0;
}
#bottom-row .mod-article-single__delivery {
  margin: 31px 0 0;
}
#bottom-row .mod-article-single__delivery .img-intro {
  margin-bottom: 18px;
}
#bottom-row .mod-article-single__delivery .item_introtext {
  margin: 20px 0 0;
}
#bottom-row .mod-article-single__delivery .item_introtext p {
  padding-bottom: 6px;
}
#bottom-row ol {
  margin: 0 0 22px 16px;
}
#bottom-row ol li {
  font-style: italic;
  color: #131716;
  font-size: 12px;
  line-height: 24px;
}
/*======================= FOOTER =======================*/
#footer-row h4.moduleTitle {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #131716;
}
#footer-row .moduletable {
  font-size: 12px;
  color: #898989;
}
#footer-row .moduletable .mod-custom,
#footer-row .moduletable .mod-menu {
  margin: 27px 0 0;
}
#footer-row .moduletable .mod-custom p,
#footer-row .moduletable .mod-menu p {
  padding: 0;
}
#footer-row .moduletable .mod-custom li,
#footer-row .moduletable .mod-menu li {
  line-height: 24px;
}
#footer-row .moduletable .mod-custom li a,
#footer-row .moduletable .mod-menu li a {
  display: inline;
}
#footer-row .moduletable .mod-custom li a:hover,
#footer-row .moduletable .mod-menu li a:hover {
  background: none;
}
#footer-row .moduletable a {
  color: #898989;
}
#footer-row .moduletable a:hover {
  color: #fc894a;
}
#footer-row .contacts .contacts p span.cont_title {
  width: 75px;
  display: inline-block;
  text-align: left;
}
#footer-row .visitus a {
  text-decoration: underline;
}
#footer-row .visitus a:hover {
  text-decoration: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/footerbg.gif) repeat-x;
  padding: 0 0 16px;
}
#footer-wrapper .footer-wrapper-inner {
  padding: 56px 0;
}
.body__home #footer-wrapper .footer-wrapper-inner .mod-footer {
  margin: 40px 0 0;
}
.mod-footer {
  font-size: 12px;
  color: #131716;
  margin: 22px 0 0;
}
/*===== Social Media ======*/
.mod-menu__social {
  margin: 27px 0 0;
}
.mod-menu__social .social {
  text-align: left;
  margin: 0;
}
.mod-menu__social .social li {
  margin: 0 16px 0 0;
}
.mod-menu__social .social li a {
  height: 22px;
  line-height: 24px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-menu__social .social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.motto { }

.contact_misc h4 { display:none; }

.contacts h4 { font-size:12px !important;}
.visitus h4 { font-size:12px !important;}

.contact-form .bn-form-header {
  display: none !important;
}
.contact-form form+p {
  display: none !important;
}
.contact-form .bn-label {
  width: 15% !important;
}
.contact-form .bn-form-submit {
  text-align: right;
}
.contact-form .bn-form-legend, .contact-form .bn-form-legend div {
  color: #a28a64 !important;	 
}
.contact-form .bn-thankyou-msg p {
  display: block !important;
}