.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: #6a6f94;
}
h1 {
  font: 45px/40px 'Contrail One', cursive;
  color: #101388;
  letter-spacing: -1px;
}
h2,
h3 {
  font: 45px/40px 'Contrail One', cursive;
  color: #101388;
  letter-spacing: -2px;
  margin: 0 0 56px;
}
h4 {
  font: 25px/30px 'Contrail One',cursive;
  color: #101388;
  letter-spacing: -2px;
}
body .item_title {
  font: 45px/40px 'Contrail One', cursive;
  color: #101388;
  letter-spacing: -1px;
}
body .item_title a {
  color: #101388;
}
body .item_title a:hover {
  color: #6b6f94;
}
.modal-header h3 {
  line-height: 50px !important;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 20px;
  background: #ffffff;
  color: #7c7c7c;
  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: #6b6f94;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #6b8e94;
  border-bottom-color: #6b8e94;
  outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #535353;
  color: white;
  box-shadow: none;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: none;
  border: none;
  font: bold 12px/18px arial;
  text-transform: lowercase;
  color: #535353;
  padding: 0;
  outline: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: none;
  color: #6b948c;
  box-shadow: none;
  outline: none;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.list,
.item-list,
.menu-list {
  margin: 0;
  max-width: 300px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.list li,
.item-list li,
.menu-list li {
  line-height: 18px;
  padding: 6px 0 5px;
  border-top: 1px solid #dfdfdf;
  list-style: none;
}
ul.item_list li:first-child,
.categories-module li:first-child,
.archive-module li:first-child,
.unstyled li:first-child,
.list li:first-child,
.item-list li:first-child,
.menu-list li:first-child {
  border: none;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.list li a,
.item-list li a,
.menu-list li a {
  background: url(../images/template/marker.png) 0 5px no-repeat !important;
  color: #7c7c7c;
  font: 12px/18px arial;
  padding-left: 19px;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.list li a:hover,
.item-list li a:hover,
.menu-list li a:hover {
  color: #6b6f94;
}
ul.item_list li a.selected,
.categories-module li a.selected,
.archive-module li a.selected,
.unstyled li a.selected,
.list li a.selected,
.item-list li a.selected,
.menu-list li a.selected {
  color: #6b6f94;
}
ul.item_list li.active a,
.categories-module li.active a,
.archive-module li.active a,
.unstyled li.active a,
.list li.active a,
.item-list li.active a,
.menu-list li.active a {
  color: #6b6f94;
}
ul.item_list#filters,
.categories-module#filters,
.archive-module#filters,
.unstyled#filters,
.list#filters,
.item-list#filters,
.menu-list#filters {
  max-width: 100%;
}
ul.item_list#filters li,
.categories-module#filters li,
.archive-module#filters li,
.unstyled#filters li,
.list#filters li,
.item-list#filters li,
.menu-list#filters li {
  border: none;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 40px;
}
.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;
  padding: 0 5px;
}
.pagination ul li .pagenav {
  font: bold 12px/18px arial;
  text-transform: lowercase;
  color: #101388;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
}
.pagination ul li span.pagenav {
  color: #555555;
}
.pagination ul li a.pagenav {
  color: #6b6f94;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #101388;
}
.pagination ul li.num span.pagenav {
  color: #101388;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  /*padding: 10px;
  background: #e1e1e1;*/

  margin-bottom: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_img img,
.category_img img {
  border: 10px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 19px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 19px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
#top-row {
  background: #101388;
}
#top-row .row-container ul.nav {
  margin: 4px 0 6px;
  overflow: hidden;
}
#top-row .row-container ul.nav li {
  background: url(../images/template/user-sep.gif) 0 center no-repeat;
  float: left;
  padding: 0 13px;
  color: #9b9b9b;
}
#top-row .row-container ul.nav li:first-child {
  background: none;
  padding-left: 0;
}
#top-row .row-container ul.nav li a {
  color: white;
  font-weight: bold;
}
#top-row .row-container ul.nav li a:hover {
  color: #9b9b9b;
}
#top-row .row-container ul.nav.center {
  float: right;
}
#top-row .row-container ul.nav.center li {
  background: none;
  padding: 0 0 0 5px;
}
#top-row .row-container ul.nav.center li:first-child {
  font-weight: bold;
  color: white;
}
#top-row .row-container ul.nav.center li img {
  float: left;
  margin: 3px 6px 0 0;
}
/*======================= HEADER =======================*/
#header-row {
  background: #efefef;
}
#logo a {
  display: inline-block;
  margin: 0px 0 15px 1px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
  margin-bottom: 20px;
}
.navigation ul.sf-menu {
  background: #101388;
  position: relative;
  float: right;
  border-right: 1px solid #eaeaea;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  border-left: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
}
.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/template/item.gif) right 0 no-repeat #cfe306;
}
.navigation ul.sf-menu > li.active > a span,
.navigation ul.sf-menu > li.sfHover > a span,
.navigation ul.sf-menu > li.current > a span,
.navigation ul.sf-menu > li.active > span span,
.navigation ul.sf-menu > li.sfHover > span span,
.navigation ul.sf-menu > li.current > span span,
.navigation ul.sf-menu > li.active > a em,
.navigation ul.sf-menu > li.sfHover > a em,
.navigation ul.sf-menu > li.current > a em,
.navigation ul.sf-menu > li.active > span em,
.navigation ul.sf-menu > li.sfHover > span em,
.navigation ul.sf-menu > li.current > span em {
  color: white;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  display: block;
  padding: 44px 41px 16px 18px;
  font: 25px/25px 'Contrail One', cursive;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #101388;
  background: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  background-position: right 0;
}
.navigation ul.sf-menu > li > a span,
.navigation ul.sf-menu > li > span span {
  display: block;
  color: #101388;
}
.navigation ul.sf-menu > li > a em,
.navigation ul.sf-menu > li > span em {
  font-style: normal;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: url(../images/template/item.gif) right 0 no-repeat #00129d;
}
.navigation ul.sf-menu > li > a:hover span,
.navigation ul.sf-menu > li > span:hover span,
.navigation ul.sf-menu > li > a:hover em,
.navigation ul.sf-menu > li > span:hover em {
  color: white;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 110px;
  background: #101388;
}
.navigation ul.sf-menu > li:hover > ul > li > a,
.navigation ul.sf-menu > li.sfHover > ul > li > a,
.navigation ul.sf-menu > li:hover > ul > li > span,
.navigation ul.sf-menu > li.sfHover > ul > li > span {
  color: #bec0c2;
}
.navigation ul.sf-menu > li:hover > ul > li > a:hover,
.navigation ul.sf-menu > li.sfHover > ul > li > a:hover,
.navigation ul.sf-menu > li:hover > ul > li > span:hover,
.navigation ul.sf-menu > li.sfHover > ul > li > span:hover {
  background: #00129d;
  color: white;
}
.navigation ul.sf-menu > li:hover > ul > li.active > a,
.navigation ul.sf-menu > li.sfHover > ul > li.active > a,
.navigation ul.sf-menu > li:hover > ul > li.sfHover > a,
.navigation ul.sf-menu > li.sfHover > ul > li.sfHover > a,
.navigation ul.sf-menu > li:hover > ul > li.active > span,
.navigation ul.sf-menu > li.sfHover > ul > li.active > span,
.navigation ul.sf-menu > li:hover > ul > li.sfHover > span,
.navigation ul.sf-menu > li.sfHover > ul > li.sfHover > span {
  background: #00129d;
  color: white;
}
.navigation ul.sf-menu ul {
  width: 153px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -24px;
  left: 154px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -24px;
  left: 154px;
}
.navigation ul.sf-menu ul {
  background: #b3c9b3;
  padding: 24px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font: 11px/28px arial;
  color: white;
  display: block;
  padding: 0px 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;
  height: 29px;
  text-transform: uppercase;
}
.navigation ul.sf-menu ul li a em,
.navigation ul.sf-menu ul li span em {
  font-style: normal;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #c2d4c2;
}
.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: #c2d4c2;
}
.navigation ul.sf-menu ul li.parent a em {
  background: url(../images/template/parent.png) right 5px no-repeat;
  padding-right: 12px;
}
.navigation ul.sf-menu.sf-vertical {
  width: 153px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 153px;
  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: 155px;
}
.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: 153px;
  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 .row-container {
  padding: 59px 0 0;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row .row-container {
  padding-top: 71px;
}
#content-row .row-container .container {
  padding-bottom: 70px;
}
#content-row .row-container .container .content-inner .span8 {
  background: url(../images/template/divider.gif) 696px 0 repeat-y;
}
#content-row .row-container .container .content-inner .span8 .page-featured,
#content-row .row-container .container .content-inner .span8 .page-blog,
#content-row .row-container .container .content-inner .span8 .page-item,
#content-row .row-container .container .content-inner .span8 .page-category,
#content-row .row-container .container .content-inner .span8 .page-archive,
#content-row .row-container .container .content-inner .span8 .mod-newsflash-adv {
  padding-right: 96px;
}
#content-row .row-container .container .content-inner #content-bottom {
  padding-top: 21px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  padding-bottom: 66px;
}
.body__homepage #aside-right .moduletable,
.body__homepage #aside-left .moduletable {
  padding-bottom: 0px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 40px;
}
.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_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.page-featured .item {
  margin: 0;
}
.page-featured .item .item_title {
  font: 25px/30px 'Contrail One', cursive;
  margin-bottom: 25px;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item {
  text-align: center;
  margin: 0 -40px 0 0;
  width: 255px !important;
  height: 255px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_img {
  margin: 0 0 18px;
  padding: 38px 0 0;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_img img {
  border: none;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_content .item_title a{
  font: 35px/30px 'Contrail One', cursive;
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_content .item_title .item_title_part0 {
  display: block;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_content .item_introtext {
  padding-bottom: 24px;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item .item_content a.readmore:hover {
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num0 {
  background: url(../images/template/bg1.png) 0 0 repeat;
  background: rgba(32, 68, 165, 0.8);
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num0 a.readmore {
/*===  color: #afb71a; ====*/
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num1 {
  background: url(../images/template/bg2.png) 0 0 repeat;
  background: rgba(81, 162, 70, 0.8);
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num1 a.readmore {
/*===  color: #58848e; ====*/
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num2 {
  background: url(../images/template/bg3.png) 0 0 repeat;
  background: rgba(137, 196, 228, 0.8);
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num2 a.readmore {
/*===  color: #81e577; ====*/
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num3 {
  background: url(../images/template/bg4.png) 0 0 repeat;
  background: rgba(206, 220, 42, 0.85);
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num3 a.readmore {
/*===  color: #5c93b7; ====*/
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num4 {
  background: url(../images/template/bg1.png) 0 0 repeat;
  background: rgba(77, 165, 229, 0.8);
}
.mod-newsflash-adv.mod-newsflash-adv__feature .item.item_num4 a.readmore {
/*===  color: #5c93b7; ====*/
  color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__new .item .item_content {
  padding-right: 20px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__new .item .item_content .item_published {
  float: left;
  font: 25px/25px 'Contrail One', cursive !important;
  background: #cfe306;
  width: 54px;
  padding: 0 0 13px 16px;
  text-transform: uppercase;
  color: white;
  letter-spacing: -1px;
  margin-right: 18px;
}
.mod-newsflash-adv.mod-newsflash-adv__new .item .item_content .item_published span {
  display: block;
  background: url(../images/template/date.gif) right 0 no-repeat;
  padding-top: 17px;
}
.mod-newsflash-adv.mod-newsflash-adv__new .item .item_content .item_title {
  overflow: hidden;
  line-height: 25px;
}
.mod-newsflash-adv.mod-newsflash-adv__new .item .item_content .item_introtext {
  width: 100%;
  padding-top: 19px;
  overflow: hidden;
}
.testimonials .moduleTitle {
  margin-bottom: 25px;
}
.blockquote small {
  font-weight: bold;
  color: #101388;
  font: bold 12px/18px arial;
}
blockquote {
  background: url(../images/template/blockquote.gif) right 0 no-repeat #e1e1e1;
  font: 25px/35px 'Contrail One', cursive;
  color: #a6a8aa;
  padding: 45px 30px;
  letter-spacing: -1px;
  margin: 0 0 21px;
  border-left: none;
}
/*===== Company Page ======*/
.page-category__team .img-intro__left,
.mod-newsflash-adv__team .img-intro__left,
.page-category__team .img-full__left,
.mod-newsflash-adv__team .img-full__left {
  float: none;
  margin: 0 0px 23px 0;
}
.page-category__team .item_title,
.mod-newsflash-adv__team .item_title {
  font: bold 12px/18px arial;
  color: #6b6f94;
  letter-spacing: normal;
  margin: 0;
}
.page-category__company .item,
.page-category__company .item__module {
  margin: 0px;
}
.page-category__company .item .item_title,
.page-category__company .item__module .item_title {
  font: 25px/30px 'Contrail One', cursive;
  letter-spacing: -1px;
  margin: 0 0 25px;
}
.mod-article-single .item__module {
  margin: 0px;
}
.mod-article-single .item__module .item-title {
  font: 25px/30px 'Contrail One', cursive;
  letter-spacing: -1px;
  margin: 0 0 25px;
  color: #6b6f94;
}
.mod-article-single .item__module .item-title a {
  color: #6b6f94;
}
.mod-article-single .item__module .item-title a:hover {
  color: #101388;
}
.mod-newsflash-adv__company {
  margin-bottom: 31px;
}
/*===== Services Page ======*/
/*===== Blog Page ======*/
.page-category__faqs .item_title,
.page-category__history .item_title,
.page-category__solutions .item_title,
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  font: 25px/30px 'Contrail One', cursive;
  margin: 0;
}
.page-category__faqs .item_info_dl,
.page-category__history .item_info_dl,
.page-category__solutions .item_info_dl,
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  font: 25px/30px 'Contrail One', cursive;
  color: #101388;
  letter-spacing: -1px;
  margin: 0 0 25px;
}
/*===== Solutions Page ======*/
.page-category__solutions .item_header {
  padding-bottom: 25px;
}
.mod-newsflash-adv .item .item_img {
  background: none;
  padding: 0px;
}
.mod-newsflash-adv .item .item_img.img-intro__left {
  margin-right: 11px;
}
.mod-newsflash-adv .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv .item .item_content .item_title {
  font: 25px/30px 'Contrail One', cursive;
  margin: 0 0 5px;
  color: #101388;
}
.mod-newsflash-adv .item .item_content .item_published {
  font: 25px/30px 'Contrail One', cursive;
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item {
  border: none;
  margin: 0 0 32px;
  padding: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_img {
  margin-right: 20px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_img a {
  display: block;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content {
  padding-right: 20px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content .item_title {
  font: bold 12px/18px arial;
  color: #6b6f94;
}
.mod-newsflash-adv.mod-newsflash-adv__team .item .item_content .item_introtext p span {
  display: block;
}
.mod-newsflash-adv.mod-newsflash-adv__solutions .item,
.mod-newsflash-adv.mod-newsflash-adv__history .item {
  border-top: 1px solid #dfdfdf;
  margin: 1px 0 0;
  padding: 28px 0 0;
}
.mod-newsflash-adv.mod-newsflash-adv__solutions .item:first-child,
.mod-newsflash-adv.mod-newsflash-adv__history .item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__solutions .item_img img,
.mod-newsflash-adv.mod-newsflash-adv__history .item_img img {
  border: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -48px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 48px;
  float: left;
  list-style: none;
  margin-bottom: 40px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 25px;
}
ul.gallery .gallery-item .item_title {
  font: 25px/30px 'Contrail One', cursive;
  margin: 0 0 9px;
}
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;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container .container {
  padding-bottom: 33px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  background: #101388;
}
#copyright-row .row-container {
  padding: 57px 0 0;
}
#copyright {
  color: #c0c2c4;
}
#copyright a {
  color: #c0c2c4;
}
#copyright a:hover {
  color: white;
}
#copyright .siteName {
  display: block;
  font: 45px/50px 'Contrail One', cursive;
  color: white;
  letter-spacing: -2px;
  margin-bottom: -3px;
}
#copyright .copy {
  margin-right: 3px;
}
#copyright .year {
  margin-right: 6px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 6px;
}
ul.nav.footer {
  padding: 4px 0 0;
}
ul.nav.footer li {
  border-top: 1px solid #69696a;
  line-height: 29px;
}
ul.nav.footer li:first-child {
  border: medium none;
}
ul.nav.footer li a {
  line-height: 29px;
  color: white;
}
ul.nav.footer li a:hover {
  color: #c0c2c4;
}
/*===== Social Media ======*/
.social {
  overflow: hidden;
  margin: -53px 0 0;
}
.social li {
  list-style: none;
  float: left;
  margin-right: 3px;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
