.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: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
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: #ED1C24;
}
h2 {
  font: 14px 'Open Sans', sans-serif;
  color: #2e2c35;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 27px 0;
}
h1 {
  font: 24px 'Open Sans', sans-serif;
  color: #2e2c35;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 27px 0;
}
h4,
h3 {
  font: 16px 'Open Sans', sans-serif;
  color: #2e2c35;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 17px 0;
}
.kmt-title {
  text-align: left;
}
.kmt-author {
  background: none;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
body.all {
  background: url(../images/bg.jpg) center 0 repeat;
}
.bg_top {
  background: url(../images/bg_dbh.jpg) center 0 no-repeat;
  border-top: 15px solid #0052B6;
}
.bg_cont {
  background: url(../images/bg_cont.jpg) center 0 repeat;
  position: relative;
}
.bg_cont:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 11px;
/*  background: url(../images/bg_line.png) center 0 repeat-x;  */
}
.bg_cont:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 11px;
/*  background: url(../images/bg_line.png) center 0 repeat-x;  */
}
/*Buttons*/
.btn {
  padding: 10px 22px 11px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 18px;
  /* .buttonBackground(@btnBackground, @btnBackgroundHighlight, @btnColor, none);*/

  background: #2e2c35;
  color: #fff;
  text-shadow: none;
  /*border: 1px solid @btnBorder;*/

  border: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:hover {
  text-decoration: none;
  background: #ED1C24;
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn:active,
.btn:focus {
  background: #ED1C24;
  color: #fff;
  border: none;
}
.btn.disabled {
  cursor: default !important;
  color: #ffffff;
  background: #ED1C24;
  pointer-events: none;
}
.btn-primary.submitButton {
  float: right;
}
#searchForm .btn.btn-primary {
  height: 38px;
}
.btn-group .btn.dropdown-toggle {
  padding: 3px 10px;
  border: 1px solid #fff;
  margin-right: 0;
  background: #eee;
  color: #2e2c35;
}
.btn-group .btn,
.btn-toolbar .btn {
  margin-right: 16px;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 32px;
  border: none;
  float: left;
}
.input-append .add-on,
.input-prepend .add-on {
  border: none;
  float: left;
}
.input-append input,
.input-prepend input {
  float: left;
  margin-right: 16px;
}
.input-append .btn,
.input-prepend .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.input-prepend .btn {
  margin-right: 16px;
}
.tooltip {
  width: auto;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background: #fff;
}
.tab-content {
  background: #fff;
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 30px;
}
.nav-tabs {
  margin-bottom: 0;
}
.radio,
.checkbox {
  padding-left: 0;
}
/*Lists*/
ul {
  margin: 0;
}
li {
  list-style-type: none;
}
ul.list1 {
  padding-bottom: 12px;
}
.list1 li {
  font-size: 13px;
  line-height: 24px;
}
.list1 a {
  padding-left: 10px;
  color: #7e7e7e;
  position: relative;
  font-weight: 600;
}
.list1 a:hover {
  color: #ED1C24;
}
.list1 a:before {
  position: absolute;
  top: 6px;
  left: 0;
  font: 6px FontAwesome;
  content: "\f111";
  color: #ED1C24;
}
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%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #cecece;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #efefef;
  box-shadow: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 3px 10px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #cecece;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #2e2c35;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #ED1C24;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #ED1C24;
  background: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 8px 0 0!important;
}
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 {
  box-shadow: 0 0 0;
}
.phrases-box {
  overflow: hidden;
}
.phrases-box .controls label {
  float: left;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #ED1C24;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 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 #searchword {
  background: #e9e9e9;
  color: #444444;
}
.well h3:after {
  display: none;
}
.well .btn-primary {
  display: none;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 32px 0 60px 0;
  text-align: right;
}
.welcome {

  padding: 0px 26px 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.welcome h3 {
  font-size: 30px;
  line-height: 1.8em;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0 9px 0;
}
.welcome h3:before {
  content: "";
  position: absolute;
  top: 26px;
  background: url(../images/line_title.png) 0 0 repeat-x;
  width: 100%;
  height: 1px;
  margin-left: -102%;
}
.welcome h3:after {
  content: "";
  position: absolute;
  top: 26px;
  background: url(../images/line_title.png) 0 0 repeat-x;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}
.welcome h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  padding: 0 160px;
  text-shadow: 3px 3px 8px #808080;
}
.welcome h2 strong {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 3px 3px 8px #808080;  
}
/*======================= NAVIGATION =======================*/
.navigation .select-menu {
  height: 30px;
}
#navigation-row {
  padding-bottom: 20px;
}
.navigation {
  padding-top: 27px;
  padding-bottom: 41px;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 78px 0 0px;
  position: relative;
}
.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: none;
  color: #ED1C24;
}
.navigation ul.sf-menu > li.lastItem {
  margin-right: 0;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 1.2em;
  font-family: 'Sanchez', serif;
  color: #ffffff;
  background: none;
  height: 1.2em;
  display: block;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #ED1C24;
}
.navigation ul.sf-menu > li > ul {
  top: 40px;
  left: 50%;
  margin-left: -75px;
}
.navigation ul.sf-menu ul {
  width: 250px;
}
.navigation ul.sf-menu li li ul {
  top: -18px;
  left: 151px;
}
.navigation ul.sf-menu li li li ul {
  top: -18px;
  left: 151px;
}
.navigation ul.sf-menu ul {
  background: #dbdee3;
  padding: 18px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  color: #0052B6;
  background: none;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #2e2c35;
  color: #ffffff;
}
.navigation ul.sf-menu ul li a:first-letter,
.navigation ul.sf-menu ul li span:first-letter {
  text-transform: uppercase;
}
.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: #2e2c35;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 150px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 150px;
  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: 152px;
}
.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: 1.2em;
  padding-bottom: 1.2em;
  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: 3.2em;
  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: 150px;
  top: 1.2em;
}
.navigation .select-menu {
  color: #444444;
}
.search-block {
  padding-top: 27px;
  padding-bottom: 29px;
}
.search-block input {
  max-width: 100%;
}
.search-block #searchword {
  margin: 2px 4px;
  height: 30px;
  width: 219px;
  background: #fff;
  border: none;
  float: left;
}
.search-block #searchword:active,
.search-block #searchword:focus {
  box-shadow: 0 0 0;
}
.search-block .mod-search {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.search-block .btn {
  float: left;
  width: 41px;
  height: 34px;
  padding: 1px 12px;
  margin-top: 0;
  color: #2e2c35;
  background: none;
  border: none;
}
.search-block .btn:before {
  content: "\f002";
  font: 18px FontAwesome;
  line-height: 32px;
}
.search-block .btn:hover {
  color: #ED1C24;
}
/*======================= SHOWCASE =======================*/
.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 =======================*/
.bg_cont {
  padding: 30px 0 0px 0;
  position: relative;
  z-index: 1;
}
.bg_cont .moduletable {
  padding-bottom: 0px;
}
.item_img {
  float: left;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.item_img img,
.item_img a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.help h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 26px;
}
.help h3:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  width: 100%;
  top: 15px;
  height: 1px;
  background: url(../images/line_title2.png) 0 0 repeat-x;
}
.help .mod-custom {
  position: relative;
}
.help h2 {
  font: 30px 'Sanchez', serif;
  line-height: 36px;
  color: #57565e;
  padding: 0 10px 8px 0;
  word-spacing: -1px;
}
.help a {
/*  position: absolute;  */
  top: 9px;
  right: 0;
  padding: 15px 33px;
  font: 14px 'Noto Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: #ED1C24;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.help a:hover {
  background: #2e2c35;
}
.who_we_are .item__module {
  margin: 0 -10px;
}
.who_we_are .item_img {
  margin: 0;
  width: 25%;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.who_we_are .list1 {
  float: right;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.who_we_are .text {
  float: left;
  padding: 0 106px 0 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.why_choose_us h4 {
  padding-left: 44px;
}
.why_choose_us .item {
  position: relative;
}
.why_choose_us .item > span {
  position: absolute;
  top: 0;
  left: 0;
}
.why_choose_us .item > span:before {
  font: 30px FontAwesome;
  color: #ED1C24;
}
.why_choose_us .item .icon1:before {
  content: "\f00c";
}
.why_choose_us .item .icon2:before {
  content: "\f086";
}
.why_choose_us .item .icon3:before {
  content: "\f0ad";
}
.testimon h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.testimon h3:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  width: 100%;
  top: 15px;
  height: 1px;
  background: url(../images/line_title2.png) 0 0 repeat-x;
}
.testimon p {
  padding: 23px 20px 29px 30px;
  background: #dbdee3;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 22px;
}
.testimon p:after {
  position: absolute;
  content: "";
  left: 22px;
  background: url(../images/testimon_bg.png) 0 0 no-repeat;
  width: 26px;
  height: 16px;
  bottom: -16px;
}
.testimon h4 {
  padding-bottom: 0;
}
.testimon .item_introtext {
  padding-bottom: 24px;
}
.testimon .item_introtext span {
  font-size: 12px;
  font-weight: 600;
  margin-top: -4px;
  display: block;
  color: #ED1C24;
}
.our_team h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 31px;
}
.our_team h3:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  width: 100%;
  top: 15px;
  height: 1px;
  background: url(../images/line_title2.png) 0 0 repeat-x;
}
.our_team .item_img {
  margin-right: 0;
  margin-bottom: 12px;
  float: none;
}
.our_team h4 {
  padding-bottom: 0;
}
.our_team p {
  font-size: 12px;
  color: #ED1C24;
  font-weight: 600;
  margin-top: -4px;
}
.tabs-services .box {
  margin: 0 -10px;
}
.tabs-services .nav-tabs {
  float: left;
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.tabs-services .nav-tabs li {
  float: none;
  display: block;
  margin-bottom: 10px;
}
.tabs-services .nav-tabs a {
  background: #ED1C24;
  padding: 11px 13px;
  color: #2e2c35;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font: 14px 'Noto Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.tabs-services .nav-tabs a:before {
  float: left;
  margin-right: 16px;
  font: 18px FontAwesome;
  line-height: 20px;
}
.tabs-services .nav-tabs a:hover {
  background: #2e2c35;
  color: #fff;
  border: none;
}
.tabs-services .nav-tabs .active a {
  background: #2e2c35;
  color: #fff;
  border: none;
}
/*--.tabs-services .nav-tabs .num1 a:before {
  content: "\f0e6";
}
.tabs-services .nav-tabs .num2 a:before {
  content: "\f073";
}
.tabs-services .nav-tabs .num3 a:before {
  content: "\f00b";
} */
.tabs-services .tab-content {
  float: left;
  width: 75%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
}
.tabs-services .tab-1.moduletable,
.tabs-services .tab-2.moduletable,
.tabs-services .tab-3.moduletable {
  margin: 0 -10px;
  padding-bottom: 0;
  margin-bottom: -41px;
}
.tabs-services .tab-1 .item,
.tabs-services .tab-2 .item,
.tabs-services .tab-3 .item {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 26px;
}
.tabs-services .tab-1 .item_img,
.tabs-services .tab-2 .item_img,
.tabs-services .tab-3 .item_img {
  margin-right: 0;
  margin-bottom: 17px;
  float: none;
}
.tabs-services .tab-1 p,
.tabs-services .tab-2 p,
.tabs-services .tab-3 p {
  padding-bottom: 16px;
}
.page-gallery__gallery {
  padding-bottom: 30px;
}
.page-gallery__gallery .item_img {
  float: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-gallery__gallery .item_img img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-blog .item {
  padding-bottom: 50px;
}
.contact_form,
.page-category__history,
.page-category__faqs,
.page-category__testimonials,
.page-category__team {
  padding-bottom: 50px;
}
.page-item .item_img {
  max-width: 50%;
}
.page-item .addthis_toolbox {
  display: block;
}
.item_img.span5 {
  width: auto;
}
.zoom-bg,
.zoom-icon {
  display: none !important;
}
.kmt-title:after,
.kmt-author:after {
  display: none;
}
#component {
  min-height: 0;
}
#system-message-container .alert-message {
  margin-bottom: 40px;
}
.page-item {
  padding-bottom: 20px;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
  margin-top: 35px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 24px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== 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;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 20px;
  height: 20px;
  float: right;
  margin: 0;
  line-height: 20px;
}
/*===== 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;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: url(../images/bg_blocks.jpg) center 0 no-repeat;
  position: relative;
  padding-top: 44px;
  padding-bottom: 12px;
  background-size: 100% 100%;
  margin-bottom: 40px;
}
#mainbottom-row:before {
  position: absolute;
  content: "";
/*  background: url(../images/bg_line.png) 0 0 repeat-x; */
  height: 11px;
  width: 100%;
  top: -5px;
}
.blocks .item {
  background: #2285FE;
  color: #fff;
  text-align: center;
  padding: 20px 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom:20px;
}
/* .blocks .item > span {
  position: absolute;
  top: 0;
  left: 50%;
  top: 27px;
  width: 72px;
  height: 72px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  margin-left: -36px;
  text-align: center;
  color: #2e2c35;
}
 .blocks .item > span:before {
  font: 30px FontAwesome;
  line-height: 72px;
}
  .blocks .item .icon1:before {
  content: "\f015";
}
.blocks .item .icon2:before {
  content: "\f0eb";
}
.blocks .item .icon3:before {
  content: "\2622";
}
.blocks .item .icon4:before {
  content: "\1F50E";
}
.blocks .item.active > span {
  color: #ED1C24;
}  */
.blocks h4 {
  color: #fff;
  padding-bottom: 7px;
}
.blocks p {
  padding-bottom: 12px;
}
.blocks .btn:hover {
  background: #ED1C24;
}
/*======================= BOTTOM =======================*/
.tabs-home .box {
  margin: 0 -10px;
}
.tabs-home .nav-tabs {
  float: left;
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.tabs-home .nav-tabs li {
  float: none;
  display: block;
  margin-bottom: 10px;
}
.tabs-home .nav-tabs a {
  background: #dbdee3;
  padding: 11px 13px;
  color: #2e2c35;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font: 14px 'Noto Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.tabs-home .nav-tabs a:before {
  float: left;
  margin-right: 16px;
  font: 18px FontAwesome;
  line-height: 20px;
}
.tabs-home .nav-tabs a:hover {
  background: #2e2c35;
  color: #fff;
  border: none;
}
.tabs-home .nav-tabs .active a {
  background: #2e2c35;
  color: #fff;
  border: none;
}
.tabs-home .nav-tabs .num1 a:before {
  content: "\f0e6";
}
.tabs-home .nav-tabs .num2 a:before {
  content: "\f073";
}
.tabs-home .nav-tabs .num3 a:before {
  content: "\f00b";
}
.tabs-home .tab-content {
  float: left;
  width: 75%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
}
.tabs-home .tab-1.moduletable,
.tabs-home .tab-2.moduletable,
.tabs-home .tab-3.moduletable {
  margin: 0 -10px;
  padding-bottom: 0;
  margin-bottom: -41px;
}
.tabs-home .tab-1 .item,
.tabs-home .tab-2 .item,
.tabs-home .tab-3 .item {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 26px;
}
.tabs-home .tab-1 .item_img,
.tabs-home .tab-2 .item_img,
.tabs-home .tab-3 .item_img {
  margin-right: 0;
  margin-bottom: 17px;
  float: none;
}
.tabs-home .tab-1 h4,
.tabs-home .tab-2 h4,
.tabs-home .tab-3 h4 {
  padding-bottom: 0px;
  line-height: 16px;
}
.tabs-home .tab-1 .item_published,
.tabs-home .tab-2 .item_published,
.tabs-home .tab-3 .item_published {
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #ED1C24;
  position: relative;
  padding-right: 20px;
}
.tabs-home .tab-1 .item_published:after,
.tabs-home .tab-2 .item_published:after,
.tabs-home .tab-3 .item_published:after {
  content: "\f111";
  font: 6px FontAwesome;
  line-height: 12px;
  position: absolute;
  top: 6px;
  right: 8px;
}
.tabs-home .tab-1 .komento,
.tabs-home .tab-2 .komento,
.tabs-home .tab-3 .komento {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}
.tabs-home .tab-1 .kmt-readon span.kmt-comment,
.tabs-home .tab-2 .kmt-readon span.kmt-comment,
.tabs-home .tab-3 .kmt-readon span.kmt-comment {
  background: none;
}
/*======================= FOOTER =======================*/
#footer-row {
  color: #fff;
  padding-top: 51px;
}
#footer-row h3 {
  color: #fff;
  background: url(../images/line_hor2.gif) 0 bottom repeat-x;
  text-align: left;
  margin-bottom: 26px;
}
#footer-row .moduletable {
  padding-bottom: 24px;
}
#copyright-row {
  padding: 20px 0 61px 0;
}
#copyright-row .container {
  position: relative;
}
#copyright {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#copyright .siteName {
  display: none;
}
#copyright .privacy_link {
  color: #fff;
  display: inline-block;
}
#copyright .privacy_link:hover {
  color: #ED1C24;
}
/*===== Social Media ======*/
.social {
  text-align: center;
  margin: 0 -10px;
}
.social li {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.social a:before {
  font: 120px FontAwesome;
  position: relative;
  display: block;
  line-height: 1em;
  text-align: center;
  padding-bottom: 17px;
}
.social a.skype:before {
  content: "\f17e";
}
.social a.facebook:before {
  content: "\f09a";
}
.social a.google:before {
  content: "\f0d5";
}
.social a.twitter:before {
  content: "\f099";
}
.social a.pinterest:before {
  content: "\f0d3";
}
.social a:hover {
  color: #ED1C24;
}
#phone-box {
  float:right;
  margin-top:50px;
  width:250px;
  font-size:18px;
  color:#FFFFFF;
  font-weight:bold;
}
