.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: #000000;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #9f9f9f;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 73px;
  text-transform: uppercase;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 39px;
}
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #040404;
  letter-spacing: -1px;
}
h4 {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  margin: 25px 0 15px;
}
h5 {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 11px;
}
.icons-marker {
  font-size: 13.2px;
  line-height: 14px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 14px;
  background: #ffffff;
  color: #606060;
  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: #000000;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #000000;
  border-bottom-color: #000000;
}
.btn-primary:hover {
  background: #000000;
  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 {
  text-transform: lowercase;
  font-size: 16px;
  color: #4b4a4b !important;
  background: none;
  box-shadow: none;
  border: none !important;
  padding: 0;
  border-radius: 0px !important;
  text-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Asap', sans-serif;
}
.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;
  color: #9f9f9f !important;
  opacity: 1;
  background: none;
}
#contact-form .validate {
  margin-top: 5px;
}
/*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%;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav {
  font-size: 18px;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #55bbda;
  font-size: 20px;
  font-weight: bold;
}
.pagination ul li a.pagenav {
  color: #000000;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #9f9f9f;
}
.pagination ul li.pagination-prev .pagenav {
  padding: 0 22px 0 0;
}
.pagination ul li.pagination-next .pagenav {
  padding: 0 0 0 22px;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li.num .pagenav {
  padding: 0 3px;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 11px;
}
.img-intro__left {
  float: left;
  margin: 0 22px 9px 0;
}
.img-intro__right {
  float: right;
  margin: 0 0 9px 22px;
}
.img-full__left,
.img-full__right {
  float: none;
  margin: 20px 0;
}
.page-item__team .img-full__left,
.page-item__gallery .img-full__left {
  float: left;
  margin: 5px 22px 9px 0;
}
.page-item__team .img-full__right,
.page-item__gallery .img-full__right {
  float: right;
  margin: 5px 0 9px 22px;
}
.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);
}
#searchForm .controls input,
#searchForm .only input {
  margin-top: 0;
}
#searchForm .btn-toolbar .btn-primary {
  margin-top: 5px;
}
/*======================= TOP =======================*/
#top-row {
  padding: 37px 0 0;
}
/*======================= HEADER =======================*/
#header-row .search-block {
  margin: 17px 0 0;
  float: right;
}
#header-row .search-block .mod-search {
  border: 1px solid #ececec;
  width: 211px;
  height: 24px;
  border-radius: 3px;
  position: relative;
}
#header-row .search-block .mod-search #searchword {
  height: 26px;
  line-height: 18px;
  padding: 2px 5px 7px;
  box-shadow: none;
  border: none;
  width: 190px;
  margin: 0;
  float: left;
  background: none;
  outline: none;
}
#header-row .search-block .mod-search .buttonsearch-block {
  position: absolute;
  top: 5px;
  right: 7px;
}
#header-row #logo {
  width: 500px;
  margin: -25px 0 0;
  float: left;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding: 22px 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;
  margin: 0 4px 0 0;
  height: 68px;
  width: 13.37%;
}
.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: url(../images/blubg.png);
  color: #ffffff;
  text-shadow: 0 -1px 3px #3c86a0;
}
.navigation ul.sf-menu > li.lastItem {
  margin: 0;
}
.navigation ul.sf-menu > li.deeper.parent.sfHover:after {
  content: '';
  background: url(../images/menuulbg.gif) no-repeat;
  width: 18px;
  height: 9px;
  display: block;
  margin-left: 47%;
  position: relative;
  z-index: 100;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 67px;
  color: #000;
  background-image: none;
  background: #f6f6f6;
  height: 68px;
  display: block;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background-image: url(../images/blubg.png);
  color: #ffffff;
  text-shadow: 0 -1px 3px #3c86a0;
}
.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: 77px;
}
.navigation ul.sf-menu ul {
  width: 87%;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 115%;
}
.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 {
  padding: 12px;
  box-shadow: 0 0 3px #8c8b8b;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li {
  margin: 0;
}
.navigation ul.sf-menu ul li.deeper.parent.sfHover:after {
  content: '';
  background: url(../images/menuulsbg.png) no-repeat;
  width: 7px;
  height: 12px;
  display: block;
  left: 111%;
  top: 6px;
  position: absolute;
  z-index: 100;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 11px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #101010;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #4ebcda;
  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: #4ebcda;
  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: 28px;
  padding-bottom: 28px;
  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: 30px;
  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: 28px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 16px 0 25px;
}
#showcase-row #camera-slideshow .cameraContents {
  background: url(../images/slidebg.jpg) center center no-repeat;
  float: left;
  width: 50%;
}
#showcase-row #camera-slideshow .camera_bar {
  display: none;
}
#showcase-row #camera-slideshow .camera_caption {
  height: 100%;
  background: none;
}
#showcase-row #camera-slideshow .camera_caption > div {
  background: none;
  padding: 118px 80px 0 89px;
}
#showcase-row #camera-slideshow .camera_caption > div h1,
#showcase-row #camera-slideshow .camera_caption > div h2 {
  text-shadow: 0 -1px 3px #5cc1e2;
}
#showcase-row #camera-slideshow .camera_caption > div h2 {
  margin-top: 15px;
}
#showcase-row #camera-slideshow .camera_caption > div p {
  font-size: 13px;
  color: #217087;
  line-height: 19px;
  font-family: 'Droid Sans', sans-serif;
  margin-top: 25px;
}
#showcase-row #camera-slideshow .camera_caption > div .readmore.btn-info.btn {
  text-transform: uppercase;
  font-size: 22px;
  text-shadow: 0 -1px 3px #5cc1e2;
  background: url(../images/sl_more.png) right 1px no-repeat;
  padding: 0 20px 0 0;
  height: 22px;
  box-shadow: none;
  margin: 22px 0 0 -1px;
  font-family: 'Roboto Condensed', sans-serif;
}
#showcase-row #camera-slideshow .camera_caption > div .readmore.btn-info.btn span {
  color: #FFF;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#showcase-row #camera-slideshow .camera_caption > div .readmore.btn-info.btn:hover span {
  color: #217087;
}
#showcase-row #camera-slideshow .camera_prev,
#showcase-row #camera-slideshow .camera_next {
  background: none;
  width: 39px;
  height: 39px;
  left: -55px;
  top: 46%;
}
#showcase-row #camera-slideshow .camera_prev span,
#showcase-row #camera-slideshow .camera_next span {
  background: url(../images/slide_arr.png) no-repeat;
  width: 39px;
  height: 39px;
}
#showcase-row #camera-slideshow .camera_prev span:hover,
#showcase-row #camera-slideshow .camera_next span:hover {
  background-position: 0 -39px;
}
#showcase-row #camera-slideshow .camera_next {
  left: auto;
  right: -55px;
}
#showcase-row #camera-slideshow .camera_next span {
  background-position: right 0;
}
#showcase-row #camera-slideshow .camera_next span:hover {
  background-position: right -39px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 48px 0 0;
}
/*======================= 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 30px;
}
.item_info_dl dd {
  margin: 0 25px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 5px 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  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 14px 14px 0 !important;
}
/*===== 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: 11px;
}
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(89, 185, 221, 0.6);
  border: 1px solid #59b9dd;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message {
  border: 1px solid #ececec;
  box-shadow: none;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.btn .caret {
  margin-top: 6px;
  margin-left: 3px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background: #59b9dd;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 24px;
  border: 1px solid #CCCCCC;
}
#jform_publish_down_img,
#jform_publish_up_img {
  font-size: 14px;
  padding: 5px 14px 6px;
}
.label-info,
.badge-info {
  background: #59b9dd;
}
.itemid-101 #content-row .bp {
  padding-bottom: 37px;
}
#content-row {
  padding: 48px 0 54px;
}
#content-row .item_published {
  float: left;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: -8px 15px 0 0;
  text-align: center;
  width: 55px;
  height: 60px;
  background: url(../images/blubg.png);
}
#content-row .item_published .month {
  font-size: 12px;
  text-transform: uppercase;
}
#content-row .item_published .day {
  font-weight: bold;
  font-size: 26px;
  display: block;
  margin: 7px 0 -2px;
  line-height: 30px;
}
#content-row .page-item .item_published {
  margin: 8px 15px 0 0;
}
#content-row p {
  /*padding-bottom: 24px;*/
  padding-bottom:10px;
}
#content-row .bp {
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 18px;
}
#content-row .bl {
  color: #55bbda;
}
#content-row .page_header {
  margin-bottom: 10px;
}
#content-row ul.art-list {
  margin: 5px 0 0;
  list-style: none;
  counter-reset: li;
}
#content-row ul.art-list li {
  display: inline-block;
  margin: 0 24px 0 0;
  width: 46%;
}
#content-row ul.art-list li:before {
  content: counter(li, upper-latin) ".";
  counter-increment: li;
  display: block;
  color: #55bbda;
  font-size: 36px;
  margin: 0;
  line-height: 1px;
  height: 44px;
  line-height: 30px;
}
#content-row ul.art-list li.item-2,
#content-row ul.art-list li.item-3 {
  margin-top: 32px;
}
.body__about #content-row {
  padding: 48px 0 34px;
}
.body__about #mainbottom-row #mainbottom {
  padding: 40px 0 19px;
}
#section-kmt .kmt-form-length > b {
  background: #f5f5f5 url(../images/word.count.png) 8px center no-repeat;
  padding: 0 10px 0 44px;
}
#section-kmt .kmt-form-submit > span label {
  font-size: 13px;
}
#section-kmt .kmt-form-submit > span a {
  font-size: 13px;
  font-weight: bold;
  color: #55bbda;
}
#section-kmt .kmt-form-submit > span a:hover {
  color: #5BD6FC;
}
#section-kmt h3.kmt-title {
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: none;
  background: #676767;
  padding: 5px 10px;
}
#content-row #section-kmt #kmt-form .kmt-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #040404;
  letter-spacing: -1px;
}
#section-kmt .kmt-author,
#section-kmt .kmt-author a,
#section-kmt .kmt-author span {
  font-size: 13px !important;
  font-family: 'Droid Sans', sans-serif !important;
  font-weight: normal;
}
#section-kmt .kmt-time {
  background: url(../images/time.png) 0 4px no-repeat;
  padding-left: 25px;
}
#section-kmt .kmt-like-counter,
#section-kmt .kmt-btn,
#section-kmt .kmt-btn:hover,
#section-kmt .kmt-btn:focus {
  background: #55bbda;
  border: 1px solid #55bbda;
  color: #FFF;
}
#section-kmt .kmt-control-user .kmt-like span {
  background: url(../images/heart.png) no-repeat 0 5px;
  width: 13px;
}
#section-kmt .kmt-control-user .kmt-reply span {
  width: 16px;
  background: url(../images/comarr.png) no-repeat 0 2px;
}
#section-kmt .kmt-like-counter i {
  background: url(../images/comtr.png) no-repeat;
  width: 7px;
  height: 13px;
  right: -7px;
  top: 5px;
}
.body__home .page-featured .item_header {
  display: none;
}
#member-registration .btn-primary {
  margin-right: 15px;
}
.phrases {
  min-height: 134px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.list1 ul,
.standards ul {
  margin: 2px 0 0;
  list-style: none;
}
.archive-module li,
.categories-module li,
.list1 ul li,
.standards ul li {
  background: url(../images/liarr.png) no-repeat;
  padding: 0 0 15px 23px;
}
.archive-module li a,
.categories-module li a,
.list1 ul li a,
.standards ul li a {
  display: inline;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  color: #55bbda;
}
.archive-module li a:hover,
.categories-module li a:hover,
.list1 ul li a:hover,
.standards ul li a:hover {
  background: none;
  color: #5BD6FC;
}
.moduleTitle {
  margin-bottom: 11px;
}
#aside-right {
  margin: 0 0 0 57px;
  width: 423px;
  border-left: 1px solid #ececec;
  padding: 0 0 0 58px;
}
#aside-right .moduletable {
  margin: 0 0 30px;
}
#aside-right .standards {
  margin: 0;
}
#aside-right .services {
  margin: 0 0 5px;
}
#aside-right .services .item {
  margin-bottom: 7px;
}
#aside-right .services .item_introtext p {
  padding: 23px 0 28px;
}
#aside-right .services .title {
  background: url(../images/acord_bg.gif) repeat-x #f7f7f7;
  border: 1px solid #f1f3f3;
  padding: 11px 9px 10px 19px;
  cursor: pointer;
}
#aside-right .services .title i {
  float: right;
  font-size: 0;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  background: url(../images/acord_arr_down.png) no-repeat;
  margin: 1px 0 0 5px;
}
#aside-right .services .title i.icon-minus {
  background: url(../images/acord_arr.png) no-repeat;
}
#aside-right .services .title h4.item_title {
  font-weight: normal;
  color: #55bbda;
  font-size: 13px;
  font-family: 'Asap', sans-serif;
  margin: 0;
}
#aside-right .services .title:hover h4 {
  color: #5bd6fc;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row #mainbottom {
  border-top: 1px solid #ececec;
  padding: 32px 0 35px;
}
#mainbottom-row #mainbottom .team .item {
  margin-bottom: 30px;
}
#mainbottom-row #mainbottom .team .mod-newsflash-adv {
  margin: 14px 0 0;
}
#mainbottom-row #mainbottom .team .item_title {
  margin: 18px 0 3px;
}
#mainbottom-row #mainbottom .news .item_published {
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #55bbda;
  margin: 4px 0 11px;
}
#mainbottom-row #mainbottom .news .item_title {
  margin-bottom: 13px;
}
#mainbottom-row #mainbottom .testimonials .item_introtext {
  margin-top: 13px;
}
#mainbottom-row #mainbottom .testimonials blockquote p {
  margin: 0 0 0 39px;
  font-size: 12px;
  line-height: 16px;
}
#mainbottom-row #mainbottom .testimonials blockquote p:after,
#mainbottom-row #mainbottom .testimonials blockquote p:before {
  display: none;
}
#mainbottom-row #mainbottom .testimonials blockquote:before {
  content: "";
  display: block;
  width: 23px;
  height: 16px;
  background: url(../images/blockbg.png) no-repeat;
  float: left;
  margin-top: 2px;
}
#mainbottom-row #mainbottom .testimonials blockquote small {
  text-align: left;
  margin: 21px 0 0 39px;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
}
#mainbottom-row #mainbottom .testimonials blockquote small:before {
  display: none;
}
/*======================= BOTTOM =======================*/
#bottom-row #bottom {
  padding: 37px 0;
  border-top: 1px solid #ececec;
}
#bottom-row #bottom .partners .mod-custom {
  margin: 19px 0 0;
}
#bottom-row #bottom .partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottom-row #bottom .partners ul li {
  display: inline-block;
  margin: 0 11px 0 0;
  width: 15.6%;
}
#bottom-row #bottom .partners ul li img {
  float: left;
  margin: -8px 7px 0 0;
}
#bottom-row #bottom .partners ul li a {
  margin-bottom: 3px;
  display: inline-block;
  font-size: 13px;
}
#bottom-row #bottom .partners ul li.lastItem {
  margin: 0;
}
/*======================= FOOTER =======================*/
#copyright-row {
  background: #f8f8f8;
}
#copyright-row .container-fluid {
  padding: 48px 0 0px !important;
  height: 68px;
}
#copyright-row .footermenu {
  float: right;
  margin: 3px 0 0;
}
#copyright-row .footermenu li {
  display: inline-block;
  background: url(../images/fotitmbg.png) no-repeat 0 4px;
  padding: 0 7px 0 11px;
}
#copyright-row .footermenu li a {
  text-transform: uppercase;
  color: #545454;
  background: none;
}
#copyright-row .footermenu li a:hover {
  color: #9f9f9f;
}
#copyright-row .footermenu li.lastItem {
  padding-right: 0;
}
#copyright-row .footermenu li.firstItem {
  background: none;
}
#copyright {
  width: 30%;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 6px 0 0;
}
.social li a {
  width: 26px;
  height: 25px;
  -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);
}
.social li.lastItem {
  margin: 0;
}
.item_introtext a {
    text-decoration: underline;
}
