@media (max-width: 990px) {
  .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: 990px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 991px) {
  .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:991px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  -webkit-font-smoothing: antialiased !important;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #804098;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover,
a:focus {
  color: #532962;
  text-decoration: none;
  cursor: pointer;
}
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: #ffffff;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #ffffff;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
.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;
}
label {
  font-weight: 300;
}

p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 15px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #804098;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-center .item-image img {
  margin: 0 auto;
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 17px;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 36px;
}
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,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 8.5px;
}
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8.5px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
h1 small,
.h1 small {
  font-size: 21px;
}
h2 small,
.h2 small {
  font-size: 15px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 12px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: normal;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  border-left: 5px solid #d2d2d2;
}
blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d2d2d2;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, "Courier New", monospace;
}
.panel-heading {
  padding: 0;
}
.panel-heading .panel-title a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
}

legend {
  padding-bottom: 8.5px;
  font-weight: 400;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active {
  box-shadow: none !important;
  outline: 0;
  border-color: #804098 !important;
}
select:hover,
textarea:hover,
input[type="text"]: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 {
  box-shadow: none !important;
  outline: 0;
}
.form-control {
  box-shadow: none !important;
  border: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #d2d2d2 !important;
  font-size: 14px;
}
.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);
  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: 17px;
}
.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 {
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  border-radius: 2px;
  border: 0;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.btn:focus {
  outline: none;
  border: 0;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn:active:focus,
.btn.active:focus {
  outline: none;
  border: 0;
  border: 0px solid transparent;
}
.btn-default {
  background: #efefef;
  padding: 2px 16px;
  color: #804098;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #532962;
}
.btn-primary {
  border-color: transparent;
  padding: 2px 16px;
}
.btn-primary i {
  margin-left: 5px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #222121;
  border-color: #151414;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.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: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: #222121;
  border-color: #151414;
}
.btn-inverse .badge {
  color: #222121;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-actions .btn-lg {
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 20px;
}
.btn-actions .btn + .btn {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-actions .btn-lg {
    font-size: 26px;
    padding: 10px 30px;
    border-radius: 30px;
  }
}
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 {
  font-size: 14px;
  box-shadow: none !important;
  width: 100% !important;
  height: 40px;
  border: 0;
  background: #f7f7f7;
}
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: #9bd7a8;
  border-color: #3e9b52;
}
.btn-small {
  padding: 2px 8px;
  text-transform: capitalize;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border-bottom: 1px solid #cc0000 !important;
}
.form-search {
  position: relative;
}
.form-search .search button {
  background: transparent;
  position: absolute;
  top: 3px;
  right: -4px;
  border: 0;
  font-size: 20px;
  color: #d2d2d2;
}
.form-search .search button:hover,
.form-search .search button:focus {
  background: transparent;
  box-shadow: none !important;
  color: #804098;
}
.form-search input#mod-search-searchword {
  width: 100% !important;
  height: 40px;
  border: 0;
  background: #f7f7f7;
}
.form-actions {
  background: transparent;
}

.caret {
  margin-left: 5px;
  margin-top: -2px;
}
.dropdown-menu {
  padding: 0;
  min-width: 200px;
}
.dropdown-menu .divider {
  margin: 0;
  height: 10px;
  background-color: #f2f2f2;
}
.dropdown-menu > li {
  border-top: 1px solid #ffffff;
}
.dropdown-menu > li:first-child {
  border-top: 0;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 12px;
}
.dropdown-header a {
  color: #222121;
}
.dropdown-submenu > a:after {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.dropdown-submenu.active > a:after {
  border-left-color: #804098;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #804098;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 17px;
}
@media (min-width: 991px) {
  .nav > li > .separator {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
}
.nav-tabs {
  border-bottom: 1px solid #d2d2d2;
}
.nav-tabs > li > a {
  padding: 10px;
  line-height: normal;
  border: 0;
  text-transform: capitalize;
  color: inherit;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: transparent;
  color: #804098;
}
.nav-tabs > li > a:after,
.nav-tabs > li > a:before {
  content: "";
  position: absolute;
}
.nav-tabs > li > a:after {
  top: 14px;
  right: -2px;
  width: 100%;
  height: 20px;
  border-right: 1px solid #d2d2d2;
}
.nav-tabs > li > a:before {
  left: 45%;
  bottom: -4px;
  background: transparent;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.nav-tabs > li.active > a {
  background: #222121;
  border: 0;
  color: #fff;
  margin-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  border: 0;
  color: #804098;
}
.nav-tabs > li.active > a:before {
  background: #804098;
}
.nav-tabs > li:last-child a:after {
  border-right: 1px solid transparent;
}
.tab-content {
  padding: 30px 0;
  border-top: 0;
}
.nav .caret {
  border-top-color: #804098;
  border-bottom-color: #804098;
}
.nav a:hover .caret {
  border-top-color: #532962;
  border-bottom-color: #532962;
}
.t3-navhelper {
  background: transparent;
  color: #999999;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > li:nth-child(2):before {
  content: "";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  margin: 0;
}
.pagination {
  display: block;
  margin: 20px 0;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
    margin: 0;
  }
}
.pagination li a {
  font-size: 14px;
  color: #222121;
}
.pagination li a:hover {
  color: #fff;
  border-color: #804098;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 24px;
  line-height: 24px;
  width: 24px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 1.75px -15px;
}
.navbar-nav > li > a {
  color: #222121;
}
@media (min-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0 0 3px 3px;
  margin-top: 33px;
}
.navbar-nav > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -35px;
  height: 35px;
  width: 100%;
}
.navbar-fixed-top .t3-navbar .t3-megamenu .navbar-nav > li > .dropdown-menu {
  margin-top: 25px !important;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li {
  border-left: 1px solid #ccc;
}
.navbar-default .navbar-nav > li:first-child {
  border: 0;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li {
    padding: 0 15px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #36384b;
  padding: 17px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 24px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #804098;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #804098;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #f2f2f2;
  color: #804098;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .fa-bars {
  background-color: transparent;
  color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f2f2f2;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #804098;
  border-bottom-color: #804098;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #804098;
}
.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: #804098;
  border-bottom-color: #804098;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #36384b;
  border-bottom-color: #36384b;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #f2f2f2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-top-color: #e5e5e5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #36384b;
    padding: 20px 20px 20px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #804098;
    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: #804098;
    background-color: transparent;
  }
  .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;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .level2.dropdown-menu {
    background: #e5e5e5;
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li {
    border-top-color: #d9d9d9;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li > a {
    padding-left: 40px;
  }
}
.navbar-default .navbar-link {
  color: #36384b;
}
.navbar-default .navbar-link:hover {
  color: #804098;
}
.css-header-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainnav {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  padding: 17px;
  -webkit-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
@media (min-width: 991px) {
  .t3-mainnav > .container {
    position: relative;
  }
}
.t3-mainnav .t3-navbar {
  padding: 15px;
  float: right;
  margin-right: 120px;
}
.t3-mainnav .t3-navbar-collapse {
  margin-top: 24px;
}
@media (min-width: 991px) {
  .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 #f2f2f2;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
  left: -1px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.navbar-default.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-sidebar ul.categories-module li,
.t3-sidebar ul.latestnews li,
.t3-sidebar ul.mostread li,
.t3-sidebar ul.archive-module li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.t3-sidebar ul.categories-module li:first-child,
.t3-sidebar ul.latestnews li:first-child,
.t3-sidebar ul.mostread li:first-child,
.t3-sidebar ul.archive-module li:first-child {
  padding-top: 0;
}
.t3-sidebar ul.categories-module li:last-child,
.t3-sidebar ul.latestnews li:last-child,
.t3-sidebar ul.mostread li:last-child,
.t3-sidebar ul.archive-module li:last-child {
  padding-top: 0;
}
.t3-sidebar .t3-module {
  background: #fff;
  color: inherit;
  margin: 0 0 17px;
  padding: 0 0 22px;
}
.t3-sidebar .t3-module .module-title {
  font-weight: 400;
}
.t3-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.t3-sidebar ul li {
  font-size: 15px;
}
.t3-sidebar ul li a {
  color: #222121;
}
.t3-sidebar ul li a:hover {
  color: #532962;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 30px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 50px;
  }
}
.t3-sidebar .module-title {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.t3-sidebar .module-title:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #804098;
  border-radius: 50%;
}
.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 {
  border-top: 1px solid #d2d2d2;
  margin-top: 0;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 8.5px;
  display: block;
}
.module_menu .nav > li.active > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 17px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #d2d2d2;
  font-size: 10px;
  padding-top: 8.5px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
  padding: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby,
.categories-module .mod-articles-category-date,
ul.categories-module .mod-articles-category-date,
.category-module .mod-articles-category-date,
ul.category-module .mod-articles-category-date {
  color: #666666;
  font-size: 11px;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby {
  font-weight: bold;
  margin-right: 10px;
}
.t3-sidebar ul.categories-module li {
  position: relative;
}
.t3-sidebar ul.categories-module li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 16px;
  color: #999999;
  margin-right: 5px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #d2d2d2;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: transparent;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #d2d2d2;
}
.module-ct .whosonline {
  margin-left: 0;
}
.module-ct .whosonline > li {
  display: inline-block;
  border-radius: 0px;
  background: #d2d2d2;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
.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 -5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  display: inline-block;
}
.tagspopular ul > li > a {
  background: transparent;
  border: 1px solid #d2d2d2;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #222121;
  margin: 5px 3px;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tagspopular ul > li .tag-count {
  background: transparent;
  color: #666666;
  display: inline;
  margin: 0;
  padding: 0;
}
.tagspopular ul > li:hover a {
  background: #804098;
  color: #ffffff;
  text-decoration: none;
  border-color: transparent;
}
.tagspopular ul > li:hover .tag-count {
  color: #ffffff;
}
.tagspopular.tagscloud .tag {
  background: #d2d2d2;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.tagspopular.tagscloud .tag a {
  color: #666666;
}
.tagspopular.tagscloud .tag a:hover,
.tagspopular.tagscloud .tag a:focus,
.tagspopular.tagscloud .tag a:active {
  color: #532962;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #d2d2d2;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #666666;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #532962;
}
.module-ct > ul.archive-module {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-ct > ul.archive-module i {
  color: #999999;
  margin-right: 2px;
  display: none;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.t3-sidebar .latestnews .css-latestnews-meta {
  display: none;
}

article {
  position: relative;
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: 1px dashed #d2d2d2;
}
article h2 {
  font-size: 28px;
  line-height: 34px;
}
article h3 {
  font-size: 24px;
  line-height: 30px;
}
article h4 {
  font-size: 18px;
  line-height: 24px;
}
.css-audio-wrap {
  padding: 40px;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 3px;
}
.blog .items-row:last-child article,
.blog-featured .items-row:last-child article {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog dd.published,
.blog-featured dd.published,
.item-page dd.published {
  position: absolute;
  top: 0;
  left: 0;
  background: #804098;
  color: #fff;
  padding: 15px 22px;
  font-size: 18px;
}
.blog dd.published .date-day,
.blog-featured dd.published .date-day,
.item-page dd.published .date-day {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.blog dd.published .fa,
.blog-featured dd.published .fa,
.item-page dd.published .fa {
  display: none;
}
.blog article .pull-right.item-image,
.blog-featured article .pull-right.item-image,
.item-page article .pull-right.item-image,
.blog .article-intro .pull-right.item-image,
.blog-featured .article-intro .pull-right.item-image,
.item-page .article-intro .pull-right.item-image {
  float: none !important;
  margin-left: 0 !important;
  margin-bottom: 40px;
}
.blog article .pull-right.item-image img,
.blog-featured article .pull-right.item-image img,
.item-page article .pull-right.item-image img,
.blog .article-intro .pull-right.item-image img,
.blog-featured .article-intro .pull-right.item-image img,
.item-page .article-intro .pull-right.item-image img {
  width: 100% !important;
}
.blog .pull-right.item-image .pull-left.item-image img,
.blog-featured .pull-right.item-image .pull-left.item-image img,
.item-page .pull-right.item-image .pull-left.item-image img {
  width: 100% !important;
}
.item-page article {
  border: 0;
  padding: 0;
  margin: 0;
}
.cols-4.items-row article {
  padding: 20px;
}
.divider-vertical {
  margin: 17px 0 34px;
  border: 0;
  border-top: 1px solid #d2d2d2;
}
.article-aside {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-bottom: 17px;
  padding: 0;
}
.article-header + .article-aside {
  margin-top: -8.5px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: 600;
}
.article-info dd .fa {
  margin-right: 5px;
}
.article-footer {
  color: #999999;
  font-size: 11px;
  margin-bottom: 17px;
}
article img,
.article-intro img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
article img[align=left],
.article-intro img[align=left],
article .img-fulltext-left,
.article-intro .img-fulltext-left,
article .img-intro-left,
.article-intro .img-intro-left,
article .img_caption.left,
.article-intro .img_caption.left,
article .pull-left.item-image,
.article-intro .pull-left.item-image {
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .article-intro img[align=left],
  article .img-fulltext-left,
  .article-intro .img-fulltext-left,
  article .img-intro-left,
  .article-intro .img-intro-left,
  article .img_caption.left,
  .article-intro .img_caption.left,
  article .pull-left.item-image,
  .article-intro .pull-left.item-image {
    margin: 0;
  }
}
article .img_caption.left,
.article-intro .img_caption.left {
  float: left;
}
article img[align=right],
.article-intro img[align=right],
article .img-fulltext-right,
.article-intro .img-fulltext-right,
article .img_caption.right,
.article-intro .img_caption.right,
article .img-intro-right,
.article-intro .img-intro-right,
article .pull-right.item-image,
.article-intro .pull-right.item-image {
  margin-left: 17px;
  float: right;
}
@media screen and (max-width: 767px) {
  article img[align=right],
  .article-intro img[align=right],
  article .img-fulltext-right,
  .article-intro .img-fulltext-right,
  article .img_caption.right,
  .article-intro .img_caption.right,
  article .img-intro-right,
  .article-intro .img-intro-right,
  article .pull-right.item-image,
  .article-intro .pull-right.item-image {
    margin: 0;
  }
}
article p,
.article-intro p {
  margin-bottom: 27px;
}
.pull-none.item-image img {
  width: 100% !important;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
  margin-bottom: 17px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
}
.img-fulltext-right {
  float: right;
}
.img_caption > img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #d2d2d2;
  color: #666666;
  font-size: 11px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
.pull-right.article-image-intro {
  float: left !important;
  margin-left: 0 !important;
}
.pull-right.article-image-intro img {
  margin-left: 0 !important;
  margin-right: 17px;
}
@media screen and (max-width: 992px) {
  article img,
  .article-intro img,
  article img[align=left],
  .article-intro img[align=left],
  article img[align=right],
  .article-intro img[align=right],
  article .img_caption,
  .article-intro .img_caption,
  article .article-image-full,
  .article-intro .article-image-full,
  article .article-image-intro,
  .article-intro .article-image-intro,
  article .img-intro-none,
  .article-intro .img-intro-none,
  article .img-intro-left,
  .article-intro .img-intro-left,
  article .img-intro-right,
  .article-intro .img-intro-right,
  article .img-fulltext-none,
  .article-intro .img-fulltext-none,
  article .img-fulltext-left,
  .article-intro .img-fulltext-left,
  article .img-fulltext-right,
  .article-intro .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
.article-image-full {
  margin-bottom: 22px;
}
.css-article-date-hide .css-article-date,
.css-article-date-hide .css-article-intro-date {
  display: none;
}
.css-article-date,
.css-article-intro-date {
  padding: 0 0 130px;
}
.item-page .tags {
  display: inline-block;
  padding: 34px 0 17px;
}
.item-page .tags span {
  display: inline-block;
  margin-bottom: 10px;
}
.item-page .tags .fa {
  border-right: 1px solid #d2d2d2;
  line-height: 34px;
  height: 34px;
  padding-right: 15px;
  margin: 3px 5px 3px 0px;
  border-right: 1px solid #e5e5e5;
  color: #666666;
}
.item-page .tags a {
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 12px;
  border: 1px solid #d2d2d2;
  color: #222121;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.item-page .tags a:hover {
  background: #804098;
  color: #fff;
  border-color: transparent;
}
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;
}
.tag-category .filters {
  padding: 17px 0;
}
@media screen and (min-width: 768px) {
  .tag-category .filters {
    padding: 17px 0;
  }
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
.tag-category .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-category .thumbnails li {
  background: transparent;
  padding: 8.5px 0;
}
.tag-category li > h3 {
  position: relative;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.tag-category li > h3:before {
  content: "\f02c";
  position: absolute;
  font-family: FontAwesome;
}
.tag-category li > h3 a {
  padding-left: 30px;
  color: #222121;
}
.tag-category li > h3 a:hover {
  color: #532962;
}
.tag-category .list-striped li {
  padding: 0;
}
.tag-category .list-striped li h3 {
  font-weight: 300;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #ffffff;
}
.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: 17px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  padding: 10px 15px 10px 0;
}
.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: transparent;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: transparent;
}
.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: 10px 15px 10px 0;
}
.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;
}
.newsfeed-category .category.list-striped .list-title a,
.css-newsfeed-categories h3 a,
.newsfeed h2 a,
.newsfeed ol li h3 a,
.weblink-category .list-title a,
.weblink-categories .category-item h3 a,
.contact-categories h3 a,
#categorylist_header_title a,
#categorylist_header_author a,
#categorylist_header_hits a,
td.list-title a {
  color: #222121;
}
.newsfeed-category .category.list-striped .list-title a:hover,
.css-newsfeed-categories h3 a:hover,
.newsfeed h2 a:hover,
.newsfeed ol li h3 a:hover,
.weblink-category .list-title a:hover,
.weblink-categories .category-item h3 a:hover,
.contact-categories h3 a:hover,
#categorylist_header_title a:hover,
#categorylist_header_author a:hover,
#categorylist_header_hits a:hover,
td.list-title a:hover {
  color: #532962;
}
.contact-categories .page-header,
.css-newsfeed-categories .page-header,
.weblink-categories .page-header {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-categories .page-header a,
.css-newsfeed-categories .page-header a,
.weblink-categories .page-header a {
  padding-left: 30px;
}
.contact-categories .page-header:before,
.css-newsfeed-categories .page-header:before,
.weblink-categories .page-header:before {
  content: "\e003";
  font-family: Flaticon;
  position: absolute;
  font-size: 30px;
}
.contact-categories .category-desc,
.css-newsfeed-categories .category-desc,
.weblink-categories .category-desc {
  padding: 0 32px;
}
.login-wrap .form-horizontal .control-label {
  text-align: left;
}
.login-wrap .login-description {
  color: #999999;
}
.login-wrap .form-group {
  margin: 0 0 30px;
}
.login-wrap .form-group input[type="text"],
.login-wrap .form-group input[type="password"] {
  width: 100% !important;
}
.login-wrap .form-group.control-button span {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.login-wrap .form-group.control-button span .btn {
  width: 100%;
  background: #20A879;
  color: #fff;
}
.login-wrap .form-group.control-button span .btn:hover {
  background: #187d5a;
}
.login-wrap .action-button .btn {
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.login-wrap .other-links ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
}
.login-wrap .other-links ul li {
  display: inline;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover {
  color: #532962;
}
.login-wrap .other-links.form-group {
  margin: 0;
}
.login-wrap .other-links a {
  font-size: 16px;
}
.login-wrap .login {
  text-align: center;
}
.login-wrap .login input {
  border-bottom: 1px solid #d2d2d2;
}
.login-wrap .checkbox {
  text-align: left;
}
.login-wrap .checkbox input[type="checkbox"] {
  top: 13px;
}
@media screen and (max-width: 1199px) {
  .login-wrap {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }
}
.logout .form-horizontal .control-group .controls {
  text-align: center;
  margin-left: 0;
}
.registration {
  text-align: center;
  color: #000;
}
.registration legend {
  font-weight: 300;
  color: #999999;
}
.registration input {
  border-bottom: 1px solid #d2d2d2;
}
.registration .control-group {
  padding: 0 20px;
}
.registration .form-actions {
  margin: 0 0 0 -17px;
}
.registration .form-actions .btn {
  margin-bottom: 10px;
}
.registration #jform_spacer-lbl {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
}
.registration .control-label {
  text-align: left;
}
.registration fieldset + fieldset .form-box {
  margin-top: 17px;
}
.registration fieldset .row > div {
  margin-bottom: 8.5px;
}
.registration fieldset .row > div:first-child {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .registration {
    margin: 0px;
    text-align: left;
    width: 100%;
  }
  .registration .controls {
    width: 100%;
    margin-left: 0 !important;
  }
}
.com_mailto body {
  padding: 8.5px;
}
.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: #d2d2d2;
  border: 1px solid #d2d2d2;
  margin-bottom: 17px;
  padding: 8.5px 17px;
  border-radius: 0px;
}
.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;
}
@media screen and (min-width: 992px) {
  .profile .dl-horizontal {
    padding: 0 80px;
  }
}
.profile .btn-toolbar {
  text-align: center;
  margin: 17px 0 0;
}
.profile-edit input {
  width: 100%;
}
.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;
}
.profile-edit .form-horizontal .control-label {
  text-align: left;
}
.profile-edit .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.profile-edit .chzn-container,
.profile-edit .chzn-single {
  width: 100% !important;
  max-width: 100% !important;
}
.profile-edit .chzn-single {
  border-color: #cccccc !important;
  height: 38px !important;
}
.profile-edit .btn.cancel {
  background: #9c54b7;
  color: #fff;
}
.profile-edit .btn.cancel:hover {
  background: #804098;
}
.profile-edit form fieldset:first-child {
  margin-bottom: 30px;
}
.profile-edit .control-label {
  padding-top: 0;
}
.profile-edit .control-label label {
  font-weight: normal;
  padding-top: 0;
}
.profile-edit #helpsite-refresh {
  background: #804098 !important;
  color: #fff;
}
.search a {
  color: #222121;
}
.search a:hover {
  color: #532962;
}
.search .highlight {
  background: #804098;
  color: #ffffff;
}
.t3-sidebar .search {
  padding: 0;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 17px 0;
}
#searchForm legend {
  margin-bottom: 8.5px;
}
#searchForm .input-group-btn .btn {
  margin-left: 0;
}
#searchForm .radio-inline,
#searchForm .checkbox-inline {
  line-height: 20px;
  font-weight: 300;
  font-size: 14px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 17px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 17px;
}
.search-results .result-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 17px;
}
.search-results .result-category {
  font-size: 12px;
  color: #666666;
}
.search-results .result-text {
  margin: 10px 0;
}
.search-results .result-url {
  color: #666666;
  margin-top: 17px;
}
.search-results .result-created {
  font-size: 10px;
  color: #999999;
}
div.finder {
  margin-bottom: 17px;
}
div.finder .word .css-finder-buttons {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  div.finder .word .css-finder-buttons {
    margin-top: 35px;
  }
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
.contact h3 {
  margin: 34px 0 17px;
}
.contact .contact-form legend,
.contact .contact-position span,
.contact #jform_contact_email_copy-lbl {
  font-size: 14px;
  color: #999999;
}
.contact .dl-horizontal {
  display: inline-block;
  width: 100%;
}
.contact .dl-horizontal dd {
  margin-left: 0;
}
.contact .dl-horizontal dt {
  width: 100%;
  margin: 20px 0 8px;
  text-align: left;
  display: block;
}
.contact .css-contact-avatar img {
  width: 100%;
  border-radius: 3px;
}
.contact .contact-address {
  padding: 80px 60px;
  margin: 0;
}
.contact .contact-form .form-horizontal .control-label {
  text-align: left;
}
.contact .contact-form .form-horizontal input[type="checkbox"] {
  position: initial;
  margin-left: 0;
}
.contact .contact-miscinfo dt {
  display: none;
}
.contact .contact-miscinfo dl {
  margin: 0;
}
.contact .contact-links li {
  padding: 0;
}
.archive .filters {
  margin: 0 0 34px;
}
@media screen and (min-width: 768px) {
  .archive .filters .filter-search {
    width: 26%;
  }
}
.archive .filters .filter-search select {
  display: inline-block;
  width: 30% !important;
}
.archive article p {
  margin-bottom: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 17px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 8.5px 5px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 12px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 8.5px 5px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.com_newsfeeds.view-categories .css-white-wrapper {
  margin-bottom: 0;
}
.com_newsfeeds.view-categories .footer-video {
  position: initial !important;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  padding-bottom: 17px;
  margin-bottom: 17px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 17px;
}
.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-category fieldset {
  margin-bottom: 34px;
}
.newsfeed-category fieldset .btn-group {
  margin-left: 0;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 17px;
  margin-bottom: 17px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 17px;
  font-size: 14px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 12px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 14px;
}
.article-content .pagination ul {
  border-left: 1px solid #d2d2d2;
}
.article-content .pagination li {
  float: left;
  padding: 8.5px 17px;
  line-height: normal;
  border: 1px solid #d2d2d2;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 17px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 17px 17px;
  padding: 10px;
  width: 25%;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
}
#article-index ul,
.article-index ul {
  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: 0px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #804098;
  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: #804098;
  color: #ffffff;
}
.pagenav {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 8px 12px;
  font-size: 14px;
  color: #222121;
  border-radius: 0;
  line-height: normal;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #804098;
  color: #ffffff;
  border-color: transparent;
}
.items-more {
  margin-bottom: 40px;
}
.items-more h3 {
  font-size: 20px;
  margin: 0 0 17px;
}
.items-more .nav > li {
  border-top: 1px dashed #d2d2d2;
}
.items-more .nav > li > a {
  padding: 10px 0;
  font-size: 16px;
}
.items-more .nav > li > a:hover {
  background: transparent;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 8.5px 0 5px;
}
.display-limit {
  margin: 8.5px 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;
  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: 12px;
  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;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: inline-block;
  vertical-align: middle;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 0 !important;
  background: #f7f7f7 !important;
}
.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-single {
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: none;
  border: 0;
}
.chzn-container-single .chzn-single:focus {
  box-shadow: none !important;
  background: transparent !important;
}
.chzn-container-single:focus {
  box-shadow: none !important;
  background: transparent !important;
  outline: 0;
}
.chzn-container-single:focus .chzn-single:focus {
  background: transparent !important;
}
.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;
  background: #804098;
  border: 0;
  color: #fff;
}
.chzn-container .chzn-results li.highlighted {
  background: #fff;
  color: #222121;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-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;
}
.category-list .table-bordered > thead > tr > th {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #dddddd;
}
.category-list .filters {
  margin-bottom: 30px;
}
.contact-categories .category-item .page-header {
  position: relative;
  border: 0;
}
.contact-categories .category-item .page-header a {
  padding-left: 30px;
}
.contact-categories .category-item .page-header:before {
  content: "\e003";
  font-family: Flaticon;
  position: absolute;
  font-size: 30px;
}
.contact-category .css-filter {
  margin-left: 0;
}
.contact-category .css-display-limit select.input {
  height: 38px;
  margin-left: 10px;
}
.contact-category .filters {
  margin: 35px 0 20px;
}
.contact-category .category.list-striped li {
  padding-left: 0;
  padding-right: 0;
}
.contact-category .category.list-striped li .list-title {
  margin-bottom: 10px;
}
.contact-category .category.list-striped li span {
  margin-top: 11px;
}
.contact-category .category.list-striped li a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.contact-category .category.list-striped li a:hover {
  color: #804098;
}
.contact-category .category.list-striped .row {
  margin: 0;
}
.contact-category hr {
  border-top: 1px dashed #d2d2d2;
}
.css-featured-contact .filters {
  margin-bottom: 20px;
}
.css-featured-contact .category th a,
.css-featured-contact td.item-title a {
  color: #222121;
}
.css-featured-contact td {
  padding: 10px 0;
}
.css-featured-contact td.item-title a {
  font-weight: 300;
}
.css-featured-contact td.item-title a:hover {
  color: #804098;
}
.weblink-category fieldset {
  margin-bottom: 17px;
}
.weblink-category fieldset .btn-group {
  margin-left: 0;
}
.weblink-category .list-title {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}

.page-header {
  padding-bottom: 17px;
  margin: 0 0 17px;
  border-bottom: 1px solid #d2d2d2;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 17px;
  padding-bottom: 17px;
}
.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: -17px;
}
.article-title h1 a,
.article-header h1 a,
.article-title h2 a,
.article-header h2 a {
  color: inherit;
}
.article-title h1 a:hover,
.article-header h1 a:hover,
.article-title h2 a:hover,
.article-header h2 a:hover,
.article-title h1 a:active,
.article-header h1 a:active,
.article-title h2 a:active,
.article-header h2 a:active,
.article-title h1 a:focus,
.article-header h1 a:focus,
.article-title h2 a:focus,
.article-header h2 a:focus {
  text-decoration: none;
  color: #532962;
}
.article-title,
.article-header h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  margin: 0 0 14px 0;
}
h2.article-title,
.article-header h2 {
  font-size: 28px;
  line-height: 34px;
}
.item-title {
  font-weight: bold;
}
.jumbotron:before,
.jumbotron:after {
  content: " ";
  display: table;
}
.jumbotron:after {
  clear: both;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
  margin-bottom: 34px;
}
.jumbotron p {
  color: #666666;
  font-weight: 400;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.masthead {
  padding-top: 34px;
  padding-bottom: 34px;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .masthead h1 {
    font-size: 72px;
  }
  .masthead p {
    font-size: 24px;
  }
  .masthead .btn-lg {
    padding: 15px 40px;
    font-size: 26px;
  }
}
.jumbotron-primary {
  background-color: #804098;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #efe4f3;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.page-masthead:before,
.page-masthead:after {
  content: " ";
  display: table;
}
.page-masthead:after {
  clear: both;
}
.page-masthead .jumbotron {
  position: relative;
  height: 600px;
  background: #d2d2d2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 204px;
  padding-bottom: 51px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .page-masthead .jumbotron {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .page-masthead .jumbotron .container {
    padding: 0;
  }
}
.page-masthead .jumbotron .masthead-page-info {
  position: absolute;
  bottom: 0;
  background: rgba(128, 64, 152, 0.9);
  color: #fff;
  padding: 40px;
  z-index: 1;
}
.page-masthead .jumbotron .masthead-page-info:before {
  content: "";
  background: #fff;
  width: 8px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
}
.page-masthead .jumbotron .masthead-page-info h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page-masthead .jumbotron .masthead-page-info h1 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 400;
  }
}
.page-masthead .jumbotron .masthead-page-info a {
  color: #fff;
}
.page-masthead .jumbotron .masthead-page-info a:hover {
  color: #532962;
}
@media screen and (min-width: 992px) {
  .page-masthead .jumbotron .masthead-page-info {
    width: 50%;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-masthead .jumbotron .masthead-page-info {
    margin: 0 20px;
    right: 0;
  }
}
.page-masthead .jumbotron .css-masthead-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.page-masthead .jumbotron .css-masthead-default .img-responsive {
  width: 100%;
  height: 600px;
}
.label {
  border-radius: 0px;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.thumbnail {
  padding: 0;
  margin-bottom: 34px;
}
.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: #dac0e4;
}
.panel-heading {
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: ivnherit;
}
.panel-heading:hover {
  background: #442250;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  border-bottom: 0;
  padding: 20px 40px 0;
}
.modal-title {
  font-size: 30px;
}
.modal-body {
  padding: 10px 40px 20px;
}
@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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.css-white-wrapper {
  
  background: #f7f7f7;
  margin-bottom: 400px;
}
.css-social li {
  padding: 0;
}
.css-social li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  background: #804098;
}
.css-social li a:hover {
  background: #442250;
}
.logo {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0;
  margin: 0;
}
.logo a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: transparent;
  color: #804098;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .logo {
    left: 75px;
  }
}
.navbar-fixed-top .logo {
  top: 2px;
}
@media screen and (min-width: 991px) {
  .logo {
    position: static;
  }
  .logo a {
    background: transparent;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #804098;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  left: 24px;
  border-left: 1px solid #f2f2f2;
}
@media screen and (min-width: 991px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
  }
}
.logo-image > a {
  max-width: 160px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 15px;
}
.logo-text a {
  line-height: 24px;
  padding: 0 17px;
}
.logo-text .site-slogan {
  display: none;
}
.top-bar {
  background: #804098;
}
.top-bar .row {
  margin-left: 0;
  margin-right: 0;
}
.top-bar .call-us-text {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b178c6;
}
.top-bar .call-us-text span.number {
  color: #ffffff;
}
.top-bar .call-us-text span.time {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}
.top-bar ul {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
.top-bar ul li {
  display: inline;
}
.top-bar ul li a {
  color: #ffffff;
  padding: 0px 5px;
  font-size: 14px;
}
.top-bar ul li a:hover {
  color: #666;
}
.head-support {
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -17px 0 0;
  z-index: 1000;
}
.head-support .css-support-btn {
  position: relative;
  background: #FA8633;
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.head-support .css-support-btn:hover {
  background: #ac5a01;
}
.head-support .css-support-btn:hover:before {
  border-right: 17px solid #623174;
}
.navbar-toggle + .head-support {
  right: 24px;
}
@media screen and (min-width: 991px) {
  .navbar-toggle {
    right: 15px;
    top: 0;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #ffffff;
  background: transparent;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 30px;
}
.chzn-container {
  max-width: 100%;
}
.chzn-container .chzn-single {
  max-width: 260px;
}
.ie8 .radio.t3onoff {
  border: 0;
}
.ie8 label.on,
.ie8 label.off {
  border: 1px solid #d2d2d2;
}
.pagination > li > a,
.pagination > li > span {
  margin-bottom: 8.5px;
}
#eblog-wrapper {
  line-height: 1.625;
}
.com_weblinks .weblink-categories .page-header.item-title .btn {
  padding: 5px;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-minus {
  display: block;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-plus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-minus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-plus {
  display: block;
}
.feature {
  position: relative;
  z-index: 0;
}
.module.css-services-intro {
  padding: 90px 0 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .module.css-services-intro {
    padding: 20px;
  }
}
.module.css-services-intro .service-header-link {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.css-services-intro .service-header-link:hover {
  background: #804098;
}
.module.css-services-intro .service-header-link:hover .service-title,
.module.css-services-intro .service-header-link:hover .icon:before {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.css-services-intro .service-title {
  margin-bottom: 0;
}
.module.css-services-intro .service-box .icon:before {
  font-size: 70px;
}
.module-inner .css-intro {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .module-inner .css-intro {
    margin: 0 -20px;
    padding: 90px 20px;
  }
}
.module-inner .css-intro h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.module-inner .css-intro h4 {
  font-size: 20px;
  font-weight: 400;
}
.module-inner .css-intro p {
  margin: 35px 0 45px;
}
.module-inner .css-intro .btn.btn-lg {
  padding: 10px 30px;
  font-size: 16px;
}
.t3-sl {
  padding-bottom: 34px;
  padding-top: 34px;
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-sl .t3-module + .t3-module {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.t3-sl-2 {
  background-image: url('../../../../images/misc-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: block;
}
.t3-sl-2 .module.white-bg .module-inner {
  background: #ffffff;
  padding: 60px;
  height: auto;
  display: inline-block;
  margin-bottom: -18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-sl-2 .module.white-bg .module-inner {
    padding: 40px;
    min-height: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .t3-sl-2 .module.white-bg .module-inner {
    min-height: 443px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-sl-2 .module.white-bg .module-inner {
    padding: 20px;
    min-height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .t3-sl-2 .module.white-bg .module-inner {
    margin-bottom: 10px;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .t3-sl-2 .col-lg-6:first-child,
  .t3-sl-2 .col-md-6:first-child {
    padding-right: 1px;
  }
  .t3-sl-2 .col-lg-6:nth-child(2),
  .t3-sl-2 .col-md-6:nth-child(2) {
    padding-left: 1px;
  }
}
.css-custom-text .module-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.css-custom-tab .th-top-nav {
  
}
@media screen and (max-width: 768px) {
  .css-custom-tab .th-top-nav .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 8px;
  }
}
.css-custom-tab .th-top-nav .tab-content img {
  margin-top: 20px;
  width: 100%;
}
.custom.css-service-quote-text {
  background-color: #fff;
  background-size: cover;
  padding: 20px;
  font-size: 30px;
}
@media screen and (min-width: 1200px) {
  .custom.css-service-quote-text {
    padding: 60px;
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom.css-service-quote-text {
    padding: 40px;
    height: 150px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .custom.css-service-quote-text {
    margin-bottom: 10px;
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .custom.css-service-quote-text {
    font-size: 20px;
    height: 120px;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .custom.css-service-quote-text {
    height: auto;
  }
}
.custom.css-service-quote-text .quote-text {
  line-height: 36px;
  text-transform: uppercase;
}
.custom.css-custom-counter {
  background: #232323;
  padding: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .custom.css-custom-counter {
    padding: 45px 60px;
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom.css-custom-counter {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .custom.css-custom-counter {
    padding: 20px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .custom.css-custom-counter {
    padding: 40px;
  }
}
.custom.css-custom-counter > div > div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom.css-custom-counter > div > div:last-child {
  border-right: 0;
}
.custom.css-custom-counter .first {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .custom.css-custom-counter .first {
    font-size: 12px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom.css-custom-counter .hippo-counter {
    font-size: 60px;
  }
}
.hippo-counter {
  display: block;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .hippo-counter {
    font-size: 40px;
    line-height: 40px;
  }
}
.t3-mainbody {
  background: #fff;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  .t3-mainbody {
    padding: 90px 0;
  }
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t3-sidebar-left {
  border-right: 1px solid #f8f8f8;
}
.t3-sidebar-right {
  border-left: 1px solid #f8f8f8;
}
.full-block {
  background: #fff;
}
.module.css-client-review {
  padding: 90px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  padding: 0 20px;
}
.sprocket-quotes-arrows .arrow {
  background: #804098;
}
.sprocket-quotes-arrows .arrow:hover {
  background: #623174;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.sprocket-quotes-pagination li.active,
.sprocket-quotes-pagination li:hover {
  background: #804098;
  border-color: transparent;
}
.sprocket-quotes-author {
  color: #804098;
}
.css-our-partner {
  background: #fff;
  padding: 90px 0px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .css-our-partner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sprocket-strips-arrows .arrow:hover {
  background: #623174;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.sprocket-strips-arrows .arrow,
.sprocket-strips-pagination li.active {
  background: #804098;
  box-shadow: 0 0 0 1px #804098;
  border: 0;
}
.module.css-latest-news {
  padding: 90px 0;
  text-align: center;
  
}
.module.css-latest-news .latest-news-image-date-wrapper {
  position: relative;
}
.module.css-latest-news .latest-news-content-wrapper {
  padding: 30px 20px 20px;
  background: #fff;
}
.module.css-latest-news .latest-news-content-wrapper h4 {
  font-weight: 400;
  line-height: 25px;
}
.module.css-latest-news .latest-news-content-wrapper a {
  font-size: 14px;
  font-weight: 400;
  color: #804098;
  line-height: 14px;
}
.module.css-latest-news .latest-news-content-wrapper a:hover {
  color: #532962;
}
.module.css-latest-news ul.latestnews {
  list-style: none;
  margin: 0;
  text-align: left;
}
.module.css-latest-news ul.latestnews li {
  padding: 30px 0;
  display: inline-block;
  float: left;
  margin: 0 10px;
  
}
@media screen and (min-width: 1200px) {
  .module.css-latest-news ul.latestnews li {
    width: 31.5%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .module.css-latest-news ul.latestnews li {
    width: 30.5%;
  }
}
.module.css-latest-news ul.latestnews li .css-latestnews-meta {
  position: absolute;
  top: 0;
  left: 35px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.module.css-latest-news ul.latestnews li .css-latestnews-meta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #804098;
}
.module.css-latest-news .btn.latest-article-more {
  text-align: left;
  margin-top: 40px;
}
.module.css-latest-news .btn.latest-article-more .fa {
  margin-left: 5px;
}

.parallax-block {
  position: relative;
  background: url('../../../../images/cover-1.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.parallax-block .module.css-newsletter-subscribe {
  padding: 90px 0;
}
.acymailing_module.css-newsletter-subscribe {
  
}
.acymailing_module.css-newsletter-subscribe .acymailing_introtext {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 40px 0!important;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .acymailing_module.css-newsletter-subscribe .acymailing_introtext {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .acymailing_module.css-newsletter-subscribe .acymailing_introtext {
    position: relative;
    top: 0;
    padding: 40px 35px 40px 0!important;
    border-right: 1px solid #fff!important;
    text-align: right;
  }
}
.acymailing_module.css-newsletter-subscribe .acymailing_form {
  display: inline-block;
  width: 100%;
  height: auto;
  
}
@media screen and (min-width: 768px) {
  .acymailing_module.css-newsletter-subscribe .acymailing_form {
    padding: 46px 0!important;
    margin-left: 35px !important;
  }
}
.acymailing_module.css-newsletter-subscribe .acymailing_form .inputbox[type="text"] {
  background: rgba(255, 255, 255, 0.67);
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  box-shadow: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .acymailing_module.css-newsletter-subscribe .acymailing_form .inputbox[type="text"] {
    width: 62% !important;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
.acymailing_module.css-newsletter-subscribe .acymailing_form .acysubbuttons {
  display: inline-block;
}
.acymailing_module.css-newsletter-subscribe .acymailing_form .acysubbuttons .subbutton {
  padding: 0 40px;
  font-size: 18px;
  height: 60px;
}
.t3-footer {
  background: #f7f7f7;
  color: #666666;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 14px;
}
.css-footer-sl-wrap {
  position: relative;
  background: #000000 url('../../../../images/contact-bg.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 90px 0 0;
}
.css-footer-sl-wrap:before,
.css-footer-sl-wrap:after {
  content: " ";
  display: table;
}
.css-footer-sl-wrap:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .css-footer-sl-wrap {
    background-position: -900px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .css-footer-sl-wrap {
    background-position: -667px 0;
  }
}
.css-footer-sl-wrap .t3-module {
  background: transparent;
  color: #666666;
}
.css-footer-sl-wrap .t3-module .module-title {
  color: #222121;
  font-size: 15px;
  margin-bottom: 8.5px;
}
.css-footer-sl-wrap .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.css-footer-sl-wrap .t3-module ul > li {
  line-height: 24px;
}
.css-footer-sl-wrap .t3-module ul > li > a {
  color: #666666;
}
.css-footer-sl-wrap .t3-module ul > li > a:hover,
.css-footer-sl-wrap .t3-module ul > li > a:active,
.css-footer-sl-wrap .t3-module ul > li > a:focus {
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .module.css-footer-contact {
    padding: 0;
  }
}
.module.css-footer-contact h3 {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin: 0 0 80px;
}
@media screen and (min-width: 992px) {
  .module.css-footer-contact h3 {
    padding-right: 80px;
  }
}
.module.css-footer-contact strong {
  display: block;
  color: #fff;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.module.css-footer-contact address {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #a2a0a0;
}
.module.css-footer-contact address i {
  color: #706c6c;
}
.t3-copyright {
  background: #111111;
  font-size: 11px;
  padding: 30px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.copyright .module {
  float: left;
}
@media screen and (max-width: 991px) {
  .copyright .module {
    text-align: center;
    float: none;
  }
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.mod-preview-info {
  z-index: 2000;
}
.t3-footer .nav,
.t3-footer .breadcrumb {
  float: right;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .t3-footer .nav,
  .t3-footer .breadcrumb {
    text-align: center;
    float: none;
  }
}
.t3-footer .nav li,
.t3-footer .breadcrumb li {
  display: inline-block;
  font-size: 15px;
}
.t3-footer .nav li a,
.t3-footer .breadcrumb li a {
  color: #706c6c;
  padding: 0 20px 0 0;
}
.t3-footer .nav li.active a,
.t3-footer .breadcrumb li.active a,
.t3-footer .nav li:hover a,
.t3-footer .breadcrumb li:hover a {
  background: transparent;
  color: #804098;
}
@media screen and (max-width: 991px) {
  .t3-footer .breadcrumb {
    float: left;
  }
}
.t3-footer .breadcrumb .fa-map-marker {
  color: #fff;
}
.t3-footer .breadcrumb li a {
  padding: 0 8px 0 0;
}
.t3-footer .breadcrumb li span {
  color: #804098;
}
.footer-video {
  position: relative;
  -webkit-transform: translateZ(0);
}
.footer-video .css-video {
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.footer-video .css-video .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.7) !important;
}
#back-to-top {
  top: auto;
  z-index: 1000;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-left: 0;
}
.back-to-top-center {
  
  position: absolute;
  right: 45%;
  bottom: -220px;
}
.back-to-top-center .btn.btn-primary {
  background: transparent;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
.back-to-top-center i {
  font-size: 50px;
}
.back-to-top-corner {
  
  position: fixed;
  right: 20px;
}
.back-to-top-corner.affix {
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .back-to-top-corner {
    right: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .back-to-top-corner {
    bottom: 0;
  }
}
.back-to-top-corner .btn.btn-primary {
  background: #804098;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 30px;
}
.back-to-top-corner .btn.btn-primary:hover {
  background: #623174;
}
.t3-module.css-our-mission .module-ct > ul,
.t3-module.css-our-mission .module-ct .custom > ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.t3-module.css-our-mission .module-ct > ul li,
.t3-module.css-our-mission .module-ct .custom > ul li {
  position: relative;
  padding: 5px 0 0 20px;
}
.t3-module.css-our-mission .module-ct > ul li:before,
.t3-module.css-our-mission .module-ct .custom > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: #218bc3;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .t3-module.css-our-mission {
    margin-bottom: 30px;
  }
}
.css-our-skills .skill-bar-wrap {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.css-our-skills .skill-bar-wrap h5 {
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.css-our-skills .skill-bar-wrap .progress {
  height: 6px;
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.css-our-skills .skill-bar-wrap .progress .progress-bar {
  text-indent: -99999px;
  background-color: #804098;
  box-shadow: none;
  border-radius: 3px;
}
.layout-slideshow .sprocket-features-arrows .arrow:hover {
  background: #804098;
}
.module.css-team-member {
  text-align: center;
  padding: 90px 0;
}
.css-overlay,
.css-team-avatar .avatar-back {
  background: #804098;
}
.css-team-wrap h3.media-heading small {
  color: #804098;
}
.info-in-short .member-info {
  width: 100%;
  background: #ffffff;
  padding: 0 15px 20px;
  border-left: 5px solid #804098;
  font-size: 16px;
  margin-bottom: 30px;
}
.info-in-short .member-info div {
  border-bottom: 1px dotted #c5c5c5;
  padding: 10px 0;
}
.info-in-short img {
  width: 100%;
}
.info-in-short .info-address {
  background: #f7f7f7;
  padding: 30px;
}
.module.css-service-contents {
  text-align: center;
  padding: 90px 20px;
}
@media screen and (min-width: 992px) {
  .module.css-service-contents {
    padding: 90px 0;
  }
}
.module.css-service-contents .service-box {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.module.css-service-contents .service-box .service-header-link {
  color: inherit;
  padding: 0;
  cursor: default;
}
.module.css-service-contents .service-box:hover {
  background: #804098;
  color: #fff;
}
.module.css-service-contents .service-box:hover .service-title {
  color: #fff;
}
.module.css-service-contents .service-box:hover .btn-primary {
  background: #fff;
  color: #222121 !important;
}
.module.css-service-contents .service-box:hover .icon-rounded {
  background: #623174;
  color: #fff;
}
.module.css-service-contents .service-box .service-title {
  font-size: 30px;
  line-height: 30px;
  padding: 30px 0 22px 0;
  margin: 0;
  font-weight: 300;
}
.single-service-counter {
  margin-top: 30px;
  text-align: center;
}
.single-service-counter .big-number {
  display: block;
  color: #222121;
  font-size: 72px;
  line-height: 36px;
  margin-bottom: 25px;
}
.dropcaps {
  display: inline-block;
  float: left;
  font-size: 45px;
  padding: 10px;
  line-height: 30px;
  font-weight: bold;
}
.item-page.hippo-shortcode .row {
  margin: 8.5px -17px 34px;
}
.item-page.hippo-shortcode pre {
  margin: 8.5px 0 34px;
}
.progress-bars .skill-progress {
  display: inline-block;
  float: left;
  margin: 25px 45px;
  width: auto;
  text-align: center;
}
article.css-shortcode-icon i {
  margin: 15px;
}
div.glyph {
  display: inline-block;
  width: 120px;
  margin: 40px 33px;
}
div.glyph i:before {
  font-size: 60px;
}
.glyphs-footer {
  margin: 20px 0;
}
.item-page.hippo-shortcode .hippo-counter {
  color: #222121;
  display: inline-block;
  width: 100%;
  float: left;
  margin: 20px;
}
@media screen and (min-width: 480px) {
  .item-page.hippo-shortcode .hippo-counter {
    width: 20%;
  }
}
.css-portfolio {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .css-portfolio {
    padding: 90px 15px;
  }
}
@media screen and (max-width: 480px) {
  .css-portfolio {
    padding: 90px 0;
  }
}
.css-portfolio .module-title {
  text-align: center;
}
.sprocket-mosaic .sprocket-mosaic-order li.active,
.sprocket-mosaic .sprocket-mosaic-filter li.active {
  border-bottom: 1px solid #804098;
}
.sprocket-mosaic .sprocket-mosaic-order li.active,
.sprocket-mosaic .sprocket-mosaic-filter li.active,
.sprocket-mosaic .sprocket-mosaic-order li:hover,
.sprocket-mosaic .sprocket-mosaic-filter li:hover {
  color: #532962;
}
.css-portfolio-details .css-article-full-image {
  display: none;
}
.css-portfolio-details h4 {
  font-weight: 400;
}
.css-portfolio-details ul.list-inline li {
  padding-left: 0;
}
.css-portfolio-details .css-portfolio-content {
  margin: 0 0 17px 34px;
}
.css-portfolio-details .css-portfolio-content img {
  margin-bottom: 17px;
  width: 100%;
  height: auto;
}
.css-portfolio-details a strong {
  color: #222121;
  font-weight: 400;
}
.css-item-back {
  background: #804098;
  color: #fff;
}
.sprocket-strips-s-arrows .arrow:hover {
  background: #623174;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.sprocket-strips-s-arrows .arrow,
.sprocket-strips-s-pagination li.active {
  background: #804098;
  box-shadow: 0 0 0 1px #804098;
  border: 0;
}
.sprocket-strips-s-content a:hover i {
  color: #804098;
}
.contact-block {
  background: #fff;
}
.css-contact-page .masthead-page-info {
  position: absolute;
  z-index: 1;
}
.css-contact-page .bt-googlemaps {
  position: absolute !important;
  top: 0;
}
.css-contact {
  padding: 90px 0;
}
@media screen and (min-width: 992px) {
  .css-contact {
    padding: 90px 0;
  }
}
.css-contact .module-title {
  text-align: center;
}
.module.css-faq-tab {
  padding: 90px 20px;
}
@media screen and (min-width: 992px) {
  .module.css-faq-tab {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .module.css-faq-tab .layout-left .sprocket-tabs-nav {
    width: 100%;
    margin-right: 0;
  }
  .module.css-faq-tab .sprocket-tabs-panels {
    width: 100%;
  }
}
.module.css-faq-tab .css-faq li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.module.css-faq-tab .css-faq li:before {
  content: "\f059";
  font-family: 'FontAwesome';
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 12px;
  text-align: center;
  color: #0077bb;
  line-height: 15px;
}
.module.css-faq-tab .css-faq li:last-child {
  margin-bottom: 0;
}
.module.css-faq-tab .css-faq-content h3 {
  font-size: 20px;
  font-weight: 400;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background-color: #804098;
}
@media screen and (max-width: 768px) {
  .layout-left .sprocket-tabs-nav {
    margin: 0 0 30px 0 !important;
    text-align: center;
    width: 100%;
  }
}
.t3-sidebar .tab-content {
  padding: 0;
}
.t3-sidebar .nav.nav-tabs {
  margin-bottom: 15px;
}
.t3-sidebar .nav.nav-tabs li a {
  padding: 0 10px 10px 0;
  margin-right: 13px;
  font-weight: 400;
}
.t3-sidebar .nav.nav-tabs li a:after {
  top: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-sidebar .nav.nav-tabs li a:before {
    width: 0;
  }
}
.t3-sidebar .nav.nav-tabs li:last-child a:after {
  border: 0;
}
#jc {
  
  
}
#jc h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
#jc #comments {
  margin-bottom: 60px;
}
#jc .rbox {
  background: #f7f7f7;
  padding: 30px;
}
#jc .rbox .comment-avatar {
  overflow: hidden;
  border: 1px solid #eee;
}
@media screen and (min-width: 992px) {
  #jc .rbox .comment-avatar {
    width: 10%;
    height: 80px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    margin: 10px 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #jc .rbox .comment-box {
    display: inline-block;
    width: 86%;
  }
}
#jc .rbox span.comment-author,
#jc .rbox span.comment-date,
#jc .rbox .fa {
  font-size: 14px;
  color: #999999;
}
#jc .rbox span.comment-author,
#jc .rbox span.comment-date {
  margin-right: 10px;
}
#jc .rbox .fa {
  margin-right: 5px;
}
#jc .rbox .vote-none {
  display: none;
}
#jc textarea {
  height: 200px;
}
#jc .counter,
#jc #comments-footer {
  display: none;
}
#jc .css-follow-comments {
  margin-bottom: 20px;
}
#jc .css-follow-comments #comments-form-subscribe {
  
  display: inline;
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  margin-top: 7px;
}
#jc .css-follow-comments label {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}
#jc input {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #jc {
    margin-bottom: 30px;
  }
}
.animated-icon-btt,
.animated-icon-ltr,
.animated-icon-rtl,
.css-social li a,
.contact-links li {
  overflow: hidden;
}
.animated-icon-btt:before,
.animated-icon-ltr:before,
.animated-icon-rtl:before,
.css-social li a .fa:before,
.contact-links li a .fa:before {
  display: block;
}
.animated-icon-btt:after,
.animated-icon-ltr:after,
.animated-icon-rtl:after,
.css-social li a .fa:after,
.contact-links li a .fa:after {
  display: none;
}
.animated-icon-ltr:hover:before,
.css-social li a:hover .fa,
.contact-links li a:hover .fa {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
.animated-icon-rtl:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
.animated-icon-btt:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.features-intro .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.row-feature {
  border-top: 1px solid #d2d2d2;
  padding: 34px 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.page-masthead .row-feature {
  padding: 34px 0;
}
@media screen and (min-width: 992px) {
  .row-feature {
    padding: 51px 0;
  }
  .page-masthead .row-feature {
    padding: 85px 0;
  }
}
.row-feature h1,
.row-feature h2,
.row-feature h3 {
  line-height: 1.15;
  color: #222121;
}
.row-feature h1 {
  margin-top: 0;
  margin-bottom: 51px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .row-feature h1 {
    font-size: 72px;
  }
}
.row-feature h1 + p {
  margin-top: -46px;
}
.row-feature h2 {
  margin-top: 0;
  margin-bottom: 8.5px;
}
@media screen and (min-width: 768px) {
  .row-feature h2 {
    font-size: 36px;
  }
}
.row-feature h3 {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .row-feature h3 {
    font-size: 29.9px;
  }
}
.row-feature h3 + p {
  margin-top: -8.5px;
}
.row-feature .feature-ct {
  width: 100%;
  padding-top: 8.5px;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image + .feature-ct {
    width: 50%;
    float: right;
    padding-left: 17px;
  }
  .row-feature .pull-right.item-image + .feature-ct {
    width: 50%;
    float: left;
    padding-right: 17px;
  }
}
.row-feature.text-center {
  text-align: center;
}
.row-feature.row-feature-alt,
.row-feature:nth-child(even) {
  background: #f7f7f7;
}
.row-feature.row-feature-primary {
  background: #804098;
  color: #efe4f3;
}
.row-feature.row-feature-primary h1,
.row-feature.row-feature-primary h2,
.row-feature.row-feature-primary h3 {
  color: #ffffff;
}
.row-feature.row-feature-primary .feature-ct,
.row-feature.row-feature-primary p {
  color: #efe4f3;
}
.row-feature.row-feature-primary .btn-primary {
  border-color: #fff;
}
.row-feature.row-feature-primary + .row-feature-primary {
  border-top: 1px solid #623174;
}
.row-feature .row-feature-narrow {
  padding-top: 17px;
  padding-bottom: 17px;
}
.row-feature:first-child {
  border-top: 0;
}
.row-feature .item-image {
  width: 100%;
  float: none;
  margin-bottom: 17px;
}
.row-feature .item-image img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image,
  .row-feature .pull-right.item-image {
    max-width: 50%;
    min-width: 25%;
    margin-bottom: 0;
  }
  .row-feature .pull-left.item-image {
    float: left;
    text-align: left;
    padding-right: 17px;
  }
  .row-feature .pull-right.item-image {
    float: right;
    text-align: right;
    padding-left: 17px;
  }
}
.row-feature .page-header {
  border: 0;
  margin: 0 0 17px;
  padding: 0;
}
.row-feature .jumbotron {
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 17px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row-feature .jumbotron {
    margin-bottom: 51px;
  }
}
.row-feature .gallery .thumbnail {
  border: 0;
  padding: 0;
}
.row-feature .gallery .thumbnail a {
  display: block;
  border: 1px solid #d2d2d2;
  padding: 3px;
  -webkit-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.row-feature .gallery .thumbnail a img {
  width: 100%;
  padding: 0;
}
.row-feature .gallery .thumbnail a:hover,
.row-feature .gallery .thumbnail a:focus,
.row-feature .gallery .thumbnail a:active {
  border-color: #9f9f9f;
}
.row-feature .gallery .thumbnail a:hover img,
.row-feature .gallery .thumbnail a:focus img,
.row-feature .gallery .thumbnail a:active img {
  opacity: .7;
}
.support-policy .row-support-policy {
  margin-bottom: 17px;
}
.support-policy .policy-item {
  margin-bottom: 17px;
  border: 1px solid #d2d2d2;
}
.support-policy .policy-item .col-type {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #d2d2d2;
  background: #f7f7f7;
}
.support-policy .policy-item .col-type h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.support-policy .policy-item .col-detail {
  height: 200px;
  padding: 17px;
}
.support-policy .policy-item .col-level {
  height: 80px;
  background: #222121;
  color: #fff;
  position: relative;
}
.support-policy .policy-item .col-level .face,
.support-policy .policy-item .col-level .count-up,
.support-policy .policy-item .col-level > strong {
  height: 80px;
  line-height: 80px;
}
.support-policy .policy-item .col-level .level-info {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-policy .policy-item .col-level .level-info .face {
  background-image: url(../../../../images/emoticons.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  display: table-cell;
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.support-policy .policy-item .col-level .level-info .count-up {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.support-policy .policy-item .col-level strong {
  width: 100%;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  padding-left: 180px;
  font-size: 15px;
}
.support-policy .policy-item .col-level.level-1 strong {
  background: #3e9b52;
}
.support-policy .policy-item .col-level.level-1 .face {
  background-position: 0px 0px;
}
.support-policy .policy-item .col-level.level-2 strong {
  background: #2f773f;
}
.support-policy .policy-item .col-level.level-2 .face {
  background-position: 0px -80px;
}
.support-policy .policy-item .col-level.level-3 strong {
  background: #ffcc00;
}
.support-policy .policy-item .col-level.level-3 .face {
  background-position: 0px -160px;
}
.support-policy .policy-item .col-level.level-4 strong {
  background: #cca300;
}
.support-policy .policy-item .col-level.level-4 .face {
  background-position: 0px -240px;
}
.support-policy .policy-item .col-level.level-5 strong {
  background-color: #ff8800;
}
.support-policy .policy-item .col-level.level-5 .face {
  background-position: 0px -320px;
}
.support-policy .policy-item .col-level.level-6 strong {
  background: #cc0000;
}
.support-policy .policy-item .col-level.level-6 .face {
  background-position: 0px -400px;
}
.support-policy:hover {
  background: #ffffff;
  border-color: #d2d2d2;
}
.support-policy:hover .level-info .face {
  top: -70px;
}
.support-policy:hover .level-info .count-up {
  bottom: 0;
}
.support-policy.style2 {
  margin-bottom: 51px;
}
.support-policy .row-heading {
  background: #222121;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading {
    display: table;
    width: 100%;
  }
}
.support-policy .row-heading > div {
  border-right: 1px solid #3c3a3a;
  font-size: 10px;
  font-weight: bold;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading > div {
    font-size: 13px;
    display: table-cell;
  }
}
.support-policy .row-body {
  border-left: 1px solid #d2d2d2;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
}
.support-policy .row-body > div {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 8.5px 17px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body > div {
    display: table-cell;
    float: none;
  }
}
.support-policy .row-body .col-type {
  background: #222121;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body .col-type {
    background: transparent;
    color: #222121;
  }
}
.support-policy .row-body .col-level {
  font-size: 28px;
  text-align: center;
}
.support-policy .row-body .col-status {
  border-bottom: 0;
}
.support-policy .row-body .col-status .face {
  background-image: url(../../../../images/emoticons.png);
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.support-policy .row-body .col-status strong {
  color: #ffffff;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.support-policy .row-body.level-1 .col-status {
  background: #3e9b52;
}
.support-policy .row-body.level-1 .col-status .face {
  background-position: 0px 0px;
}
.support-policy .row-body.level-2 .col-status {
  background: #44aa5a;
}
.support-policy .row-body.level-2 .col-status .face {
  background-position: 0px -80px;
}
.support-policy .row-body.level-3 .col-status {
  background: #4bb762;
}
.support-policy .row-body.level-3 .col-status .face {
  background-position: 0px -160px;
}
.support-policy .row-body.level-4 .col-status {
  background: #59bd6f;
}
.support-policy .row-body.level-4 .col-status .face {
  background-position: 0px -240px;
}
.support-policy .row-body.level-5 .col-status {
  background: #68c37b;
}
.support-policy .row-body.level-5 .col-status .face {
  background-position: 0px -320px;
}
.support-policy .row-body.level-6 .col-status {
  background: #77c888;
}
.support-policy .row-body.level-6 .col-status .face {
  background-position: 0px -400px;
}
.support-policy .row-alt {
  background: #f7f7f7;
}
.support-policy .support-yes {
  color: #3e9b52;
}
.support-policy .support-no {
  color: #c5c5c5;
}
.pricing-table {
  padding-top: 34px;
  padding-bottom: 85px;
}
.pricing-table .col {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.no-padding {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 60px;
}
.pricing-table .col .big-number sup {
  font-size: 24px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 18px;
  padding: 8.5px 17px;
}
.pricing-table .col .col-header {
  background: #666666;
  color: #ffffff;
  padding: 8.5px 17px;
}
.pricing-table .col ul {
  border: 1px solid #d2d2d2;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
  padding: 8.5px 17px;
  text-align: center;
}
.pricing-table .col ul li.row1 {
  background: #f7f7f7;
}
.pricing-table .col ul li i {
  color: #3e9b52;
  font-size: 16px;
}
.pricing-table .col ul li.no i {
  color: #cc0000;
}
.pricing-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #d2d2d2;
  border: 1px solid #b9b9b9;
  padding: 17px;
}
.pricing-table .col-feature {
  z-index: 200;
}
@media screen and (min-width: 992px) {
  .pricing-table .col-feature {
    margin-top: -17px;
  }
}
.pricing-table .col-feature .col-header {
  background: #804098;
  padding: 17px 17px;
}
.pricing-table.style2 .col:first-child .col-header {
  border-radius: 5px 0 0 0;
}
.pricing-table.style2 .col:first-child .col-footer {
  border-radius: 0 0 0 5px;
}
.pricing-table.style2 .col:last-child .col-header {
  border-radius: 0 5px 0 0;
}
.pricing-table.style2 .col:last-child .col-footer {
  border-radius: 0 0 5px 0;
}
.pricing-table.style2 .col-feature {
  border-radius: 5px;
}
.pricing-table.style2 .col-feature .col-header {
  border-radius: 5px 5px 0 0;
}
.pricing-table.style2 .col-feature .col-footer {
  border-radius: 0 0 5px 5px;
}
.our-team .lead {
  margin-bottom: 51px;
}
.our-team .thumbnail {
  text-align: center;
  border: 0;
  padding: 0 17px;
}
.our-team .thumbnail .caption {
  padding-bottom: 17px;
}
.our-team .thumbnail h3 {
  margin-bottom: 5px;
}
.our-team .thumbnail .btn {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.our-team .thumbnail .btn:hover {
  background: #804098;
  border-color: #804098;
  color: #ffffff;
}
.video-wrapper {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}