.t3-module {
  margin: 24px 0 60px;
}
.t3-module:last-child {
  margin-bottom: 0;
}
.t3-module:first-child {
  margin-top: 0;
}
.t3-module .module-inner {
  position: relative;
}
.t3-module .custom {
  padding: 0;
  border: 0;
}
.t3-module .destra {
  padding: 20px;
  border: 1px solid #3a87ad;
  
  background: #f0faff;
  font-size: 18px;
}
.t3-module .module-title {
  color: #3a87ad;
  margin-bottom: 5px;
  margin-top: 0;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  [class*="col"] .t3-module {
    margin-bottom: 36px;
  }
}
.module-title {
  color: #333333;
  margin-bottom: 36px;
  margin-top: 0;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
}
.module-title:before {
  content: "";
  display: block;
  background-color: #e2e2e2;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
}
.module-title span {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  padding: 0 24px 0 0;
}
.module-title span.module-subtitle {
  display: block;
  font-size: 14px;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 1px;
}
.line-through .module-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 42px;
}
.line-through .module-title span {
  color: #001335 !important;
  padding: 0 24px !important;
}
.t3-sidebar .inputbox {
  display: inline;
  margin-right: 5px;
  width: 99%;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct p,
.custom p {
  margin-bottom: 10px;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.module_menu .nav > li > a {
  margin: 15px 0;
}
.module_menu .nav > li:first-child > a {
  margin-top: 0;
}
.even-odd .nav > li a {
  background-color: #f4f4f4;
}
.even-odd .nav > li.active a,
.even-odd .nav > li.current a {
  background-color: #555555 !important;
  color: #ffffff;
}
.even-odd .nav > li:nth-child(2n-1) > a {
  background-color: #d6d6d6;
}
.actionModal {
  overflow: hidden !important;
}
.actionModal .modal-content {
  border-radius: 5px;
  padding: 48px;
  text-align: center;
}
.actionModal .modal-body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}
.actionModal .modal-body a {
  color: #008099;
}
.actionModal .modal-header {
  border-bottom: 0;
  padding: 0;
}
.actionModal .modal-title {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
}
.actionModal .userdata {
  margin-top: 30px;
}
.actionModal .input-group-addon {
  background-color: transparent;
  padding: 6px 20px;
}
@media screen and (min-width: 992px) {
  .actionModal .modal-dialog {
    margin-top: 75px;
    width: 520px;
  }
}
.actionModal ul.nav {
  margin: 15px 0 65px;
}
.close:hover,
.close:focus {
  background-color: transparent;
}
.close {
  position: absolute;
  top: 12px;
  right: 24px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .btn-primary {
  width: 100%;
  display: block;
}
#login-form .logout-button {
  position: absolute;
  top: 150px;
  right: 0;
}
#login-form ul.unstyled {
  padding-left: 0;
  margin: 24px 0 0;
  list-style: none;
  font-size: 13px;
}
#login-form ul.unstyled li {
  display: inline-block;
  padding: 0 15px 10px 0;
}
#login-form ul.unstyled li a {
  color: #222222;
}
#login-form #form-login-remember label {
  font-weight: normal;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #222222;
  padding-left: 20px;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 15px 0;
  position: relative;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module li:hover .catcounter,
ul.categories-module li:hover .catcounter,
.category-module li:hover .catcounter,
ul.category-module li:hover .catcounter {
  background-color: #008099;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  margin: 0;
}
.catcounter {
  display: inline-block;
  text-align: center;
  float: left;
  color: #fff;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  background-color: #ccc;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 10px;
  margin-top: -2px;
  margin-right: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #e2e2e2;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #008099;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #008099;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.nspMain {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
}
.nspArts {
  overflow: hidden;
}
.nspArt {
  position: relative;
}
.nspAvatar {
  border-radius: 50%;
  margin-right: 8px;
}
.nspHeader {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.nspText {
  font-size: 14px;
  margin-top: 24px;
}
.nspInfo {
  font-size: 14px;
  margin-bottom: 12px;
  color: #222222;
}
.nspInfo a {
  color: #222222;
}
.nspInfo.nspInfo2 {
  text-transform: none;
}
.nspInfo.nspInfo2 a {
  color: #222222;
}
.nspInfo2 {
  margin-top: 36px;
}
.nspArt a.modal {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  border: 0;
  overflow: hidden;
}

.nspBotInterface,
.nspTopInterface {
  margin: 0;
  overflow: hidden;
  right: 0;
  top: 6px;
  position: absolute;
}
.nspNext,
.nspPrev {
  cursor: pointer;
  float: left;
  height: 15px;
  width: 15px;
  margin: 0 0 0 4px;
  color: #000000;
  line-height: 1.1;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-indent: 1.7px;
  font-size: 12px;
}
.nspNext {
  text-indent: 2.3px;
}
.nspPrev:before,
.nspNext:before {
  font-family: FontAwesome;
  display: inline-block;
}
.nspPrev:before {
  content: "\f104";
}
.nspNext:before {
  content: "\f105";
}
.nspNext:hover,
.nspPrev:hover {
  border: 1px solid #008099;
}
.nspArt .nspImage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.nspImageWrapper {
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
.nspLinksWrap.right .nspList {
  padding-left: 30px;
}
.nspLinksWrap .nspList {
  padding: 0;
  margin: 0;
}
.nspLinks .nspCol2 {
  width: 100%;
}
@media (min-width: 991px) {
  .nspLinks .nspCol2 li {
    width: 50%;
    float: left;
  }
}
.nspLinksWrap.bottom {
  margin-top: 48px;
}
.nspList > li > .nspImageWrapper {
  float: left;
}
.nspList > li > .nspImageWrapperRight {
  float: right;
}
.nspLinks h4 {
  font-size: 14px;
  margin-top: 0;
}
.t3-sidebar .nspArt,
.t3-footer .nspArt {
  border: 0;
}
.t3-sidebar .nspInfo,
.t3-footer .nspInfo {
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}
.t3-sidebar .nspHeader,
.t3-footer .nspHeader {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.t3-sidebar .nspTopInterface,
.t3-footer .nspTopInterface {
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  top: auto;
}
.nspPagination li {
  display: inline-block;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .nspArt {
    clear: none !important;
  }
  .nspArt.nspCol2,
  .nspArt.nspCol3,
  .nspArt.nspCol4,
  .nspArt.nspCol5 {
    width: 100%;
    margin-bottom: 36px;
  }
  .nspArtPage .nspArt:last-child {
    margin-bottom: 0;
  }
  .nspLinksWrap.right,
  .nspArts.right {
    width: 100% !important;
  }
  .nspLinksWrap.right {
    margin-top: 36px;
  }
  .nspLinks ul {
    width: 100% !important;
  }
  .nspLinks ul li {
    display: inline-block;
    width: 100%;
  }
}
.nsp-row .nspArt {
  margin-top: 30px;
}
.nsp-row .nspArtPage {
  margin-top: -30px;
}
.readon-button {
  display: block;
  background: #008099;
  clear: both;
  text-align: center;
  padding: 25px 16px;
  font-size: 16px;
  line-height: normal;
  border-radius: 7.5px;
  color: #ffffff;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  margin-top: 48px;
  position: relative;
  top: 12px;
}
.readon-button:hover {
  color: #ffffff;
  background: #00758c;
}
@media (min-width: 768px) {
  .readon-button {
    margin-left: 35%;
    margin-right: 35%;
  }
}
.responsive .nspArt img.nspImage {
  width: 100% !important;
  height: auto !important;
}
.nsp-column.nspMain {
  margin-left: -20px;
  margin-right: -20px;
}
.nsp-column .nspArt {
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.nsp-column .nspLinks .nspList li {
  padding-left: 20px !important;
  padding-right: 20px !important;
  clear: both;
  padding-bottom: 36px;
}
.center .nspArt .tleft,
.center .nspArt .tright {
  text-align: center;
}
.nspLarge h4.nspHeader {
  margin-bottom: 10px;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .nspLarge h4.nspHeader {
    font-size: 42px;
  }
}
.nspLarge h4 {
  font-size: 28px;
  line-height: 1.2;
}
.nspLarge .nspInfo {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #008099;
  margin-top: 24px;
}
.nspLarge .nspInfo a {
  color: #008099;
}
.nspLarge .nspLinks .nspInfo {
  font-size: 14px;
  color: #222222;
}
.nspLarge .nspLinks .nspInfo a {
  color: #222222;
}
.nspMedium h4.nspHeader {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: -1px;
  font-family: arial, "texgyrescholabold", Georgia, Times, serif;
}
.nspMedium h4 {
  font-size: 24px;
  line-height: 1.2;
}
.nspMedium .nspInfo {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
}
.nspMedium .nspLinks .nspInfo {
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
  color: #222222;
}
.nspMedium .nspLinks .nspInfo a {
  color: #222222;
}
.t3-slider .nspMain {
  position: relative;
  padding-bottom: 75px;
}
.t3-slider .nspArt {
  margin-bottom: 0;
}
.t3-slider .nspArt .nspInfo {
  font-size: 14px;
}
.t3-slider .gkArtContentWrap {
  padding-bottom: 25px;
}
.t3-slider .nspBotInterface,
.t3-slider .nspTopInterface {
  right: auto;
  top: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .t3-slider .nspArtPage .nspArt:last-child {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .t3-slider .nspHeader {
    font-size: 20px;
  }
}
.center .nspArt .tleft {
  text-align: left;
}
.overlay .nspArt {
  position: relative;
}
.overlay .nspArt:hover .nspImageWrapper {
  background: #222222;
}
.overlay .nspArt .nspImageWrapper:before {
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.overlay .nspArt .nspInfo,
.overlay .nspArt .nspInfo a,
.overlay h4.nspHeader a {
  color: #ffffff;
}
.overlay .gkArtContentWrap {
  position: absolute;
  padding-left: 60px;
  padding-right: 60px;
  top: 60%;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.45s ease;
}
.overlay.nspMedium .gkArtContentWrap {
  padding-left: 100px;
  padding-right: 100px;
}
.overlay .gkArtContentWrap:hover,
.overlay .nspArt:hover .gkArtContentWrap {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-transition: all 0.45s ease;
}
.overlay img.nspImage:hover,
.overlay .nspArt:hover img.nspImage {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
@media (min-width: 480px) and (max-width: 991px) {
  .overlay .nspArt.nspCol3,
  .overlay .nspArt.nspCol4,
  .overlay .nspArt.nspCol5 {
    width: 50%;
  }
}
.sj-instagram-gallery .instagram-wrap,
.sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users a img {
  border: none !important;
}
.sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users .img_users {
  padding: 0 !important;
}
.banner img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

ul.social {
  margin: 0;
}
ul.social li {
  display: inline-block;
  background: none;
  margin: 0 9px;
  font-size: 24px;
}
ul.social li:first-child {
  margin-left: 0;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  display: inline-block;
  text-align: center;
}
.acymailing_mootoolsintro {
  font-size: 28px;
  float: left;
  max-width: 180px;
  color: #333333;
  font-family: Arial, "texgyrescholabold", Georgia, Times, serif;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  .acymailing_mootoolsintro {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.acymailing_togglemodule {
  position: relative;
  background-color: #ffffff;
  font-family: "liberation_sansregular", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  text-transform: capitalize;
  color: #222222;
  height: 64px;
  padding: 0 48px;
  line-height: 62px;
  font-size: 18px !important;
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .acymailing_togglemodule {
    float: none;
    text-align: center;
    margin-top: 36px;
  }
}
.acymailing_togglemodule:hover {
  background: #008099;
  color: #ffffff;
}
.acymailing_module_form .acymailing_introtext {
  padding-bottom: 36px !important;
  font-family: Arial, "texgyrescholabold", Georgia, Times, serif;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.2;
}
.envelope .acymailing_module_form {
  background: url(../../templates/atlas/images/bg-newsletter.jpg) 50% 50% no-repeat;
  padding: 60px 42px 24px !important;
}
#closepop {
  font-size: 12px !important;
  border: 0 !important;
  right: 12px !important;
  top: 18px !important;
}
#closepop:before {
  font-family: FontAwesome;
  content: "\f00d" !important;
}
.com_acymailing body {
  background-color: transparent;
  text-align: center;
  padding: 12px 10px 10px !important;
}
.com_acymailing body .acysubbuttons input.btn {
  background-color: #222222;
}
.com_acymailing body .acymailing_introtext {
  font-size: 18px !important;
  color: #333;
}
#acymailingpopup {
  border-radius: 5px !important;
  width: 425px !important;
  height: 330px !important;
}
.t3-sidebar .acymailing_form .inputbox {
  background-color: #fff;
  font-size: 14px;
}
.t3-sidebar .acymailing_form .button {
  background-color: #008099;
  margin-bottom: 24px;
}
.t3-sidebar .acymailing_form .acysubbuttons {
  text-align: left;
}

#map {
  width: 100% !important;
}

.t3-module .sp-tweet-item {
  position: relative;
  padding: 0 0 0 36px;
  margin: 36px 0;
  border-bottom: 0;
}
.t3-module .sp-tweet-item .date {
  text-transform: uppercase;
  font-family: "liberation_sansbold", Arial, Helvetica, sans-serif;
}
.t3-module .sp-tweet-item a {
  color: #222222;
}
.sp-tweet-item:before {
  font-family: FontAwesome;
  padding-right: 12px;
  content: "\f099";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #222222;
}
.t3-module .sp-tweet-even {
  background: none;
}
.t3-module .sp-tweet-first {
  margin-top: 0;
}