@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  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");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f37021;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b73e02;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.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;
}
.star {
  color: #ffd700;
}
.red {
  color: #cc1014;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f37021;
}
a.text-primary:hover {
  color: #d04703;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #f37021;
}
a.bg-primary:hover {
  background-color: #d04703;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  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"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #c2ef94;
  border-color: #76cc1e;
}
.invalid {
  border-color: #cc1014;
}
label.invalid {
  color: #cc1014;
}
input.invalid {
  border: 1px solid #cc1014;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #f37021;
  border-bottom-color: #f37021;
}
.nav a:hover .caret {
  border-top-color: #b73e02;
  border-bottom-color: #b73e02;
}
.t3-navhelper {
  background: #f7f7f7;
  color: #555555;
  padding: 5px 0;
  margin-bottom: 15px;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.t3-mainnav {
  border: 0;
  background: #0b76bd;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #222;
}
.t3-mainnav .container {
  position: relative;
}
.t3-mainnav .navbar-nav > li > .dropdown-menu,
.t3-mainnav .navbar-nav .mega-nav li .dropdown-menu {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li > a {
  color: #fff;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: -1px 0;
  line-height: 25px;
  padding: 22px 0 20px;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li .caret {
  border: 0;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a {
  background: none;
  color: #f37021;
  position: relative;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a:after,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a:after,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a:after {
  position: absolute;
  content: '';
  background: #f37021;
  left: -3px;
  bottom: 0;
  width: 100%;
  height: 8px;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a:before,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a:before,
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a:before {
  border-color: #f37021 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -15px;
  margin-left: -12px;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  z-index: 9999;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a {
  position: relative;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level1 > li.active > a {
  color: #f37021;
}
.t3-mainnav .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level2 > li.active > a {
  color: #f37021;
}
.t3-mainnav .t3-megamenu .mega-nav > li a,
.t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  background: none !important;
}
.t3-mainnav .t3-megamenu .mega-nav > li a:hover,
.t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
  background: none;
  color: #f37021;
}
.t3-mainnav .t3-megamenu .mega-nav > li:last-child > a,
.t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li:last-child > a {
  border-bottom: 0;
}
.t3-mainnav .t3-megamenu .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175);
  padding-bottom: 0;
  padding: 5px 10px;
}
.t3-mainnav .t3-megamenu .mega-nav .mega-group > .mega-group-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px !important;
  margin: 15px 0 5px 0 !important;
}
.t3-mainnav .t3-megamenu .banneritem {
  padding-top: 15px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
}
.menu-banner .mega-group-title {
  display: none !important;
}
.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #777777;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.dark-bg.module,
.blue-bg.module {
  color: #fff;
  padding: 25px;
}
.dark-bg.module h3,
.blue-bg.module h3 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.dark-bg.module h4,
.blue-bg.module h4 {
  font-size: 16px;
}
.dark-bg.module p.ph-no,
.blue-bg.module p.ph-no {
  font-weight: 700;
}
.dark-bg.module h3,
.blue-bg.module h3,
.dark-bg.module p,
.blue-bg.module p {
  color: #fff;
}
.dark-bg.module h4,
.blue-bg.module h4 {
  color: #999999;
}
.dark-bg.module {
  background: #333333;
}
.blue-bg.module {
  background: #00acbd;
}
.t3-module {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 30px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  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: 10px 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
.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 #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.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: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  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%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul li a {
  color: #999;
  text-transform: capitalize;
  float: left;
  display: block;
  margin: 2px;
  padding: 6px 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.tagspopular ul li a:hover {
  background: #f37021;
  color: #fff;
}
.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: #b73e02;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.btn.cancel {
  background: #d9534f;
  box-shadow: 0 3px 0 #b52b27;
  color: #fff;
  margin-left: 5px;
}

.item-page .article-header .article-title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  border-left: 5px solid #e5e5e5;
  padding-left: 15px;
  line-height: 100%;
}
.item-page.news .article-header .article-title {
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  border-left: 0;
  padding-left: 0;
  line-height: 100%;
}
.item-page hr {
  border-top: 0;
}
.article-content .title-normal {
  text-transform: uppercase;
}
.article-content .content-list {
  margin-top: 0;
}
.tags span {
  display: inline-block;
}
.tags span a,
.tags span a.label {
  background: #f37021;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.tags span a:hover,
.tags span a.label:hover {
  background: #333333;
}
.article-image-full {
  margin: 10px 0 20px;
}

.news article {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
.news article:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: 0;
  left: 5%;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5e5e5 rgba(0, 0, 0, 0);
}
.item-page.news article {
  border-bottom: 0;
}
.item-page.news article:after {
  position: relative;
  border: 0;
}
.article-title {
  line-height: normal;
  text-transform: uppercase;
  font-size: 28px;
}
.article-title a {
  color: #333333;
}
.article-title a:hover {
  color: #f37021;
}
.blog .article-intro .pull-left.item-image {
  margin-right: 0;
}
.readmore {
  margin: 10px 0;
}
.readmore .btn.btn-primary {
  padding: 8px 13px;
}

.pagination {
  float: none;
  margin: 0;
}
.pagination li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-right: 8px;
  color: #555555;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > .disabled > a:hover {
  background-color: #f37021;
  color: #fff;
  border: 1px solid transparent !important;
}
.pagination > .disabled > a {
  color: #555555;
}
.counter {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}

.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-aside .btn.dropdown-toggle {
  color: #999999;
}
.article-aside .btn.dropdown-toggle:hover {
  color: #f37021;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.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: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
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 {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}

a:focus {
  outline: none;
}
.form-inline .form-control {
  width: 100%;
}
#contact-form textarea,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea.inputbox {
  width: 100% !important;
}
input[type="button"],
textarea,
input[type="text"],
textarea.inputbox,
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,
.form-control {
  text-shadow: none;
  color: #959595;
  height: 46px;
  line-height: 46px;
  padding: 6px 20px;
  box-shadow: none;
  border: 0;
  background: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="button"]:hover,
textarea:hover,
input[type="text"]:hover,
textarea.inputbox:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover,
.form-control:hover,
input[type="button"]:focus,
textarea:focus,
input[type="text"]:focus,
textarea.inputbox: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,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f37021;
}
input[type="submit"],
input[type="button"] {
  width: auto !important;
}
input.input-block-level {
  min-height: 50px;
}
form label {
  font-weight: normal;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.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;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  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 #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.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;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#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: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  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;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.contact {
  color: #333333;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
}
.contact .page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding-bottom: 20px;
  text-align: left;
  text-transform: none;
}
.contact .page-header h2,
.contact .page-header h3 {
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
}
.contact h3 {
  color: #333333;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact .box-contact {
    margin-bottom: 30px;
  }
}
.contact .box-contact h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.contact .contact-left > h3 {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.contact .tab-content {
  padding-top: 20px;
}
.com_contact .contact-image {
  margin-bottom: 30px;
}
.contact-form legend {
  border-bottom: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 14px;
  color: #999;
}
.contact-form #jform_captcha-lbl {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .contact-form .form_captcha {
    display: inline-block;
  }
}
.contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-top: 8px;
  width: auto;
  padding: 0;
}
.contact-form .control-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact-form .control-btn {
    margin-top: 0;
    text-align: right;
  }
}
.contact-form input {
  width: 100%;
}
.contact-form input.invalid {
  border-color: #cc1014;
}
.contact-form textarea {
  height: 220px;
  width: 100%;
  box-shadow: none;
}
.contact-address dd {
  margin-bottom: 10px;
}
.contact-address dd .fa {
  width: 16px;
  margin-right: 6px;
  color: #999;
}
.contact-address dd a {
  color: #1e2227;
}
.contact-address dd a:hover {
  color: #f37021;
}
.contact-links ul li {
  display: inline-block;
  margin-right: 10px;
}
.contact-links ul li a {
  color: #1e2227;
  padding: 0 !important;
  margin: 0 10px 5px 0;
}
.contact-links ul li a:hover,
.contact-links ul li a:active,
.contact-links ul li a:focus {
  background: none;
  color: #f37021;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  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;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul 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,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #f37021;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #f37021;
  color: #ffffff;
}
.pagenav {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #f37021;
  color: #fff;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.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;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.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 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #f37021;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fee2d4;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.005;
  filter: alpha(opacity=0.5);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

a:hover {
  text-decoration: none;
}
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/overaly.png);
}
.ts-content-padding {
  padding: 50px;
}
.ts-padding {
  padding: 60px 0;
}
.ts-padding .t3-module {
  margin-bottom: 0;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
.t3-navhelper {
  margin-bottom: 0;
}
p.lead {
  font-size: 17px;
  margin-bottom: 10px;
}
.gap-80 {
  clear: both;
  height: 80px;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
.ts-divider {
  position: relative;
  margin: 20px 0 30px;
}
.ts-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(30%, #e0e0e0), color-stop(70%, #e0e0e0), color-stop(100%, #ffffff));
}

.btn-primary {
  background: #f37021;
  box-shadow: 0 3px 0 #b73e02;
}
.btn-primary,
.btn.cancel {
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.btn.cancel:hover,
.btn-primary:hover {
  background: #272d33;
  box-shadow: 0 3px 0 #111316;
}
.btn-primary.dark {
  background: #272d33;
  box-shadow: 0 3px 0 #111316;
}
.btn-primary.dark:hover {
  background: #1a1a1a;
  box-shadow: 0 3px 0 #000000;
}

.title-border .module-title {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  color: #333;
}
.title-border .module-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 35px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #f37021;
}
.title-border .module-title:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -30px;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: #f37021 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.title-border .module-title > span {
  font-weight: 300;
}

.title-normal {
  font-weight: 300;
  line-height: normal;
}
.title-normal .module-title {
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;
}
.title-normal .module-title .sub-title {
  font-weight: 700;
}

.module-title {
  font-size: 24px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
p {
  font-family: Roboto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  color: #555555;
  line-height: 24px;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  color: #333;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

.home2 .t3-header {
  padding-bottom: 0;
}
.home2 .t3-mainnav {
  background: none;
  box-shadow: none;
  border-bottom: 0;
}
.home2 .t3-mainnav .container {
  background: #1e2227;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #222;
  bottom: -30px;
  z-index: 100;
  border-radius: 3px;
}
.home2 .t3-mainnav.navbar-fixed .container {
  bottom: 0;
}
.home2 .t3-mainnav .head-search {
  right: 0;
}
.home2 .t3-mainnav .head-search .search {
  border-radius: 0 3px 3px 0;
}
.home2.default2 .t3-header {
  padding-bottom: 20px;
}
.home2.default2 .t3-mainnav .container {
  bottom: 0;
}

ul.top-info {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}
ul.top-info li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 400;
  padding-left: 20px;
}
ul.top-info li .info-box span.info-icon {
  font-size: 28px;
  margin-right: 10px;
  color: #fff;
  background: #f37021;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.top-info li .info-box span.info-icon i {
  margin-left: 5px;
}
ul.top-info li .info-box .info-box-content {
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.top-info li .info-box .info-box-content p.info-box-title {
  font-weight: 700;
  color: #1e2227;
}
ul.top-info li .info-box .info-box-content p {
  margin: 0 0 5px 0;
  line-height: normal;
  color: #777;
}

.navbar-fixed {
  z-index: 99999;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

.head-search {
  height: 68px;
  position: absolute;
  top: 0;
  right: 15px;
  margin: 0;
  z-index: 1000;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #000;
  background: #f37021;
  position: relative;
}
.head-search .search .fa-search {
  color: #fff;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 22px;
  top: 25px;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #fff;
  height: 66px;
  line-height: 66px;
  position: relative;
  margin: 0;
  padding: 0 20px 0 40px;
  width: 55px;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #ffffff;
  box-shadow: none !important;
  border: 0 !important;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 215px;
}

.ts-slideshow .t3-module {
  margin-bottom: 0;
}
.tp-caption.title-bg-small {
  text-transform: uppercase;
}
.tp-caption.title-light {
  font-family: 'Roboto Slab', serif !important;
  text-shadow: 0 2px 1px #000;
}
.tp-caption a.slide-btn {
  color: #fff !important;
}
.slider2 .layout-slideshow .sprocket-features-content {
  bottom: 30%;
  width: 45%;
  left: 12%;
  top: auto;
}
.slider2 .layout-slideshow .sprocket-features-desc {
  padding: 20px;
}
.slider2 .layout-slideshow .sprocket-features-desc h2.slider-title {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.slider2 .layout-slideshow .sprocket-features-desc p {
  color: #fff;
}
.slider2 .layout-slideshow .sprocket-features-desc .roksprocket-ellipsis {
  display: none;
}
.slider2 .layout-slideshow .sprocket-features-desc .readmore:hover {
  color: #fff !important;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow {
  background: #000;
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  width: 36px;
  height: 72px;
  line-height: 72px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow.next {
  right: 0;
}
.slider2 .layout-slideshow .sprocket-features-arrows .arrow.prev {
  left: 0;
}

.ts-features {
  position: relative;
  top: -50px;
  z-index: 100;
}
.ts-features .container {
  background: #fff;
}
.ts-features .t3-module {
  margin-bottom: -40px;
}
.ts-features .feature-tab {
  position: relative;
  top: -50px;
}
.ts-features .feature-tab.module .gkTabsContainer {
  min-height: 430px !important;
}
.ts-features .feature-tab.module .gkTabsWrap.vertical ol {
  border-bottom: 0;
  margin: 0 0 0 8px !important;
}
.ts-features .feature-tab.module .gkTabsWrap.vertical > ol li {
  background: #272d33;
  text-shadow: none;
  color: #fff;
  text-shadow: none !important;
  font-weight: 700;
  border-radius: 0 !important;
  text-transform: uppercase;
  line-height: 50px !important;
  margin: 0 1px 0 0 !important;
  padding: 0 20px !important;
}
.ts-features .feature-tab.module .gkTabsWrap.vertical > ol li:hover,
.ts-features .feature-tab.module .gkTabsWrap.vertical > ol li.active {
  background: #f37021;
  position: relative;
}
.ts-features .feature-tab.module .gkTabsWrap.vertical > ol li:hover:after,
.ts-features .feature-tab.module .gkTabsWrap.vertical > ol li.active:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -12px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #f37021 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ts-features .feature-tab.module .gkTabsItem {
  background: none;
  padding: 25px 10px 0;
}
.who-we-are img {
  margin: 0 20px 20px 0;
}
.who-we-are h3 {
  margin-top: 0;
  font-size: 21px;
}
.who-we-are p.lead {
  font-size: 17px;
  margin-bottom: 10px;
}
.who-we-box-wrapper {
  text-align: center;
}
.who-we-box {
  text-align: center;
  position: relative;
  background: #f5f5f5;
  height: 160px;
  width: 160px;
  margin: 0 15px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.who-we-box .box-title {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -23px;
  color: #fff;
}
.who-we-box.one {
  background: #0b76bd;
}
.who-we-box.two {
  background: #28aee4;
}
.who-we-box.three {
  background: #f37021;
}
.who-we-box.four {
  background: #f8a11d;
}
.who-we-box.five {
  background: #3bb375;
}
.service-box {
  margin: 15px 0 15px;
}
.service-box i {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
  background: #f37021;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  padding: 0 1px 1px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.service-box .service-box-content h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.tab-service h3 {
  font-size: 20px;
  font-weight: 300;
}

.facts-wrapper {
  background: rgba(0, 0, 0, 0.3);
  background: #0b76bd;
  color: #fff;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-right: 10px;
}
.ts-facts {
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ts-facts:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ts-facts-icon {
  color: #fff;
  font-size: 44px;
  float: left;
  margin-top: 10px;
}
.ts-facts-content {
  margin-left: 70px;
  text-align: center;
}
.ts-facts-num,
.ts-facts-title {
  line-height: normal;
  margin: 0;
  color: #fff;
}
.ts-facts-num {
  font-weight: 900;
  font-size: 36px;
}
.ts-facts-title {
  font-size: 16px;
}

.ts-projects {
  background: #f4f4f4 url(../../images/crossword.png);
  color: #fff;
}
.ts-projects .t3-module {
  margin-bottom: 0;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-header {
  text-align: center;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  margin: 20px 0 40px;
  display: block;
  text-align: center;
  float: none !important;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
  background: none;
  color: #959595;
  font-size: 16px;
  border: 0;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 5px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li.active {
  color: #f37021;
  border-color: #f37021;
  border-bottom: 3px solid #d04703;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {
  display: none;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-item {
  border: 0;
  border-radius: 0;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
  padding: 0 4px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container {
  overflow: visible;
  text-align: center;
  position: relative;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  opacity: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  background-color: rgba(253, 89, 8, 0.75) !important;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore {
  position: absolute;
  top: 0;
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  z-index: 8;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore span {
  display: none;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container a.sprocket-readmore i:hover {
  color: #f37021;
  background: #fff;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {
  opacity: 1;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-image-container:hover a.sprocket-readmore {
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content {
  padding: 12px 0 15px;
  text-align: center;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-head {
  margin: 0;
  padding: 0;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title {
  font-size: 18px;
  margin: 0;
  line-height: normal;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title a {
  color: #333333;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content h2.sprocket-mosaic-title a:hover {
  color: #f37021;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-bottom {
  display: block;
  text-align: center;
  color: #555555;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
  display: inline-block;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-text {
  margin: 0;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-tags {
  background: none;
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  display: inline-block;
  border-right: 1px solid #ddd;
  line-height: 16px;
  border-radius: 0;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-tags i {
  margin-right: 2px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-content .sprocket-mosaic-tags li {
  background: none;
  padding: 0;
  font-style: normal;
  font-size: 14px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-hovercontent {
  display: none;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore {
  padding: 0 !important;
  width: 54px !important;
  height: 54px;
  border: 1px solid #DADADA !important;
  color: #989898;
  background: none !important;
  text-align: center;
  margin-top: 40px !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 58px;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore.loader:before {
  content: " ";
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 54px;
  margin-top: 10px;
  display: block;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore.loader span {
  background-position: center 0 !important;
}
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-text,
.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore span.loadmore-info {
  text-indent: -99999em;
}

.ts-main-top .t3-module {
  margin-bottom: 0;
}
.service-img-icon.module .ts-service-wrapper {
  padding: 40px 0 0;
  text-align: center;
}
.service-img-icon.module .ts-service-wrapper .ts-service-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  text-align: center;
  background: #f37021;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.service-img-icon.module .ts-service-wrapper .ts-service-image img {
  display: inline-block;
}
.service-img-icon.module .ts-service-wrapper:hover .ts-service-image {
  border: 5px solid #d04703;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service-img-icon.module .ts-service-wrapper .ts-service-info h3 {
  font-size: 18px;
}
.ts-general-btn {
  text-align: center;
}
.ts-general-btn .btn {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}
.service-img-block.module .ts-service-info h3 {
  margin-top: 0;
}

.ts-content-top {
  background: #f3f3f3;
}
.ts-content-top .right {
  padding: 0;
}
.ts-content-top .right .custom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #fff;
  height: 600px;
}
.ts-content-padding.left {
  padding-left: 100px;
}
.ts-content-padding.left h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.ts-content-padding.left h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  margin-top: 10px;
}
.ts-content-padding.left .case-desc {
  font-size: 16px;
  margin-top: 25px;
}
.ts-content-padding.left .cap {
  font-size: 60px;
  line-height: 36px;
  float: left;
  padding-right: 10px;
  font-family: 'Roboto Slab', serif;
}
.content-list {
  margin: 20px 0;
  font-size: 16px;
  overflow: hidden;
}
.content-list h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.content-list h3:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #cecece;
  z-index: 0;
  padding-left: 20px;
}

.ts-clients {
  padding: 40px 0;
}
.ts-clients .t3-module {
  margin-bottom: 0;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block .sprocket-strips-s-item {
  border: 1px solid #f3f3f3;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block img {
  margin-top: 15px;
  opacity: .6;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.clients.module .sprocket-strips-s .sprocket-strips-s-block:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.clients.module .sprocket-strips-s .sprocket-strips-s-nav {
  position: absolute;
  top: -50px;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow {
  font-size: 24px;
  background: none;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:hover {
  color: #f37021;
}
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:before,
.clients.module .sprocket-strips-s .sprocket-strips-s-arrows .arrow:after {
  position: relative;
  border: 0;
}

.page-clients .article-intro .pull-left.item-image {
  margin: 0;
  border: 1px solid #f3f3f3;
  padding: 10px 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.page-clients .article-intro .pull-left.item-image:hover {
  border: 1px solid #f37021;
}
.page-clients .items-row .col-sm-2 {
  width: auto;
}

.ts-action {
  background: #f37021;
  color: #fff;
  padding: 25px 0 20px;
}
.ts-action .t3-module {
  margin: 0;
}
.ts-action h2 {
  color: #fff;
  float: left;
  margin: 0;
}
.ts-action .action-btn {
  float: right;
}
.ts-action2 {
  padding: 40px 0 30px;
  text-align: center;
  position: relative;
  background: #f37021 url(../../images/action-bg.jpg);
  background-size: cover;
}
.ts-action2 h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 20px;
}
.ts-action2 .btn {
  margin: 10px 10px 0;
}

.ts-testimonials {
  background: #e9edeb;
}
.ts-testimonials .t3-module {
  margin-bottom: 0;
}
.testimonial-quotes.module .sprocket-quotes-item {
  padding: 30px 40px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
}
.testimonial-quotes.module .sprocket-quotes-item:before {
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.testimonial-quotes.module .sprocket-quotes-item:after {
  border-color: #fff transparent;
}
.testimonial-quotes.module .sprocket-quotes-item .sprocket-quotes-text {
  position: relative;
}
.testimonial-quotes.module .sprocket-quotes-item .sprocket-quotes-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #f37021;
}
.testimonial-quotes.module .sprocket-quotes-info {
  margin-top: 25px;
  text-align: center;
}
.testimonial-quotes.module .sprocket-quotes-info .sprocket-quotes-image {
  margin: 15px auto;
  float: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.testimonial-quotes.module .sprocket-quotes-nav {
  text-align: center;
  display: block;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination {
  display: inline-block;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination li {
  padding: 7px !important;
}
.testimonial-quotes.module .sprocket-quotes-nav .sprocket-quotes-pagination li.active {
  background: #f37021;
}

.news-strips .sprocket-strips-item {
  box-shadow: none;
  padding: 0 10px 10px 0;
  position: relative;
}
.news-strips .sprocket-strips-item .strips-item-date {
  position: absolute;
  top: -10px;
  right: 30px;
  background: #f37021;
  color: #fff;
  padding: 5px 7px 0;
  text-align: center;
}
.news-strips .sprocket-strips-item .strips-item-date .date-day {
  font-weight: 700;
  font-size: 22px;
  display: block;
}
.news-strips .sprocket-strips-item .strips-item-date .date-month {
  text-transform: uppercase;
  top: -3px;
  position: relative;
  font-weight: 700;
}
.news-strips .sprocket-strips-content {
  color: #555555;
  padding: 0;
  padding-top: 5px;
  margin-right: 10px;
}
.news-strips .sprocket-strips-content .sprocket-strips-title {
  font-size: 16px;
}
.news-strips .sprocket-strips-content .sprocket-strips-title a {
  color: #333333;
}

.t3-footer {
  padding: 80px 0 0;
  background: #272d33 url(../../images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #999999;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .module-title {
  color: #fff;
}
.t3-footer p {
  color: #999999;
}
.t3-footer h4 {
  color: #fff;
}
.t3-footer h4 {
  font-size: 16px;
}
.t3-footer .t3-footnav .t3-module {
  background: none;
}
.t3-footer .module-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.t3-footer .module-title > span {
  font-weight: 300;
}

.footer-logo.module {
  margin-bottom: 10px;
  margin-top: 80px;
}

.footer-social ul li {
  margin: 0 10px 0 0 !important;
}
.footer-social ul li a {
  width: auto !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer-social ul li a:hover {
  color: #fff;
}
.footer-social ul li a i {
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 24px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer-social ul li a i.fa-rss {
  border-color: #faaa5e;
  color: #faaa5e;
}
.footer-social ul li a i.fa-rss:hover {
  background: #faaa5e;
  color: #fff;
}
.footer-social ul li a i.fa-facebook {
  border-color: #677fb5;
  color: #677fb5;
}
.footer-social ul li a i.fa-facebook:hover {
  background: #677fb5;
  color: #fff;
}
.footer-social ul li a i.fa-twitter {
  border-color: #70c2e9;
  color: #70c2e9;
}
.footer-social ul li a i.fa-twitter:hover {
  background: #70c2e9;
  color: #fff;
}
.footer-social ul li a i.fa-google-plus {
  border-color: #c53942;
  color: #c53942;
}
.footer-social ul li a i.fa-google-plus:hover {
  background: #c53942;
  color: #fff;
}
.footer-social ul li a i.fa-pinterest {
  border-color: #d8545d;
  color: #d8545d;
}
.footer-social ul li a i.fa-pinterest:hover {
  background: #d8545d;
  color: #fff;
}
.footer-social ul li a i.fa-linkedin {
  border-color: #3daccf;
  color: #3daccf;
}
.footer-social ul li a i.fa-linkedin:hover {
  background: #3daccf;
  color: #fff;
}
.footer-social ul li a i.fa-dribbble {
  border-color: #e299c2;
  color: #e299c2;
}
.footer-social ul li a i.fa-dribbble:hover {
  background: #e299c2;
  color: #fff;
}

.list-arrow {
  list-style: none;
  margin: 0 !important;
  padding: 0 0 0 1px;
}
.list-arrow li {
  line-height: 24px;
}
.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 10px;
}
.list-arrow li:hover {
  color: #f37021;
}
.list-arrow li:hover a {
  color: #f37021;
}
.list-arrow li a {
  color: #999999;
}
.list-arrow.style2 li:before {
  content: "\f05d";
  color: #f37021;
}

.t3-copyright {
  padding: 25px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
  bottom: 15px;
}
#back-to-top .btn-primary {
  padding: 8px 16px;
}

.footer-menu {
  text-align: right;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li:last-child a:after {
  position: relative;
}
.footer-menu ul li a {
  background: none !important;
  color: #999999 !important;
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover {
  color: #f37021 !important;
}
.footer-menu ul li a:after {
  background: #999999;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

.team-carousel {
  margin-top: 20px;
}
.team-carousel .item {
  margin: 0;
}
.team-carousel .team-wrapper {
  padding: 0;
}
.team-carousel .team-content {
  padding-right: 20px;
}
.team-carousel .team-content h3.ts-name {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.team-carousel .team-content .ts-designation {
  font-size: 14px;
  color: #999999;
}
.team-carousel .team-content .team-social {
  height: 26px;
  overflow: visible;
}
.team-carousel .team-content .team-social-icons a {
  float: left;
}
.team-carousel .team-content .team-social-icons i {
  font-size: 14px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-carousel .team-content .team-social-icons i:hover {
  background: #000;
  color: #fff !important;
  border-color: transparent !important;
}
.team-carousel .team-content .team-social-icons i.fa-facebook {
  border-color: #677fb5;
  color: #677fb5;
}
.team-carousel .team-content .team-social-icons i.fa-twitter {
  border-color: #70c2e9;
  color: #70c2e9;
}
.team-carousel .team-content .team-social-icons i.fa-google-plus {
  border-color: #E61321;
  color: #E61321;
}
.team-carousel .team-content .team-social-icons i.fa-pinterest {
  border-color: #d8545d;
  color: #d8545d;
}
.team-carousel .team-content .team-social-icons i.fa-linkedin {
  border-color: #3daccf;
  color: #3daccf;
}
.team-carousel .owl-controls {
  position: absolute;
  top: -65px;
  right: 20px;
}
.team-carousel .owl-controls .owl-prev,
.team-carousel .owl-controls .owl-next {
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 24px;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
}
.team-carousel .owl-controls .owl-prev:hover,
.team-carousel .owl-controls .owl-next:hover {
  color: #f37021;
}
.team-carousel .owl-controls .owl-page,
.team-carousel .owl-controls .owl-buttons div {
  display: inline-block;
}

.team-items {
  margin-top: 20px;
}
.team-items .team-item {
  margin-bottom: 30px;
}
.team-items .team-item .team-item-info .team-item-name {
  margin-bottom: 0;
  font-size: 20px;
}
.team-items .team-item .team-item-info .team-item-desg {
  color: #999;
}

.service-items .title-normal {
  margin-bottom: 20px;
}
.service-items .title-normal img {
  width: 64px;
  display: inline-block;
}
.service-items h4 {
  margin-top: 0;
}

.sprocket-lists {
  margin-top: 30px;
}
.sprocket-lists ul.sprocket-lists-container {
  border: 1px solid #e5e5e5;
}
.sprocket-lists ul.sprocket-lists-container li h4.sprocket-lists-title {
  font-size: 15px !important;
  text-transform: uppercase;
  background: none;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px !important;
  line-height: normal !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.sprocket-lists ul.sprocket-lists-container li .indicator {
  font-size: 16px;
  right: 20px;
  background: none;
}
.sprocket-lists ul.sprocket-lists-container li.active h4.sprocket-lists-title {
  color: #f37021;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator {
  opacity: 1;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span i {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active span.indicator span:before {
  content: "\f068";
  font-family: FontAwesome;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item {
  border: 0 !important;
  margin: 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .sprocket-padding {
  padding: 10px 20px;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item .roksprocket-ellipsis {
  display: none;
}
.sprocket-lists ul.sprocket-lists-container li.active .sprocket-lists-item a.readon {
  display: table;
  margin-top: 8px;
}
.sprocket-lists ul.sprocket-lists-container li:last-child h4.sprocket-lists-title {
  border-bottom: 0;
}

#je_contact .input:first-child,
#je_contact .input:second-child {
  float: left;
  width: 50%;
}
#je_contact input,
#je_contact textarea {
  margin-bottom: 20px !important;
  text-shadow: none;
  color: #959595;
  padding: 6px 20px;
  box-shadow: none;
  border: 0;
  background: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#je_contact input {
  height: 46px !important;
  line-height: 46px !important;
}

.plan {
  list-style: none;
  margin: 20px 0;
  padding: 0 0 15px 0;
  text-align: center;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
}
.plan.featured .plan-price {
  background: #f37021;
}
.plan.featured a.btn {
  background: #f37021;
  box-shadow: 0 3px 0 #d04703;
}
.plan.featured a.btn:hover {
  background: #000;
  box-shadow: 0 3px 0 #000000;
}
.plan-name {
  display: block;
  padding: 15px 0;
  position: relative;
}
.plan-name h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
.plan-name h2 small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.plan-price {
  padding: 35px 0;
  background: #272d33;
  color: #fff;
}
.plan-price h2 {
  font-size: 58px;
  font-family: times;
  color: #fff;
  position: relative;
  display: inline-block;
}
.plan-price h2 .currency {
  top: -0.5em;
  font-size: 50%;
  left: -0.2em;
}
.plan-price h2 sup {
  font-size: 55%;
  top: -0.9em;
}
.plan-price h2 strong {
  display: inline-block;
}
.plan-price h2 small {
  display: block;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin-top: 15px;
  color: #fff;
}
.plan li > ul {
  padding: 0 50px;
  margin-bottom: 0;
}
.plan li > ul li {
  border-top: 1px dotted #e5e5e5;
  padding: 20px 0;
}
.plan li > ul li:first-child {
  border-top: 0 !important;
}
.plan a.btn {
  display: block;
  margin: 17px auto;
  max-width: 150px;
  background: #272d33;
  box-shadow: 0 3px 0 #111316;
}
.plan a.btn:hover {
  background: #000;
  box-shadow: 0 3px 0 #000000;
}

.sprocket-grids-b-content {
  padding: 45px;
}
.sprocket-grids-b-content .sprocket-grids-b-title {
  font-size: 18px;
  text-transform: uppercase;
}
.sprocket-grids-b-content .sprocket-grids-b-title a {
  color: #fff;
}
.sprocket-grids-b-content .sprocket-grids-b-title a:hover {
  color: #f37021;
}

.career-list h3 {
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: 700;
}
.career-list .sprocket-lists ul.sprocket-lists-container h4.sprocket-lists-title {
  font-weight: 700;
}

ul.latestnews {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews li {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
ul.latestnews li:last-child {
  border-bottom: 0;
}
ul.latestnews li .published {
  color: #999;
}
ul.latestnews li .item-title {
  color: #333333;
  font-weight: normal;
}
ul.latestnews li .item-title span {
  font-family: 'Roboto Slab', serif;
}
ul.latestnews li .item-title:hover {
  color: #f37021;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.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;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 40px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .module-title {
  margin-bottom: 30px;
}
.t3-sidebar .title-border .module-title {
  font-size: 18px;
  margin-bottom: 40px;
}
.t3-sidebar .title-border .module-title:before {
  top: 30px;
  width: 65px;
}
.t3-sidebar .title-border .module-title:after {
  bottom: -25px;
}
.t3-sidebar .list-arrow li {
  font-size: 15px;
}
.t3-sidebar ul.nav li.active > a,
.t3-sidebar ul.nav li:hover > a {
  color: #f37021;
}
.t3-sidebar ul.nav li a {
  color: #555555;
  background: none !important;
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: 'pulse_animation';
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-transform-origin: 70% 70%;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 450ms;
  -moz-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
}
.pulse.two {
  -moz-animation-duration: 15s;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.pulse.three {
  -moz-animation-duration: 9s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.pulse.four {
  -moz-animation-duration: 11s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider2 .layout-slideshow .sprocket-features-content {
    bottom: 20%;
    width: 55%;
  }
  .slider2 .layout-slideshow .sprocket-features-content h2.slider-title {
    font-size: 24px;
  }
  .who-we-box {
    height: 150px;
    width: 150px;
    margin: 0 5px;
  }
  .who-we-box .box-title {
    font-size: 16px;
  }
  .ts-content-padding.left h2 {
    font-size: 20px;
  }
  .ts-content-padding.left h3 {
    font-size: 30px;
  }
  .ts-content-padding.left .case-desc {
    margin-top: 15px;
  }
  .t3-footer h4 {
    font-size: 14px;
  }
  #back-to-top.affix {
    bottom: 10px;
    right: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    text-align: center;
  }
  .logo a {
    margin-top: 10px;
  }
  ul.top-info {
    margin: 0;
  }
  .navbar {
    min-height: 60px;
  }
  .head-search .form-control {
    height: 60px;
    line-height: 60px;
  }
  .head-search .search .fa-search {
    top: 23px;
  }
  .slider2 .layout-slideshow .sprocket-features-content {
    bottom: 15%;
    width: 70%;
  }
  .slider2 .layout-slideshow .sprocket-features-content h2.slider-title {
    font-size: 24px;
    margin-top: 0;
  }
  .ts-action h2 {
    float: none;
  }
  .ts-action .action-btn {
    float: none;
    margin-top: 10px;
  }
  .who-we-box {
    height: 150px;
    width: 150px;
    margin: 0 5px;
  }
  .who-we-box .box-title {
    font-size: 16px;
  }
  .service-img-block .ts-service-wrapper {
    margin-bottom: 20px;
  }
  .ts-facts-icon {
    margin-left: 25%;
  }
  .projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
    font-size: 14px;
    padding: 5px;
  }
  .t3-copyright .pull-right {
    float: left !important;
  }
  #back-to-top.affix {
    bottom: 30px;
    right: 25px;
  }
}

@media (max-width: 767px) {
  .ts-padding .t3-module {
    margin-bottom: 30px;
  }
  .t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo a {
    margin: 0 0 25px;
  }
  ul.top-info {
    float: none;
  }
  ul.top-info li {
    padding-left: 40px;
  }
  .head-search {
    right: 0;
  }
  .head-search .form-control {
    height: 60px;
    line-height: 60px;
  }
  .head-search .search .fa-search {
    top: 24px;
  }
  .slider2 .layout-slideshow .sprocket-features-content {
    bottom: 20%;
    width: 80%;
  }
  .slider2 .layout-slideshow .sprocket-features-content h2.slider-title {
    font-size: 18px;
    margin-top: 0;
  }
  .slider2 .layout-slideshow .sprocket-features-desc p {
    display: none;
  }
  .slider2 .layout-slideshow .sprocket-features-desc .btn-primary {
    padding: 8px 15px;
    font-size: 12px;
  }
  .service-img-block .ts-service-wrapper {
    margin-bottom: 20px;
  }
  .ts-action h2 {
    float: none;
  }
  .ts-action .action-btn {
    float: none;
    margin-top: 10px;
  }
  .ts-features {
    top: 0;
  }
  .who-we-box {
    width: 120px;
    height: 120px;
    margin: 0 20px 20px;
  }
  .who-we-box .box-title {
    font-size: 13px;
  }
  .ts-facts-icon {
    margin-left: 20%;
  }
  .title-border .module-title {
    font-size: 20px;
  }
  .title-border .module-title:before {
    top: 35px;
  }
  .ts-content-padding.left {
    padding-left: 50px;
  }
  .clients.module .sprocket-strips-s .sprocket-strips-s-block .sprocket-strips-s-item {
    margin-top: 20px;
    text-align: center;
  }
  .clients.module .sprocket-strips-s .sprocket-strips-s-block .sprocket-strips-s-item img {
    display: inline-block;
    text-align: center;
  }
  .ts-action2 h2 {
    font-size: 28px;
  }
  .news-strips .sprocket-strips-container li {
    margin-bottom: 25px;
  }
  .footer-logo.module {
    margin-top: 0;
  }
  .t3-copyright {
    text-align: center;
  }
  .t3-copyright .pull-right {
    float: none !important;
  }
  .t3-copyright .footer-menu {
    text-align: center;
  }
  #back-to-top {
    right: 5px;
  }
  .team-carousel .item {
    text-align: center;
  }
  .team-carousel .item .team-img-wrapper img {
    display: inline-block;
    text-align: center;
  }
  .team-carousel .team-content .team-social-icons a {
    float: none;
    text-align: center;
  }
  .team-carousel .owl-controls {
    top: -58px;
  }
  .service-items .service-item-img {
    margin-bottom: 20px;
  }
  
  .home2 .t3-header {
    padding-bottom: 20px;
  }
  .home2 .t3-mainnav .container {
    bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 478px) {
  ul.top-info {
    float: none;
  }
  ul.top-info li {
    padding-left: 20px;
  }
  .slider2 .layout-slideshow .sprocket-features-content {
    bottom: 0;
    width: 80%;
  }
  .slider2 .layout-slideshow .sprocket-features-content h2.slider-title {
    font-size: 12px;
    margin-top: 0;
  }
  .slider2 .layout-slideshow .sprocket-features-desc .btn-primary {
    padding: 6px 12px;
    font-size: 10px;
  }
  .ts-features .feature-tab {
    top: 0;
  }
  .ts-features .feature-tab.module .gkTabsWrap.vertical > ol li {
    padding: 0 10px !important;
    line-height: 40px !important;
    font-size: 10px !important;
  }
  .ts-facts-icon {
    margin-left: 10%;
  }
  .who-we-box {
    margin: 0 4px 20px;
  }
}