@import url(//fonts.googleapis.com/css?family=Anton);
.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: 28px;
  -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: #1a3b65;
}
h1 {
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 1px;
}
h3 {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #383838;
  line-height: 30px;
  margin-bottom: 35px;
}
h4 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 28px;
}
h5 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: bold;
  line-height: 18px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 14px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
.item_fulltext a {
  text-decoration: underline;
}
.item_fulltext a:hover {
  text-decoration: none;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #8f8f8f;
  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: #737475;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #737375;
  border-bottom-color: #737375;
}
.btn-primary:hover {
  background: #737375;
  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,
.mod-login_submit .btn-primary,
.mod-newsflash-adv_custom-link a {
  font-size: 14px;
  color: #383838 !important;
  line-height: 18px !important;
  background: #e3e2e2 !important;
  box-shadow: none !important;
  text-transform: none;
  text-decoration: none !important;
  border: none !important;
  padding: 11px 30px 8px !important;
  text-shadow: none;
  font-weight: normal;
  -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-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}
.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,
.mod-login_submit .btn-primary:hover,
.mod-newsflash-adv_custom-link a: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,
.mod-login_submit .btn-primary:active,
.mod-newsflash-adv_custom-link a: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,
.mod-login_submit .btn-primary:focus,
.mod-newsflash-adv_custom-link a: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,
.mod-login_submit .btn-primary.active,
.mod-newsflash-adv_custom-link a.active {
  outline: none;
  opacity: 1;
  text-decoration: none !important;
  color: #ffffff !important;
  background: #00468c !important;
  text-shadow: none;
}
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(203, 204, 204, 0.6);
  border: 1px solid #c6c6c7;
}
.label-info,
.badge-info {
  background: #c6c6c7;
}
.label-info[href],
.badge-info[href] {
  background: #c6c6c7;
  border-radius: 0;
}
.label-info[href]:hover,
.badge-info[href]:hover {
  background: #00468c;
}
a:focus,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none !important;
}
.tags {
  clear: both;
  margin-top: 15px;
}
#searchForm .btn.btn-primary {
  margin-top: -3px;
  padding: 8px 30px 10px !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 3px 14px 3px;
}
/*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;
  margin: 0 10px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  padding: 7px 27px 8px;
  border: none;
  box-shadow: none;
  color: #383838;
  font-family: Arial, Helvetica, sans-serif;
  background: #e3e2e2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover,
.pagination ul li a.pagenav:active,
.pagination ul li a.hasTooltip:active,
.pagination ul li a.pagenav:focus,
.pagination ul li a.hasTooltip:focus {
  color: #ffffff;
  background: #00468c;
}
.pagination ul li.num .pagenav,
.pagination ul li.num .hasTooltip {
  padding: 7px 14px 8px;
}
.pagination ul li.num span {
  background: #00468c;
  color: #ffffff;
}
/*Forms*/
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 14px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 5px 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 5px 0 10px 20px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #1a3b65;
  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);
}
/*======================= TOP =======================*/
.buttonsearch-block:hover {
  opacity: 0.5;
}
.well .buttonsearch-block:hover {
  box-shadow: 0 0 2px #7a7a7b;
}
#top-row {
  padding: 17px 0;
  background-color: #1a3b65;
}
#top-row .search-block {
  float: right;
}
#top-row .search-block .mod-search {
  border: 1px solid #c6c6c7;
  width: 298px;
  height: 34px;
  border-radius: 2px;
  position: relative;
  background: #fff;
}
#top-row .search-block .mod-search #searchword {
  height: 30px;
  font-size: 12px;
  line-height: 19px;
  padding: 7px 10px 4px;
  box-shadow: none;
  border: none;
  border-top: 1px solid #f5f5f5;
  width: 245px;
  margin: 0;
  float: left;
  background: none;
  outline: none;
}
#top-row .search-block .mod-search .buttonsearch-block {
  position: absolute;
  top: -3px;
  right: 0px;
  border-left: 1px solid #c6c6c7;
}
#top-row .contacts {
  float: right;
  color: #383838;
  margin: 0 68px 0 0;
}
#top-row .contacts a {
  color: #8f8f8f;
}
#top-row .contacts a:hover {
  color: #00468c;
}
#top-row .contacts div {
  float: left;
}
#top-row .contacts div.chat {
  background: url("../images/chat.png") no-repeat;
  padding: 5px 0 5px 38px;
}
#top-row .contacts div.phone {
  padding: 8px 34px 0 0;
}
/*======================= HEADER =======================*/
#header-row {
  background: #fff;
  padding: 44px 0 43px;
}
#header-row #logo {
  max-width: 179px;
  float: left;
  display: none;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation {
  margin: 20px 0 0;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0;
  height: 45px;
}
.navigation ul.sf-menu > li:after {
  border-right: 1px solid #dadada;
  content: "";
  display: inline-block;
  height: 31px;
  float: right;
}
.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: none;
  color: #00468c;
}
.navigation ul.sf-menu > li.active > a small,
.navigation ul.sf-menu > li.sfHover > a small,
.navigation ul.sf-menu > li.current > a small,
.navigation ul.sf-menu > li.active > span small,
.navigation ul.sf-menu > li.sfHover > span small,
.navigation ul.sf-menu > li.current > span small {
  color: #444444;
}
.navigation ul.sf-menu > li.lastItem:after {
  display: none;
}
.navigation ul.sf-menu > li.lastItem > a,
.navigation ul.sf-menu > li.lastItem > span {
  padding-right: 0;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7a828a;
  background: none;
  text-transform: none;
  display: block;
  padding: 0 17px;
  font-weight: bold;
  -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;
  height: 31px;
  float: left;
}
.navigation ul.sf-menu > li > a small,
.navigation ul.sf-menu > li > span small {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #00468c;
}
.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 > a:hover small,
.navigation ul.sf-menu > li > span:hover small {
  color: #444444;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 42px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 170px;
}
.navigation ul.sf-menu li li:hover ul li.firstItem:before,
.navigation ul.sf-menu li li.sfHover ul li.firstItem:before {
  top: 6px;
  left: -10px;
  margin-left: 0;
  border-width: 9.5px 10px 9.5px 0;
  border-color: transparent #272727 transparent transparent;
}
.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 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #003366;
}
.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;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  background: none;
  display: block;
  padding: 4px 18px;
  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: none;
  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: none;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
  position: relative;
}
.navigation ul.sf-menu ul li.firstItem:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #272727 transparent;
}
.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: 40px;
  padding-bottom: 40px;
  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: 42px;
  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: 40px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= 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 =======================*/
#feature-row {
  padding: 18px 0 16px;
  background-color: #ffffff;
}
#feature-row .features .item {
  background: url(../images/ftbg.png) repeat-x #b5b5b5;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 6px;
  min-height: 83px;
  margin-bottom: 0;
}
#feature-row .features .item.item_num0 .item_title .item_title_part1 {
  clear: left;
}
#feature-row .features .item.item_num0 .item_title:before {
  background: url("../images/features/feature-1.png") no-repeat;
}
#feature-row .features .item.item_num1 .item_title .item_title_part1 {
  clear: left;
}
#feature-row .features .item.item_num1 .item_title:before {
  background: url("../images/features/feature-2.png") no-repeat;
}
#feature-row .features .item.item_num2 .item_title .item_title_part1 {
  clear: left;
}
#feature-row .features .item.item_num2 .item_title:before {
  background: url("../images/features/feature-3.png") no-repeat;
}
#feature-row .features .item.item_num3 .item_title:before {
  background: url("../images/features/feature-4.png") no-repeat;
}
#feature-row .features .item .item_title {
  margin-left: 84px;
  margin-top: 17px;
  position: relative;
}
#feature-row .features .item .item_title span {
  float: left;
  margin-right: 2.5px;
}
#feature-row .features .item .item_title:before {
  content: "";
  display: block;
  width: 69px;
  height: 69px;
  position: absolute;
  left: -82px;
  top: -17px;
}
#feature-row .features .item:hover {
  background: url("../images/ftbg.png") bottom repeat-x #00468c;
  border: 1px solid #00468c;
}
#feature-row .features .item:hover .item_title:before {
  background-position: 0 bottom;
}
#feature-row .features .item:hover .item_title a {
  color: #fff;
}
#feature-row .features .item:hover .item_title a:hover {
  color: #cccccc;
}
/*======================= MAINTOP =======================*/
.body__home #maintop-row {
  background: #fff;
  padding: 51px 0 46px;
}
.body__home #maintop-row .readmore {
  background: #ecebeb !important;
}
.body__home #maintop-row .readmore:hover {
  background: #00468c !important;
}
#maintop-row {
  padding: 53px 0 28px;
}
#maintop-row .platforms .readmore {
  margin-top: 15px;
}
#maintop-row .platforms .moduleTitle {
  margin-bottom: 40px;
}
#maintop-row .platforms .img-intro {
  margin-bottom: 17px;
}
#maintop-row .tools .readmore {
  margin-top: 15px;
}
#maintop-row .updates .item {
  margin-bottom: 11px;
}
#maintop-row .updates .mod-newsflash-adv_custom-link {
  margin-top: 22px;
}
#maintop-row .quotes .readmore {
  margin-top: 23px;
}
#maintop-row .quotes .moduleTitle {
  margin-bottom: 38px;
}
#maintop-row .quotes .table {
  display: table;
  border-spacing: 0 2px;
}
#maintop-row .quotes .table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-row;
}
#maintop-row .quotes .table ul:nth-child(2n) {
  background: #ecebeb;
}
#maintop-row .quotes .table ul:nth-child(2n) li {
  border: none;
}
#maintop-row .quotes .table ul:hover {
  background: #00468c;
  color: #fff;
}
#maintop-row .quotes .table ul:hover li.down,
#maintop-row .quotes .table ul:hover li.up {
  background-position: 3px -30px;
}
#maintop-row .quotes .table ul.table_h:hover {
  background: none;
  color: #8f8f8f;
}
#maintop-row .quotes .table ul.table_h li {
  border-top: dotted 1px #e2e1e1;
  padding: 5px 0;
}
#maintop-row .quotes .table ul li {
  padding: 1px 0;
  display: table-cell;
  border-bottom: dotted 1px #e2e1e1;
  border-top: dotted 1px #e2e1e1;
}
#maintop-row .quotes .table ul li.down,
#maintop-row .quotes .table ul li.up {
  background: url("../images/bot.png") no-repeat 3px 4px;
  width: 11px;
  padding: 2px 5px 3px 3px;
}
#maintop-row .quotes .table ul li.up {
  background: url("../images/up.png") no-repeat 3px 4px;
}
.styles .readmore {
  margin-top: 10px;
}
.styles .pretext {
  margin-bottom: 25px;
}
.styles .item {
  text-align: center;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.page-blog .items-row,
.page-item__blog .items-row,
.page-archive .items-row {
  margin-bottom: 10px;
}
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  font-family: "Anton", sans-serif;
  color: #686868;
  border-radius: 50%;
  background: #d3d4d6;
  line-height: 41px;
  text-align: center;
  width: 43px;
  height: 43px;
  margin: 0 19px 0 0;
}
#content-row {
  padding: 55px 0;
}
.body__home #content-row,
.body__about #content-row,
.body__training #content-row {
  padding: 0;
}
.body__home.view-article #content-row,
.body__about.view-article #content-row,
.body__training.view-article #content-row {
  padding: 55px 0;
}
#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: 0 0 20px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 5px 10px;
}
.page-blog .item_icons.btn-group.pull-right {
  position: relative;
  margin-top: -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 20px 20px 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;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.page-archive .tags {
  margin: -5px 0 10px;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.tools ul,
.platforms ul,
.archive-module,
.categories-module {
  padding: 0;
  margin: -5px 0 20px;
  list-style: none;
}
.tools ul li,
.platforms ul li,
.archive-module li,
.categories-module li {
  margin: 0 0 7px;
  padding: 0 0 0 19px;
}
.tools ul li:before,
.platforms ul li:before,
.archive-module li:before,
.categories-module li:before {
  content: "â€¢";
  color: #00468c;
  font-size: 20px;
  margin: 0 11px 0 -19px;
  line-height: 22px;
  vertical-align: top;
}
.tools ul li a:hover,
.platforms ul li a:hover,
.archive-module li a:hover,
.categories-module li a:hover {
  text-decoration: underline !important;
  color: #00468c;
}
.archive-module li:before,
.categories-module li:before {
  margin: 0 7px 0 -18px;
}
.archive-module li a,
.categories-module li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover {
  background: none;
}
#aside-right .moduletable {
  margin: 0 0 40px;
}
/*======================= MAINBOTTOM =======================*/
.body__about #mainbottom-row {
  padding: 54px 0 26px;
}
#mainbottom-row {
  padding: 54px 0 34px;
}
#mainbottom-row .moduleTitle {
  margin-bottom: 38px;
}
#mainbottom-row .needs .moduleTitle {
  margin-bottom: 35px;
}
#mainbottom-row .needs .mod-newsflash-adv {
  counter-reset: item;
}
#mainbottom-row .needs .mod-newsflash-adv .item {
  margin-bottom: 6px;
  padding: 0 0 0 60px;
}
#mainbottom-row .needs .mod-newsflash-adv .item:hover:before {
  background: #00468c;
  color: #fffefe;
}
#mainbottom-row .needs .mod-newsflash-adv .item:before {
  content: counter(item, decimal) "";
  counter-increment: item;
  float: left;
  font-family: "Anton", sans-serif;
  color: #686868;
  border-radius: 50%;
  background: #d3d4d6;
  line-height: 41px;
  text-align: center;
  width: 43px;
  height: 43px;
  margin: 0 0 0 -60px;
}
#mainbottom-row .apps .moduleTitle {
  margin-bottom: 42px;
}
#mainbottom-row .apps .item {
  background: url("../images/appsbg.png") repeat-x #b6b6b6;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  margin-bottom: 2px;
  padding: 14px 0 12px 58px;
}
#mainbottom-row .apps .item.item_num0 .item_title:before {
  background: url("../images/apps/android.png") no-repeat;
  left: -42px;
  top: -5px;
}
#mainbottom-row .apps .item.item_num1 .item_title:before {
  background: url("../images/apps/ios.png") no-repeat;
  left: -42px;
  top: -5px;
}
#mainbottom-row .apps .item.item_num2 .item_title:before {
  background: url("../images/apps/windows.png") no-repeat;
  left: -42px;
  top: -5px;
}
#mainbottom-row .apps .item .item_title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  line-height: 18px;
  font-weight: normal;
  position: relative;
}
#mainbottom-row .apps .item .item_title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
}
#mainbottom-row .apps .item:hover {
  background: url("../images/appsbg.png") repeat-x 0 bottom #00468c;
  border-color: #00468c;
}
#mainbottom-row .apps .item:hover .item_title:before {
  background-position: 0 bottom;
}
#mainbottom-row .apps .item:hover .item_title a {
  color: #ffffff;
}
#mainbottom-row .news .item {
  margin-bottom: 16px;
}
#mainbottom-row .news .item:hover .item_published {
  background: #00468c;
  color: #fffefe;
}
#mainbottom-row .news .item_title {
  font-weight: normal;
  padding: 0 0 0 60px;
}
#mainbottom-row .news .item_title a:hover {
  text-decoration: underline !important;
}
#mainbottom-row .news .item_published {
  float: left;
  font-family: "Anton", sans-serif;
  color: #686868;
  border-radius: 50%;
  background: #d3d4d6;
  line-height: 41px;
  text-align: center;
  width: 43px;
  height: 43px;
}
#mainbottom-row .whyus ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: li;
}
#mainbottom-row .whyus ul li {
  padding: 0 0 0 60px;
  margin-bottom: 20px;
  min-height: 43px;
}
#mainbottom-row .whyus ul li a:hover {
  text-decoration: underline !important;
}
#mainbottom-row .whyus ul li:hover:before {
  background: #00468c;
  color: #fffefe;
}
#mainbottom-row .whyus ul li:before {
  content: counter(li, decimal) "";
  counter-increment: li;
  display: block;
  font-family: "Anton", sans-serif;
  color: #686868;
  border-radius: 50%;
  background: #d3d4d6;
  line-height: 41px;
  text-align: center;
  width: 43px;
  height: 43px;
  float: left;
  margin-left: -60px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 50px 0 14px;
  color: #dbdad8;
  border-bottom: 1px solid #9a9a9a;
  background-color: #243865;
}
#bottom-row h4.moduleTitle {
  color: #dbdad8;
}
#bottom-row .contform {
  font-size: 13px;
}
#bottom-row .contform .moduleTitle {
  margin-bottom: 30px;
}
#bottom-row .contform td {
  padding-right: 0;
}
#bottom-row .contform .button {
  background: none;
  border: none;
  float: right;
  width: auto !important;
  padding: 0;
  color: #fff;
  margin: 26px 50px 0 0;
}
#bottom-row .contform .button:hover {
  color: #00468c;
}
#bottom-row .contform .inputbox {
  border-radius: 0;
  margin: 0 0 7px 13px;
  height: 32px;
  width: 238px;
}
#bottom-row .contform .inputbox:focus {
  border-color: #78a602;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#bottom-row .contform .textarea {
  border-radius: 0;
  height: 75px;
  margin: -2px 0 0 13px;
  width: 238px;
}
#bottom-row .contform .textarea:focus {
  border-color: #78a602;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#bottom-row .testimonials blockquote {
  font-style: italic;
}
#bottom-row .testimonials blockquote small {
  color: #dbdad8;
  font-size: 14px;
  margin-top: 14px;
}
#bottom-row .testimonials blockquote small:before {
  display: none;
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 28px 0 20px;
}
#copyright {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #444444;
}
#copyright a {
  color: #00468c;
}
#copyright a:hover {
  color: #8f8f8f;
}
#copyright .year:after {
  content: "|";
  padding: 0 0 0 4px;
}
/*===== Social Media ======*/
.follow .social {
  margin: 0;
  text-align: left;
  list-style: none;
  padding: 0;
}
.follow .social li {
  margin: 0 0 9px;
  display: block;
  padding: 0 0 0 60px;
}
.follow .social li a {
  font-size: 13px;
  text-indent: 0;
  color: #dbdad8;
  display: inline-block;
  margin: 5px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.follow .social li a:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 33px;
  margin: -5px 26px 0 -60px;
  float: left;
}
.follow .social li a:hover {
  color: #00468c;
}
.follow .social li a.twitter:before {
  background: url("../images/social/twitter.png");
}
.follow .social li a.facebook:before {
  background: url("../images/social/facebook.png");
}
.follow .social li a.feed:before {
  background: url("../images/social/feed.png");
}
.follow .social li a.youtube:before {
  background: url("../images/social/youtube.png");
}
.navigation ul.sf-menu {
  float: right;
  left: -156px !important;
  position: relative;
}
