

.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 21px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 18px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  border: 1px solid #ddd;
  display: block;
  padding: 4px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #34495e;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-indent: -9999em;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -964px;
}
.offset-11 {
  margin-left: -882px;
}
.offset-10 {
  margin-left: -800px;
}
.offset-9 {
  margin-left: -718px;
}
.offset-8 {
  margin-left: -636px;
}
.offset-7 {
  margin-left: -554px;
}
.offset-6 {
  margin-left: -472px;
}
.offset-5 {
  margin-left: -390px;
}
.offset-4 {
  margin-left: -308px;
}
.offset-3 {
  margin-left: -226px;
}
.offset-2 {
  margin-left: -144px;
}
.offset-1 {
  margin-left: -62px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
}

.wrap {
  width: auto;
  clear: both;
}
.noPadd .container {
  padding: 0;
}
.minPadd .container {
  padding: 5px 0;
}
.smallerPadd .container {
  padding: 15px 0;
}
.smallPadd .container {
  padding: 30px 0;
}
.smallPaddTop .container {
  padding: 30px 0 0;
}
.smallPaddBottom .container {
  padding: 0 0 30px 0;
}
.mediumPadd .container {
  padding: 60px 0;
}
.mediumPaddTop .container {
  padding: 60px 0 0;
}
.mediumPaddBottom .container {
  padding: 0 0 60px 0;
}
.mediumPaddLR .container {
  padding: 60px;
}
.bigPadd .container {
  padding: 90px 0;
}
.superbigPadd .container {
  padding: 120px 0;
}
.superbigPaddTop .container {
  padding: 120px 0 0;
}
.superbigPaddBottom .container {
  padding: 0 0 120px;
}
.paddLR {
  padding: 0 60px;
}
.gb-contact {
  padding-top: 30px;
}
.nocontainer {
  overflow: hidden;
}
.relative {
  position: relative;
}

body {
  background-color: #fff;
  color: #34495e;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #F09800;
  text-decoration: none;
}
i {
  padding-right: 10px;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 21px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
hr.hr-condensed {
  margin: 10px 0;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.width-auto {
  width: auto;
}

p {
  margin: 0 0 10px;
  line-height: 1.522169;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 31.5px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 2px 6px;
}
.highlight.black {
  background-color: #34495e;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #34495e;
  line-height: 1.2em;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1 {
  font-size: 62px;
}
h1 small,
.h1 small {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 52px;
  margin-bottom: 2px;
}
h2 small,
.h2 small {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 45px;
  margin-bottom: 4px;
  margin-top: 2px;
}
h3 small,
.h3 small {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 29px;
  font-weight: 500;
  margin-top: 4px;
}
h4 small,
.h4 small {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 28px;
  font-weight: 500;
}
h5 small,
.h5 small {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 24px;
  font-weight: normal;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  list-style: none;
  margin-left: 0;
}
ul.inline li,
ol.inline li {
  display: inline-block;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.font-base {
  font-family: 'Lato', sans-serif;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26.25px;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 21px;
}

form {
  margin: 0 0 20px;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid #BDC3C7;
  color: #232323;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  height: 21px;
  text-indent: 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: all linear .25s;
  -moz-transition: all linear .25s;
  -o-transition: all linear .25s;
  transition: all linear .25s;
}
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 {
  border-color: #FFFFFF;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ddd;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.help-block,
.help-inline {
  color: #4f6f8f;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
.button,
button {
  padding: 4px 14px;
}
.btn:hover,
.btn a.btn:hover,
.button:hover,
.button a.btn:hover,
button:hover,
button a.btn:hover {
  text-decoration: none;
  background-color: #FFFFFF;
}
.btn:focus,
.btn a.btn:focus,
.button:focus,
.button a.btn:focus,
button:focus,
button a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active,
.button.active,
.button:active,
.button a.btn:active,
button.active,
button:active,
button a.btn:active {
  text-decoration: none;
  outline: 0;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 13px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3f5872;
  background-image: -moz-linear-gradient(top,#46637f,#34495e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#46637f),to(#34495e));
  background-image: -webkit-linear-gradient(top,#46637f,#34495e);
  background-image: -o-linear-gradient(top,#46637f,#34495e);
  background-image: linear-gradient(to bottom,#46637f,#34495e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46627e', endColorstr='#ff34495e', GradientType=0);
  border-color: #34495e #34495e #19232d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #34495e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #34495e;
  *background-color: #2b3c4e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #22303d \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff961f;
  background-image: -moz-linear-gradient(top,#ffa033,#f80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
  background-image: -webkit-linear-gradient(top,#ffa033,#f80);
  background-image: -o-linear-gradient(top,#ffa033,#f80);
  background-image: linear-gradient(to bottom,#ffa033,#f80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
  border-color: #f80 #f80 #b35f00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f80;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f80;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #990000 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.btn,
.button,
button {
  border: none;
  background: #F09800;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 6px 13px 8px;
  text-shadow: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.button:hover,
button:hover {
  color: #fff;
  background-color: #000;
}
.btn.btn-embossed,
.button.btn-embossed,
button.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn.btn-embossed.active,
.btn.btn-embossed:active,
.button.btn-embossed.active,
.button.btn-embossed:active,
button.btn-embossed.active,
button.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}

.t3-mainnav .navbar {
  float: right;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: #34495e;
  color: #FFFFFF;
}
.nav .dropdown-toggle .caret {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #E0E0E0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 21px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #34495e;
  background-color: #3f5872;
  background-image: -moz-linear-gradient(top,#46637f,#34495e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#46637f),to(#34495e));
  background-image: -webkit-linear-gradient(top,#46637f,#34495e);
  background-image: -o-linear-gradient(top,#46637f,#34495e);
  background-image: linear-gradient(to bottom,#46637f,#34495e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46627e', endColorstr='#ff34495e', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #34495e;
  background-color: #3f5872;
  background-image: -moz-linear-gradient(top,#46637f,#34495e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#46637f),to(#34495e));
  background-image: -webkit-linear-gradient(top,#46637f,#34495e);
  background-image: -o-linear-gradient(top,#46637f,#34495e);
  background-image: linear-gradient(to bottom,#46637f,#34495e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46627e', endColorstr='#ff34495e', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.dropdown.open.active > a:hover {
  background: transparent;
  color: #FFFFFF;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #FFFFFF;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 21px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

#nav-id {
  position: relative;
}
.t3-mainnav {
  background: none;
}
.t3-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.t3-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav a {
  font-family: 'Open Sans', 'open_sansregular';
}
.t3-mainnav .navbar .nav > li {
  display: inline-block;
  margin-right: 1px;
}
.t3-mainnav .navbar .t3-megamenu .nav > li {
  margin-right: 1px;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #34495e;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  text-shadow: none;
  padding: 27px 15px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 48px;
  background: none;
  margin-bottom: 7px;
  color: #00000;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: #fff;
  text-shadow: none;
  outline: none;
  color: #F09800;
}
.t3-mainnav .navbar .nav > .active > a {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.t3-mainnav .navbar .nav > .current > a,
.t3-mainnav .navbar .nav > .current > a:hover,
.t3-mainnav .navbar .nav > .current > a:focus,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #FFFFFF;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  display: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: right;
  padding: 5px 10px;
  margin: 4px 20px 4px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d9d9d9));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: -o-linear-gradient(top,#f2f2f2,#d9d9d9);
  background-image: linear-gradient(to bottom,#f2f2f2,#d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffd8d8d8', GradientType=0);
  border-color: #d9d9d9 #d9d9d9 #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar:hover,
.t3-mainnav .navbar .btn-navbar:focus,
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active,
.t3-mainnav .navbar .btn-navbar.disabled,
.t3-mainnav .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.t3-mainnav .navbar .btn-navbar:active,
.t3-mainnav .navbar .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.t3-mainnav .navbar .btn-navbar [class^="icon-"],
.t3-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu li > a:hover,
.t3-mainnav .dropdown-menu li > a:focus,
.t3-mainnav .dropdown-submenu:hover > a {
  background: transparent;
  color: #FFFFFF;
}
.t3-mainnav .dropdown-menu .active > a,
.t3-mainnav .dropdown-menu .active > a:hover {
  background: transparent;
  color: #FFFFFF;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: transparent;
  color: #F09800;
}
.t3-mainnav .nav li.dropdown.current > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.current > .dropdown-toggle {
  background-color: transparent;
  color: #FFFFFF;
}

.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module.separator {
  background-color: #F4F6F6;
}
.t3-module.separator p {
  font-size: 18px;
  line-height: 28px;
}
.t3-module.bgcolor1 {
  background-color: #34495e;
}
.t3-module.bgcolor1 div.k2ItemsBlock .moduleItemContent .k2TitleIntro {
  background-color: transparent;
}
.t3-module.bgcolor1 h1,
.t3-module.bgcolor1 h2,
.t3-module.bgcolor1 h3,
.t3-module.bgcolor1 h4,
.t3-module.bgcolor1 h5,
.t3-module.bgcolor1 h6,
.t3-module.bgcolor1 a,
.t3-module.bgcolor1 blockquote,
.t3-module.bgcolor1 p,
.t3-module.bgcolor1 div {
  color: #fff;
}
.t3-module.bgcolor2 {
  background-color: #E0E0E0;
}
.t3-module.bgcolor2 div.k2ItemsBlock .moduleItemContent .k2TitleIntro {
  background-color: transparent;
}
.t3-module.bgcolor2 h1,
.t3-module.bgcolor2 h2,
.t3-module.bgcolor2 h3,
.t3-module.bgcolor2 h4,
.t3-module.bgcolor2 h5,
.t3-module.bgcolor2 h6,
.t3-module.bgcolor2 a,
.t3-module.bgcolor2 blockquote,
.t3-module.bgcolor2 p,
.t3-module.bgcolor2 div {
  color: #F09800;
}
.t3-module.bgcolor3 {
  background-color: #ecf0f1;
}
.t3-module .module-inner {
  padding: 0;
}
.bgcolor1 {
  background-color: #34495e;
}
.bgcolor1 h1,
.bgcolor1 h2,
.bgcolor1 h3,
.bgcolor1 h4,
.bgcolor1 h5,
.bgcolor1 h6,
.bgcolor1 a,
.bgcolor1 blockquote,
.bgcolor1 p,
.bgcolor1 div {
  color: #fff;
}
.bgcolor2 {
  background-color: #E0E0E0;
}
.bgcolor2 h1,
.bgcolor2 h2,
.bgcolor2 h3,
.bgcolor2 h4,
.bgcolor2 h5,
.bgcolor2 h6,
.bgcolor2 a,
.bgcolor2 blockquote,
.bgcolor2 p,
.bgcolor2 div {
  color: #fff;
}
.bgcolor3 {
  background-color: #ecf0f1;
}
.module-title {
  background: inherit;
  color: #34495e;
  text-align: center;
}
.module-ct .module-title {
  font-family: 'BebasNeue';
}
.gb-contact  .module-title {
  font-family: 'Lato';
  text-align: left;
}
.main-module .module-title {
  letter-spacing: -1px;
  line-height: 1.8;
  text-transform: capitalize;
}
.main-module .module-title .h3next {
  color: #34495e;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav,
.t3-module ul.list-plus,
.t3-module ol.list-plus,
.t3-module ul.list-arrow3,
.t3-module ol.list-arrow3 {
  margin: 15px 0;
}
.t3-module .progress-skill-bar {
  margin-left: 0;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ddd;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.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: 10.5px 0;
  border-top: 1px solid #ddd;
}
.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 h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #FFFFFF;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #FFFFFF;
}
.container .nav-tabs {
  margin: 20px 0 0;
  border-bottom: none;
  list-style: none;
}
.nav-tabs > li {
  margin-bottom: -2px;
  position: relative;
  float: left;
  z-index: 2;
}
.nav-tabs > li > a {
  border-width: 2px;
  font-weight: 600;
  padding: 7px 21px 8px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  color: #7f8c9a;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
}
.nav-tabs > li > a:hover {
  color: #FFFFFF;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #34495e;
  color: #7f8c9a;
  border: 2px solid #e1e4e7;
  border-bottom-color: #fff;
}
.nav-tabs > li.active:first-child:before {
  background-color: #fff;
  border-left: 2px solid #e1e4e7;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 6px;
  z-index: 2;
}
.tab-content {
  border: 2px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.tab-content h4 {
  font: inherit;
  font-weight: bold;
  margin: 15px 0;
  padding: 5px 0 0;
}
.tab-content .list-plus,
.tab-content .list-arrow3 {
  list-style: none;
}
.accordion {
  margin-top: 20px;
}
.accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-heading .accordion-toggle {
  padding: 12px 44px 12px 20px;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 18px;
  background: #34495e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.accordion-heading .accordion-toggle:before {
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f067";
  color: #fff;
  width: 26px;
  padding: 11px 0 0 14px;
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.accordion-heading .accordion-toggle:hover {
  background: #2d3f51;
}
.accordion-heading .accordion-toggle.active {
  background: #2d3f51;
  color: #FFFFFF;
}
.accordion-heading .accordion-toggle.active:before {
  content: "\f068";
}
.accordion-inner {
  background: #fff;
}
.tile img {
  height: 80px;
  margin: auto 0 20px;
  vertical-align: bottom;
}
.tile h3 {
  font-size: 20px;
  margin: 0;
}
.tile p {
  margin: 15px 0;
}
.progress-skill-bar {
  margin: 20px 0;
}
.progress-skill-bar li {
  overflow: hidden;
  display: block;
}
.progress-skill-bar .lable {
  background: #34495e;
  float: left;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px #FFFFFF solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
}
.progress-skill-bar .progress {
  background: #bdc3c7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  margin-bottom: 15px;
}
.progress-skill-bar .progress .bar {
  background: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  text-indent: 15px;
  text-transform: uppercase;
  padding: 3px 0 3px 5px;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}
.progress-skill-bar .progress:hover .bar {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #34495e;
  color: #fff;
  cursor: pointer;
}
.video .container {
  position: relative;
}
.video .container p {
  font-family: open sans;
  font-size: 18px;
  line-height: 28px;
}
.gb-contact .module-ct input,
.gb-contact .module-ct textarea {
  color: #5F5F5F;
  font-size: 14px;
  padding: 15px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gb-contact .module-ct input:focus,
.gb-contact .module-ct textarea:focus {
  border-color: #FFFFFF;
}
.gb-contact .module-ct input {
  height: 50px;
  width: 100%;
}
.gb-contact .module-ct input[type="submit"] {
  width: auto;
}
.gb-contact .module-ct input.btn {
  font-size: 17px;
  line-height: 20px;
  padding: 12px 18px 13px;
  color: #fff;
}
.gb-contact .module-ct textarea#message {
  width: 100%;
  height: 125px;
}
.color-option {
  background: #FBFBFB;
  width: 161px;
  position: fixed;
  top: 100px;
  z-index: 9999;
  left: 0px;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(51,51,51,0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(51,51,51,0.4);
  box-shadow: 0px 0px 4px 0px rgba(51,51,51,0.4);
}
.color-option h5 {
  width: 182px;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-left: 20px;
  line-height: 40px;
  background: url(../images/switcher.png) 100% 50% no-repeat #34495e;
  cursor: pointer;
}
.color-option ul {
  margin: 0;
  list-style: none;
  padding: 20px;
}
.color-option ul a {
  display: block;
  padding: 7px 13px;
  color: #fff;
  margin-bottom: 2px;
}
.color-option ul a.blue {
  background-color: #3498DB;
}
.color-option ul a.orange {
  background-color: #E67E22;
}
.color-option ul a.purple {
  background-color: #9B59B6;
}
.color-option ul a.red {
  background-color: #E74C3C;
}
.color-option ul a.default {
  background-color: #FFFFFF;
}
.color-option ul a:hover {
  color: #34495e;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 20px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 20px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 2.0746887966805%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #34495e;
  color: #FFFFFF;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  width: 100%;
}
.languageswitcherload .mod-languages {
  text-align: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.list-plus > li {
  background: url("../images/list_icons/i_plus_grey.png") no-repeat scroll 0 2px rgba(0,0,0,0);
  padding-left: 20px;
}
.list-arrow3 > li {
  background: url("../images/list_icons/i_arrow_3_grey.png") no-repeat scroll 0 3px transparent;
  padding-left: 20px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  background-color: #fff;
  
  z-index: 999999;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  text-indent: -100%;
  background: url("../images/ui.totop.png") no-repeat left top #34495e;
  z-index: 999;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
#toTop:hover {
  background: url("../images/ui.totop.png") no-repeat left -51px #34495e;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
#status {
  width: 200px;
  height: 200px;
  color: #fff;
  position: absolute;
  
  left: 50%;
  
  top: 50%;
  
  background-image: url(../images/atoms.gif);
  background-repeat: no-repeat;
  background-position: center;
  
  margin: -100px 0 0 -100px;
}
#status p {
  text-align: center;
}
.main-top {
  background: #ecf0f1;
}
.main-top .top-contact {
  margin: 0;
}
.main-top .top-contact li {
  line-height: 40px;
  display: inline-block;
  padding: 0 9px;
  font-size: 13px;
}
.main-top .top-contact li:hover {
  background: #fff;
}
.main-top .top-socials > div {
  float: right;
}
.main-top .top-socials ul {
  margin: 0;
  float: right;
}
.main-top .top-socials ul li {
  display: inline-block;
}
.main-top .top-socials ul li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
.main-top .top-socials ul li a:hover {
  background: #fff;
  color: #34495e;
}
.main-top .top-socials ul li a i {
  padding: 0;
}
.main-top .top-contact li,
.main-top .top-socials li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.t3-header {
  padding-top: 12px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  background: #969696;
  border-bottom: 0px solid #EEE9E9;
  z-index: 1000;
}
.t3-header .collapse,
.t3-header .nav {
  position: static;
  line-height: 0;
}
.logo {
  float: left;
}
.logo h1 {
  margin: 0;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 50px;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 220px;
  height: 100px;
  margin-top: 4px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  line-height: 80px;
  margin: 0;
  padding-top: 5px;
}
.logo-text a {
  color: #34495e;
  text-decoration: none;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 20px;
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url("../images/ico/search-invert.png") no-repeat 8px center;
  width: 120px;
  padding-left: 26px;
}
.head-search .input:focus {
  color: #444;
  width: 180px;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.t3-mainbody.forpopup {
  max-width: 960px;
  background: #fff;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.home #t3-mainbody {
  padding: 0;
}
.home #system-message {
  margin: 0;
}
.sec-subtitle {
  color: #95A5A6;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.sec-subtitle:after {
  content: '';
  clear: both;
}
.sec-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 0;
}
.experience {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}
.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  margin-top: -2px;
  padding-right: 10px;
  padding-top: 4px;
}
.withLine {
  border-bottom: 1px solid #bdc3c7;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
}
.withLine span {
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 8px;
}
.features-list .feature-box .feature-icon {
  float: left;
  margin-top: 10px;
}
.features-list .feature-box .feature-text {
  padding-left: 60px;
}
.features-list .feature-box .feature-text h3 {
  color: #34495e;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 18px;
  line-height: 30px;
}
.feature-text > p {
  line-height: 24px;
}
#our-services,
.services {
  line-height: 1.8;
}
.divider {
  position: relative;
  margin: 30px auto 60px;
  text-align: center;
}
.divider:before,
.divider:after {
  content: '';
  margin: 0;
  display: block;
  height: 1px;
  width: 45%;
  background: #bdc3c7;
  position: absolute;
  top: 50%;
  left: 0;
}
.divider:after {
  left: auto;
  right: 0;
}
.divider i {
  font-size: 24px;
  color: #FFFFFF;
  padding: 0;
}
.primaryCol {
  color: #34495e;
}
.secondaryCol {
  color: #FFFFFF;
}
.tertiaryCol {
  color: #ecf0f1;
}
.t3-footer {
  background: #E0E0E0;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #999;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #e6e6e6;
}
.t3-footnav {
  padding: 30px 0 30px;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin: 0;
  float: right;
}
.t3-footnav li {
  line-height: 30px;
  font-size: 18px;
  display: inline-block;
}
.t3-footnav li a {
  color: #BDC3C7;
}
.t3-footnav li a:hover {
  color: #FFFFFF;
}
.t3-footnav .module-title {
  font-size: 18px;
  color: #999;
}
.t3-copyright {
  font-size: 15px;
  padding: 0 0 40px;
  *zoom: 1;
  background: #ecf0f1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  text-align: center;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  margin: auto;
}
.forpopup #system-message {
  margin: 0;
}
[data-toggle^="tooltip"] {
  display: inline !important;
}
.tooltip-inner {
  background-color: #34495e;
  line-height: 17.99px;
  padding: 12px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pricingBlock {
  padding-bottom: 30px;
  position: relative;
}
.pricingTable {
  text-align: center;
  font-weight: 400;
}
.pricingTable-sign-up {
  padding: 20px;
  text-align: center;
  background: #ecf0f1;
}
.pricingContent ul li {
  padding: 5px 20px;
  text-align: center;
}
.pricingContent {
  background: #fff;
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
}
.pricingTable .pricingTable-header {
  color: #fff;
  background: #FFFFFF;
  padding: 0px;
}
.pricingTable-header .heading {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  text-transform: uppercase;
}
.pricingTable .heading {
  background: #34495e;
}
.pricingTable.business .heading {
  background: #FFFFFF;
}
.pricingTable.business .pricingTable-header .price-value {
  background: #16a186;
}
.pricingTable .pricingTable-header .price-value {
  background: #2b3c4e;
}
.pricingTable-header .price-value {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  background: #FFFFFF;
}
.pricingTable-header .price-value span {
  font-size: 250%;
}
.pricingTable-header .price-value span.mo {
  font-size: 150%;
}
.pricingTable {
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.pricingTable:hover {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pricingContent ul li {
  overflow: hidden;
}
.pricingContent ul li {
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
.pricingContent ul {
  margin: 0;
}
.pricingTable.business {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.t3-mainnav .navbar .nav > li.backLava {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  border-bottom: 3px solid #FFFFFF;
}
.t3-mainnav .navbar .nav > li.backLava:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-color: transparent;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #FFFFFF;
  border-width: 5px;
  border-style: solid;
}
.tp-caption {
  text-rendering: optimizelegibility;
}
.tp-caption.primary_bg {
  background: #34495e;
}
.tp-caption.secondary_bg {
  background: #FFFFFF;
}
.tp-caption.tertiary_bg {
  background: #ecf0f1;
}
.tp-caption.no_bg {
  color: #34495e;
}
.tp-caption .rev-btn {
  font-family: 'Lato', sans-serif;
  font-size: 21.994px;
  line-height: 22px;
  padding: 15px 20px 16px;
}
.bx-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.bx-wrapper ul {
  margin-left: 0;
}
.bx-wrapper img {
  width: 100%;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: -35px;
  background: #34495e url("../images/prev.png") 10px -19px no-repeat;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: -35px;
  background: #34495e url("../images/next.png") 14px -19px no-repeat;
}
.bx-wrapper:hover .bx-controls a.bx-prev {
  left: 0;
}
.bx-wrapper:hover .bx-controls a.bx-next {
  right: 0;
}
.bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  text-align: center;
}
.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 5px;
}
.bx-wrapper .bx-controls .bx-pager a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 30px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -999em;
}
.bx-wrapper .bx-controls .bx-pager a:hover,
.bx-wrapper .bx-controls .bx-pager a.active {
  background: #34495e;
}
#gb-slider .rev_slider_wrapper > .rev_slider {
  background: fixed center top;
}
#gb-slider .rev_slider_wrapper > .rev_slider .tp-bannertimer {
  top: 0;
  height: 5px;
}
#gb-slider .rev_slider_wrapper > .rev_slider .tp-bannertimer.tp-bottom {
  top: auto;
}
#gb-slider .rev_slider_wrapper .tparrows {
  width: 45px;
  height: 47px;
  background: url("../images/slider-nav.png") no-repeat scroll -3px 0 #F09800;
}
#gb-slider .rev_slider_wrapper .tparrows.tp-leftarrow {
  margin-left: -20px;
}
#gb-slider .rev_slider_wrapper .tparrows.tp-rightarrow {
  background-position: -50px 0;
  margin-right: -20px;
}
#gb-slider .rev_slider_wrapper .tparrows:hover {
  background-color: #000;
}
.nspArt {
  position: relative;
}
.nspArt .tcenter img.nspImage {
  display: inline-block;
}
.nspCol1 {
  margin-left: -20px;
}
.services .nspArt .nspPadd {
  background: #fff;
  margin: 0 0 20px 20px;
}
.services .nspArt .nspPadd .readon {
  display: block;
  width: 100%;
  margin-left: -20px;
  position: absolute;
  bottom: 60px;
}
.services .nspArt .nspPadd .nspHeader {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.blog .nspArtScroll1 {
  margin-bottom: 60px;
}
.blog .nspArtScroll1 .nspImageWrapper {
  position: relative;
}
.blog .nspArtScroll1 .nspImageWrapper:before,
.blog .nspArtScroll1 .nspImageWrapper:after {
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.blog .nspArtScroll1 .nspImageWrapper:before {
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
.blog .nspArtScroll1 .nspImageWrapper:after {
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  background: url(../images/link_blog.png) no-repeat scroll 22px 22px #FFFFFF;
  z-index: 3;
}
.blog .nspArtScroll1 .nspImageWrapper:hover:before {
  filter: alpha(opacity=80);
  opacity: 1;
}
.blog .nspArt .nspArtInside {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.blog .nspArt .nspArtInside .nspHeader {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  height: 25px;
  padding: 0;
  margin: 5px 0;
  overflow: hidden;
}
.blog .nspArt .nspArtInside .nspText {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  max-height: 88px;
  overflow: hidden;
}
.blog .nspArt .nspArtInside .nspInfo {
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #7F8C8D;
  font-family: 'Open Sans', 'open_sansregular';
  display:none !important;
}
.blog .nspArt .nspArtInside .nspInfo a,
.blog .nspArt .nspArtInside .nspInfo span {
  padding-right: 15px;
  color: #7F8C8D;
}
.blog .nspArt .nspArtInside .nspInfo a:hover {
  color: #FFFFFF;
}
.blog .nspArt .nspArtInside .nspInfo .nspAvatar {
  display: none;
}
.blog .nspArt .nspArtInside .readon .btn {
  background: transparent;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  margin-top: -7px;
  color: #FFF;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
.blog .nspArts {
  position: relative;
  padding: 0;
}
.blog .nspArts .nspBotInterface,
.blog .nspArts .nspTopInterface {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.blog .nspArts .nspNext,
.blog .nspArts .nspPrev {
  position: static;
  border: 0;
  margin: 0;
  font-size: 15.988px;
  padding: 10px 19px;
  background: #F09800;
  text-indent: 0;
  width: auto;
  height: auto;
  color: #fff;
  float: none;
  display: inline-block;
}
.blog .nspArts .nspNext:before,
.blog .nspArts .nspPrev:before {
  display: none;
}
.blog .nspArts .nspNext i,
.blog .nspArts .nspPrev i {
  padding: 0;
}
.blog .nspArts .nspNext {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.blog .nspArts .nspPrev {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.blog .nspArts:hover .nspNext:hover,
.blog .nspArts:hover .nspPrev:hover {
  background: #000;
}
.blog .nspArt .nspArtInside,
.blog .nspArt .nspArtInside .nspText,
.blog .nspArt .nspArtInside .readon .btn,
.blog .nspArts .nspNext,
.blog .nspArts .nspPrev {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-k2Content {
  margin-left: -20px;
}
.team-k2Content > li {
  display: block;
  float: left;
  width: 25%;
}
.team-k2Content > li .moduleItemContent {
  margin-left: 20px;
}
.team-k2Content > li .moduleItemContent:hover .k2TitleIntro {
  background: #FFFFFF;
  color: #fff;
}
.team-k2Content > li .moduleItemContent:hover .k2TitleIntro a {
  color: #fff;
}
.team-k2Content > li .moduleItemContent:hover .moduleItemImage .social .moduleItemExtraFieldsValue ul {
  background: rgba(26,188,156,0.8);
  color: #fff;
}
.team-k2Content > li .moduleItemContent p {
  text-align: left;
}
.moduleImageSlides {
  display: none;
}
.mfp-content .main-top,
.mfp-content .t3-header,
.mfp-content .t3-footer {
  display: none;
}
.mfp-content .goBlackK2 .itemComments {
  margin-bottom: 0;
}
.mfp-content .moduleImageSlides {
  display: block;
}
.inSeparator {
  bottom: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background: repeat fixed 100% 100%;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1.7em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.parallax h5,
.parallax h6 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.8em;
  text-align: center;
  vertical-align: middle;
}
.parallax span {
  background: #000000;
  background: rgba(0,0,0,0.8);
  font-weight: bold;
  padding: 5px 10px;
}
#scroll-h-1,
#scroll-h-2,
#scroll-h-3 {
  position: relative;
  left: 0;
}
#scroll-b-1,
#scroll-b-2,
#scroll-b-3 {
  position: relative;
  right: 0;
}
#for-twit .module-ct {
  text-align: center;
}
#for-twit .module-ct .TDB-tweet-container {
  text-align: center;
}
#for-twit .module-ct .TDB-tweet-container .TDB-tweet-text {
  margin-top: 15px;
  font-size: 24px;
  line-height: 36px;
}
#for-twit .module-ct .TDB-tweet-container .TDB-tweet-text a {
  font-weight: bold;
}
#for-twit .module-ct .TDB-tweet-container .TDB-tweet-time a {
  display: block;
  margin: 15px auto;
}
#for-twit .module-ct i {
  font-size: 32px;
}
.my_acymailing_module {
  position: relative;
}
.my_acymailing_module form {
  margin: 0;
}
.my_acymailing_module .descSubscribe i {
  /*color: #16A085;
  color: #169d82;*/
  font-size: 200px;
  opacity: 0.4;
  position: absolute;
  top: -54%;
  transform: rotate(-15deg);
  z-index: 0;
  line-height: 1;
}
.my_acymailing_module .descSubscribe > p {
  position: relative;
  z-index: 0;
  color: #34495e;
}
.my_acymailing_module .descSubscribe > h5 {
  display: block;
  font-family: bebasneue;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  color: #34495e;
}
.my_acymailing_module .subscribe {
  display: block;
  float: right;
  margin-top: 30px;
  position: relative;
}
.my_acymailing_module .subscribe .fieldacyemail {
  width: 256px;
  float: left;
  margin-right: 3px;
}
.my_acymailing_module .subscribe input {
  height: 30px;
  padding: 8px 18px;
  text-indent: 0;
  border: 0;
}
.my_acymailing_module .subscribe .acysubbuttons {
  width: 109px;
  float: left;
}
.my_acymailing_module .subscribe .acysubbuttons .button {
  background: #34495e;
  font-size: 16.996px;
  line-height: 20px;
  padding: 13px 18px 13px;
}