<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
 {
  color: inherit;
}

h6 {
padding-top:15px;
background-color: #e7eaee;
  color: #000000;
  font-weight: normal;

}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #456db4;
}
h1,
h2,
h3 {
  font: 30px/1em 'Arial', sans-serif;

  color: #333333;
  padding: 0 0 0px 0;
  font-weight: bold;
  margin-bottom: 39px;
  position: relative;
  display: inline-block;
}
h1:before,
h2:before,
h3:before {
  content: "";
  position: absolute;
  top: 24px;
  left: -97px;
  background: url(../images/title_left.png) 0 0 no-repeat;
  width: 77px;
  height: 6px;
}
h1:after,
h2:after,
h3:after {
  content: "";
  position: absolute;
  top: 24px;
  right: -97px;
  background: url(../images/title_right.png) 0 0 no-repeat;
  width: 77px;
  height: 6px;
}
h4 {
  font: 20px/24px 'Paytone One', sans-serif;
  color: #555555;
  padding: 0 0 11px 0;
}
header,
.page_header {
  text-align: center;
  overflow: hidden;
}
.contact_details h3,
.contact_misc h3 {
  display: block;
  text-align: left;
}
.contact_details h3:before,
.contact_misc h3:before,
.contact_details h3:after,
.contact_misc h3:after {
  display: none;
}
.com_kunena h3:before,
.com_kunena h3:after {
  display: none;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 9px 47px 14px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Paytone One', sans-serif;
  background: none;
  color: #555555;
  text-shadow: none;
  border: 2px solid #c2c2c2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -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,
.btn:active,
.btn:focus,
.btn.active {
  color: #ffffff;
  background: #456db4;
  border-color: #456db4;
  -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.disabled {
  cursor: default !important;
  pointer-events: none;
  background: none;
  color: #555555;
  text-shadow: none;
  border: 2px solid #c2c2c2;
}
.mod-newsflash-adv_custom-link {
  text-align: center;
  padding-top: 39px;
}
#searchForm .btn.btn-primary {
  height: 32px;
  margin-left: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
}
.dropdown-toggle {
  padding: 4px 6px;
  border: 1px solid #456db4 !important;
  text-decoration: none !important;
  background: #fff;
}
.dropdown-toggle:hover {
  background: #555555;
  border-color: #555555 !important;
  color: #fff;
}
.btn-group.open .btn.dropdown-toggle {
  background: #555555;
  border-color: #555555 !important;
  color: #fff;
}
#section-kmt .kmt-option &gt; span.kmt-admin-wrap &gt; ul {
  background: #fff !important;
}
.kmt-form-submit .btn {
  float: right;
}
.ks.btn {
  margin-left: 10px;
}
#jform_profile_dob_img.btn {
  padding: 3px 10px 6px;
  border-width: 1px;
}
/*Lists*/
ul {
  margin: 0;
}
li {
  list-style-type: none;
}
.list1 li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 14px;
}
.list1 li:before {
  content: "\f0da";
  position: relative;
  font: 13px/19px FontAwesome;
  color: #456db4;
  position: absolute;
  top: 0;
  left: 0;
}
.list1 a {
  color: #616161;
}
.list1 a:hover {
  color: #456db4;
}
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: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #333333;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #dadada;
  background: #ffffff;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #456db4;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #333333;
  background: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: #ffffff;
  background: #456db4;
}
.pagination ul li.pagination-start span.pagenav,
.pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav,
.pagination ul li.pagination-end span.pagenav,
.pagination ul li.pagination-start .span.hasTooltip,
.pagination ul li.pagination-prev .span.hasTooltip,
.pagination ul li.pagination-next .span.hasTooltip,
.pagination ul li.pagination-end .span.hasTooltip {
  color: #616161;
  background: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0px 20px 20px 0;
  position: relative;
  float: left;
}
.item_img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_img img {
  max-width: 100%;
}
.item_img a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  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.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #456db4;
}
.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;
  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 h1,
.well h3 {
  display: block;
}
.well h1:before,
.well h3:before,
.well h1:after,
.well h3:after {
  display: none;
}
#system-message &gt; div {
  margin: 20px 0;
}
.alert {
  margin-top: 20px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#logo a {
  display: inline-block;

}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: none;

}
/*======================= NAVIGATION =======================*/
.bg_top {
  background: url(../images/bg_top.jpg1) center 0 no-repeat #456db4;
  min-height: 73px;
}
#navigation-row {
  position: absolute !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
.navigation ul.sf-menu {
  float: right;
  padding-top: 28px;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu &gt; li {
  padding: 0;
  margin: 0 0px 0 1px;
  position: relative;
}
.navigation ul.sf-menu &gt; li.active &gt; a,
.navigation ul.sf-menu &gt; li.sfHover &gt; a,
.navigation ul.sf-menu &gt; li.current &gt; a,
.navigation ul.sf-menu &gt; li.active &gt; span,
.navigation ul.sf-menu &gt; li.sfHover &gt; span,
.navigation ul.sf-menu &gt; li.current &gt; span {
  background: #456db4;

  color: #ffffff;
}
.navigation ul.sf-menu &gt; li &gt; a,
.navigation ul.sf-menu &gt; li &gt; span {
  font-size: 14px;
  line-height: 1.2em;
  font-family: 'Paytone One', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 7px 10px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu &gt; li &gt; a:hover,
.navigation ul.sf-menu &gt; li &gt; span:hover {
  background: #456db4;

  color: #ffffff;
}
.navigation ul.sf-menu &gt; li &gt; a:hover &gt; span,
.navigation ul.sf-menu &gt; li &gt; span:hover &gt; span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu &gt; li &gt; ul {
  top: 35px;
  /*Define 1st SubMenu position*/

  left: 50%;
  margin-left: -81px;
}
.navigation ul.sf-menu ul {
  width: 162px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -12px;
  left: 163px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: 32px;
  left: 0;
}
.navigation ul.sf-menu ul {
  background: #456db4;

  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li.open &gt; .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0 12px;
  font-weight: normal;
  text-align: center;
  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: #ffffff;
  color: #5689e5;
}
.navigation ul.sf-menu ul li.active &gt; a,
.navigation ul.sf-menu ul li.sfHover &gt; a,
.navigation ul.sf-menu ul li.active &gt; span,
.navigation ul.sf-menu ul li.sfHover &gt; span {
  background: #ffffff;
  color: #456db4;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 162px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 162px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover &gt; ul,
.navigation ul.sf-menu.sf-vertical li.sfHover &gt; ul {
  /*Define 1st SubMenu position*/

  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 164px;
}
.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;
}
.navigation ul.sf-menu.sf-navbar li:hover &gt; ul,
.navigation ul.sf-menu.sf-navbar li.sfHover &gt; ul {
  /*Define 1st SubMenu position*/

  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: 162px;
  top: 1.2em;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  width: 100%;
  margin: 0;
  max-width: 100%;

padding-top:75px;


}
#showcase-row .container-fluid {
  padding: 0;
}
.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 {
  background: url(../images/bg1.jpg) center 0 no-repeat;
  padding: 38px 0 0 0;
  text-align: center;
  margin-bottom: 49px;
}
#maintop-row h1,
#maintop-row h1,
#maintop-row h3 {
  color: #fff;
}
#maintop-row h1:before,
#maintop-row h1:before,
#maintop-row h3:before {
  background: url(../images/img_left.png) 0 0 no-repeat;
}
#maintop-row h1:after,
#maintop-row h1:after,
#maintop-row h3:after {
  background: url(../images/img_right.png) 0 0 no-repeat;
}
#maintop-row h4 {
  color: #fff;
}
#maintop-row p {
  color: #fff;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.bg_cont {
  padding-top: 46px;
  background: #e7eaee;
}
.bg_cont .moduletable {
  padding-bottom: 46px;
}
.about_us h3 {
  margin-bottom: 43px;
}
.about_us .nav-tabs {
  text-align: center;
  border-bottom: none;
}
.about_us .nav-tabs &gt; li {
  display: inline-block;
  float: none;
  margin: 0 35px;
}
.about_us .nav-tabs &gt; li &gt; a {
  padding: 0;
  background: none;
  border: none;
  font: 20px/24px 'Paytone One', sans-serif;
  color: #555555;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid #555555;
}
.about_us .nav-tabs &gt; li &gt; a:hover,
.about_us .nav-tabs &gt; li &gt; a:active,
.about_us .nav-tabs &gt; li &gt; a:focus {
  padding: 0;
  border: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  color: #456db4;
  background: none;
}
.about_us .nav-tabs &gt; li.active &gt; a {
  padding: 0;
  padding-bottom: 6px;
  border: none;
  border-bottom: 2px solid #fff;
  color: #456db4;
  background: none;
}
.about_us .nav-tabs &gt; li.active &gt; a:hover,
.about_us .nav-tabs &gt; li.active &gt; a:active,
.about_us .nav-tabs &gt; li.active &gt; a:focus {
  padding: 0;
  padding-bottom: 6px;
  border: none;
  border-bottom: 2px solid #fff;
  color: #456db4;
  background: none;
}
.about_us .item_content {
  padding: 0 96px;
  text-align: center;
  padding-top: 11px;
}
.about_us .list1 {
  text-align: left;
}
.about_us .list1 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding-right: 12px;
}
.testimon.moduletable {
  padding-bottom: 48px;
}
.testimon .item_content {
  padding: 77px 96px 0;
  background: url(../images/quot.png) center 0 no-repeat;
  text-align: center;
}
.testimon p {
  padding-bottom: 21px;
}
.testimon .img {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
}
.testimon .img:before {
  content: "";
  background: url(../images/img_left.png) 0 0 no-repeat;
  position: absolute;
  top: 42px;
  width: 77px;
  height: 6px;
  left: -99px;
}
.testimon .img:after {
  content: "";
  background: url(../images/img_right.png) 0 0 no-repeat;
  position: absolute;
  top: 42px;
  width: 77px;
  height: 6px;
  right: -99px;
}
.testimon h4 {
  font-size: 14px;
  padding-bottom: 51px;
}
.testimon .caroufredsel_prev {
  background: url(../images/marker_left3.png) 0 0 no-repeat;
}
.testimon .caroufredsel_next {
  background: url(../images/marker_right3.png) 0 0 no-repeat;
}
.projects.moduletable {
  padding-bottom: 57px;
}
.projects .filters {
  text-align: center;
  padding-bottom: 12px;
}
.projects .filters b {
  display: none;
}
.projects .filters #filters li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.projects .filters #filters .btn {
  padding: 11px 32px 15px;
  color: #787878;
}
.projects .filters #filters .active,
.projects .filters #filters .btn:hover {
  color: #fff;
}
.projects .item_img {
  margin: 0;
}
.projects .caroufredsel_wrapper {
  overflow: inherit !important;
  margin-left: -576px !important;
  padding-bottom: 40px;
}
.projects .mod_caroufredsel {
  overflow: inherit;
}
.projects .item {
  display: none;
}
.projects h3 {
  margin-bottom: 48px;
}
.projects ul {
  max-height: 184px;
  overflow: hidden;
}
.posts.moduletable {
  text-align: center;
  padding-bottom: 59px;
}
.posts .item_img {
  float: none;
  margin-right: 0;
  margin-bottom: 13px;
}
.posts p {
  position: relative;
  padding-bottom: 20px;
}
.posts p:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 2px;
  background: #555555;
  left: 50%;
  bottom: 0;
  margin-left: -31px;
}
.why_us {
  text-align: center;
}
.why_us .item_content {
  position: relative;
  padding-top: 90px;
}
.why_us span.dropcap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font: 69px/60px 'Paytone One', sans-serif;
  color: #456db4;
}
.standards .item_introtext {
  padding: 0 96px;
}
.opportunities h3 {
  font-size: 20px;
  line-height: 24px;
  color: #456db4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.opportunities h3:after,
.opportunities h3:before {
  display: none;
}
.advantages h3 {
  font-size: 20px;
  line-height: 24px;
  color: #456db4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.advantages h3:after,
.advantages h3:before {
  display: none;
}
.advantages .item_content {
  position: relative;
  padding-left: 45px;
}
.advantages .item_content:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 28px/1.2em FontAwesome;
  color: #456db4;
}
.advantages .item_num0 .item_content:before {
  content: "\f004";
}
.advantages .item_num1 .item_content:before {
  content: "\f06e";
}
.advantages .item_num2 .item_content:before {
  content: "\f06c";
}
.from_blog h3 {
  font-size: 20px;
  line-height: 24px;
  color: #456db4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.from_blog h3:after,
.from_blog h3:before {
  display: none;
}
.from_blog .item_img {
  width: 90px;
}
.from_blog .item_img img,
.from_blog .item_img .BWfade,
.from_blog .item_img canvas {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.from_blog .item_published {
  color: #456db4;
}
.from_blog .item_content {
  padding-bottom: 20px;
}
.page-category__testimonials .item_introtext {
  padding-left: 20px;
  padding-top: 20px;
  background: url(../images/quotes.png) 0 0 no-repeat;
}
.page-blog h4,
.page-category__team h4,
.page-category__faqs h4 {
  text-align: left;
}
.page-category__history,
.page-category__team,
.page-category__faqs,
.page-category__testimonials {
  padding-bottom: 30px;
}
.page-gallery,
.page-contact,
.page-remind,
.page-reset,
.page-registration,
.page-item,
.com_kunena #component {
  padding-bottom: 60px;
}
#filters li,
#sort li,
#grid-list li {
  margin-right: 2px;
  margin-bottom: 2px;
}
#filters li .btn,
#sort li .btn,
#grid-list li .btn {
  padding-left: 24px;
  padding-right: 24px;
}
.items-row {
  padding-bottom: 30px;
}
.item {
  margin-bottom: 0;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd &gt; * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
.mfp-bottom-bar h4 a {
  color: #fff;
}
.mfp-bottom-bar h4 a:hover {
  color: #456db4;
}
.img-full.span5.item_img {
  width: auto;
  padding-left: 0;
}
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: #fff;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== 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: 13px;
}
/*======================= 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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  padding: 35px 0 0 0;
}
.siteName {
  display: none;
}
#copyright {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 16px;
  text-align: center;
}
#copyright a {
  color: #fff;
  display: inline-block;
}
#copyright a:hover {
  color: #456db4;
}
.newsletter .acymailing_fulldiv {
  background: #456db4;
  padding: 15px 0 15px 0;
}
.newsletter form {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.newsletter .acymailing_introtext {
  float: left;
  padding-bottom: 0;
  font: 40px/32px 'Paytone One', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-right: 18px;
  vertical-align: text-top;
}
.newsletter table.acymailing_form {
  margin: 0;
}
.newsletter .acyfield_email {
  padding-bottom: 0;
  float: left;
  width: 268px;
  margin-right: 18px;
}
.newsletter .acyfield_email input {
  border-color: #fff;
  color: #616161;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 15px;
}
.newsletter .acysubbuttons {
  float: left;
  padding-bottom: 0;
}
.newsletter .acysubbuttons .btn {
  border-color: #fff;
  color: #fff;
}
.newsletter .acysubbuttons .btn:hover,
.newsletter .acysubbuttons .btn:active,
.newsletter .acysubbuttons .btn:focus {
  background: #fff;
  color: #456db4;
}
</pre></body></html>