@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

@import url(//fonts.googleapis.com/css?family=Pacifico);
.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: #69696b;
}
h3,
#component #section-kmt #kmt-form .kmt-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #39393b;
  line-height: 45px;
}
h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 26px;
  letter-spacing: 2px;
}
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
#component #section-kmt #kmt-form .kmt-title {
  height: auto;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 18px;
  background: #ffffff;
  color: #2d2d2f;
  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: #c80029;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #c81a00;
  border-bottom-color: #c81a00;
}
.btn-primary:hover {
  background: #c81a00;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
}
.btn-info:hover {
  background: #cccccc;
  color: #000000;
}
.readmore,
.btn-info,
.page-item #section-kmt .kmt-btn-submit,
.kmt-form-submit .submitButton,
.aside .btn-primary,
.page-item__edit .btn-primary,
#contact-form .btn-primary,
#searchForm .btn-primary,
.form-validate .btn-primary,
#adminForm .btn-group .btn,
.filter-search .btn-primary,
#error .btn-primary {
  font-size: 13px;
  color: #FFF !important;
  background: none;
  line-height: 18px;
  box-shadow: none;
  text-transform: uppercase;
  border: none !important;
  padding: 0;
  border-radius: 0px !important;
  text-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  letter-spacing: 3px;
}
.readmore:hover,
.btn-info:hover,
.page-item #section-kmt .kmt-btn-submit:hover,
.kmt-form-submit .submitButton:hover,
.aside .btn-primary:hover,
.page-item__edit .btn-primary:hover,
#contact-form .btn-primary:hover,
#searchForm .btn-primary:hover,
.form-validate .btn-primary:hover,
#adminForm .btn-group .btn:hover,
.filter-search .btn-primary:hover,
#error .btn-primary:hover,
.readmore:active,
.btn-info:active,
.page-item #section-kmt .kmt-btn-submit:active,
.kmt-form-submit .submitButton:active,
.aside .btn-primary:active,
.page-item__edit .btn-primary:active,
#contact-form .btn-primary:active,
#searchForm .btn-primary:active,
.form-validate .btn-primary:active,
#adminForm .btn-group .btn:active,
.filter-search .btn-primary:active,
#error .btn-primary:active,
.readmore:focus,
.btn-info:focus,
.page-item #section-kmt .kmt-btn-submit:focus,
.kmt-form-submit .submitButton:focus,
.aside .btn-primary:focus,
.page-item__edit .btn-primary:focus,
#contact-form .btn-primary:focus,
#searchForm .btn-primary:focus,
.form-validate .btn-primary:focus,
#adminForm .btn-group .btn:focus,
.filter-search .btn-primary:focus,
#error .btn-primary:focus,
.readmore.active,
.btn-info.active,
.page-item #section-kmt .kmt-btn-submit.active,
.kmt-form-submit .submitButton.active,
.aside .btn-primary.active,
.page-item__edit .btn-primary.active,
#contact-form .btn-primary.active,
#searchForm .btn-primary.active,
.form-validate .btn-primary.active,
#adminForm .btn-group .btn.active,
.filter-search .btn-primary.active,
#error .btn-primary.active {
  outline: none;
  box-shadow: none;
  opacity: 1;
  color: #69696b !important;
  background: none;
}
.readmore:after,
.page-blog .btn-info:after {
  content: '';
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 17px;
  display: inline-block;
  margin-top: 1px;
}
.page-blog .btn-info:after {
  margin-left: 0px;
}
#searchForm .btn.btn-primary {
  margin: 5px 0 0;
}
.label-info,
.badge-info {
  background: #c80029;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li .pagenav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  letter-spacing: 2px;
  padding: 0 20px;
}
.pagination ul li span.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav {
  color: #ffffff;
  -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 {
  color: #69696b;
}
.pagination ul li.num .pagenav {
  padding: 0 7px;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 12px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
}
.img-intro img,
.img-full img {
  border: 1px solid #646566;
  padding: 2px;
}
.page-gallery .img-intro,
.page-item__gallery .img-intro,
.page-gallery .img-full,
.page-item__gallery .img-full {
  border: 1px solid #646566;
  padding: 2px;
}
.page-gallery .img-intro img,
.page-item__gallery .img-intro img,
.page-gallery .img-full img,
.page-item__gallery .img-full img {
  border: none;
  padding: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #39393B;
  border: 1px solid #e3e3e3;
  color: #89898C;
  -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 .buttonsearch-block:hover {
  opacity: 0.5;
}
#section-kmt .kmt-meta .kmt-timepermalink {
  color: #2d2d2f;
}
#section-kmt .kmt-meta .kmt-timepermalink:hover {
  color: #69696b;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
#jform_contact_name:focus,
#jform_contact_email:focus,
#jform_contact_emailmsg:focus,
#jform_contact_message:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(57, 57, 59, 0.6);
  border: 1px solid #929292;
}
h3.moduleTitle {
  margin-bottom: 34px;
}
#member-registration .btn-primary {
  margin-right: 20px;
}
#contact-form .validate {
  margin-top: 4px;
}
.muted {
  color: #2D2D2F;
}
/*======================= TOP =======================*/
#top-row {
  border-top: 4px solid #000;
  border-bottom: 1px solid #1a1a1b;
  height: 39px;
  background: url(../images/topbg.jpg);
}
#top-row #top {
  padding: 7px 0 0;
}
#top-row .follow {
  float: right;
  margin: 4px 0 0;
}
#top-row .chat {
  font-size: 10px;
  color: #9c9c9f;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
}
#top-row .chat img {
  float: left;
  margin: 5px 8px 0 3px;
}
#top-row .chat a {
  font-weight: bold;
  color: #bc0024;
  text-transform: uppercase;
}
#top-row .chat a:hover {
  color: #FFF;
}
/*======================= HEADER =======================*/
#header-row {
  border-top: 1px solid #434345;
  border-bottom: 3px solid #2d2d2e;
  background: #39393b;
  padding: 28px 0 26px;
}
#header-row #logo {
  width: 251px;
  margin: 9px 0 0 2px;
}
#header-row .headbanner {
  width: 468px;
  height: 60px;
  border: 1px solid #272829;
  float: left;
  margin: 0 6.2%;
}
#header-row .headbanner img {
  width: 468px;
  height: 60px;
}
#header-row .moduleTitle {
  color: #89898c;
  font-weight: bold;
  margin-bottom: 5px;
}
#header-row .search-block {
  float: right;
}
#header-row .search-block .mod-search {
  border: 1px solid #89898b;
  width: 220px;
  height: 32px;
  position: relative;
}
#header-row .search-block .mod-search #searchword {
  height: 35px;
  line-height: 25px;
  padding: 3px 5px 7px;
  box-shadow: none;
  border: none;
  width: 190px;
  margin: 0;
  float: left;
  background: none;
  outline: none;
  color: #89898b;
}
#header-row .search-block .mod-search .buttonsearch-block {
  position: absolute;
  top: 3px;
  right: 14px;
}
#header-row .search-block .mod-search .buttonsearch-block:hover {
  opacity: 0.5;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  border-top: 1px solid #39393b;
  background: url(../images/navbg.png) repeat-x;
  height: 42px;
  border-bottom: 3px solid #676769;
  padding: 25px 0 0;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0 5.5%;
  margin: 0;
  height: 36px;
}
.navigation ul.sf-menu > li.lastItem {
  padding: 0 0 0 5.5%;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #fc0000;
}
.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.firstItem {
  padding: 0 8% 0 7px;
}
.navigation ul.sf-menu > li.firstItem a {
  text-indent: -9999px;
  position: relative;
}
.navigation ul.sf-menu > li.firstItem a:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 26px;
  font-weight: normal;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 42px;
}
.navigation ul.sf-menu ul {
  width: 90%;
  margin: 0 5%;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -18px;
  left: 160px;
  background: #cbcbcd;
}
.navigation ul.sf-menu li li:hover ul a,
.navigation ul.sf-menu li li.sfHover ul a {
  background: none;
  color: #424242;
}
.navigation ul.sf-menu li li:hover ul a:hover,
.navigation ul.sf-menu li li.sfHover ul a:hover {
  color: #a5a5a5;
  background: #ffffff;
}
.navigation ul.sf-menu li li:hover ul > li.active > a,
.navigation ul.sf-menu li li.sfHover ul > li.active > a,
.navigation ul.sf-menu li li:hover ul > li.sfHover > a,
.navigation ul.sf-menu li li.sfHover ul > li.sfHover > a,
.navigation ul.sf-menu li li:hover ul > li.current > a,
.navigation ul.sf-menu li li.sfHover ul > li.current > a,
.navigation ul.sf-menu li li:hover ul > li.active > span,
.navigation ul.sf-menu li li.sfHover ul > li.active > span,
.navigation ul.sf-menu li li:hover ul > li.sfHover > span,
.navigation ul.sf-menu li li.sfHover ul > li.sfHover > span,
.navigation ul.sf-menu li li:hover ul > li.current > span,
.navigation ul.sf-menu li li.sfHover ul > li.current > span {
  color: #a5a5a5;
  background: #ffffff;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -18px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #39393b;
  padding: 18px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: 12px;
  font-weight: bold;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #39393b;
  text-align: center;
  display: block;
  padding: 6px 12px;
  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: #b7b7b7;
  color: #050504;
}
.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: #b7b7b7;
  color: #050504;
}
.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;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: url(../images/modbg.gif) bottom repeat-x;
  padding: 36px 0 2px;
}
#showcase-row .row-container {
  padding: 0 0 5px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.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 {
  padding: 54px 0 32px;
  background: url(../images/modbg.gif) bottom repeat-x;
}
#feature-row .history .item_title {
  float: left;
}
#feature-row .history .item_title:after {
  content: '-';
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -5px;
}
#feature-row .history .item_introtext {
  margin: 0 0 0 66px;
}
#feature-row .history .item {
  margin-bottom: 10px;
}
#feature-row .about .moduleTitle {
  margin-bottom: 39px;
}
#feature-row .about .img-intro {
  margin-bottom: 26px;
}
#feature-row .about p {
  padding: 0 0 18px;
}
.opportunities ul,
.skills ul,
.services ul,
#aside-right .moduletable ul,
.item_fulltext ul {
  margin: 14px 0 24px;
  padding: 0;
  list-style: none;
}
.opportunities ul li,
.skills ul li,
.services ul li,
#aside-right .moduletable ul li,
.item_fulltext ul li {
  margin: 0 0 12px;
  padding: 0 0 0 26px;
  position: relative;
}
.opportunities ul li a,
.skills ul li a,
.services ul li a,
#aside-right .moduletable ul li a,
.item_fulltext ul li a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opportunities ul li a:before,
.skills ul li a:before,
.services ul li a:before,
#aside-right .moduletable ul li a:before,
.item_fulltext ul li a:before {
  content: '';
  color: #FFF;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.opportunities ul li a:hover,
.skills ul li a:hover,
.services ul li a:hover,
#aside-right .moduletable ul li a:hover,
.item_fulltext ul li a:hover {
  color: #69696b;
}
.opportunities ul li a:hover:before,
.skills ul li a:hover:before,
.services ul li a:hover:before,
#aside-right .moduletable ul li a:hover:before,
.item_fulltext ul li a:hover:before {
  color: #69696b;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: url(../images/modbg.gif) bottom repeat-x;
}
#maintop-row #maintop {
  padding: 46px 0 0;
}
#maintop-row .mainservice {
  text-align: center;
  margin: 0 -1.6%;
  width: 103.3%;
}
#maintop-row .mainservice .moduleTitle {
  margin-bottom: 4px;
}
#maintop-row .mainservice .item {
  margin-left: 0;
  width: 25%;
}
#maintop-row .mainservice .pretext {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  margin-bottom: 46px;
  margin-top: 3px;
  line-height: 32px;
}
#maintop-row .mainservice .item_title {
  background: #39393b;
  height: 56px;
  line-height: 63px;
  border-bottom: 3px solid #222223;
  margin-bottom: 0;
  margin-right: 1px;
}
#maintop-row .mainservice .item_content {
  border: 1px solid #646566;
  border-top: none;
  padding: 33px 14px 32px;
  font-style: italic;
  margin-right: -1px;
}
#maintop-row .mainservice .img-intro {
  margin: 0 0 27px;
}
#maintop-row .mainservice .img-intro img {
  padding: 0;
  border: none;
}
#maintop-row .mainservice .item_num0 .item_content {
  border-left: 1px solid #646566;
}
#maintop-row .mainservice .lastItem .item_title {
  margin-right: -1px;
}
#maintop-row .mainservice .item_introtext {
  margin-bottom: 12px;
}
#maintop-row .mainservice .readmore {
  color: #2d2d2f !important;
}
#maintop-row .mainservice .readmore:hover {
  color: #69696b !important;
}
#maintop-row .specialists {
  margin: 13px 0 8px;
}
#maintop-row .specialists .mod-newsflash-adv__specialists .row-fluid {
  padding: 0 0 22px;
}
#maintop-row .specialists .mod-newsflash-adv__specialists .row-fluid + .row-fluid {
  border-top: 2px dotted #39393b;
  padding: 42px 0 22px;
}
#maintop-row .specialists .mod-newsflash-adv__specialists .img-intro {
  margin: 4px 13px 0 0;
}
#maintop-row .specialists .mod-newsflash-adv__specialists .item_content {
  margin: 0 25px 0 95px;
}
#maintop-row .specialists .mod-newsflash-adv__specialists .item_introtext {
  margin-bottom: 11px;
}
#maintop-row .team {
  margin-bottom: 27px;
}
#maintop-row .team .moduleTitle {
  margin-bottom: 42px;
}
#maintop-row .team .img-intro {
  margin-bottom: 26px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: -10px 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #2d2d2f;
}
.item_info_dl dd a:hover {
  color: #69696b;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
.page-blog .item_icons.btn-group.pull-right {
  margin: -15px 0 10px 10px;
}
/*===== 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;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
/*===== Testimonials Page ======*/
#content-row .page-category__testimonials .item {
  margin-bottom: 30px;
}
#content-row .page-category__testimonials .img-intro {
  display: none;
}
#content-row .page-category__testimonials .item_header {
  margin-bottom: 10px;
}
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 {
  display: none;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 12px;
}
#content-row {
  padding: 42px 0 27px;
}
#content-row .item_published {
  float: left;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #131716;
  width: 58px;
  height: 43px;
  padding: 12px 0 0;
  background: #b8b9bc;
  border: 1px solid #c3c5c9;
  line-height: 14px;
  margin: -5px 23px 0 0;
}
#content-row .page_header,
#content-row .page-header,
#content-row .page-item .item_header {
  margin-bottom: 37px;
}
#content-row .page-item__blog .item_header {
  margin-bottom: 5px;
}
#content-row .page-blog .items-row {
  border-bottom: 2px dotted #39393b;
  padding: 0 0 5px;
  margin-bottom: 35px;
}
#content-row .page-blog .img-intro {
  margin-top: 10px;
}
#content-row .page-blog .item_introtext {
  margin-top: 25px;
}
.body__home #content-row .page_header {
  margin-bottom: 0;
}
.body__about #content-row {
  padding: 0;
}
.body__about.view-article #content-row {
  padding: 45px 0 29px;
}
.body__about #mainbottom-row {
  padding: 46px 0 25px;
}
/*======================= 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;
}
#aside-right .moduletable {
  margin-bottom: 40px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 0 0 30px;
}
#mainbottom-row .comments .kmt-mod {
  margin: 31px 0 0;
}
#mainbottom-row .comments .kmt-mod .mod-item + .mod-item {
  border-top: 1px solid #99999a;
  margin: 18px 0 0;
  padding: 19px 0 0;
}
#mainbottom-row .comments .mod-comment-head i {
  display: none;
}
#mainbottom-row .comments .mod-comment-head {
  padding: 0;
  line-height: 16px;
  margin-bottom: 2px;
}
#mainbottom-row .comments .kmt-author a {
  color: #2d2d2f;
}
#mainbottom-row .comments .kmt-author a:hover {
  color: #69696b;
}
#mainbottom-row .comments .mod-comment-text {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #d5d5d8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainbottom-row .comments .mod-comment-meta {
  background: none;
  padding: 0;
  margin: 2px 0 0;
}
#mainbottom-row .comments .mod-comment-meta .mod-comment-permalink {
  color: #2d2d2f;
  font-size: 11px;
}
#mainbottom-row .comments .mod-comment-meta .mod-comment-permalink:hover {
  color: #69696b;
}
#mainbottom-row .posts .mod-newsflash-adv__posts {
  margin: 14px 0 0;
}
#mainbottom-row .posts .img-intro {
  margin: 1px 20px 9px 0;
}
#mainbottom-row .posts .img-intro img {
  padding: 0;
  border: none;
}
#mainbottom-row .posts .item {
  margin: 0 0 1px;
  padding: 15px 0 9px;
}
#mainbottom-row .posts .item + .item {
  border-top: 1px solid #99999a;
}
#mainbottom-row .posts h6.item_title {
  margin: 0;
  line-height: 16px;
}
#mainbottom-row .posts h6.item_title a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #2d2d2f;
}
#mainbottom-row .posts h6.item_title a:hover {
  color: #69696b;
}
#mainbottom-row .posts .item_published {
  font-size: 11px;
  color: #d5d5d8;
}
#mainbottom-row .tabs {
  margin-top: 7px;
}
#mainbottom-row .tabs .tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainbottom-row .tabs .tabs-nav li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}
#mainbottom-row .tabs .tabs-nav li a {
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #131716;
  background: #cfd0d3;
  height: 34px;
  line-height: 35px;
  margin: 0;
  width: 171px;
  text-align: center;
  border: 1px solid #e0e1e5;
  border-bottom: none;
  letter-spacing: 1px;
}
#mainbottom-row .tabs .tabs-nav li a:hover {
  color: #c80029;
}
#mainbottom-row .tabs .tabs-nav li.lastItem a,
#mainbottom-row .tabs .tabs-nav li.firstItem a {
  background: #b8b9bc;
  border: 1px solid #c3c5c9;
  border-bottom: none;
}
#mainbottom-row .tabs .tabs-nav li.selected a {
  background: #ffffff;
  border: 1px solid #2d2d2f;
  border-bottom: none;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-top: -3px;
  margin-bottom: -1px;
  color: #c80029;
  line-height: 39px;
}
#mainbottom-row .tabs .tab_container {
  clear: both;
  background: #FFF;
  border: 1px solid #2d2d2f;
  padding: 34px 31px 21px;
}
#mainbottom-row .tabs .tab_container .img-intro__left {
  margin: 5px 25px 20px 0;
}
#mainbottom-row .tabs .tab_container .img-intro__left img {
  padding: 0;
  border: none;
}
#mainbottom-row .tabs .tab_container .item_introtext {
  color: #8c8c94;
}
#mainbottom-row .tabs .tab_container .item_introtext .firstItem {
  font-size: 15px;
  color: #2d2d2f;
  padding-bottom: 19px;
}
#mainbottom-row .tabs .tab_container .readmore {
  color: #c80029 !important;
  margin: 14px 0 0;
}
#mainbottom-row .tabs .tab_container .readmore:hover {
  color: #69696b !important;
}
#mainbottom-row .advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mainbottom-row .advantages ul li img {
  float: left;
  margin: 4px 0 0;
}
#mainbottom-row .advantages ul li p {
  margin: 0 0 0 39px;
  padding: 0 0 16px;
}
#mainbottom-row .advantages ul li + li {
  border-top: 2px dotted #39393b;
  padding: 17px 0 0;
}
#mainbottom-row .testimonials .item_introtext {
  margin: 0 0 0 175px;
}
#mainbottom-row .testimonials .img-intro {
  margin-top: 4px;
}
#mainbottom-row .testimonials .item_title a:after {
  content: ':';
}
#mainbottom-row .testimonials .item_title a:hover:after {
  color: #69696b;
}
#mainbottom-row .testimonials blockquote small {
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  color: #2d2d2f;
  float: right;
  margin: -6px 0 3px;
  display: block;
}
#mainbottom-row .testimonials blockquote small:before {
  display: none;
}
#mainbottom-row .testimonials blockquote p {
  padding: 0 0 18px;
}
#mainbottom-row .testimonials blockquote span {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 11px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
.footer-wrapper-inner {
  background: #39393b;
}
#footer-row {
  padding: 43px 0 0;
  color: #878789;
}
#footer-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-row ul li {
  margin: 0 0 3px;
}
#footer-row a {
  color: #878789;
}
#footer-row a:hover {
  color: #ffffff;
}
#footer-row .moduleTitle {
  font-weight: bold;
  color: #ed1c24;
  margin-bottom: 13px;
}
#footer-row .footermenu .firstItem {
  display: none;
}
#footer-row .blog {
  padding: 0 0 0 8.6%;
}
#footer-row .blog .item {
  margin-bottom: 14px;
}
#footer-row .blog .moduleTitle {
  margin-bottom: 11px;
}
#footer-row .blog .item_title {
  margin: 0;
}
#footer-row .blog .item_title a {
  font-size: 12px;
  color: #cbcbcd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
#footer-row .blog .item_title a:hover {
  color: #FFF;
}
#footer-row .blog .item_published,
#footer-row .blog .item_createdby {
  display: inline-block;
  color: #cbcbcd;
  font-size: 11px;
}
#footer-row .blog .item_createdby {
  border-bottom: 1px dotted  #cbcbcd;
}
#footer-row .blog .item_introtext {
  margin: 24px 0 0;
}
#footer-row .blog .item_introtext p {
  line-height: 21px;
}
#footer-row .blog .item_introtext p.first {
  padding: 0 0 43px;
  line-height: 20px;
}
#footer-row .contacts {
  font-size: 11px;
  line-height: 15px;
}
#footer-row .contacts a {
  color: #cbcbcd;
}
#footer-row .contacts a:hover {
  color: #69696b;
}
#footer-row .contacts .moduleTitle {
  margin-bottom: 15px;
}
#footer-row .contacts .firstItem {
  color: #cbcbcd;
}
#footer-row .contacts p {
  float: left;
  padding: 0 0 16px;
}
#footer-row .contacts p span {
  float: right;
  margin-left: 7px;
}
#copyright-row {
  padding: 0 0 30px;
}
#copyright-row .copyrights {
  margin: 3px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #545454;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  color: #878789;
}
#copyright-row .copyrights span {
  color: #cbcbcd;
}
#copyright-row .copyrights .addthis_toolbox a {
  float: none;
  display: inline-block;
  padding: 0;
  text-align: center;
}
#copyright-row .copyrights .addthis_toolbox a div,
#copyright-row .copyrights .addthis_toolbox a iframe {
  width: 78px !important;
  height: 20px !important;
}
#copyright-row .copyrights .addthis_toolbox a.addthis_button_facebook_like {
  margin-right: 10px;
}
#copyright {
  float: right;
  text-align: right;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
/*===== Social Media ======*/
.social {
  margin: 0 2px 0 0;
}
.social li {
  margin: 0 0 0 13px;
}
.social li.firstItem {
  margin: 0;
}
.social li a {
  height: 18px;
  -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;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
