.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: #eb5255;
}
h2,
h3 {
  font: 21px/36px arial;
  color: white;
  padding: 0 0 18px;
  margin: 0;
  text-transform: uppercase;
  color: #eb5255;
}
h2 .item_title_part0,
h3 .item_title_part0 {
  color: white;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 19px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 19px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 19px;
  background: #ffffff;
  color: #767676;
  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-primary {
  background: #eb5255;
  color: #fbe1e1;
  text-shadow: none;
  border: 1px solid #343434;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-transform: uppercase;
  padding: 0 12px;
  height: 31px;
  font-size: 14px;
}
.btn-primary:hover {
  background: white;
  color: #767676;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #eb5255;
  color: #fbe1e1;
  text-shadow: none;
  border: 1px solid #343434;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-transform: uppercase;
  padding: 0 12px;
  height: 31px;
  font-size: 14px;
}
.btn-info span {
  line-height: 30px;
}
.btn-info:hover {
  background: white;
  color: #767676;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.item-list,
.nav.menu {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.item-list li,
.nav.menu li {
  background: url(../images/template/marker.png) 0 7px no-repeat;
  list-style: none;
  padding: 0 0 17px 13px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.item-list li a,
.nav.menu li a {
  /*color: #848484;*/

  text-transform: uppercase;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.item-list li a:hover,
.nav.menu li a:hover {
  color: white;
}
ul.item_list li.parent,
.categories-module li.parent,
.archive-module li.parent,
.unstyled li.parent,
.item-list li.parent,
.nav.menu li.parent {
  padding-bottom: 0;
}
ul.item_list li ul,
.categories-module li ul,
.archive-module li ul,
.unstyled li ul,
.item-list li ul,
.nav.menu li ul {
  padding: 19px 0 0;
  margin: 0;
}
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;
  margin-right: 6px;
}
.pagination ul li .pagenav {
  font: 12px/30px arial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: #eb5255;
  color: #fbe1e1;
  border: 1px solid #343434;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-transform: uppercase;
  padding: 0 12px;
  height: 30px;
}
.pagination ul li a.pagenav:hover {
  background: white;
  color: #767676;
}
.pagination ul li.num span.pagenav {
  background: white;
  color: #767676;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 23px;
  font-size: 0;
  line-height: 0;
}
.item_img a,
.category_img a {
  display: inline-block;
}
.item_img img,
.category_img img {
  border: 7px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 36px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 36px 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);
}
.well .mod-search__search-block form {
  display: inline-block;
  float: none;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #161616;
  padding-top: 34px;
}
#header-row .row-container .moduletable {
  margin-bottom: 20px;
}
#logo {
  margin-bottom: 14px;
  font-size: 0;
  line-height: 0;
}
#logo a {
  display: inline-block;
}
.mod-search__search-block {
  padding: 13px 0 0;
  overflow: hidden;
}
.mod-search__search-block form {
  position: relative;
  float: right;
}
.mod-search__search-block form label {
  display: none;
}
.mod-search__search-block form #searchword {
  margin: 0;
  padding: 4px 30px 5px 13px;
  color: #b7b7b7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #282828;
  background: white;
  min-width: 222px;
  height: 28px;
}
.mod-search__search-block form .icon-search {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 11px;
  color: #ababab;
  font-size: 12px;
}
.mod-search__search-block form .icon-search:hover {
  color: #eb5255;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/template/navigation.gif) 0 0 repeat-x #131313;
  border-bottom: 2px solid #232323;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  padding-right: 20px;
  /*SubMenu Styles*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) right center no-repeat;
  padding: 0;
  margin: 0 0 0 -1px;
  -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.active,
.navigation ul.sf-menu > li.sfHover,
.navigation ul.sf-menu > li.current,
.navigation ul.sf-menu > li:hover {
  background: url(../images/template/separator.gif) right center no-repeat;
}
.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:hover > 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:hover > span {
  background: black;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font: 14px/54px arial;
  height: 53px;
  display: block;
  padding: 0 37px;
  color: #b8b8b8;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: black;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0;
}
.navigation ul.sf-menu > li:first-child:before {
  background: url(../images/template/separator.gif) 0 center no-repeat;
  content: '';
  display: block;
  width: 1px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 58px;
  background: black;
}
.navigation ul.sf-menu ul {
  width: 121px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -13px;
  left: 124px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -13px;
  left: 124px;
}
.navigation ul.sf-menu ul {
  background: #222222;
  border: 1px solid #222222;
  padding: 13px 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: 11px/32px arial;
  color: #b1b1b1;
  display: block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -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: white;
}
.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: white;
}
.navigation ul.sf-menu.sf-vertical {
  width: 121px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 121px;
  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: 123px;
}
.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: 38px;
  padding-bottom: 38px;
  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: 40px;
  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: 121px;
  top: 38px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 21px 0 19px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row {
  padding: 43px 0 30px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
#aside-right .moduletable .moduleTitle,
#aside-left .moduletable .moduleTitle {
  color: #eb5255;
}
#aside-right .moduletable .moduleTitle .item_title_part0,
#aside-left .moduletable .moduleTitle .item_title_part0 {
  color: white;
}
#aside-right .moduletable.border,
#aside-left .moduletable.border {
  border-bottom: 1px solid #333333;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
#aside-right .moduletable.indent,
#aside-left .moduletable.indent {
  margin-bottom: 0;
}
#aside-right .moduletable .title .item_title_part0,
#aside-left .moduletable .title .item_title_part0,
#aside-right .moduletable .title .item_title_part1,
#aside-left .moduletable .title .item_title_part1,
#aside-right .moduletable .title .item_title_part2,
#aside-left .moduletable .title .item_title_part2 {
  color: white;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 35px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 19px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.page-featured .item_title {
  margin: 0 0 19px !important;
}
.page-category .item_header {
  padding: 3px 0 8px;
}
.mod-newsflash-adv__monials .item_introtext {
  color: #616161;
}
blockquote {
  background: #191919;
  border: 1px solid #282828;
  padding: 29px 29px 35px;
  font-style: italic;
}
blockquote {
  margin: 0;
  border-left: none;
  border: none;
  margin: 0 0 34px;
  position: relative;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote:before {
  content: '';
  display: block;
  background: url(../images/template/blockquote.png) 0 0 no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  bottom: -23px;
  left: 52px;
}
small {
  font: 12px/19px arial;
  color: #c7c7c7;
  text-transform: uppercase;
  display: block;
}
/*===== About Page ======*/
.body__category .page-category__category .item {
  margin-bottom: 31px;
}
.body__category .page-category__category .item_info_dl {
  margin: 0 0 1px;
  padding: 7px 0 0;
}
.body__category .page-category__category .item_title {
  margin-bottom: 9px;
}
/*===== Blog Page ======*/
.page-featured .item_title,
.page-category .item_title,
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  font: bold 12px/19px arial;
  color: #cacaca;
  text-transform: uppercase;
  margin: 0 0 1px;
}
.page-featured .item_title a,
.page-category .item_title a,
.page-archive .item_title a,
.page-item__blog .item_title a,
.page-blog .item_title a {
  color: #cacaca;
}
.page-featured .item_title a:hover,
.page-category .item_title a:hover,
.page-archive .item_title a:hover,
.page-item__blog .item_title a:hover,
.page-blog .item_title a:hover {
  color: #eb5255;
}
.page-featured .item_info_dl,
.page-category .item_info_dl,
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.page-featured .item_info_dl a,
.page-category .item_info_dl a,
.page-archive .item_info_dl a,
.page-item__blog .item_info_dl a,
.page-blog .item_info_dl a {
  color: #949494;
}
.page-featured .item_info_dl a:hover,
.page-category .item_info_dl a:hover,
.page-archive .item_info_dl a:hover,
.page-item__blog .item_info_dl a:hover,
.page-blog .item_info_dl a:hover {
  color: #eb5255;
}
.page-featured .item_info_dl .item_published,
.page-category .item_info_dl .item_published,
.page-archive .item_info_dl .item_published,
.page-item__blog .item_info_dl .item_published,
.page-blog .item_info_dl .item_published {
  text-transform: none;
  color: #585858;
}
.page-featured .item_info_dl div,
.page-category .item_info_dl div,
.page-archive .item_info_dl div,
.page-item__blog .item_info_dl div,
.page-blog .item_info_dl div {
  margin-right: 16px;
}
.page-featured .item_introtext,
.page-category .item_introtext,
.page-archive .item_introtext,
.page-item__blog .item_introtext,
.page-blog .item_introtext {
  padding-top: 8px;
}
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  padding-bottom: 32px;
  border-bottom: 1px solid #333333;
}
/*===== Services Page ======*/
.page-category__services .item {
  margin-bottom: 13px;
}
.mod-newsflash-adv__services .item_title {
  font: bold 12px/19px arial;
  color: #cacaca;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.mod-newsflash-adv__services .item_title a {
  color: #cacaca;
}
.mod-newsflash-adv__services .item_title a:hover {
  color: #eb5255;
}
.mod-article-single .item__module {
  margin-bottom: 35px;
}
.mod-article-single .item-title {
  font: bold 12px/19px arial;
  color: #cacaca;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.mod-article-single .item-title a {
  color: #cacaca;
}
.mod-article-single .item-title a:hover {
  color: #eb5255;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -36px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  float: left;
  list-style: none;
  margin-bottom: 40px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 23px;
}
ul.gallery .gallery-item .item_title {
  font: bold 12px/19px arial;
  color: #cacaca;
  text-transform: uppercase;
  margin: 0 0 1px;
}
ul.gallery .gallery-item .item_title a {
  color: #cacaca;
}
ul.gallery .gallery-item .item_title a:hover {
  color: #eb5255;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 19px 19px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
/*===== Team Page ======*/
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  border-top: 1px solid #272727;
  background: #191919;
  background: rgba(21, 21, 21, 0.7);
  padding-top: 41px;
  margin-bottom: -5px;
  position: relative;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: url(../images/template/bottom-row.gif) 0 0 repeat-x;
}
#bottom-row .row-container {
  padding-top: 45px;
}
#bottom-row .row-container .moduletable {
  margin-bottom: 25px;
}
#bottom-row .row-container .moduleTitle {
  font-size: 18px;
  margin-bottom: 12px;
  color: white !important;
}
#bottom-row .row-container ul.nav li {
  background-position: 0 8px;
  padding-bottom: 10px;
}
#bottom-row .row-container ul.nav li a {
  color: #696969;
  text-transform: none;
}
#bottom-row .row-container ul.nav li a:hover {
  color: white;
}
/*======================= FOOTER =======================*/
#copyright-row {
  background: #151515;
  border-top: 1px solid #2a2a2a;
}
#copyright {
  font: 12px/50px arial;
  color: #565656;
  text-transform: uppercase;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #565656;
}
#copyright a:hover {
  color: #b34547;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 0 7px;
  list-style: none;
  line-height: 24px;
}
.social li a {
  color: #696969;
  -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 img {
  margin-right: 19px;
}
.social li a:hover {
  color: white;
}
