@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0077bb;
  text-decoration: none;
  -webkit-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -moz-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -ms-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -o-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
}
a:hover,
a:focus {
  color: #00466e;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
  max-width: 100% !important;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
button:focus,
.btn:focus,
a:focus,
button:active,
.btn:active,
a:active,
button.active:focus,
.btn.active:focus,
a.active:focus {
  outline: none !important;
}
button,
.button,
.btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

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

.dropdown-menu > li > a {
  color: #000000 !important;
  display: block;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3c99df !important;
  background: none;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #eee;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #dbdbdb;
}
.dropdown-submenu > a:after {
  border-left-color: #000000;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #3c99df;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #3c99df;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.nav .caret {
  border-top-color: #616161;
  border-bottom-color: #616161;
}
.nav a:hover .caret {
  border-top-color: #00466e;
  border-bottom-color: #00466e;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #616161;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #dbdbdb;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  position: relative;
  float: right;
  margin: 35px 0 40px;
}
.pagination-wrap .counter {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #999;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.pagination-wrap ul.pagination {
  float: right;
}
.pagination-wrap ul.pagination li {
  display: inline-block;
  font-weight: bold;
  margin-left: 6px;
}
.pagination-wrap ul.pagination li a {
  color: #ffffff !important;
  background: #353535;
  border-radius: 0 !important;
  border: none;
  padding: 5px 10px;
}
.pagination-wrap ul.pagination li a:hover,
.pagination-wrap ul.pagination li.disabled a,
.pagination-wrap ul.pagination li.active a {
  background: #3c99df;
  text-decoration: none;
}
.pagination-wrap ul.pagination li.disabled > span:hover,
.pagination-wrap ul.pagination li.disabled > span:focus,
.pagination-wrap ul.pagination li.disabled > a,
.pagination-wrap ul.pagination li.disabled > a:hover,
.pagination-wrap ul.pagination li.disabled > a:focus {
  color: #ffffff;
  background-color: #3c99df;
  border: none;
  cursor: not-allowed;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #000000;
  border-color: #000000;
}
.navbar-default .navbar-brand {
  color: #616161;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #484848;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #616161;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3c99df;
  background-color: #000000;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #616161;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3c99df;
  background-color: #000000;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #3c99df;
  border-bottom-color: #3c99df;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #3c99df;
}
.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: #3c99df;
  border-bottom-color: #3c99df;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #616161;
  border-bottom-color: #616161;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #616161;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3c99df;
    background-color: #000000;
  }
  .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: #3c99df;
    background-color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #616161;
}
.navbar-default .navbar-link:hover {
  color: #3c99df;
}
.t3-mainnav {
  background: none;
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  border: none;
  margin: 0;
  float:right;
/*  margin-right: 90px;*/
}
@media screen and (min-width: 992px) {
  .t3-mainnav {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: none;
    border-right: none;
  }
}
.t3-mainnav .navbar-header {
  float: right;
}
@media screen and (min-width: 992px) {
  .t3-mainnav .navbar-header {
    float: none;
  }
}
.t3-mainnav .t3-navbar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .t3-mainnav .t3-navbar {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar .navbar-nav {
  float: right;
  color: #616161;
  margin: 0;
}
.t3-mainnav .t3-navbar .navbar-nav > li > a {
  border-top: 0;
  border-right: 1px solid #2c2c2c;
  padding: 25px 10px;
  text-shadow: none;
  background-color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  border-left: none;
}
.t3-mainnav .t3-navbar .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar .navbar-nav > li > a:focus {
  text-shadow: none;
  background: none;
  outline: none;
}
.t3-mainnav .t3-navbar .navbar-nav > li > a .caret {
  position: absolute;
  top: 51px;
  left: 42%;
}
.t3-mainnav .t3-navbar .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar .navbar-nav > li.active > a:hover,
.t3-mainnav .t3-navbar .navbar-nav > li.active > a:focus {
  color: #3c99df;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.t3-mainnav .t3-navbar .navbar-nav li.dropdown.open > .dropdown-toggle .caret,
.t3-mainnav .t3-navbar .navbar-nav li.dropdown.active > .dropdown-toggle .caret,
.t3-mainnav .t3-navbar .navbar-nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #3c99df;
  border-bottom-color: #3c99df;
}
.t3-mainnav .t3-navbar .navbar-nav > li:first-child > a {
  border-left: 1px solid #2c2c2c;
}
.t3-mainnav .t3-navbar .navbar-nav .mega-nav > li a,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .mega-nav > li a {
  white-space: normal;
  text-shadow: none;
  padding: 6px 10px;
}
.t3-mainnav .t3-navbar .navbar-nav .mega-nav .mega-group > .mega-group-title,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  font-size: 16px;
  font-weight: bold;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  background: #ffffff;
  margin-top: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li > a {
  clear: both;
  color: #000000 !important;
  display: block;
  line-height: 20px;
  font-weight: normal;
  border-top: 1px solid #eee;
  text-shadow: none;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li.active > a,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li.active > a:hover {
  color: #3c99df !important;
  text-decoration: none;
  outline: 0;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .dropdown-header {
  line-height: 100%;
  padding-top: 12px;
  border-bottom: 1px solid #eee;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .mega-group .mega-group-ct {
  padding-left: 10px;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li > a:hover,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu li > a:focus,
.t3-mainnav .t3-navbar .navbar-nav li.open > a,
.t3-mainnav .t3-navbar .navbar-nav .dropdown-submenu:hover > a {
  color: #3c99df !important;
  background: none !important;
  text-decoration: none;
}
.t3-mainnav .t3-navbar .navbar-nav .dropdown-menu .dropdown-submenu.mega-align-right > .dropdown-menu .dropdown-submenu > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-mainnav .t3-navbar .navbar-nav .mega-dropdown-menu {
  border-radius: 0;
}

.t3-module {
  color: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}
.t3-module .module-inner {
  padding: 0;
}
.noo-sidebar .t3-module {
  background: #c4d4d4 none repeat scroll 0 0;
}
.module-title {
  background: transparent;
  color: #2c2c2c;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}
.noo-sidebar .module-title {
  background: inherit;
  color: #ffffff;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 45px;
}
.noo-sidebar .module-title.glyphicon {
  padding: 0;
  margin: 0;
}
.noo-sidebar .module-title span {
  font-size: 22px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  font-weight: normal;
}
.noo-sidebar .module-inner {
  padding: 20px 15px;
}
.noo-sidebar .module-ct {
  padding-top: 10px;
}
.noo-mastcol .module-title {
  line-height: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 25px;
  border-bottom: 1px dotted #ccc;
}
.noo-sidebar .t3-module ul,
.noo-sidebar .t3-module ol {
  padding-left: 0;
  margin-left: 0px;
}
.noo-sidebar .t3-module.categories_k2 ul,
.noo-sidebar .t3-module.categories_k2 ol {
  margin-left: 20px !important;
}
.module-ct {
  background: transparent;
  color: #2c2c2c;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eeeeee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #dddddd;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 0.71428571 0;
  border-top: 1px solid #dddddd;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #616161;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eeeeee;
  border-radius: 3px;
  color: #616161;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #00466e;
  color: #ffffff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #616161;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #00466e;
}
.mod-language {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.item-page {
  margin-top: 50px;
  padding-top: 2px;
}
.items-row {
  border: 1px solid #ECECEC;
  background: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  width: auto !important;
}
.items-row .col-item {
  padding: 0;
}
h2.article-title {
  color: #616161;
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  padding: 0 0 15px 0;
  margin: 0 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #7f7f7f;
}
h2.article-title a {
  color: #616161;
}
h2.article-title a:hover {
  color: #000000;
}
h1.article-title {
  font-size: 20px;
  line-height: 165%;
  font-weight: normal;
  color: #616161;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 480px) {
  h1.article-title {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
}
h1.article-title a {
  color: #ffffff;
}
.no-image h1.article-title a {
  color: #616161;
}
h1.article-title a:hover {
  color: #000000;
}
.article-info {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .article-info {
    padding: 10px 0 40px;
  }
}
.blog .article-info {
  padding: 10px 0;
}
.blog .article-intro {
  padding: 0px 15px 20px;
}
.readmore a {
  color: #eeeeee;
  font-size: 15px;
  background: none !important;
  border: 0px !important;
  border-radius: 0;
}
.readmore a:hover {
  color: #000000;
}
.divider-vertical {
  margin: 10px 0 20px;
  border: 0;
  border-top: 1px solid #5ca8e1;
}
.article-aside {
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-info {
  padding-left: 5px;
  margin: 0;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: none;
  margin-left: 0;
  margin-right: 4px;
  white-space: normal;
}
@media screen and (min-width: 480px) {
  .article-info dd {
    float: left;
  }
}
.article-info dd span {
  font-weight: normal;
}
.createdby {
  display: block;
  padding: 3px 0 3px 10px;
  margin: 0;
  float: left;
  color: #616161;
}
.createdby a {
  color: #3c99df;
  text-decoration: none;
}
.createdby a:hover {
  color: #000000;
}
.category-name {
  padding: 3px 0 3px 10px;
  border-bottom: 0;
  float: left;
}
.category-name a {
  color: #3c99df;
  text-decoration: none;
}
.category-name a:hover {
  color: #000000;
}
.create {
  padding: 3px 0 3px 10px;
}
.article-footer {
  color: #dbdbdb;
  font-size: 13px;
  margin-bottom: 20px;
}
.pull-left.item-category {
  margin: 0px 0 10px 0;
  width: 100%;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image img {
  margin: 0;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  width: 100% !important;
}
.pull-left.item-image {
  width: 100% !important;
  display: block;
  text-align: center;
  margin: 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 40px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #616161;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  color: #616161;
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom, #cccccc, #f0f0f0);
  background: -webkit-linear-gradient(bottom, #cccccc, #f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#mailtoFormm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoFormm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoFormm p {
  margin-top: 20px;
}
#mailtoFormm .input,
#mailtoFormm .inputbox {
  width: 70%;
}
#mailtoFormm .btn,
#mailtoFormm .button,
#mailtoFormm 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,
.remind .form-validate {
  margin-bottom: 70px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset input,
.remind input {
  border-radius: 0;
}
.reset .btn,
.remind .btn {
  display: block;
  margin: 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.reset .btn:hover,
.remind .btn:hover {
  background: #616161;
}
.profile {
  margin-bottom: 50px;
}
.profile .btn {
  display: block;
  margin: 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.profile .btn:hover {
  background: #616161;
}
.profile-edit {
  margin-bottom: 50px;
}
.profile-edit input {
  border-radius: 0;
}
.profile-edit .btn:not(#helpsite-refresh) {
  margin: 0 10px 0 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.profile-edit .btn:not(#helpsite-refresh):hover {
  background: #616161;
}
.profile-edit .btn#helpsite-refresh {
  background: #ddd !important;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  .profile-edit .btn#helpsite-refresh {
    margin-top: 0;
  }
}
.profile-edit .btn#helpsite-refresh:hover {
  color: #fff;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #dddddd;
  background: #eeeeee;
  border-radius: 4px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #dbdbdb;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #dbdbdb;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  float: left;
  margin: 0 -10px;
}
.category-item {
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .category-item {
    width: 50%;
  }
  .category-item.break-two-col {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .category-item {
    width: 33.33%;
  }
  .category-item.break-two-col {
    clear: none;
  }
  .category-item.break-three-col {
    clear: both;
  }
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 0;
}
.category-item .sub-category {
  margin: 0 10px 0 10px;
}
.category-item .sub-category h3 {
  background: #ffffff;
  float: left;
  line-height: 100%;
  padding: 1px 10px 4px;
  margin: 0 0 20px 0;
}
.category-item .sub-category h3 a {
  display: inline-block;
  color: #3c99df;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
}
.category-item .sub-category h3 a:hover,
.category-item .sub-category h3 a:focus,
.category-item .sub-category h3 a:active {
  color: #000000;
  text-decoration: none;
}
.category-item .sub-category h3 span.badge {
  display: inline-block;
  background: #3c99df;
  position: relative;
  top: 2px;
}
.category-item img {
  width: 100% !important;
  display: inline-block !important;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  color: #dbdbdb;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #dbdbdb;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #2c2c2c;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content {
  padding: 0 15px;
}
.article-content .pagination ul {
  border-left: 1px solid #dddddd;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 5px;
  list-style: none;
  float: right;
}
.pagenav li {
  margin: 0;
  padding: 2px;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  padding: 5px;
  line-height: normal;
  border: 0;
  border-radius: 0;
  background: #dbdbdb;
  color: #000000;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #ffffff;
  color: #3c99df;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #eeeeee;
  border: 1px solid #616161;
  color: #000000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  width: 100%;
}
.languageswitcherload .mod-languages {
  text-align: right;
}
.login-wrap .page-header {
  border-bottom: 1px dotted #dbdbdb;
  padding: 0;
  margin: 0;
}
.login-wrap .page-header h1 {
  text-align: center;
  display: block;
  position: relative;
  padding: 10px 0 20px;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
}
.login-wrap form {
  margin-top: 20px;
  margin-bottom: 50px;
}
.login-wrap fieldset {
  padding: 15px 0 0;
  background: transparent;
  border: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
@media screen and (min-width: 480px) {
  .login-wrap fieldset {
    width: 50%;
  }
}
.login-wrap label {
  font-weight: normal !important;
}
.login-wrap input {
  margin: 0 9px 0px 0;
  float: left;
  border: 0;
  border-radius: 0;
  background-color: #f0f0f0 !important;
  padding: 6px;
}
.login-wrap input#remember {
  position: relative;
  top: 4px;
}
.login-wrap .btn {
  display: block;
  margin: 16px 0 0 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.login-wrap .btn:hover {
  background: #616161;
}
.login-wrap .other-links {
  text-align: left;
  width: 100%;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .login-wrap .other-links {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .login-wrap .other-links .col-other-links {
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .login-wrap .other-links .col-other-links {
    width: 100%;
  }
}
.login-wrap .other-links ul {
  list-style: square !important;
  display: inline-block;
  padding-left: 0;
}
.login-wrap .other-links li {
  float: none;
  padding: 0 5px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .login-wrap .other-links li {
    float: left;
  }
}
.login-wrap .other-links a {
  color: #616161;
  text-decoration: none;
}
.login-wrap .other-links a:hover {
  color: #000000;
}
.logout .page-header h1 {
  display: block;
  position: relative;
  padding: 10px 0 20px;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
}
.logout form .btn {
  display: block;
  margin: 16px 0 0 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  float: left;
}
.logout form .btn:hover {
  color: #dbdbdb;
  background: #000000;
}
#josForm .componentheading {
  display: block;
  height: 42px;
  margin: auto;
  position: relative;
  top: 0;
  width: 205px;
  padding: 20px 12px 0px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#josForm #k2Container {
  background: transparent;
  border: 0px;
  border-top: 1px dotted #dbdbdb;
}
#josForm .k2AccountPage th.k2ProfileHeading {
  background: transparent;
}
#josForm tr {
  width: 50%;
}
#josForm tr,
#josForm td {
  border: 0;
  background: transparent;
}
#josForm label {
  color: #ffffff;
}
#josForm input {
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px;
}
#josForm #description_tbl {
  background: #ffffff;
}
#josForm .btn,
#josForm .button {
  display: block;
  margin: 16px 0 0 0;
  padding: 6px;
  border: 0;
  background: #fff;
  font-size: 14px;
  border-radius: 0;
  color: #3c99df;
  text-transform: uppercase;
  text-shadow: none;
}
#josForm input[type="file"] {
  background: transparent;
}
#member-registration {
  padding: 0 20px;
}
#member-registration legend {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  padding: 10px 12px 10px 0px;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px dotted #dbdbdb !important;
  font-family: 'Open Sans Bold', sans-serif;
}
#member-registration .control-label .red {
  color: #fc0;
}
#member-registration input {
  border: 0;
  border-radius: 0;
  background-color: #eeeeee;
  padding: 6px;
}
#member-registration input.invalid {
  border: 1px solid #3c99df !important;
}
#member-registration .btn,
#member-registration .button {
  display: block;
  margin: 16px 0 0 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  float: left;
}
#member-registration .btn:hover,
#member-registration .button:hover {
  color: #dbdbdb;
  background: #000000;
}
#member-registration .cancel {
  margin-left: 20px;
}
#member-registration .form-actions {
  background: transparent;
  border: 0;
  padding: 0px 20px 20px;
  margin-top: 0;
}
#member-registration input[type="file"] {
  background: transparent;
}
.newsfeed-category {
  padding: 0 20px;
}
.newsfeed-category h2 {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  padding: 10px 12px 10px 0px;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px dotted #dbdbdb !important;
}
.newsfeed-category input {
  margin: 0 9px 0px 0;
  float: left;
  border: 0;
  border-radius: 0;
  background-color: #dbdbdb;
  padding: 7px 60px 7px 10px;
}
.newsfeed-category select {
  border: 0;
  border-radius: 0;
  padding: 7px;
  margin: 0;
}
.newsfeed-category ul.list-striped {
  border: 0 !important;
}
.newsfeed-category .list-striped li {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #dbdbdb !important;
  text-align: left;
  padding: 15px 0;
}
.newsfeed-category a {
  color: #616161;
}
.newsfeed-category a:hover {
  color: #000000;
}
.weblink-category {
  padding: 0 20px;
}
.weblink-category h2 {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  padding: 10px 12px 10px 10px;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px dotted #dbdbdb !important;
}
.weblink-category input {
  margin: 20px 9px 20px 0;
  float: left;
  border: 0;
  border-radius: 0;
  background-color: #dbdbdb;
  padding: 7px 60px 7px 10px;
}
.weblink-category ul.list-striped {
  border: 0 !important;
}
.weblink-category .list-striped li {
  background-color: transparent;
  border: 0;
  border-top: 1px dotted #dbdbdb !important;
  text-align: left;
  padding: 10px 0;
}
.weblink-category .list-title {
  font-size: 14px;
}
.weblink-category a {
  color: #616161;
  font-size: 14px;
}
.weblink-category a:hover {
  color: #000000;
}
.weblink-category .list-hits {
  color: #ffffff;
  background-color: #3c99df;
  border-radius: 0;
  text-shadow: none;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
}
.edit .btn-toolbar .btn {
  padding: 7px;
  border: 0;
  font-size: 14px;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  background: #3c99df;
  margin-left: 5px;
}
.edit .btn-toolbar .btn:hover {
  background: #616161;
}
#search-form {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #search-form {
    margin: 20px 0 0 100px;
  }
}
@media screen and (min-width: 992px) {
  #search-form {
    margin: 20px 0 0 200px;
  }
}
#search-form .form-group {
  vertical-align: bottom;
}
#search-form label {
  margin: 0 0 15px 0;
  display: block;
}
#search-form input {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #dbdbdb;
  padding: 7px 10px;
}
#search-form .btn {
  padding: 7px;
  border: 0;
  font-size: 14px;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  background: #3c99df;
  margin-left: 5px;
}
#search-form .btn.disabled {
  background: #1272ba;
}
#search-form .btn:hover {
  background: #616161;
}
#search-form #smartsearch-btn {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #search-form #smartsearch-btn {
    margin-left: 5px;
  }
}
#search-form #advancedSearch .control-group .controls {
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  #search-form #advancedSearch .control-group .controls {
    margin-left: 180px;
  }
}
.contact .page-header {
  border: 0px;
  padding-bottom: 40px;
  margin: 0px;
}
.contact .page-header h2 {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  padding: 10px 12px 10px 0px;
  color: #616161;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 1px dotted #dbdbdb !important;
}
.contact .dl-horizontal dd {
  margin: 0;
}
.contact ul.contact-address {
  padding-left: 0;
  margin: 0 0 15px 0;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact ul.contact-address {
    margin: 0px;
    width: 31%;
  }
}
@media screen and (min-width: 992px) {
  .contact ul.contact-address {
    width: 22%;
  }
}
.contact ul.contact-address li {
  line-height: 100%;
  padding: 8px 0;
  list-style: none;
}
.contact ul.contact-address li > span {
  margin-left: 15px;
  line-height: 120%;
}
.contact ul.contact-address a {
  color: #616161;
}
.contact ul.contact-address a:hover {
  color: #000000;
}
.contact .contact-form {
  width: 100%;
  float: right;
  margin: 10px 0 0 0!important;
}
@media screen and (min-width: 768px) {
  .contact .contact-form {
    width: 69%;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-form {
    width: 77%;
  }
}
.contact .contact-form legend {
  border: 0;
}
.contact .contact-form ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .contact .contact-form ul {
    margin: 0 -20px;
  }
}
.contact .contact-form li {
  list-style: none;
  margin: 0;
  float: none;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .contact .contact-form li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
  }
}
.contact .contact-form li:last-child {
  padding-right: 0;
}
.contact .contact-form .form-horizontal .controls {
  margin: 0;
}
.contact .contact-form li input {
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #dbdbdb;
  padding: 10px;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .contact .contact-form li input {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-form li input {
    margin: 0 20px 15px;
  }
}
.contact .contact-form textarea {
  float: right;
  width: 100%;
  height: auto;
  background: #dbdbdb;
  border: 0;
  border-radius: 0;
  padding: 10px;
  margin-left: 0;
}
.contact .contact-form .form-actions {
  background: transparent;
  border: 0;
  float: left;
  margin: 0 0 50px 0;
  padding: 0;
}
.contact .contact-form .form-actions .btn {
  display: block;
  margin: 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
}
.contact .contact-form .form-actions .btn:hover {
  background: #000000;
}
.contact .contact-form .check_box {
  clear: both;
}
.contact .contact-form .check_box input {
  float: left;
  margin: 14px 5px 0px 0;
}
.contact .contact-form .check_box input:hover {
  cursor: pointer;
}
.contact .contact-form .check_box label {
  padding: 10px 0 0px 0px;
  float: left;
}
.contact .contact-form .check_box label:hover {
  cursor: pointer;
}
#login-form .input-group .input-group-addon {
  background-color: #dbdbdb;
  border-radius: 0;
  color: #616161;
  border: 0;
  padding: 6px 12px;
}
#login-form .input-group input {
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  padding: 6px;
}
#login-form #form-login-password .input-group .input-group-addon {
  padding-right: 13px;
  padding-left: 13px;
}
#login-form #form-login-secretkey .input-group .input-group-addon {
  padding-right: 11px;
  padding-left: 11px;
}
#login-form .btn {
  display: block;
  margin: 0;
  padding: 6px;
  border: 0;
  background: #fff;
  font-size: 14px;
  border-radius: 0;
  color: #3c99df;
  text-transform: uppercase;
  text-shadow: none;
}
#login-form a {
  color: #ffffff;
}
#login-form a:hover {
  color: #000000;
}
#login-form .btn:hover {
  background: #000000;
  color: #dbdbdb;
}
ul.latestnews {
  list-style: square;
  color: #dbdbdb;
  margin-left: 23px !important;
}
ul.latestnews li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 180%;
}
ul.latestnews a:hover {
  color: #000000;
}
div.itempageHeader.no-image {
  position: relative;
  background: none;
  padding: 20px;
}
.blog-header {
  padding: 0 15px;
}
.blogCreatedDate {
  float: none;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  .blogCreatedDate {
    width: 18%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .blogCreatedDate {
    width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .blogCreatedDate {
    width: 18%;
  }
}
.blogItemHeader {
  float: none;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  .blogItemHeader {
    width: 69%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .blogItemHeader {
    width: 80%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .blogItemHeader {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .blogItemHeader {
    width: 80%;
  }
}
.blogCreatedDate .create {
  text-align: center;
  width: 115px;
  height: 115px;
  overflow: hidden;
  max-height: 115px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  margin: 0 28px 0 0;
  padding: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .blogCreatedDate .create {
    margin: 0;
  }
}
.blogCreatedDate .create div {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: transparent !important;
  z-index: -1;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.20s;
  -o-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
.blogCreatedDate .create .month {
  display: inline-block;
  margin: 15px 0;
}
.blogCreatedDate .create span.day {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  display: block;
}
div.blogItemHeader h2.article-title {
  color: #616161;
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #7f7f7f;
}
@media screen and (min-width: 480px) {
  div.blogItemHeader h2.article-title {
    font-size: 24px;
    margin: 0 10px;
    text-align: left;
  }
}
div.blogItemHeader h2.article-title a {
  color: #616161;
}
div.blogItemHeader h2.article-title a:hover {
  color: #3c99df;
}
div.blogItemHeader .article-aside {
  float: left;
  width: 100%;
  padding: 15px 0 25px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  div.blogItemHeader .article-aside {
    padding: 10px 0 40px;
    margin: 0 10px 0;
  }
}
div.blogItemHeader .createdby,
div.blogItemHeader .category-name {
  padding: 0 3px 0;
}
.blog-header:hover .blogCreatedDate .create {
  background: #3c99df;
}
.blog-header:hover .blogCreatedDate .create div {
  transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  border-color: #fff;
}
div.blog-image {
  padding: 0px;
  margin: 0;
  position: relative;
  overflow: hidden;
  float: none;
}
div.blog-image .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 153, 233, 0.7);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  visibility: hidden;
  opacity: 0;
}
div.blog-image:hover .item-image:after {
  background: rgba(60, 153, 233, 0.7);
  opacity: 1;
  visibility: visible;
}
div.blog-image img {
  padding: 0px;
  width: 100% !important;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
}
div.blog-image .item-category-img {
  width: 100%;
}
div.blog-image .item-category-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 153, 233, 0.7);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  visibility: hidden;
  opacity: 0;
}
div.blog-image:hover .item-category-img:after {
  background: rgba(60, 153, 233, 0.7);
  opacity: 1;
  visibility: visible;
}
div.blog-image:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-backface-visibility: hidden;
}
div.blog-image .readmore a {
  position: absolute;
  left: -200%;
  top: 50%;
  display: inline-block;
  padding: 9.5px;
  background: #fff !important;
  z-index: 98;
  webkit-transition: all 0.30s;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -ms-transition: all 0.30s;
  transition: all 0.30s;
  height: auto;
  opacity: 0;
  visibility: hidden;
  color: #2c2c2c;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  div.blog-image .readmore a {
    padding: 9px;
  }
}
div.blog-image .readmore a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  padding: 27px;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  div.blog-image .readmore a:after {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  div.blog-image .readmore a:after {
    width: 308px;
  }
}
div.blog-image:hover .readmore a {
  top: 50%;
  left: 50%;
  right: 0;
  width: 150px;
  height: auto;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  div.blog-image:hover .readmore a {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  div.blog-image:hover .readmore a {
    width: 290px;
  }
}
.item-page {
  width: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 0 20px 0;
  margin: 0;
}
div.itempageHeader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 75px 16px 48px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  color: #fff;
}

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

a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}

body.contentpane #k2Container {
  padding: 0;
}

.k2Padding {
  padding: 4px;
}

.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

.even {
  background: transparent;
  padding: 2px;
}
.odd {
  background: transparent;
  padding: 2px;
}

div.k2FeedIcon {
  padding: 8px 16px;
  float: right;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../../images/system/feed.png) no-repeat 50% 50%;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../../../../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../../../../images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}

.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.clearList {
  display: none;
  float: none;
  clear: both;
}

.lastItem {
  border: none;
}

.noo-sidebar div.k2CategoriesListBlock ul {
  list-style: none;
  color: #dbdbdb;
}
.noo-sidebar div.k2CategoriesListBlock ul li {
  background: rgba(0, 0, 0, 0.14);
  color: #2c2c2c;
  margin: 5px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.noo-sidebar div.k2CategoriesListBlock ul li:hover {
  margin-left: 10px;
}
.noo-sidebar div.k2CategoriesListBlock li a {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 180%;
  display: block;
  padding: 10px;
}
.noo-sidebar div.k2CategoriesListBlock li a span.catCounter {
  float: right;
}
.noo-sidebar div.k2CategoriesListBlock li a:hover {
  color: #000000;
}

.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

a.k2ReadMore {
  color: #616161;
}

div.k2Pagination {
  padding: 8px 0 8px 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
  float: right;
}

div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline-block;
  font-weight: bold;
  margin-left: 6px;
}
div.k2Pagination ul li a {
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 0 !important;
  border: none;
  background: #353535;
}
div.k2Pagination ul li a:hover,
div.k2Pagination ul li.disabled a,
div.k2Pagination ul li.active a {
  background: #3c99df;
  text-decoration: none;
}
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #3c99df;
  border: none;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff;
  background-color: #3c99df;
  border: none;
}

a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #F7FAFE;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
.itemView {
  width: auto;
  height: auto;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #eee !important;
}
span.itemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.itemEditLink a:hover {
  background: #ffffcc;
}
.item_info {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .item_info {
    margin-left: 15px;
  }
}
.itemAvatarAuthor {
  width: 100%;
  float: none;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .itemAvatarAuthor {
    width: 17%;
    float: left;
    text-align: left;
    margin-left: 10px;
  }
}
.itemAvatarAuthor img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .itemAvatarAuthor img {
    margin-right: 15px;
  }
}
.item_information {
  width: 100%;
  float: none;
  position: relative;
  margin: 0 0 20px 0;
  line-height: 180%;
  padding: 20px 20px 0;
}
@media screen and (min-width: 480px) {
  .item_information {
    width: 50%;
    float: left;
    padding: 20px 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .item_information {
    width: 30%;
    float: left;
    padding: 0;
  }
}
.itemSocialSharing {
  width: 45%;
  float: right;
}
div.itemHeader.no-image {
  position: relative;
  background: none;
  padding: 20px;
}
div.itemHeader.no-image h2.itemTitle {
  font-size: 26px;
  color: #616161;
  font-weight: normal;
}
div.itemHeader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 15px 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  div.itemHeader {
    padding: 75px 15px 48px;
  }
}
span.itemDateCreated {
  float: left;
  width: 100%;
}
div.itemHeader h2.itemTitle {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  padding: 0;
  margin: 10px 0;
}
@media screen and (min-width: 480px) {
  div.itemHeader h2.itemTitle {
    font-size: 26px;
  }
}
.bub-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47%;
  height: 24px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bub-right {
    width: 88.5%;
  }
}
@media screen and (min-width: 992px) {
  .bub-right {
    width: 86.5%;
  }
}
@media screen and (min-width: 1200px) {
  .bub-right {
    width: 88.5%;
  }
}
@media screen and (min-width: 992px) {
  .noo-no-sidebar .bub-right {
    width: 90.5%;
  }
}
@media screen and (min-width: 1200px) {
  .noo-no-sidebar .bub-right {
    width: 92.5%;
  }
}
.bub-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47%;
  height: 24px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bub-left {
    width: 7.666%;
  }
}
@media screen and (min-width: 992px) {
  .bub-left {
    width: 9.666%;
  }
}
@media screen and (min-width: 1200px) {
  .bub-left {
    width: 7.666%;
  }
}
.bub-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 0 0 24px;
  border-color: transparent transparent transparent #fff;
}
.bub-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 992px) {
  .noo-no-sidebar .bub-left {
    width: 6.666%;
  }
}
@media screen and (min-width: 1200px) {
  .noo-no-sidebar .bub-left {
    width: 4.666%;
  }
}
.itemImageBlockJoomla .bub-right {
  width: 88.5%;
}
.itemImageBlockJoomla .bub-left {
  width: 7.666%;
}
.devide,
.devide2 {
  width: 100%;
  height: 5px;
  background: #eee;
  margin: 15px auto;
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
span.itemAuthor a {
  color: #3c99df;
  text-decoration: none;
}
span.itemAuthor a:hover {
  color: #000000;
}
div.itemToolbar {
  padding: 0;
  margin: 0;
  border-top: 0;
  border-bottom: 0;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}

div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(../../../../images/system/font_decrease.gif) no-repeat;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(../../../../images/system/font_increase.gif) no-repeat;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemCommentsLink {
  padding: 0;
  border-bottom: 0;
  float: left;
}
div.itemCommentsLink a.itemCommentsLink {
  text-decoration: none;
  color: #3c99df;
}
div.itemCommentsLink a.itemCommentsLink:hover {
  color: #000000;
}
div.itemRatingBlock {
  padding: 8px 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.itemBody {
  padding: 0 20px;
  margin: 0;
}
div.itemImageBlock {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
span.itemImage img {
  border: none;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  width: 100% !important;
  padding: 0;
}
.no-sidebar span.itemImage img {
  width: 100% !important;
}
div.itemImageBlock:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-backface-visibility: hidden;
}
span.itemImage {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
div.itemIntroText {
  padding: 4px 0 12px 0;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 16px 0 4px 0;
  border-top: 1px solid #ddd;
  color: #999;
}
span.itemHits {
  padding: 0;
  border-bottom: 0;
  float: left;
}
span.itemHits a {
  text-decoration: none;
}
span.itemHits a:hover {
  color: #000000;
}
div.itemSocialSharing {
  margin: 0;
  clear: both;
  float: none;
  max-width: 100%;
  width: 100%;
  padding: 20px 20px 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  div.itemSocialSharing {
    width: 50%;
    float: left;
    clear: none;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  div.itemSocialSharing {
    padding: 0;
    margin: 25px 0 0 0;
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  div.itemSocialSharing {
    width: 45%;
  }
}
div.itemTwitterButton {
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  div.itemTwitterButton {
    margin-left: 15px;
  }
}
div.itemFacebookButton {
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
}
@media screen and (min-width: 768px) {
  div.itemFacebookButton {
    margin-left: 15px;
  }
}
div.itemGooglePlusOneButton {
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  div.itemGooglePlusOneButton {
    margin-left: 15px;
  }
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  padding: 0;
  border-bottom: 0;
  float: left;
  width: 100%;
}
div.itemCategory a {
  text-decoration: none;
  color: #3c99df;
}
div.itemCategory a:hover {
  color: #000000;
}
div.itemTagsBlock {
  padding: 4px 4px 4px 0;
  margin-bottom: 30px;
  border: none;
}
div.itemTagsBlock span {
  position: relative;
  top: -10px;
  display: inline-block;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  margin: 1px;
  text-align: center;
  background: #3c99df;
  float: left;
}
div.itemTagsBlock ul.itemTags li a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}
div.itemTagsBlock ul.itemTags li a:hover {
  color: #000000;
}
div.itemAttachmentsBlock {
  padding: 4px;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.itemAuthorBlock {
  border: none;
  background: none;
  margin: 0;
  padding: 20px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  padding: 0;
  margin: 0 20px 0px 0;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 90px;
  height: 90px;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 0;
  color: #000000;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 100%;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a {
  color: #000000;
  font-weight: normal;
  font-size: 20px;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  margin-bottom: 4px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
  border: none;
  padding: 0;
  margin: 0 4px 0 0;
  float: right;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
  color: #3c99df;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a:hover,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a:hover {
  text-decoration: none;
  color: #000000;
}

div.itemAuthorLatest {
  margin: 15px 20px;
  padding: 0;
}
div.itemAuthorLatest h3 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
div.itemAuthorLatest ul {
  padding-left: 20px;
}
div.itemAuthorLatest ul li {
  border: none;
  list-style: square;
}
div.itemAuthorLatest ul li a {
  color: #616161;
}
div.itemAuthorLatest ul li a:hover {
  color: #3c99df;
}

div.itemRelated {
  margin: 0 20px;
  padding: 0;
}

div.itemRelated h3 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
div.itemRelated ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  div.itemRelated ul {
    margin: 0 -5px;
  }
}
div.itemRelated ul li {
  width: 100%;
  float: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  div.itemRelated ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
  }
}
div.itemRelated ul li .itemRelatedInner {
  margin: 0;
}
@media screen and (min-width: 768px) {
  div.itemRelated ul li .itemRelatedInner {
    margin: 0 5px;
  }
}
div.itemRelated .itemRelatedImage {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
div.itemRelated .itemRelatedImage:after {
  background: rgba(60, 153, 233, 0.7);
  opacity: 1;
  visibility: visible;
}
div.itemRelated .itemRelatedImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 152, 219, 0.79);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  visibility: hidden;
  opacity: 0;
}
div.itemRelated .itemRelatedImage a.itemRelReadmore {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: inline-block;
  color: #2a2a2a;
  z-index: 100;
  webkit-transition: all 0.30s;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -ms-transition: all 0.30s;
  transition: all 0.30s;
  height: auto;
  opacity: 0;
  visibility: hidden;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px !important;
  padding: 0 !important;
  height: 40px !important;
  text-align: center;
}
div.itemRelated .itemRelatedImage .itemRelReadmore i {
  color: #fff;
  font-size: 20px;
  display: block;
  padding-top: 10px;
  padding-left: 6px;
}
div.itemRelated .itemRelatedImage img {
  width: 100% !important;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -ms-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
}
div.itemRelated .itemRelatedImage:hover img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-backface-visibility: hidden;
}
div.itemRelated .itemRelatedImage:hover a.itemRelReadmore {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: 0;
  width: 30%;
  height: auto;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
}
div.itemRelatedImage:hover {
  background: rgba(60, 153, 233, 0.7);
  visibility: visible;
  opacity: 1;
}
div.itemRelated a.itemRelTitle:hover {
  color: #3c99df;
}
div.itemRelated a.itemRelTitle {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
div.itemRelated ul li a:hover {
  color: #3c99df;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
a.itemRelTitle {
  color: #616161;
  text-transform: none;
}

div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.itemNavigation {
  padding: 4px 8px;
  margin: 0 0 24px 0;
  border-top: 1px dotted #ccc;
  background: #fffff0;
}
div.itemNavigation span.itemNavigationTitle {
  color: #999;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}

div.itemComments {
  background: none;
  border: none;
  padding: 0;
}
div.itemComments ul.itemCommentsList {
  margin: 0 20px 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 10px 0;
  margin: 0;
  border: 0;
}
@media screen and (max-width: 479px) {
  div.itemComments ul.itemCommentsList li {
    text-align: center;
  }
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: url(../../../../images/system/stripes.png) repeat;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 0 5px;
  padding: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 479px) {
  div.itemComments ul.itemCommentsList li img {
    float: none;
    margin: 0 auto;
    clear: both;
    display: block;
  }
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: none;
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  display: block;
  font-size: 16px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName a {
  font-size: 16px;
  color: #616161;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName a:hover {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
@media screen and (max-width: 479px) {
  div.itemComments ul.itemCommentsList li p {
    text-align: justify;
  }
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
  margin-right: 15px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../../../../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemComments ul.itemCommentsList li .itemCommentsListDevide {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(238, 238, 238, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(238, 238, 238, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(238, 238, 238, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(238, 238, 238, 0.75), rgba(0, 0, 0, 0));
}
div.itemComments ul.itemCommentsList li:last-child .itemCommentsListDevide {
  height: 0;
  background-image: none;
}
div.itemComments .devide2 {
  display: none;
}
div.itemComments ul.itemCommentsList ~ .devide2 {
  display: block;
}
div.itemCommentsPagination {
  padding: 0 20px;
  margin-left: 20px;
  margin-right: 20px;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
.itemCommentsForm {
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
div.itemCommentsForm h3,
div.itemComments h3.itemCommentsCounter {
  font-weight: bold;
  font-size: 21px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
div.itemComments h3.itemCommentsCounter {
  margin-left: 20px;
  margin-right: 20px;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border: none;
  margin-top: 10px;
}
div.itemCommentsForm form {
  margin: 0;
}
div.itemCommentsForm .input-form {
  margin: 0;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form #recaptcha_image {
  height: auto !important;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  float: left;
  border-radius: 0;
  padding: 7px;
  margin: 0 0 15px 0;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.05);
  outline-color: #3498db;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  border: 0;
  border-radius: 0;
  padding: 8px;
  background: #e8e8e8;
  background: rgba(0, 0, 0, 0.05);
  outline-color: #3498db;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 6px;
  border: 0;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  text-shadow: none;
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemBackToTop a:hover {
  color: #dbdbdb;
  background: #000000;
  text-shadow: none;
}
div.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../../../../images/system/loading.gif) no-repeat left center;
}

div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
  float: left;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../../../../images/system/loading.gif) no-repeat left center;
}

div.itemBackToTop {
  text-align: right;
  margin-top: 55px;
  margin-right: 20px;
}
div.itemBackToTop a {
  margin: 16px 0 0 0;
  padding: 6px;
  background: #3c99df;
  font-size: 14px;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.itemBackToTop a:hover {
  text-decoration: none;
}

div.itemListCategoriesBlock {
  padding: 0;
}

div.itemListCategory {
  background: transparent;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #dbdbdb;
  border-top: none;
  border-left: none;
  border-right: none;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  text-align: right;
}
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.catItemAddLink a:hover {
  background: #ffffcc;
}
div.itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.itemListCategory h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
div.itemListCategory p {
  margin: 0;
}

div.itemListSubCategories {
  margin: 0 -10px;
}
div.itemListSubCategories h3 {
  color: #616161;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 0 20px 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.itemListSubCategories div.subCategoryContainer {
    float: left;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div.itemListSubCategories div.subCategoryContainer {
    width: 50% !important;
  }
  div.itemListSubCategories div.subCategoryContainer.break-two-col {
    clear: both;
  }
  div.itemListSubCategories div.subCategoryContainer .clr {
    clear: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div.itemListSubCategories .clr {
    clear: none !important;
  }
}
div.subCategory {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0px 10px 30px 10px;
}
div.subCategory a.subCategoryImage img {
  width: 100%;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  background: transparent;
  border: none;
  padding: 0;
}
div.subCategory h2 {
  padding: 0 0 15px 0;
  margin: 0;
}
div.subCategory h2 a {
  color: #3c99df;
  text-transform: uppercase;
  background-color: #ffffff;
  font-size: 14px;
  padding: 7px 10px;
}
div.subCategory h2 a:hover {
  color: #000000;
  text-decoration: none;
}

div.itemList {
  margin: 0;
}
div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainer,
div.latestItemsContainer,
div.userItemContainer {
  float: left;
  border: 1px solid #ECECEC;
  background: #ffffff;
  margin: 0 0 20px 0;
  padding: 0;
  width: auto !important;
}

.catHeader,
.userItemHeader {
  padding: 0 15px;
}
div.catItemView {
  padding: 0;
  margin: 0;
}

div.groupLinks {
  padding: 0;
  margin: 0;
}
span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.catItemEditLink a:hover {
  background: #ffffcc;
}
div.catItemHeader,
div.userHeader,
div.latestHeader {
  float: none;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  div.catItemHeader,
  div.userHeader,
  div.latestHeader {
    width: 69%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  div.catItemHeader,
  div.userHeader,
  div.latestHeader {
    width: 80%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  div.catItemHeader,
  div.userHeader,
  div.latestHeader {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  div.catItemHeader,
  div.userHeader,
  div.latestHeader {
    width: 80%;
  }
}
.dateCreated,
.catItemDateCreated,
.userItemDateCreatedDIV,
.userItemDateCreated,
.genericItemDateCreated,
.tagItemDateCreated,
.latestDateCreated,
.latestItemDateCreated {
  float: none;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  .dateCreated,
  .catItemDateCreated,
  .userItemDateCreatedDIV,
  .userItemDateCreated,
  .genericItemDateCreated,
  .tagItemDateCreated,
  .latestDateCreated,
  .latestItemDateCreated {
    width: 18%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .dateCreated,
  .catItemDateCreated,
  .userItemDateCreatedDIV,
  .userItemDateCreated,
  .genericItemDateCreated,
  .tagItemDateCreated,
  .latestDateCreated,
  .latestItemDateCreated {
    width: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .dateCreated,
  .catItemDateCreated,
  .userItemDateCreatedDIV,
  .userItemDateCreated,
  .genericItemDateCreated,
  .tagItemDateCreated,
  .latestDateCreated,
  .latestItemDateCreated {
    width: 18%;
  }
}
div.dateCreated .catItemDateCreated,
div.userItemDateCreatedDIV .userItemDateCreated,
div.dateCreated .genericItemDateCreated,
div.dateCreated .tagItemDateCreated,
div.latestDateCreated .latestItemDateCreated {
  text-align: center;
  width: 115px;
  height: 115px;
  overflow: hidden;
  max-height: 115px;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  margin: 0 28px 0 0;
  padding: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  div.dateCreated .catItemDateCreated,
  div.userItemDateCreatedDIV .userItemDateCreated,
  div.dateCreated .genericItemDateCreated,
  div.dateCreated .tagItemDateCreated,
  div.latestDateCreated .latestItemDateCreated {
    margin: 0;
  }
}
div.dateCreated .catItemDateCreated div,
div.userItemDateCreatedDIV .userItemDateCreated div,
div.dateCreated .genericItemDateCreated div,
div.dateCreated .tagItemDateCreated div,
div.latestDateCreated .latestItemDateCreated div {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: transparent !important;
  z-index: -1;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  transition: all 0.20s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
div.dateCreated .catItemDateCreated .month,
div.userItemDateCreatedDIV .userItemDateCreated .month,
div.dateCreated .genericItemDateCreated .month,
div.dateCreated .tagItemDateCreated .month,
div.latestDateCreated .latestItemDateCreated .month {
  display: inline-block;
  margin: 15px 0;
}
div.dateCreated .catItemDateCreated .date,
div.userItemDateCreatedDIV .userItemDateCreated .date,
div.dateCreated .genericItemDateCreated .date,
div.dateCreated .tagItemDateCreated .date,
div.latestDateCreated .latestItemDateCreated .date {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  display: block;
}
.catHeader:hover .catItemDateCreated,
.userItemHeader:hover .userItemDateCreated,
.genericHeader:hover .genericItemDateCreated,
.tagHeader:hover .tagItemDateCreated {
  background: #3c99df;
}
.catHeader:hover .catItemDateCreated div,
.userItemHeader:hover .userItemDateCreated div,
.genericHeader:hover .genericItemDateCreated div,
.tagHeader:hover .tagItemDateCreated div {
  transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  border-color: #fff;
}
div.catItemHeader h3.catItemTitle,
div.userHeader h3.userItemTitle,
div.tagHeader h2.tagItemTitle,
div.latestItemHeader h2.latestItemTitle {
  color: #616161;
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #7f7f7f;
}
@media screen and (min-width: 480px) {
  div.catItemHeader h3.catItemTitle,
  div.userHeader h3.userItemTitle,
  div.tagHeader h2.tagItemTitle,
  div.latestItemHeader h2.latestItemTitle {
    font-size: 24px;
    margin: 0 10px;
    text-align: left;
  }
}
div.catItemHeader h3.catItemTitle a,
div.userHeader h3.userItemTitle a,
div.latestItemHeader h2.latestItemTitle a {
  color: #616161;
}
div.userHeader h3.userItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:hover,
div.latestHeader h2.latestItemTitle a:hover {
  color: #3c99df;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
.catItemAuthor {
  color: #616161;
  padding: 0 10px 0 0;
  margin: 0 -5px;
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .catItemAuthor {
    float: left;
    display: inline;
  }
}
.catItemAuthor a {
  color: #3c99df;
  text-decoration: none;
}
.catItemAuthor a:hover,
.catItemAuthor a:focus,
.catItemAuthor a:active {
  color: #000000;
}
.div_info,
div.latestItemLinks {
  float: left;
  width: 100%;
  padding: 20px 0 30px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .div_info,
  div.latestItemLinks {
    padding: 20px 0 40px;
    margin: 0 10px 0;
  }
}
div.catItemRatingBlock {
  padding: 8px 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 8px 0 0 0;
  margin: 0;
}
div.catItemImageBlock,
div.latestItemImageBlock,
div.userItemImageBlock {
  padding: 0px;
  margin: 0;
  position: relative;
  overflow: hidden;
  float: none;
}
span.catItemImage,
span.latestItemImage,
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.catItemImage img,
span.latestItemImage img,
span.userItemImage img {
  border: none;
  padding: 0px;
  width: 100% !important;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0px 15px 20px 15px;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 4px;
}
div.catItemCategory {
  padding: 0 10px 0 0;
  border-bottom: 0;
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  div.catItemCategory {
    float: left;
    display: inline;
  }
}
div.catItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemCategory a {
  color: #3c99df;
  text-decoration: none;
}
div.catItemCategory a:hover {
  color: #000000;
}
div.catItemTagsBlock {
  padding: 4px;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.catItemTagsBlock ul.catItemTags li a {
  color: #ffffff;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #000000;
}
div.catItemAttachmentsBlock {
  padding: 4px;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

div.catItemVideoBlock span.catItemVideo {
  display: block;
}

div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemCommentsLink {
  color: #616161;
  padding: 0 10px 0 0;
  border-bottom: none;
  border-right: none;
  float: none;
  display: block;
}
@media screen and (min-width: 768px) {
  div.catItemCommentsLink {
    float: left;
    display: inline;
  }
}
div.catItemCommentsLink a {
  color: #3c99df;
}
div.catItemCommentsLink a:hover {
  color: #000000;
}

div.catItemReadMore a,
div.userItemReadMore a,
div.genericItemReadMore a,
div.tagItemReadMore a,
div.latestItemReadMore a {
  position: absolute;
  left: -200%;
  top: 50%;
  display: inline-block;
  padding: 9.5px;
  background: #fff !important;
  z-index: 98;
  webkit-transition: all 0.30s;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -ms-transition: all 0.30s;
  transition: all 0.30s;
  height: auto;
  opacity: 0;
  visibility: hidden;
  color: #2c2c2c;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  div.catItemReadMore a,
  div.userItemReadMore a,
  div.genericItemReadMore a,
  div.tagItemReadMore a,
  div.latestItemReadMore a {
    padding: 9px;
  }
}
div.catItemReadMore a:after,
div.userItemReadMore a:after,
div.genericItemReadMore a:after,
div.tagItemReadMore a:after,
div.latestItemReadMore a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  padding: 27px;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  div.catItemReadMore a:after,
  div.userItemReadMore a:after,
  div.genericItemReadMore a:after,
  div.tagItemReadMore a:after,
  div.latestItemReadMore a:after {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  div.catItemReadMore a:after,
  div.userItemReadMore a:after,
  div.genericItemReadMore a:after,
  div.tagItemReadMore a:after,
  div.latestItemReadMore a:after {
    width: 308px;
  }
}
.catItemImageBlock:hover div.catItemReadMore a,
.userItemImageBlock:hover div.userItemReadMore a,
.genericItemImageBlock:hover div.genericItemReadMore a,
.tagItemImageBlock:hover div.tagItemReadMore a,
.latestItemImageBlock:hover div.latestItemReadMore a {
  top: 50%;
  left: 50%;
  right: 0;
  width: 150px;
  height: auto;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  .catItemImageBlock:hover div.catItemReadMore a,
  .userItemImageBlock:hover div.userItemReadMore a,
  .genericItemImageBlock:hover div.genericItemReadMore a,
  .tagItemImageBlock:hover div.tagItemReadMore a,
  .latestItemImageBlock:hover div.latestItemReadMore a {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .catItemImageBlock:hover div.catItemReadMore a,
  .userItemImageBlock:hover div.userItemReadMore a,
  .genericItemImageBlock:hover div.genericItemReadMore a,
  .tagItemImageBlock:hover div.tagItemReadMore a,
  .latestItemImageBlock:hover div.latestItemReadMore a {
    width: 290px;
  }
}
span.catItemImage:after,
span.userItemImage:after,
span.genericItemImage:after,
span.tagItemImage:after,
span.latestItemImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 153, 233, 0.7);
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
  visibility: hidden;
  opacity: 0;
}
.userItemImageBlock:hover span.userItemImage:after,
.catItemImageBlock:hover span.catItemImage:after,
.genericItemImageBlock:hover span.genericItemImage:after,
.tagItemImageBlock:hover span.tagItemImage:after,
.latestItemImageBlock:hover span.latestItemImage:after {
  background: rgba(60, 153, 233, 0.7);
  opacity: 1;
  visibility: visible;
}
.userItemImageBlock:hover span.userItemImage img,
.catItemImageBlock:hover span.catItemImage img,
.genericItemImageBlock:hover span.genericItemImage img,
.tagItemImageBlock:hover span.tagItemImage img,
.latestItemImageBlock:hover span.latestItemImage img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-backface-visibility: hidden;
}

span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

div.userBlock {
  background: #fff;
  border: 1px dashed #ddd;
  margin: 0;
  padding: 15px;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.userItemAddLink a:hover {
  background: #ffffcc;
}
div.userBlock img {
  float: left;
  display: block;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0 20px 0px 0;
}
div.userBlock h2 {
  color: #3c99df;
  margin: 0;
  padding: 0;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 14px;
}
div.userBlock div.userDescription {
  padding: 5px 0 0 0;
  color: #000000;
}
div.userBlock div.userAdditionalInfo {
  padding: 0;
  margin: 8px 0 0 0;
}
span.userURL {
  color: #616161;
  font-weight: normal;
}
span.userURL a {
  color: #3c99df;
}
span.userURL a:hover {
  color: #000000;
  text-decoration: none;
}
span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
div.userItemList {
  margin: 20px 0;
}

div.userItemView {
  margin: 0;
  padding: 0;
}

div.userItemViewSub {
  padding: 0;
}

div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.userItemEditLink a:hover {
  background: #ffffcc;
}
span.userItemDateCreated {
  color: #3c99df;
  font-size: 14px;
  font-family: tahoma;
  float: left;
  text-transform: uppercase;
  background: #fff;
  width: 32px;
  height: 34px;
  padding: 4px 4px 4px 10px;
  line-height: 110%;
  font-weight: bold;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

div.userItemHeader h3.userItemTitle a:hover {
  color: #3c99df;
  text-decoration: none;
}
div.userItemBody {
  padding: 0px 15px 20px 15px;
  margin: 0;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
}
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.userItemCategory {
  padding: 0 10px 0 0px;
  border-bottom: 0;
  float: left;
}
div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemCategory a {
  color: #3c99df;
  text-decoration: none;
}
div.userItemCategory a:hover {
  color: #000000;
}
div.userItemTagsBlock {
  padding: 4px;
}
div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemCommentsLink {
  padding: 0 10px 0 0px;
  border-bottom: 0;
  float: left;
  color: #616161;
  border: none;
}
div.userItemCommentsLink a {
  color: #3c99df;
}
div.userItemCommentsLink a:hover {
  color: #000000;
}

div.userItemReadMore {
  display: inline;
}

div.tagItemList {
  float: left;
  margin: 32px -10px 0 -10px;
}
div.tagContainerItem {
  width: 50%;
  float: left;
}
div.tagItemView {
  border: 1px solid #ECECEC;
  background: #fff;
  margin: 0px 0 20px 20px;
  padding: 15px 0 0 0;
}

div.tagItemHeader span.tagItemDateCreated {
  color: #3c99df;
  font-size: 14px;
  font-family: tahoma;
  float: left;
  text-transform: uppercase;
  background: #fff;
  width: 32px;
  height: 34px;
  padding: 4px 4px 4px 10px;
  line-height: 110%;
  font-weight: bold;
}
div.tagItemHeader h2.tagItemTitle {
  font-weight: bold;
  line-height: 115%;
  padding: 15px 0 25px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
}
div.tagItemHeader h2.tagItemTitle a {
  color: #616161;
}
div.tagItemHeader h2.tagItemTitle a:hover {
  color: #3c99df;
  text-decoration: none;
}
div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.tagItemImage img {
  padding: 0px;
  width: 100% !important;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 15px;
}
div.tagItemCategory {
  padding: 10px 0px 10px 0px;
  border-bottom: 0;
  float: left;
}
div.tagItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}
div.tagItemCategory a {
  color: #3c99df;
  text-decoration: none;
}
div.tagItemCategory a:hover {
  color: #000000;
}

div.tagItemReadMore a {
  color: #eeeeee;
  font-size: 15px;
}
div.tagItemReadMore a:hover {
  color: #000000;
}

div.genericItemList {
  float: left;
  margin: 32px -10px 0 -10px;
}
div.genericContainerItem {
  width: 100%;
  float: left;
}
div.genericItemView {
  float: left;
  border: 1px solid #ECECEC;
  background: #fff;
  margin: 0px 0 20px 20px;
  padding: 15px 0 0 0;
}

.genericHeader {
  padding: 15px;
}
.tagHeader {
  padding: 15px;
}
div.genericItemHeader {
  float: right;
  width: 80%;
}
div.tagItemHeader {
  float: right;
  width: 80%;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #3c99df;
  font-size: 14px;
  font-family: tahoma;
  float: left;
  text-transform: uppercase;
  background: #fff;
  width: 32px;
  height: 34px;
  padding: 4px 4px 4px 10px;
  line-height: 110%;
  font-weight: bold;
}
div.genericItemHeader h2.genericItemTitle {
  color: #616161;
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  padding: 0 0 15px 0;
  margin: 0 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #7f7f7f;
}
div.genericItemHeader h2.genericItemTitle a {
  color: #616161;
}
div.genericItemHeader h2.genericItemTitle a:hover {
  color: #3c99df;
  text-decoration: none;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.genericItemImage img {
  padding: 0px;
  width: 100% !important;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  -ms-transition: all 0.20s;
  transition: all 0.20s;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 15px;
}
div.genericItemCategory {
  padding: 10px 0px 10px 0px;
  border-bottom: 0;
  float: left;
  color: #555;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.genericItemCategory a {
  color: #3c99df;
  text-decoration: none;
}
div.genericItemCategory a:hover {
  color: #000000;
}

div.genericItemReadMore a {
  color: #eeeeee;
  font-size: 15px;
}
div.genericItemReadMore a:hover {
  color: #000000;
}

div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

.latestItemHeader:hover .latestItemDateCreated {
  background: #3c99df;
}
.latestItemHeader:hover .latestItemDateCreated div {
  transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  border-color: #fff;
}
div.latestHeader h3.catItemTitle {
  color: #616161;
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  padding: 0 0 15px 0;
  margin: 0 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #7f7f7f;
}
div.latestHeader h2.latestItemTitle a {
  color: #616161;
}
div.latestHeader h2.latestItemTitle a:hover {
  color: #3c99df;
}
div.latestHeader h2.latestItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

.latestItemAuthor {
  display: block;
  padding: 20px 10px 40px 0px;
  margin: 0 -5px;
  float: left;
  color: #616161;
}
.latestItemAuthor a {
  color: #3c99df;
  text-decoration: none;
}

div.latestItemsCategory {
  background: transparent;
  margin: 0;
  padding: 0;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsCategory h2 {
  margin-left: 10px;
}
div.latestItemsCategory h2 a {
  color: #3c99df;
  text-transform: uppercase;
  background-color: #ffffff;
  font-size: 14px;
  padding: 7px 10px;
}
div.latestItemsCategory h2 a:hover {
  color: #3c99df;
  text-decoration: none;
}

div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

div.latestItemList {
  padding: 0;
}
div.latestItemHeader {
  padding: 0 15px;
}
span.latestItemDateCreated {
  color: #dbdbdb;
  font-size: 11px;
  padding: 0px 0 0px 5px;
  border-left: 1px solid #dbdbdb;
}
div.latestItemBody {
  padding: 15px;
  margin: 0;
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
}
div.latestItemCategory {
  padding: 0 10px 0 0;
  border-bottom: 0;
  float: left;
}
div.latestItemCategory span {
  color: #616161;
}
div.latestItemCategory a {
  color: #3c99df;
}
div.latestItemCategory a:hover {
  color: #000000;
}
div.latestItemTagsBlock {
  padding: 4px;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemTagsBlock ul.latestItemTags li a {
  color: #ffffff;
}
div.latestItemTagsBlock ul.latestItemTags li a:hover {
  color: #000000;
}

div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

div.latestItemCommentsLink {
  padding: 0 10px 0 0;
  border-bottom: 0;
  float: left;
  color: #616161;
  border: none;
}
div.latestItemCommentsLink a {
  color: #3c99df;
}
div.latestItemCommentsLink a:hover {
  color: #000000;
}

.latestItemList ul {
  list-style: square;
  margin: 0px;
}
.latestItemList li {
  color: #dbdbdb;
  list-style: square;
}
span.latestItemTitleList {
  font-size: 14px;
  padding: 7px 0;
  margin: 0;
  line-height: 150%;
}
span.latestItemTitleList a {
  color: #dbdbdb;
}
span.latestItemTitleList a:hover {
  color: #000000;
}

.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ccc;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

div.k2LatestCommentsBlock ul li {
  list-style: none;
  position: relative;
  margin: 10px 0 15px 0;
}
div.k2LatestCommentsBlock ul li .comment_text {
  border: none;
  color: #ffffff;
  text-align: left;
  padding: 0px 8px;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  float: left;
  background: transparent;
  border: 0;
  padding: 2px;
  margin: 2px 7px 4px 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  width: 60px;
}
div.k2LatestCommentsBlock ul li a.lcAvatar img:hover {
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
div.k2LatestCommentsBlock ul li span.lcUsername a {
  color: #ffffff;
  font-weight: bold;
}
div.k2LatestCommentsBlock ul li span.lcUsername a:hover {
  color: #000000;
  text-decoration: none;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

div.k2ItemsBlock ul {
  list-style: none;
}
div.k2ItemsBlock ul li {
  margin: 0 0 25px 0;
  border: none;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
  color: #ffffff;
  font-weight: bold;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  color: #000000;
  text-decoration: none;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 0px 0;
  line-height: 120%;
  color: #ffffff;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 5px 15px 0px 0;
  padding-bottom: 7px;
  padding: 0;
  border: 0;
}
.noo-mastcol div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  width: 100%;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

div.k2ArchivesBlock ul {
  list-style: square;
  color: #dbdbdb;
  margin-left: 20px !important;
}
div.k2ArchivesBlock ul li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 180%;
  display: block;
}
div.k2ArchivesBlock ul li a:hover {
  color: #000000;
}

div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

div.k2CalendarBlock {
  height: auto;
  margin-bottom: 8px;
}

div.k2CalendarLoader {
  background: #ffffff url(../../../../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
table.calendar {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  border-collapse: collapse;
}
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  background: transparent;
  border: 0px;
  color: #ffffff;
}
table.calendar td {
  border-top: 0px;
}
table.calendar tr td.calendarNavMonthPrev {
  background: transparent;
  text-align: left;
}
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  color: #000000;
}
table.calendar tr td.calendarCurrentMonth {
  background: transparent;
  font-size: 20px;
  color: #ffffff;
}
table.calendar tr td.calendarNavMonthNext {
  background: transparent;
  text-align: right;
}
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  color: #000000;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  width: 14.2%;
  color: #ffffff;
  text-transform: uppercase;
}
table.calendar tr td.calendarDateEmpty {
  background: transparent;
}
table.calendar tr td.calendarDateLinked {
  display: block;
  text-decoration: none;
  background: #ffffff;
  color: #3c99df;
}
table.calendar tr td.calendarDateLinked a {
  color: #3c99df;
}
table.calendar tr td.calendarDateLinked a:hover {
  color: #000000;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #3c99df;
  color: #ffffff;
  padding: 7px !important;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 7px;
  color: #fff;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  text-decoration: none;
}

div.k2CategorySelectBlock form select {
  width: auto;
}

div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../../../../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

div.k2TagCloudBlock {
  padding: 8px 0 !important;
}
div.k2TagCloudBlock a {
  font-size: 14px !important;
  padding: 5px 7px !important;
  float: left !important;
  display: block !important;
  color: #616161 !important;
  background: #ffffff !important;
  margin: 3px !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
div.k2TagCloudBlock a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../../images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../../images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../../images/fugue/mail.png) no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

.noro-featured.k2ItemsBlock {
  margin: 0 -6px 0 -6px;
}
.noro-featured.k2ItemsBlock ul {
  margin-left: 0px;
}
.noro-featured.k2ItemsBlock ul > li {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}
.noro-featured.k2ItemsBlock ul > li .lastItem {
  margin-right: 0px;
}
.noro-featured.k2ItemsBlock .noo_item {
  overflow: hidden;
  float: left;
  position: relative;
  margin: 6px;
  width: 96%;
}
.noro-featured.k2ItemsBlock .noo_item .moduleItemDateCreated {
  font-size: 14px;
  background: white;
  color: #7d7d7d;
  padding: 4px;
}
.noro-featured.k2ItemsBlock .noo_item .moduleItemIntrotext {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.noro-featured.k2ItemsBlock .noo_item a.moduleItemTitle {
  color: #fff;
  padding: 10px 0;
  float: none;
  display: block;
  clear: left;
  font-family: 'Open Sans Bold', sans-serif;
  white-space: nowrap;
}
.noro-featured.k2ItemsBlock .noo_item a.moduleItemTitle:hover {
  color: #000000;
}
.noro-featured.k2ItemsBlock .noo_item a.moduleItemCategory {
  color: #dbdbdb;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px;
  white-space: nowrap;
}
.noro-featured.k2ItemsBlock .noo_item a.moduleItemCategory:hover {
  color: #000000;
}
.noro-featured.k2ItemsBlock .noo_item .moduleItemImage img {
  position: relative;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.noro-featured.k2ItemsBlock .noo_item a.moduleItemImage img {
  float: left;
  margin: 0;
  padding-bottom: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.noro-featured.k2ItemsBlock .noo_item .noo_item_info {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 96%;
  top: 0px;
  padding: 20px 10px 0 15px;
  background-color: rgba(60, 153, 233, 0.4);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.noro-featured.k2ItemsBlock .noo_item:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.noro-featured.k2ItemsBlock .noo_item:hover .noo_item_info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: rgba(60, 153, 233, 0.4);
}
.noro-featured.k2ItemsBlock .noo_item:hover .moduleItemDateCreated,
.noro-featured.k2ItemsBlock .noo_item:hover .moduleItemIntrotext,
.noro-featured.k2ItemsBlock .noo_item:hover a.moduleItemTitle,
.noro-featured.k2ItemsBlock .noo_item:hover .moduleItemCategory {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.noro-showcase.k2ItemsBlock {
  margin: 0 -9px 0 -9px;
}
.noro-showcase.k2ItemsBlock ul {
  margin-left: 0px;
}
.noro-showcase.k2ItemsBlock ul > li {
  float: left;
  width: 33.3%;
  padding: 0;
  margin: 0;
}
.noro-showcase.k2ItemsBlock ul > li .lastItem {
  margin-right: 0px;
}
.noro-showcase.k2ItemsBlock .noo_item {
  overflow: hidden;
  float: left;
  position: relative;
  width: 96%;
  margin: 7px 9px;
}
.noro-showcase.k2ItemsBlock .noo_item .moduleItemDateCreated {
  font-size: 14px;
  background: white;
  color: #7d7d7d;
  padding: 4px;
}
.noro-showcase.k2ItemsBlock .noo_item .moduleItemIntrotext {
  padding: 0;
  margin: 0;
  display: block;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemTitle {
  color: #fff;
  padding: 10px 0;
  display: block;
  font-family: 'Open Sans Bold', sans-serif;
  white-space: nowrap;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemTitle:hover {
  color: #000000;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemCategory {
  color: #dbdbdb;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px;
  white-space: nowrap;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemCategory:hover {
  color: #000000;
}
.noro-showcase.k2ItemsBlock .noo_item .moduleItemImage img {
  position: relative;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemImage img {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.noro-showcase.k2ItemsBlock .noo_item .noo_item_info {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 96%;
  top: 0px;
  padding: 20px 10px 0 15px;
  background-color: rgba(60, 153, 233, 0.4);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.noro-showcase.k2ItemsBlock .noo_item .mobile_class {
  display: none !important;
}
.noro-showcase.k2ItemsBlock .noo_item .modal_class {
  display: block !important;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemReadMore {
  float: right;
  bottom: 35px;
  background: #fff;
  color: #3c99df;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 30px 0 0;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemReadMore:hover {
  color: #000000;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemTitle {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.noro-showcase.k2ItemsBlock .noo_item .moduleItemIntrotext {
  margin: 0;
  display: block;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.noro-showcase.k2ItemsBlock .noo_item a.moduleItemReadMore {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.noro-showcase.k2ItemsBlock .noo_item:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.noro-showcase.k2ItemsBlock .noo_item:hover .noo_item_info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.noro-showcase.k2ItemsBlock .noo_item:hover a.moduleItemTitle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.noro-showcase.k2ItemsBlock .noo_item:hover .moduleItemIntrotext {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.noro-showcase.k2ItemsBlock .noo_item:hover a.moduleItemReadMore {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.metro-project.k2ItemsBlock {
  margin: 0 -10px 0 -10px;
}
.metro-project.k2ItemsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.metro-project.k2ItemsBlock ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .metro-project.k2ItemsBlock ul li {
    width: 50%;
  }
  .metro-project.k2ItemsBlock ul li.break-two-col {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .metro-project.k2ItemsBlock ul li {
    width: 33.33%;
  }
  .metro-project.k2ItemsBlock ul li.break-two-col {
    clear: none;
  }
  .metro-project.k2ItemsBlock ul li.break-three-col {
    clear: both;
  }
}
.metro-project.k2ItemsBlock a.moduleItemTitle {
  color: #3c99df;
  text-transform: uppercase;
}
.metro-project.k2ItemsBlock .moduleItemCategory {
  color: #dbdbdb;
  font-style: italic;
  font-size: 12px;
}
.metro-project.k2ItemsBlock .moduleItemReadMore-div {
  float: right;
}
.metro-project.k2ItemsBlock .itemintrotext {
  color: #000000;
  font-size: 12px;
  margin: 10px 0 20px 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.metro-project.k2ItemsBlock .moduleItemReadMore {
  background: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 20px 0;
  display: block;
  cursor: pointer;
  margin: 0 5px 0 10px;
  width: auto;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px #3c99df;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.metro-project.k2ItemsBlock .moduleItemReadMore:hover:before {
  speak: none;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.metro-project.k2ItemsBlock .moduleItemReadMore:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #3c99df;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  -o-transition: -moz-transform 0.2s, opacity 0.3s;
  -ms-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.metro-project.k2ItemsBlock a.moduleItemReadMore:hover {
  color: #3c99df;
}
.metro-project.k2ItemsBlock .moduleItemReadMore:hover:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.metro-project.k2ItemsBlock .ItemsBlockDesc {
  display: block;
  margin: 10px;
  padding: 0;
  line-height: 120%;
  background: #ffffff;
}
.metro-project.k2ItemsBlock .itemImage {
  position: relative;
  float: left;
  margin: 0 0 10px 0!important;
  overflow: hidden;
  width: 100%;
}
.metro-project.k2ItemsBlock .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.metro-project.k2ItemsBlock .itemImage:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
}
.metro-project.k2ItemsBlock .itemImage:hover img {
  -webkit-transform: scale(1.15) rotate(-1.5deg);
  -moz-transform: scale(1.15) rotate(-1.5deg);
  -ms-transform: scale(1.15) rotate(-1.5deg);
  -o-transform: scale(1.15) rotate(-1.5deg);
  transform: scale(1.15) rotate(-1.5deg);
}
.metro-project.k2ItemsBlock .itemImage img {
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
}
.metro-project.k2ItemsBlock .itemImage:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
}
.metro-project.k2ItemsBlock div.moduleItemIntrotext {
  padding: 5px 5px 30px 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.metro-project.k2ItemsBlock li:hover div.moduleItemIntrotext {
  -webkit-box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.9);
  box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.9);
}
.metro-project.k2ItemsBlock div.moduleItemIntrotext img {
  margin: 0 !important;
  padding: 0;
}
.no-sidebar .item-page {
  margin: 20px;
}

.noo-slideshow .slides-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .noo-slideshow .slides-navigation {
    display: block;
  }
}
.noo-slideshow .slides-navigation a {
  border: 0;
  color: #616161;
  opacity: 0.2;
  font-size: 46px;
  width: auto;
  font-weight: normal !important;
  box-shadow: none;
  text-shadow: none;
}
.noo-slideshow .slides-navigation a:hover {
  background: none;
  color: #fff;
}
.noo-slideshow .slides-pagination {
  bottom: 85px;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .slides-pagination {
    bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .slides-pagination {
    bottom: 50px;
  }
}
.noo-slideshow .slides-pagination a {
  background: #000000;
  opacity: 0.5;
  border: 3px solid #000000;
  width: 12px;
  height: 12px;
}
.noo-slideshow .slides-pagination a.current {
  background: #3c99df;
  border: 3px solid #ffffff;
  opacity: 1;
  width: 17px;
  height: 17px;
  margin-bottom: 2px;
}
.noo-slideshow .fs-description {
  left: auto;
  max-width: 100%;
  padding: 0;
  padding-top: 30px;
  width: auto;
  right: 0;
  top: 120px;
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description {
    top: 55px;
  }
}
@media screen and (min-width: 992px) {
  .noo-slideshow .fs-description {
    top: 120px;
  }
}
.noo-slideshow .fs-description > div {
  background: none;
  border-radius: 3px;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
}
.noo-slideshow .fs-description > div .slidecontent-left {
  width: 53%;
  float: left;
  margin-left: 50px;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .slidecontent-left {
    margin-left: 85px;
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .slidecontent-left {
    margin-left: 120px;
    width: 53%;
  }
}
.noo-slideshow .fs-description > div .slidecontent-right {
  width: 85%;
  float: right;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .slidecontent-right {
    width: 56%;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .slidecontent-right {
    width: 48%;
    margin-right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .noo-slideshow .fs-description > div .slidecontent-right {
    width: 50%;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .noo-slideshow .fs-description > div .slidecontent-right {
    width: 43%;
    margin-right: 230px;
  }
}
.noo-slideshow .fs-description > div .text-short {
  width: 60%;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .text-short {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .text-short {
    width: 35%;
  }
}
.noo-slideshow .fs-description > div .text-opacity {
  opacity: 0.5;
}
.noo-slideshow .fs-description > div .black {
  color: #000000;
}
.noo-slideshow .fs-description > div .separate-line {
  opacity: 0.2;
  margin: 10px 0;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .separate-line {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .separate-line {
    margin: 20px 0;
  }
}
.noo-slideshow .fs-description > div .cnhp.SLPP.1981 .black .separate-line {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.noo-slideshow .fs-description > div .text-large {
  font-size: 30px;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .text-large {
    font-size: 37px;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .text-large {
    font-size: 43px;
    padding: 0 0 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .noo-slideshow .fs-description > div .text-large {
    font-size: 60px;
    padding: 0 0 20px 0;
  }
}
.noo-slideshow .fs-description > div .text-xlarge {
  font-size: 30px;
  line-height: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .text-xlarge {
    font-size: 37px;
    line-height: normal;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .text-xlarge {
    font-size: 43px;
  }
}
@media screen and (min-width: 992px) {
  .noo-slideshow .fs-description > div .text-xlarge {
    font-size: 60px;
  }
}
.noo-slideshow .fs-description > div .text-bold {
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .noo-slideshow .fs-description > div .text-bold {
    display: block;
    line-height: normal;
  }
}
@media screen and (min-width: 768px) {
  .noo-slideshow .fs-description > div .text-bold {
    display: inline;
    line-height: inherit;
  }
}
.noo-slideshow .fs-description > div .description {
  max-width: 450px;
}

.portfolio-door .noop-filters {
  text-align: right;
  margin: 20px 0;
}
.portfolio-door .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #616161;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio-door .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio-door .noop-filters li a {
  color: #ffffff;
}
.portfolio-door .noop-filters a:hover,
.portfolio-door .noop-filters a.selected {
  background: #3c99df;
}
.portfolio-door .noop-main-wrap {
  margin-left: -10px;
  margin-right: -10px;
  overflow: visible !important;
}
.portfolio-door .noop-item-main {
  overflow: hidden;
  border-radius: 4px;
  margin: 0 10px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.portfolio-door .noop-img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
.portfolio-door .noop-item {
  width: 100% !important;
  margin: 10px 0 !important;
  border-radius: 4px;
  overflow: hidden !important;
}
@media screen and (min-width: 768px) {
  .portfolio-door .noop-item {
    width: 33.3% !important;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-door .noop-item {
    width: 25% !important;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-door .noop-item {
    width: 20% !important;
  }
}
.portfolio-door .noop-item,
.portfolio-door .noop-item-main {
  height: 200px !important;
}
@media screen and (min-width: 480px) {
  .portfolio-door .noop-item,
  .portfolio-door .noop-item-main {
    height: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-door .noop-item,
  .portfolio-door .noop-item-main {
    height: 180px !important;
  }
}
.portfolio-door .noop-item:hover .noop-item-main {
  height: auto !important;
}
.portfolio-door .item-info {
  top: 0 !important;
  pointer-events: none;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
  background: none !important;
  border: 10px solid #3c99df !important;
  border-radius: 4px;
}
.portfolio-door .item-info .item-info-image img {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-transition: opacity 0.4s ease-in !important;
  -moz-transition: opacity 0.4s ease-in !important;
  -o-transition: opacity 0.4s ease-in !important;
  -ms-transition: opacity 0.4s ease-in !important;
  transition: opacity 0.4s ease-in !important;
}
.portfolio-door .noop-item:hover {
  z-index: 9;
  overflow: visible !important;
}
.portfolio-door .noop-item:hover .item-info {
  top: 0px !important;
  border-radius: 5px;
}
.portfolio-door .noop-item.item-info .item-main-info {
  max-width: 100% !important;
}
.portfolio-door .noop-img img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.portfolio-door .noop-item:hover .noop-img img {
  max-height: none !important;
}
.portfolio-door .info-content {
  max-width: 100% !important;
  padding: 10px !important;
  color: #262626;
  text-align: left;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}
.portfolio-door .item-info h2,
.portfolio-door .info-content h2 a {
  font-size: 13px;
  line-height: 120%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
}
.portfolio-door .info-content p {
  margin-bottom: 0;
}
.portfolio-door .item-info {
  opacity: 0;
}
.portfolio-door .noop-item:hover .item-info {
  opacity: 1;
}
.portfolio-door .noop-zoom a,
.portfolio-door .noop-link a {
  background-color: #3c99df;
  color: #ffffff !important;
}
.portfolio-door .noop-item .noop-zoom a,
.portfolio-door .noop-item .noop-link a {
  top: 0px;
  opacity: 0;
}
.portfolio-door .noop-item:hover .noop-zoom a,
.portfolio-door .noop-item:hover .noop-link a {
  top: 140px;
  opacity: 1;
}
.portfolio-door .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.portfolio-door .noop-item:hover .noop-overlay {
  background: rgba(51, 51, 51, 0.3);
  opacity: 1;
}
.portfolio-door .item-info-image {
  position: relative;
  overflow: hidden;
}
.portfolio-flex .noop-filters {
  text-align: right;
  margin: 20px 0;
}
.portfolio-flex .noop-filters ul {
  margin: 0 -3px;
}
.portfolio-flex .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #616161;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio-flex .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio-flex .noop-filters li a {
  color: #ffffff;
}
.portfolio-flex .noop-filters a:hover,
.portfolio-flex .noop-filters a.selected {
  background: #3c99df;
}
.portfolio-flex .noop-main-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-flex .noop-item-main {
  margin: 0px 10px 20px 10px;
  position: relative;
  height: 100%;
}
.portfolio-flex .noop-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.portfolio-flex .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.portfolio-flex .noop-item:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 4px;
}
.portfolio-flex .noop-item {
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
  height: 220px !important;
}
@media screen and (min-width: 480px) {
  .portfolio-flex .noop-item {
    height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-flex .noop-item {
    height: 195px !important;
    width: 33.3% !important;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-flex .noop-item {
    width: 25% !important;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-flex .noop-item {
    width: 20% !important;
  }
}
.portfolio-flex .item-info {
  top: auto !important;
  cursor: pointer;
  height: auto !important;
  -webkit-transition: all ease 0.3s !important;
  -moz-transition: all ease 0.3s !important;
  -o-transition: all ease 0.3s !important;
  -ms-transition: all ease 0.3s !important;
  transition: all ease 0.3s !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.portfolio-flex .item-info .item-info-image img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.portfolio-flex .noop-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
.portfolio-flex .noop-item .item-info {
  bottom: -85px !important;
  height: 85px !important;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 480px) {
  .portfolio-flex .noop-item .item-info {
    bottom: -145px !important;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-flex .noop-item .item-info {
    bottom: -85px !important;
  }
}
.portfolio-flex .noop-item:hover .item-info {
  bottom: 0px !important;
  opcity: 1;
}
.portfolio-flex .info-content {
  padding: 10px !important;
  color: #262626;
  text-align: left;
  background: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-flex .item-info h2,
.portfolio-flex .info-content h2 a {
  font-size: 13px;
  line-height: 120%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
}
.portfolio-flex .info-content p {
  margin-bottom: 0;
  font-size: 12px;
}
.portfolio-flex .item-info {
  -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.portfolio-flex .noop-item:hover .item-info {
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  bottom: 0 !important;
}
.portfolio-flex .noop-zoom a,
.portfolio-flex .noop-link a {
  background-color: #3c99df;
  color: #ffffff !important;
}
.portfolio-flex .noop-item .noop-zoom a,
.portfolio-flex .noop-item .noop-link a {
  top: 55px;
  opacity: 0;
}
.portfolio-flex .noop-item .noop-zoom a,
.portfolio-flex .noop-item .noop-link a {
  top: 0px;
}
.portfolio-flex .noop-item:hover .noop-zoom a,
.portfolio-flex .noop-item:hover .noop-link a {
  top: 55px;
  opacity: 1;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-flex .noop-item:hover .noop-zoom a,
  .portfolio-flex .noop-item:hover .noop-link a {
    top: 105px;
  }
}
.portfolio-vario {
  margin: 0 -10px;
}
.portfolio-vario .noop-filters {
  text-align: right;
  margin: 10px;
}
.portfolio-vario .noop-filters li a {
  display: inline-block;
  padding: 5px 10px;
  background: #616161;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}
.portfolio-vario .noop-filters li {
  display: inline-block;
  padding: 3px;
}
.portfolio-vario .noop-filters li a {
  color: #ffffff;
}
.portfolio-vario .noop-filters a:hover,
.portfolio-vario .noop-filters a.selected {
  background: #3c99df;
}
.portfolio-vario .noop-item-main {
  margin: 0 10px !important;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 4px;
}
.portfolio-vario .noop-item {
  width: 100% !important;
  margin: 10px 0!important;
  height: auto !important;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .portfolio-vario .noop-item {
    width: 33.3% !important;
    height: 240px !important;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-vario .noop-item {
    width: 25% !important;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-vario .noop-item {
    width: 20% !important;
  }
}
.portfolio-vario .noop-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 4px;
}
.portfolio-vario .noop-item:hover .noop-overlay {
  opacity: 1;
  background: rgba(51, 51, 51, 0.3);
}
.portfolio-vario .noop-img img {
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  border-radius: 4px 4px 0px 0px;
}
.portfolio-vario .noop-img {
  position: relative;
}
.portfolio-vario .item-info {
  position: relative;
  top: 0;
  overflow: hidden;
  text-align: left;
  background: #ffffff;
  color: #616161;
  border-radius: 0 0 4px 4px;
}
.portfolio-vario .item-info h2 a {
  font-size: 13px;
  line-height: 100%;
  color: #616161;
}
.portfolio-vario .item-info h2 {
  line-height: 13px;
  margin: 5px 0;
}
.portfolio-vario .noop-item:hover .noop-zoom a,
.portfolio-vario .noop-item:hover .noop-link a {
  top: 35%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .portfolio-vario .noop-item:hover .noop-zoom a,
  .portfolio-vario .noop-item:hover .noop-link a {
    top: 50px;
  }
}
.portfolio-vario .noop-zoom a,
.portfolio-vario .noop-link a {
  background-color: #3c99df;
  color: #ffffff !important;
}

.t3-header {
  background: #ffffff;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 102px;
  -webkit-box-shadow: 0px 7px 18px -1px rgba(82,82,82,1);
	-moz-box-shadow: 0px 7px 18px -1px rgba(82,82,82,1);
	box-shadow: 0px 7px 18px -1px rgba(82,82,82,1);
}
.content-spacing {
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .content-spacing {
    height: 72px;
  }
}
.content-bottom-spacing {
  width: 100%;
  height: 40px;
}
.logo {
  float: left;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .logo {
    padding-left: 0;
  }
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
  top: 3px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .logo-image {
    top: 3px;
  }
}
.logo-image a {
  background-image: url("../../../../images/themes/blue/logo.png");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 35px;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #2c2c2c;
}
.logo-text h1 a {
  color: #2c2c2c;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 20px;
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url("../../../../images/themes/blue/ico/search-invert.png") no-repeat 8px center;
  width: 120px;
  padding-left: 26px;
}
.head-search .input:focus {
  color: #2c2c2c;
  width: 180px;
}
.t3-header .main-navigation {
  padding-right: 20px;
  padding-left: 0;
  float: right;
}
@media screen and (min-width: 768px) {
  .t3-header .main-navigation {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .t3-header .main-navigation {
    padding-right: 0;
    float: left;
  }
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
body {
  background: url("../../../../images/themes/blue/bg.jpg") no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body .t3-wrapper {
  background: transparent;
}
body.metro-home .t3-wrapper {
  position: inherit;
}
body.metro-default .noo-mainbody,
body.metro-no-sidebar .noo-mainbody,
body.metro-sidebar-content .noo-mainbody {
  background: #FCFCFC;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: -20px;
}
body.contentpane {
  background-image: none;
  background-color: #fff;
}
body div.overlay {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #482d8c 0%, #ab4399 100%) repeat scroll 0 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=80);
  z-index: -1;
}
body #big-video-wrap {
  height: auto !important;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.metro-default .noo-mainbody {
  background: #FCFCFC;
}
.noo-sidebar {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .noo-sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .noo-sidebar-right .noo-content {
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .noo-sidebar-left .noo-content {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .noo-sidebar-left .t3-sidebar {
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .noo-sidebar-right .t3-sidebar {
    padding-left: 10px;
  }
}
.t3-footer {
  background: #222222;
  color: #616161;
  position: fixed !important;
  margin: 0 !important;
  width: 100%;
  z-index: 99;
  bottom: 0;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #dbdbdb;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #e1e1e1;
  text-decoration: none;
}
.t3-footnav {
  padding: 60px 0 40px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 18px;
  color: #dbdbdb;
}
.t3-footer .social {
  margin-right: 20px;
}
.t3-copyright {
  border-top: 1px solid #2f2f2f;
  font-size: 12px;
  padding: 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: none;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 2px 0;
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .copyright {
    padding: 11px 0;
  }
}
.footer1 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer1 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 a {
    display: block;
  }
}
.t3-footer .phone_contact {
  text-align: left;
  margin: 4px 0 0 0;
}
.poweredby {
  float: right;
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: right;
  opacity: .5;
}
.social_media {
  float: right;
}
.social_media ul.menu {
  float: right;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .social_media ul.menu {
    float: none;
  }
}
.social_media ul.menu li:first-child {
  border-left: 1px solid #1a1a1a;
}
.social_media ul.menu li {
  display: block;
  float: left;
  line-height: 100%;
  margin: 0;
  padding: 11px 9px;
  border-right: 1px solid #1a1a1a;
}
.social_media ul.menu li a {
  font-size: 20px;
  display: block;
  padding: 0 5px;
  color: #616161;
}
.social_media ul.menu li a span.social-title {
  display: none;
}
.social_media ul.menu li a:hover {
  color: #3c99df;
  text-decoration: none;
}
.colum-pricing {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .colum-pricing {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .colum-pricing {
    width: 25%;
  }
}
.pricing-table {
  margin: 0 auto 0px;
  top: 0px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pricing-table {
    width: auto;
  }
}
#menu-holder {
  margin: 30px auto;
  width: 100%;
}
.content {
  margin-top: 100px;
  text-align: center;
  color: #c5c5c5;
  font-size: 25px;
  text-shadow: #ffffff 1px 1px 1px;
}
a.go {
  font-size: 15px;
}
a.go:hover {
  text-decoration: underline;
}
#home {
  margin-top: 20px;
}
.column-clear {
  clear: both;
}

.price_table {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: #444444;
}
.price_table ul {
  padding-left: 0;
}
.price_table a {
  color: #444444;
}
.price_table .align_center {
  text-align: center;
}
.price_table .pack-title {
  font-family: 'Viga', arial, sans-serif;
  font-size: 30px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin-top: 10px;
}
.price_table .price {
  font-family: 'Viga', arial, sans-serif;
  font-size: 50px;
  line-height: 100%;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin: 20px 0 0;
}
.price_table .time {
  font-size: 14px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
}

.price_table .column_1 .header_row_1 {
  height: auto;
  width: 100%;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px solid #37752B;
  background: #52A93E;
  background: -webkit-gradient(linear, left top, left bottom, from(#52a93e), to(#469436));
  background: -moz-linear-gradient(top, #52a93e, #469436);
  background: linear-gradient(#52a93e, #469436);
}

.price_table .column_1 .header_row_2 {
  height: auto;
  width: 100%;
  padding: 5px 0 20px;
  border-top: 1px solid #B0E287;
  background: #7DCF3D;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dcf3d), to(#52a93e));
  background: -moz-linear-gradient(top, #7dcf3d, #52a93e);
  background: linear-gradient(#7dcf3d, #52a93e);
}
.price_table .column_1 {
  height: 100%;
  float: left;
  width: 100%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .price_table .column_1 {
    width: 33.3%;
  }
}
.column_1 ul {
  list-style-type: none;
  margin: 0px;
}

.price_table .column_1:hover {
  position: relative;
  z-index: 100;
  box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-5px, -15px);
  -moz-transform: translate(-5px, -15px);
  -o-transform: translate(-5px, -15px);
  -ms-transform: translate(-5px, -15px);
  transform: translate(-5px, -15px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.price_table .column_1:hover .header_row_1,
.price_table .column_1:hover .header_row_2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2 {
  padding-left: 5px;
  padding-right: 5px;
}

.price_table .row_style_1,
.price_table .row_style_2,
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 9px;
  float: left;
}
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  padding: 10px 0px;
}
.price_table .row_style_1,
.price_table .row_style_footer_1 {
  background-color: #F9F8F0;
}
.price_table .row_style_2,
.price_table .row_style_footer_2 {
  background-color: #F0EED9;
}
.price_table .row_style_1 span,
.price_table .row_style_2 span {
  position: relative;
  right: -14px;
  font-size: 14px;
}
.price_table .row_style_1 span:before,
.price_table .row_style_2 span:before {
  background: url(../../../../images/pricing-table/icon-yes.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}
.price_table .no-option span:before {
  background: url(../../../../images/pricing-table/icon-no.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}

.buy_now {
  padding: 9px 21px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 1px;
  color: #513b26;
  border-color: #ddb385 #dca36c #db904f;
  background: #fab778;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
  background: -moz-linear-gradient(top, #fcca94, #f9a55c);
  background: linear-gradient(#fcca94, #f9a55c);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.buy_now:hover {
  border-color: #d2aa7e #d19c68 #d0894b;
  background: #fbca98;
  background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
  background: -moz-linear-gradient(top, #fddfba, #fab371);
  background: linear-gradient(#fddfba, #fab371);
}
.pricing-table {
  margin-left: 5px;
  margin-right: 5px;
}
.pricing-table td {
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: inherit;
}
.pricing-table thead,
.pricing-table .plan,
.pricing-table .plan h2,
.pricing-table .green,
.pricing-table .green h2 {
  color: #36611E;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.pricing-table thead .plan td {
  width: 100%;
  height: 72px;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing-table thead .plan h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0px;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}
.pricing-table thead .plan em {
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table thead .plan .green {
  color: #36611e;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: url(../../../../images/pricing-table/green_pattern.png) repeat-x 0 0 !important;
}
.pricing-table thead .plan .orange {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: url(../../../../images/pricing-table/orange_pattern.png) repeat-x 0 0;
}
.pricing-table thead .plan .orange h2 {
  color: #fafafa;
}

.pricing-table thead .price td {
  position: relative;
  width: 100%;
  padding: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #b6b07c;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  background: #f9f8f1;
  background: -moz-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f1), color-stop(100%, #f4f2e2)) !important;
  background: -webkit-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -o-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -ms-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: linear-gradient(to bottom, #f9f8f1 0%, #f4f2e2 100%) !important;
}
.pricing-table thead .price p {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  line-height: 60px;
}
.pricing-table thead .price p span {
  font-size: 0.5em;
  display: table-cell;
  vertical-align: middle;
}
.pricing-table thead .price span {
  font-size: 14px;
}
.pricing-table thead .price a {
  display: block;
  position: absolute;
  top: 41px;
  right: -5px;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 12px;
  text-decoration: none;
}
.pricing-table thead .price .green a {
  color: #37621f;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: #82d344;
  background: -moz-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82d344), color-stop(100%, #51af34));
  background: -webkit-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -o-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -ms-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: linear-gradient(to bottom, #82d344 0%, #51af34 100%);
}
.pricing-table thead .price .orange a {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #ff8042;
  background: -moz-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8042), color-stop(100%, #f55a0e));
  background: -webkit-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -o-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -ms-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: linear-gradient(to bottom, #ff8042 0%, #f55a0e 100%);
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before,
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  display: block;
  position: absolute;
  content: '';
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before {
  width: 8px;
  height: 32px;
  top: 0;
  left: -8px;
  background: url(../../../../images/pricing-table/badge.png) no-repeat;
}
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  width: 0;
  height: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 5px solid transparent;
}
.pricing-table thead .price .green a:before {
  background-position: 0 0;
}
.pricing-table thead .price .orange a:before {
  background-position: 0 -32px;
}
.pricing-table thead .price .green a:after {
  border-left: 5px solid #1c5d40;
}
.pricing-table thead .price .orange a:after {
  border-left: 5px solid #88330a;
}

.pricing-table tbody tr:first-child td:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  top: -25px;
  left: 0;
  background: url(../../../../images/pricing-table/stripe.png) repeat-x 0 0;
}
.pricing-table tbody td {
  width: 100%;
  padding: 0 0 0 0px;
  line-height: 30px;
  border-top: 1px solid #f2f2f2;
  font-size: 11px;
  color: #828282;
  font-family: Helvetica,Arial,sans-serif;
  text-indent: 40px;
}
.pricing-table tbody tr:first-child td {
  border-top: 20px solid #ffffff;
}
.pricing-table .clock-icon td,
.pricing-table .basket-icon td,
.pricing-table .star-icon td,
.pricing-table .heart-icon td {
  background: #ffffff url(../../../../images/pricing-table/icons.png) no-repeat 0 0;
}
.pricing-table .clock-icon td {
  background-position: 0 0;
}
.pricing-table .basket-icon td {
  background-position: 0 -30px;
}
.pricing-table .star-icon td {
  background-position: 0 -60px;
}
.pricing-table .heart-icon td {
  background-position: 0 -90px;
}

.pricing-table tfoot td {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  line-height: 18px;
  background: #ffffff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #828282;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 2px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 0px #e4e4e4;
  box-shadow: 0px 2px 0px #e4e4e4;
}
.pricing-table tfoot td span {
  padding: 0px 10px;
  display: block;
}

.table-float {
  display: block;
  position: absolute;
  width: 300px;
  padding: 80px 0 0 0;
  top: 85%;
  left: 130px;
}
.table-float p {
  font-family: 'Lobster13Regular', sans-serif;
  font-size: 16px;
  color: #858585;
  line-height: 20px;
}
.table-float p.big {
  font-size: 65px;
  color: #f76117;
  text-align: right;
  line-height: 65px;
}
.table-float .arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 68px;
  height: 77px;
}
#plans,
#plans ul,
#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#plans ul li.button {
  background: none;
}
#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}
#pricePlans {
  zoom: 1;
}
#pricePlans {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #pricePlans {
    margin: 2em auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
  }
}
#pricePlans #plans .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
@media screen and (min-width: 480px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
@media screen and (min-width: 768px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
@media screen and (min-width: 992px) {
  #pricePlans #plans .plan {
    width: 24%;
    margin: 0 1.33% 20px 0;
  }
}
@media screen and (min-width: 992px) {
  #pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
}
#pricePlans #plans .plan:last-child {
  margin-right: 0;
}
.planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.planContainer .price p {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
  background: #f7814d;
}
.planContainer .price p span {
  color: #8394ae;
}
.planContainer .options {
  margin-top: 10em;
}
.planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
}
.planContainer .options li span {
  font-weight: 400;
  color: #979797;
}
.planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2.8em;
  border: 2px solid #3e4f6a;
  display: inline-block;
  width: 80%;
  border-radius: 4px;
  margin: 1.5em 0 1.8em;
}
@media screen and (min-width: 992px) {
  .planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
}
@media screen and (min-width: 992px) {
  .planContainer .button a:hover {
    background: #3e4f6a;
    color: #fff;
  }
}
.planContainer .button a.bestPlanButton {
  color: #fff;
  background: #f7814d;
  border: 2px solid #f7814d;
}
@media screen and (min-width: 992px) {
  .planContainer .button a.bestPlanButton:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
  }
}
#credits {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  color: #777;
}
#credits a {
  color: #333;
}
#credits a:hover {
  text-decoration: none;
}

.bs-docs-section .bs-example {
  position: relative;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  padding: 45px 15px 15px;
  margin: 0 0 -1px 0;
}
.bs-docs-section .bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
.bs-docs-section .bs-example + .highlight > pre {
  border-radius: 0 0 4px 4px;
}
.bs-docs-section .highlight {
  padding: 0;
}
.bg-blue {
  background: #3498db !important;
}
.bg-yellow {
  background: #f39c12 !important;
}
.bg-red {
  background: #e74c3c !important;
}
.bg-darkblue {
  background: #34495e !important;
}
.bg-green {
  background: #27ae60 !important;
}
.bg-gray {
  background: #bdc3c7 !important;
}
.bg-gray .module-title {
  color: #616161;
}
.overlay-slideshow {
  display: none;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: auto;
  width: 475px;
  height: 475px;
  opacity: 1;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  background: url("../../../../images/themes/blue/video-slideshow.png") no-repeat center;
}
@media screen and (min-width: 480px) {
  .overlay-slideshow {
    display: block;
  }
}
.overlay-slideshow .large-text {
  font-size: 34px;
  line-height: 100%;
  margin: 0px auto 20px auto;
  border-bottom: 1px solid rgba(177, 177, 177, 0.5);
  width: 35%;
  text-align: center;
  padding: 9px 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.overlay-slideshow .medium-text {
  font-size: 30px;
  margin: 25% auto 0;
}
.overlay-slideshow .small-text {
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
}
.overlay-slideshow .overlay-btn {
  float: right;
  background: #b1b1b1;
  border: 3px solid rgba(225, 225, 225, 0.4);
  margin: 30px 100px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overlay-slideshow .overlay-btn a.btn-overlay {
  color: #ffffff;
  display: block;
  padding: 4px 10px;
}
.overlay-slideshow .overlay-btn:hover {
  background: #3c99df;
}
.back-to-top {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 40px;
  height: 50px;
  line-height: 1;
  position: fixed;
  text-align: center;
  width: 50px;
  border-radius: 4px;
  z-index: 100;
  bottom: 16px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -moz-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -ms-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -o-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
}
@media screen and (min-width: 480px) {
  .back-to-top {
    bottom: 60px;
  }
}
.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: pointer;
}
.back-to-top:hover i {
  color: #3c99df;
}