

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

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -932px;
}
.offset-11 {
  margin-left: -851px;
}
.offset-10 {
  margin-left: -770px;
}
.offset-9 {
  margin-left: -689px;
}
.offset-8 {
  margin-left: -608px;
}
.offset-7 {
  margin-left: -527px;
}
.offset-6 {
  margin-left: -446px;
}
.offset-5 {
  margin-left: -365px;
}
.offset-4 {
  margin-left: -284px;
}
.offset-3 {
  margin-left: -203px;
}
.offset-2 {
  margin-left: -122px;
}
.offset-1 {
  margin-left: -41px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

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

.wrap {
  width: auto;
  clear: both;
}
.ot-warp-home,
.ot-warp-banded,
.ot-warp-default {
  background: white;
  border-bottom: 30px solid #444;
  padding-bottom: 40px;
  min-height: 500px;
}
.optimum-content {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ot-warp-default {
  margin-top: 24px;
  margin-bottom: 0;
}

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

p {
  margin: 0 0 12px;
}
p small,
p .small {
  font-size: 14px;
  color: #999;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #7f8c8d;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 40px;
  line-height: 48px;
}
h1 small {
  font-size: 32px;
}
h2 {
  font-size: 32px;
  line-height: 48px;
}
h2 small {
  font-size: 24px;
}
h3 {
  font-size: 24px;
  line-height: 48px;
}
h3 small {
  font-size: 18px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h4 small {
  font-size: 16px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h5 small {
  font-size: 14px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
.page-header {
  border-bottom: 1px solid #ebedee;
  padding-bottom: 24px;
  margin: 0 0 24px;
}
.page-header h2 {
  margin-top: 0;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ebedee;
  margin: 0 0 24px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #f39c12;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c87f0a;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 24px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedee;
  border: 1px solid #d8dcde;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ebedee;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
p.numblocks {
  margin: 20px 0;
  min-height: 40px;
  padding: 0 0 24px 75px !important;
  position: relative;
}
p.numblocks span {
  -moz-border-radius: 50%;
  -ms-webkit-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 50px;
}
p.num-1 span {
  background: #1abc9c;
}
p.num-2 span {
  background: #16a085;
}
p.num-3 span {
  background: #58d3a9;
}
p.num-4 span {
  background: #27ae60;
}
p.num-5 span {
  background: #3498db;
}
p.num-6 span {
  background: #2980b9;
}
p.num-7 span {
  background: #9b59b6;
}
p.num-8 span {
  background: #8e44ad;
}
p.num-9 span {
  background: #34495e;
}
p.num-10 span {
  background: #2c3e50;
}
p.num-11 span {
  background: #f1c40f;
}
p.num-12 span {
  background: #f39c12;
}
p.num-13 span {
  background: #e67e22;
}
p.num-14 span {
  background: #d35400;
}
p.num-15 span {
  background: #e74c3c;
}
p.num-16 span {
  background: #c0392b;
}
p.num-17 span {
  background: #ecf0f1;
}
p.num-18 span {
  background: #bdc3c7;
}
p.num-19 span {
  background: #95a5a6;
}
p.num-20 span {
  background: #7f8c8d;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert .close {
  text-shadow: 0 0 0 #ffffff;
  color: #7f8c8d !important;
  background: none;
}

form {
  margin: 0 0 24px;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.25);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ebedee;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebedee;
}
.help-block,
.help-inline {
  color: #476481;
}
.help-block {
  margin-bottom: 12px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.input-append ::-webkit-input-placeholder,
.input-prepend ::-webkit-input-placeholder {
  color: #999;
}
.input-append ::-moz-placeholder,
.input-prepend ::-moz-placeholder {
  color: #999;
}
.input-append ::-ms-input-placeholder,
.input-prepend ::-ms-input-placeholder {
  color: #999;
}
.input-append input:-moz-placeholder,
.input-prepend input:-moz-placeholder {
  color: #999;
}
.input-append input,
.input-prepend input {
  height: 44px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.input-append input:focus,
.input-prepend input:focus {
  border-color: #2980b9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-append .btn,
.input-prepend .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 12px;
  border: 1px solid #2980b9;
  background-color: #2980b9;
  color: #fff;
  height: 44px;
}
.input-append .btn:hover,
.input-prepend .btn:hover {
  background-color: #409ad5;
}
.input-append .btn:focus,
.input-prepend .btn:focus {
  background-color: #20638f;
}
.input-append .add-on,
.input-prepend .add-on {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 12px;
  border: 1px solid #2980b9;
  background-color: #2980b9;
  color: #fff;
  height: 44px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 12px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
button,
.button {
  padding: 9px 12px 9px;
  line-height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  background: #999;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
  border: none;
  color: white !important;
  font-weight: 400;
  letter-spacing: .04em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn a.btn:hover,
button:hover,
button a.btn:hover,
.button:hover,
.button a.btn:hover {
  text-decoration: none;
  background-color: #8c8c8c;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn:focus,
.btn a.btn:focus,
button:focus,
button a.btn:focus,
.button:focus,
.button a.btn:focus {
  outline: 0;
  background: #808080;
}
.btn.active,
.btn:active,
.btn a.btn:active,
button.active,
button:active,
button a.btn:active,
.button.active,
.button:active,
.button a.btn:active {
  text-decoration: none;
  outline: 0;
  background: #808080;
}
.btn.disabled,
.btn[disabled],
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #bdc3c7;
  color: rgba(255,255,255,0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="icon-"],
button > [class^="icon-"],
.button > [class^="icon-"] {
  margin-top: 4px;
}
.btn-huge {
  font-size: 19.424px;
  
  line-height: 22px;
  padding: 12px 18px 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-huge > [class^="icon-"].pull-right {
  margin-right: -2px;
}
.btn-large {
  font-size: 16px;
  
  line-height: 20px;
  padding: 15px 20px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-large > [class^="icon-"].pull-right {
  margin-right: -2px;
}
.btn-small {
  font-size: 14.848px;
  
  line-height: 20px;
  padding: 6px 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small > [class^="icon-"] {
  margin-top: 4px;
}
.btn-mini {
  font-size: 13.712px;
  
  padding: 8px 13px 9px;
  line-height: 1.2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-mini > [class^="icon-"] {
  margin-top: 3px;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.15);
}
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-primary {
  background: #2980b9;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-primary:hover {
  background: #2472a4;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-primary:focus,
.btn-primary:active {
  background: #2472a4;
}
.btn-warning {
  background: #f39c12;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-warning:hover {
  background: #e08e0b;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-warning:focus,
.btn-warning:active {
  background: #e08e0b;
}
.btn-danger,
a.cancel {
  background: #c00;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-danger:hover,
a.cancel:hover {
  background: #b30000;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-danger:focus,
.btn-danger:active,
a.cancel:focus,
a.cancel:active {
  background: #b30000;
}
.btn-danger:disabled,
a.cancel:disabled {
  background: #c00;
}
.btn-success {
  background: #690;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-success:hover {
  background: #558000;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-success:focus,
.btn-success:active {
  background: #558000;
}
.btn-info {
  background: #09c;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-info:hover {
  background: #0086b3;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-info:focus,
.btn-info:active {
  background: #0086b3;
}
.btn-inverse {
  background: #444;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-inverse:hover {
  background: #373737;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn-inverse:focus,
.btn-inverse:active {
  background: #373737;
}
.ot-btn {
  background: #2980b9;
  color: white;
}
.ot-btn:hover {
  background: #2472a4;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-primary {
  background: #2980b9;
  color: white;
}
.ot-btn-primary:hover {
  background: #2472a4;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-info {
  background: #3498db;
  color: white;
}
.ot-btn-info:hover {
  background: #258cd1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-success {
  background: #58d3a9;
  color: white;
}
.ot-btn-success:hover {
  background: #44ce9f;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-warning {
  background: #f1c40f;
  color: white;
}
.ot-btn-warning:hover {
  background: #dab10d;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-danger {
  background: #c0392b;
  color: white;
}
.ot-btn-danger:hover {
  background: #ab3326;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-inverse {
  background: #34495e;
  color: white;
}
.ot-btn-inverse:hover {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: #2c3e50;
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}
.input-append input {
  padding: 9px 12px;
  border: 1px solid #2980b9;
  box-shadow: none;
  line-height: 22px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #20638f;
  box-shadow: none;
}
.ot-btn:focus {
  background: #666;
}
.btn-group .btn,
.btn-group .btn:last-child,
.btn-group .btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar {
  margin-bottom: 0;
}
.nav {
  margin-bottom: 24px;
}
.nav > li > a:hover {
  background-color: transparent;
  color: #ebeded;
}
.nav .dropdown-toggle .caret {
  border-top-color: #2980b9;
  border-bottom-color: #2980b9;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #7f8c8d;
  border-bottom-color: #7f8c8d;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #efefef;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #2c3e50;
  display: block;
  line-height: 24px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #2980b9;
  text-decoration: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #2980b9;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: transparent;
  color: #2980b9;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #9aa4a5;
  border-bottom-color: #9aa4a5;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #2980b9;
  border-bottom-color: #2980b9;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #2980b9;
  border-bottom-color: #2980b9;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #2980b9;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #eee;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.pagination {
  margin: 24px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 24px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 12px;
}
.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pager li:not(:last-child) > a,
.pager li:not(:last-child) > span {
  border-right: none;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.t3-mainnav {
  
  
  
  height: 70px;
}
.t3-mainnav .navbar {
  color: #2c3e50;
  margin-bottom: 0;
  margin-top: 0;
}
.t3-mainnav .navbar-inner {
  min-height: 70px;
  padding: 0;
  background: transparent;
  border: 0;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  
  padding: 23px 14px;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  
  
  text-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #d0d5d5;
  
  text-shadow: none;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 10px 15px;
  margin: 0;
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar [class^="icon-"],
.t3-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #2c3e50;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.t3-mainnav .dropdown-menu li > a {
  padding: 5px 0px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle {
  
  color: #d0d5d5;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #d0d5d5;
}
.t3-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #d0d5d5;
  border-bottom-color: #d0d5d5;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #d0d5d5;
  border-bottom-color: #d0d5d5;
}
.t3-header .nav-search a,
.t3-header .nav-search input[type="submit"],
.t3-header .nav-buttons a,
.t3-header .nav-buttons input[type="submit"] {
  display: inline-block;
  padding: 23px 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: #9aa4a5 !important;
  line-height: 24px;
  height: auto;
  transition: none;
}
.t3-header .nav-search a:hover,
.t3-header .nav-search input[type="submit"]:hover,
.t3-header .nav-buttons a:hover,
.t3-header .nav-buttons input[type="submit"]:hover {
  color: #fff !important;
}
.nav-buttons {
  
}
.nav-buttons form {
  margin: 0;
}
.nav-buttons form .logout-button {
  display: inline-block;
}
.nav-buttons form .logout-button input[type="submit"] {
  background: none;
}
.nav-buttons .btn {
  padding: 15px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.pull-right .nav-buttons .btn {
  margin-left: 10px;
}
.nav-pills li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 24px;
}
.t3-module .module-inner {
  padding: 20px;
}
.module-title {
  background: inherit;
  color: #7f8c8d;
  line-height: 21px;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 10px 0;
  border-bottom: 4px double #ebedee;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.t3-module.ot-blank {
  background: none;
}
.t3-module.ot-blank .module-inner {
  padding: 0;
}
.t3-module.ot-blank .module-title {
  background: none;
  padding: 0;
}
.t3-module.ot-blank .module-ct {
  background: none;
  padding: 0;
}
.t3-module.ot-border {
  background: none;
}
.t3-module.ot-border .module-inner {
  border: 1px solid #ebedee;
  margin: 24px;
}
.t3-module.ot-border .module-ct {
  background: none;
}
.t3-module.ot-border-double {
  background: none;
}
.t3-module.ot-border-double .module-inner {
  border: 4px double #ebedee;
  margin: 24px;
}
.t3-module.ot-border-double .module-ct {
  background: none;
}
.t3-module.ot-border-dashed {
  background: none;
}
.t3-module.ot-border-dashed .module-inner {
  border: 1px dashed #ebedee;
  margin: 24px;
}
.t3-module.ot-border-dashed .module-ct {
  background: none;
}
.t3-module.ot-dark {
  color: white;
}
.t3-module.ot-dark .module-inner {
  margin: 24px;
  background: #7f8c8d;
}
.t3-module.ot-dark .module-title {
  color: white;
}
.t3-module.ot-dark .module-ct {
  background: none;
}
.t3-module.ot-dark a:hover {
  text-decoration: underline;
  color: #2980b9;
}
.t3-footer .t3-module {
  background: transparent;
  color: #7f8c8d;
  margin-bottom: 48px;
  padding: 0;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-inner {
  padding: 0;
}
.t3-footer .t3-module a {
  color: #7f8c8d;
}
.t3-footer .t3-module a:hover,
.t3-footer .t3-module a:active,
.t3-footer .t3-module a:focus {
  color: #2980b9;
}
.t3-footer .module-title {
  background: inherit;
  color: #2980b9;
  line-height: 30px;
  margin: 0 0 12px 0;
  padding: 0;
}
.t3-footer .module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.t3-footer .module-ct:before,
.t3-footer .module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer .module-ct:after {
  clear: both;
}
.t3-footer .t3-module ul,
.t3-footer .t3-module ol {
  margin-left: 0;
}
.t3-footer .t3-module ul.unstyled,
.t3-footer .t3-module ol.unstyled,
.t3-footer .t3-module ul.nav,
.t3-footer .t3-module ol.nav {
  margin-left: 0;
}
.module_menu .nav {
  margin-bottom: 24px;
}
.module_menu .nav > li {
  border-top: 1px solid #ebedee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
.t3-sidebar .banneritem {
  margin-bottom: 30px;
}
.t3-sidebar .banneritem .banner-img img {
  margin-bottom: 10px;
}
.bannerfooter {
  border-top: 1px solid #ebedee;
  font-size: 14px;
  padding-top: 12px;
  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: 12px 0;
  border-top: 1px solid #ebedee;
}
.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: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #ebedee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #7f8c8d;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #7f8c8d;
}

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

.demo-headline {
  color: #1abc9c;
  font-size: 142px !important;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 50px;
  padding: 40px 0;
  text-align: center;
  word-wrap: break-word;
}
.demo-row {
  margin: 0 auto;
  padding: 0 20px 50px 0;
  width: 900px;
  *zoom: 1;
}
.demo-row:before,
.demo-row:after {
  display: table;
  content: "";
}
.demo-row:after {
  clear: both;
}
.demo-row.typography-row .demo-content {
  position: relative;
  float: none;
  margin-left: 0px;
  width: auto;
  padding-left: 300px;
}
.demo-row.typography-row .header-note,
.demo-row.typography-row .text-note {
  display: block;
  width: 260px;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 13px;
  line-height: 13px;
  color: #c0c1c2;
  font-weight: 400;
}
.demo-row.typography-row .text-note {
  bottom: auto;
  top: 10px;
}
.demo-row.menu-row {
  padding: 50px 20px 0;
}
.demo-col {
  float: left;
  margin: 0 20px;
  width: 270px;
}
.demo-content {
  float: left;
  margin-left: 20px;
  width: 580px;
}
.demo-content.demo-content-article {
  font-size: 17.99px;
}
.demo-content.demo-content-article p {
  margin-bottom: 20px;
}
.demo-content.demo-content-article ul {
  list-style-type: none;
  margin-left: 0;
}
.demo-content.demo-content-article li {
  line-height: 26.985px;
  padding: 0 0 5px;
}
.demo-content-wide {
  clear: both;
  margin: 0 20px;
}
.demo-title {
  float: left;
  margin: -10px 20px 10px;
  width: 240px;
  font-size: 24.5px;
  line-height: 40px;
}
.demo-title h1,
.demo-title h2,
.demo-title h3,
.demo-title h4 {
  margin-top: 0;
}
.demo-title h1,
.demo-title h2,
.demo-title h3 {
  line-height: 40px !important;
}
.demo-title h3 {
  font-size: 24.5px !important;
}
.demo-title small {
  color: #c0c1c2;
  font-size: 13px;
  font-weight: 400;
}
.demo-buttons .btn,
.demo-inputs .control-group {
  margin-bottom: 20px;
}
.demo-navigation .demo-title {
  margin-top: 10px;
}
.demo-pager {
  margin-top: -10px;
}
.demo-tooltips {
  height: 100px;
}
.demo-tooltips .tooltip {
  left: -8px !important;
  position: relative !important;
  top: -8px !important;
}
.demo-tooltips .tooltip-inner {
  max-width: 100%;
  width: auto;
}
.demo-popovers .popover {
  display: block;
  margin: 0 13px 0 -3px;
  position: relative;
  width: auto;
}
.demo-social-buttons .btn {
  clear: left;
  float: left;
  margin-bottom: 17px;
}
.demo-headings {
  margin-bottom: 12px;
}
.demo-tiles {
  margin-bottom: 46px;
}
.demo-icons {
  font-size: 32px;
  margin-left: -15px;
}
.demo-icons > span {
  display: inline-block;
  margin: 0 0 32px 35px;
  width: 32px;
}
@media (max-width: 480px) {
  .demo-icons > span {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.demo-icons-tooltip {
  bottom: 0;
  color: #c2c8cf;
  font-size: 12px;
  left: 100%;
  margin-left: 0 !important;
  position: absolute;
  width: 80px;
}
.demo-inline {
  display: inline-block;
}
.mlm,
.mhm,
.mam {
  margin-left: 15px;
}
.mrm,
.mhm,
.mam {
  margin-right: 15px;
}

.nav > li > a:hover {
  color: #7f8c8d;
}
.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #222;
}
.t3-header a {
  color: white;
}
.logo {
  float: left;
  padding: 10px 0;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../../../images/logo.png");
  background-repeat: no-repeat;
  width: 188px;
  height: 64px;
  background-size: contain;
  
  opacity: .865;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  color: #444;
  text-decoration: none;
  font-size: 20px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 18px;
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search .input {
  background: white;
  width: 180px;
  padding: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0  rgba(0,0,0,0);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0  rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0  rgba(0,0,0,0);
}
.head-search .input:focus {
  color: #7f8c8d;
  font-weight: 300;
  width: 180px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.head-search .input-append,
.head-search .input-prepend {
  margin: 0;
}
.head-search .input-append input {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  color: #7f8c8d;
  border: none;
}
.head-search .btn {
  padding: 14px 14px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.t3-sl {
  padding-bottom: 0px;
  padding-top: 0px;
}
.ot-warp-home .t3-sl-1 .t3-module {
  margin-bottom: 0;
}
.t3-sl-1 {
  padding: 0;
}
.t3-mainbody {
  padding-bottom: 0px;
  padding-top: 0px;
}
.t3-content,
.t3-content[class*="span"] {
  min-height: 300px;
}
.t3-sidebar {
  margin-top: 12px;
}
.t3-sidebar .t3-module {
  margin-bottom: 0;
}
.t3-sidebar .t3-module .module-inner {
  padding: 24px 24px 0 24px;
}
.pre-footer {
  padding-top: 30px;
  background-color: #222;
  color: #7f8c8d;
}
.pre-footer .banneritem.well {
  border: none;
  background-color: #2f2f2f;
  *zoom: 1;
}
.pre-footer .banneritem.well:before,
.pre-footer .banneritem.well:after {
  display: table;
  content: "";
  line-height: 0;
}
.pre-footer .banneritem.well:after {
  clear: both;
}
.pre-footer .banneritem.well .banner-img {
  float: left;
  margin-right: 10px;
}
.t3-footer,
.pre-footer {
  padding: 24px 0;
  background-color: #222;
  color: #7f8c8d;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after,
.pre-footer:before,
.pre-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after,
.pre-footer:after {
  clear: both;
}
.t3-footer h1,
.t3-footer h2,
.t3-footer h3,
.t3-footer h4,
.t3-footer h5,
.t3-footer h6,
.pre-footer h1,
.pre-footer h2,
.pre-footer h3,
.pre-footer h4,
.pre-footer h5,
.pre-footer h6 {
  color: #d0d5d5;
}
.t3-footer small,
.pre-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a,
.pre-footer a {
  color: #7f8c8d;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus,
.pre-footer a:hover,
.pre-footer a:active,
.pre-footer a:focus {
  color: #2980b9;
}
.t3-footnav {
  padding: 0 0 0;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-copyright {
  font-size: 14px;
  padding: 24px 0 0;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: text-center;
  border-top: 1px dashed #444;
  padding-top: 24px;
}
.copyright a:hover {
  color: #2980b9;
}
.poweredby {
  float: right;
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: right;
  opacity: .5;
}
#topbar .cart,
#topbar .login,
#topbar .register {
  float: left;
  padding: 15px 20px;
}
#topbar .cart {
  color: #7f8c8d;
}
#topbar .login {
  cursor: pointer;
}
#topbar .login:hover {
  background: #2980b9;
}
#topbar .login:hover a {
  color: white;
}
#topbar .login a {
  text-decoration: none;
  color: #7f8c8d;
  font-weight: 700;
  letter-spacing: .09em;
}
#topbar .register {
  background: #ebedee;
  cursor: pointer;
}
#topbar .register:hover {
  background: #7f8c8d;
}
#topbar .register:hover a {
  color: white;
}
#topbar .register a {
  text-decoration: none;
  color: #2980b9;
  font-weight: 700;
  letter-spacing: .09em;
}
.ot-search {
  position: relative;
  display: inline-block;
}
.ot-search label.ot-search-btn {
  margin: 0;
}
.ot-search .ot-search-btn {
  background: #2980b9;
  color: #fff;
  display: inline-block;
  padding: 0 26px;
  font-size: 18px;
  line-height: 72px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.ot-search .ot-search-btn:hover {
  background: #7f8c8d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.ot-search_form {
  position: absolute;
  z-index: 0;
  padding: 0px 5px;
  right: 0;
  top: 70px;
  transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.ot-search_form .ot-btn {
  background: #ebedee;
}
.ot-search_form .ot-btn:hover {
  background: #7f8c8d;
}
.ot-search_form form {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.search_box {
  z-index: 10;
  visibility: hidden;
}
.search_box:checked~.ot-search_form {
  background: #2980b9;
  width: 245px;
  height: 40px;
  padding: 40px 20px;
  top: 70px;
  z-index: 999;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.ot-search_form form {
  opacity: 1;
  transition: 0.3s all ease-out 0.5s;
  -webkit-transition: 0.3s all ease-out 0.5s;
}
#ot-carousel h1.title {
  color: #2980b9;
}
#ot-carousel small.pre-title {
  color: #7f8c8d;
}
#ot-carousel .slider-content {
  padding: 150px 0 0 100px;
}
#ot-carousel .readmore-text a {
  padding: 20px 40px;
  border: 2px solid #2980b9;
  text-decoration: none;
}
#ot-carousel .readmore-text:hover a {
  border: 2px solid #7f8c8d;
}
.ot-slider {
  margin-bottom: 24px;
}
.layout-maxima .slider-content h1.title {
  color: #2980b9;
}
.layout-maxima .slider-content small.pre-title,
.layout-maxima .slider-content .slider-text {
  color: #7f8c8d;
}
.layout-maxima .slider-content .slider-button a {
  padding: 20px 40px;
  border: 2px solid #2980b9;
  text-decoration: none;
}
.layout-maxima .slider-content .slider-button:hover a {
  border: 2px solid #7f8c8d;
}
.maxima-slider .arrow-controllers .arrow-left span,
.maxima-slider .arrow-controllers .arrow-right span {
  width: 35px;
  height: 161px;
}
.maxima-slider .arrow-controllers .arrow-left span {
  background-image: url('../../../images/maxima-arrow-left.png');
  background-position: center center;
}
.maxima-slider .arrow-controllers .arrow-right span {
  background-image: url('../../../images/maxima-arrow-right.png');
  background-position: center center;
}
.newsletter {
  font-weight: 300;
  margin-bottom: 72px;
}
.newsletter .input-append {
  margin: 0;
}
.newsletter .input-append input {
  padding: 12px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 472px;
}
.newsletter .input-append input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #2980b9;
  color: white;
  font-weight: 300;
}
.newsletter .input-append input .ot-btn {
  width: 100px;
}
.newsletter small {
  font-size: 12px;
  float: right;
}
.brands img {
  margin: 0 26px;
}
ul#social {
  text-align: left;
  transform: translatez(0);
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  margin: 0;
}
ul#social li {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}
ul#social li div {
  width: 50px;
  height: 50px;
  color: #7f8c8d;
  font-size: 1.4em;
  text-align: center;
  line-height: 50px;
  border: 1px solid #7f8c8d;
  transition: all 0.5s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
ul#social li div:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #2980b9;
  border: 1px solid #2980b9;
}
ul#social li a {
  text-decoration: none;
}
ul#social li:first-child {
  margin-left: 0;
}
.ot-blog {
  margin: 60px 0;
  padding: 0 0 60px 0;
  border-bottom: solid 1px #eee;
  display: block;
  text-align: center;
}
.arasta-blog .nk-inner {
  background: #ebedee;
}
.arasta-blog h4.nk-title {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.arasta-blog .nk-created {
  float: left;
}
.arasta-blog .nk-links {
  float: right;
}
.ot-blog img.nk-image {
  float: none !important;
}
.arasta-blog .aristo-blog-inside {
  padding: 40px;
}
.blog-module-title {
  text-align: center;
  margin: 30px 0 50px 0;
}
.blog-line {
  width: 100%;
  border: 1px dashed #efefef;
  position: relative;
  display: block;
}
.blog-module-title span {
  background: white;
  border: 1px dashed #efefef;
  padding: 10px 60px;
  margin-top: -30px;
  position: absolute;
  left: 43%;
  color: #2980b9;
}
.featured-module-title {
  text-align: center;
  margin: 0px 0 50px 0;
}
.featured-line {
  width: 100%;
  border: 1px dashed #efefef;
  position: relative;
  display: block;
}
.featured-module-title span {
  background: white;
  border: 1px dashed #efefef;
  padding: 10px 60px;
  margin-top: -30px;
  position: absolute;
  left: 37%;
  color: #2980b9;
}
.ot-featured {
  padding: 0 20px;
  display: block;
  margin-bottom: 40px;
  margin-top: 50px;
  position: relative;
}
.ot-featured .box-product {
  width: 100%;
  overflow: hidden;
  margin-left: 6px;
  text-align: center;
}
.ot-featured .box-product > div {
  width: 263px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebedee;
  padding: 20px 0;
}
.ot-featured .box-product > div:hover {
  border: 1px dashed #2980b9;
}
.ot-featured .box-product .image img {
  border: none;
}
.ot-featured .box-product .name a {
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.ot-featured .box-product .price {
  display: block;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 24px;
  color: #7f8c8d;
}
.ot-featured .nk-inner {
  border: 1px dashed #ebedee;
  padding: 20px;
  text-align: center;
}
.ot-featured .nk-inner:hover {
  border: 1px solid #2980b9;
}
.ot-featured h4.nk-title,
.ot-featured img.nk-image {
  padding-bottom: 20px;
  width: 100%;
}
.ot-featured a.nk-readmore {
  background: #2980b9;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}
.ot-featured a.nk-readmore span {
  background: none;
}
.ot-featured a.nk-readmore:hover {
  background: #20638f;
}
.ot-featured div.newskit-default .nk-art-controllers,
.ot-featured div.newskit-default .nk-links-controllers {
  position: absolute;
  top: 30px;
  right: 15px;
}
.ot-featured div.newskit-default .nk-art-pagination span,
.ot-featured div.newskit-default .nk-links-pagination span {
  background: #ebedee;
  width: 20px;
  height: 5px;
}
.ot-featured div.newskit-default .nk-art-pagination span:hover,
.ot-featured div.newskit-default .nk-links-pagination span:hover,
.ot-featured div.newskit-default .nk-art-pagination span.active,
.ot-featured div.newskit-default .nk-links-pagination span.active {
  background: #2980b9;
}
.thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-control {
  border: none;
  background: transparent;
  height: 40px;
  width: 40px;
  font-size: 50px;
}
.carousel .carousel-control.right {
  margin-right: -100px;
  transition: margin-right 500ms ease 200ms;
}
.carousel .carousel-control.left {
  margin-left: -100px;
  transition: margin-left 500ms ease 200ms;
}
.carousel:hover .carousel-control.right {
  margin-right: 0;
  transition: margin-right 100ms ease 200ms;
}
.carousel:hover .carousel-control.left {
  margin-left: 0;
  transition: margin-left 100ms ease 200ms;
}
.jumbotron.masthead {
  position: relative;
  padding: 60px 0 40px 0;
  border-bottom: none !important;
}
.jumbotron.masthead .header-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.jumbotron.masthead .header-content {
  position: relative;
}
.jumbotron.masthead .header-content.light h1 {
  color: #fff;
}
.jumbotron.masthead .header-content.light p {
  color: #eee;
}
.jumbotron.masthead .header-content.dark h1 {
  color: #444;
}
.jumbotron.masthead .header-content.dark p {
  color: #666;
}
.jumbotron.masthead .item-title {
  height: 4em;
  font-size: 200%;
  color: #444;
}
.jumbotron.masthead .item-description {
  height: 4em;
  font-size: 150%;
  color: #444;
}
.huge-tagline {
  font-size: 32px;
  text-align: center;
}
.huge-tagline h2 {
  margin: 80px 60px;
  font-size: 64px;
  line-height: 72px;
  color: #444;
}
.huge-tagline .subtitle {
  color: #999;
}
.big-stats {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.big-stats .has-img {
  margin: 10px 0;
  padding: 0 20px;
}
.big-stats small {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.big-picture {
  text-align: center;
}
.big-picture .big-picture-title {
  min-height: 72px;
  line-height: 36px;
}
.big-picture .big-picture-description {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.big-picture .big-picture-description p {
  display: table-cell;
  vertical-align: middle;
}
.newsflash.isee-home a.item-link {
  text-decoration: none;
}
.newsflash.isee-home a.item-link .item-image {
  position: relative;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
  padding: 5px;
  border: solid 1px #ddd;
}
.newsflash.isee-home a.item-link h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newsflash.isee-home a.item-link:hover .item-image {
  -webkit-transform: rotate(-0.5deg) scale(1.03);
  -moz-transform: rotate(-0.5deg) scale(1.03);
  -ms-transform: rotate(-0.5deg) scale(1.03);
  -o-transform: rotate(-0.5deg) scale(1.03);
  transform: rotate(-0.5deg) scale(1.03);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.newsflash.isee-home a.item-link:hover h4 {
  color: #07b;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
div.blurb {
  text-align: center;
}
div.blurb .has-img {
  margin: 10px 0;
  padding: 0 20px;
}
div.blurb img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
div.blurb:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
div.blurb .description {
  display: table;
  width: 100%;
  min-height: 150px;
}
div.blurb .description p {
  display: table-cell;
  vertical-align: middle;
}
.chapter-locator ul.nav.menu li {
  margin: 5px 0;
}
.searchform-wrapper {
  margin: 50px 0;
}
.search-results {
  margin: 20px 0;
  list-style: none;
}
.search-results .search-result {
  margin: 20px 0 50px 0;
}
.com_docman .navbar .dropdown-menu input {
  display: inline;
}
.com_docman .categories {
  border: none;
}
.com_docman .categories .category {
  float: left;
  margin: 30px 0;
  padding: 0;
  border: none;
  background: none;
}
.com_docman .categories .category .docman-title {
  font-size: 20px;
  line-height: 36px;
}
.com_docman .docman-heading.category {
  margin: 0;
  padding: 0;
}
.com_docman .docman-group table tbody tr:first-of-type td {
  border-top: none;
}
#dpcalendar_view_list {
  *zoom: 1;
  margin: 20px 0;
}
#dpcalendar_view_list:before,
#dpcalendar_view_list:after {
  display: table;
  content: "";
  line-height: 0;
}
#dpcalendar_view_list:after {
  clear: both;
}
#dpcalendar_view_list dt {
  float: left;
  margin-right: 30px;
}
#dpcalendar_view_list dd {
  float: left;
}
.store-header {
  margin: 90px 0 60px 0;
  font-size: 18px;
  line-height: 1.5;
}
.store-header h2 {
  font-size: 36px;
}
.store-header h3 {
  font-size: 28px;
}
.store-header .store-header-main {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
  text-align: center;
}
.store-header .store-header-sub {
  font-size: 16px;
}
.store-header .store-header-sub > div {
  text-align: center;
}
.store-header .store-header-sub > div a {
  display: block;
  margin: 20px 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.store-header .store-header-sub > div a img {
  width: 150px;
}
.store-header .store-header-sub > div a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.store-header .discount {
  text-align: center;
}
#solrsearches-content .search-result .title {
  margin: 0;
}
#solrsearches-content .search-result .subtitle {
  margin: 0;
  color: #999;
}
#solrsearches-content .search-result .meta {
  margin: 0;
  color: #690;
  font-size: 12px;
}
#solrsearches-content .search-result .content {
  font-size: 14px;
}
.fc-other-month {
  background: #fbfbfb;
}
.mobile-app {
  margin-bottom: 70px;
}
.mobile-app .app-buttons {
  margin: 20px 0;
}
.mobile-app .app-buttons img {
  margin-right: 20px;
  height: 50px;
}
.memoriam img {
  width: 100%;
}
.marketing-header {
  font-size: 24px;
  line-height: 32px;
}
.marketing-header p small,
.marketing-header small,
.marketing-header .small {
  font-size: 18px;
  line-height: 1;
  color: #2c3e50;
}
.marketing-header .content {
  padding: 40px 0;
}
.marketing-header h2 {
  font-size: 48px;
  line-height: 60px;
}
.marketing-header h2 small {
  display: block;
  font-size: 36px;
}
.marketing-header.dark {
  color: #fff;
}
.marketing-header.dark h2 {
  color: white;
}
.marketing-header.dark h3 {
  color: white;
}
.marketing-body {
  font-size: 18px;
  line-height: 26px;
}
.marketing-body .content {
  padding: 40px 80px;
}
.marketing-body h3 {
  font-size: 32px;
  line-height: 40px;
}
.marketing-body dl {
  font-size: 14px;
}
.marketing-body dl dt {
  width: 150px;
}
.marketing-body dl dd {
  margin-left: 160px;
}
.marketing-blocks {
  text-align: center;
}
.marketing-blocks .row-fluid {
  margin-bottom: 40px;
}
.marketing-wells .well {
  text-align: center;
}
.marketing-wells .well h3 {
  margin: 0;
  height: 50px;
  line-height: 1;
}
.marketing-wells .well .price {
  margin: 20px 0;
  font-size: 64px;
  font-weight: bold;
  color: #2980b9;
  line-height: 72px;
}
.marketing-wells .well .price small {
  font-size: 24px;
  color: #2980b9;
  line-height: 72px;
}
.marketing-wells .well h4 {
  height: 50px;
  margin-bottom: 20px;
}
.marketing-wells .well .description {
  font-size: 14px;
  line-height: 20px;
  height: 250px;
}
.page-submenu {
  *zoom: 1;
  padding: 10px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
}
.page-submenu:before,
.page-submenu:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-submenu:after {
  clear: both;
}
.page-submenu .nav {
  float: right;
  margin: 0;
}
.page-submenu .nav li a {
  color: #999;
}
.page-submenu .nav li a:hover,
.page-submenu .nav li a:focus,
.page-submenu .nav li a:active {
  color: #fff;
  background: inherit;
  outline: none;
}
.page-submenu .nav li a.btn-primary {
  background: #2980b9;
}
.page-submenu .nav li a.btn-primary:hover,
.page-submenu .nav li a.btn-primary:focus,
.page-submenu .nav li a.btn-primary:active {
  background: #2472a4;
}
.page-submenu .nav li.current a {
  color: #eee;
}
.page-submenu .nav .btn {
  font-size: 14px;
}
.t3-mainbody .nav > li > a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}
.landing-page-blocks {
  text-align: center;
}
.landing-page-blocks .landing-page-block {
  margin-bottom: 30px;
}
.stroke-left {
  border-left: 1px solid #eee;
}
p .btn {
  margin-bottom: 6px;
}
.word-bubble {
  position: relative;
  padding: 40px;
  background-color: #6ab0de;
}
.word-bubble:after {
  position: absolute;
  bottom: -60px;
  right: 30%;
  content: ' ';
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #6ab0de transparent transparent transparent;
}
.banded-block {
  margin: 60px 0;
  
}
.banded-alt1 .banded-block {
  background-color: #eee;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 60px 0;
}
.banded-alt1 .banded-block hr {
  margin: 60px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
}
.nostyle .banded-block {
  margin: 0;
  padding: 0;
  border: none;
}
.nomargin .banded-block {
  margin-top: 0;
  margin-bottom: 0;
}
.awards-list.cols {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
@media (max-width: 979px) {
  .awards-list.cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 600px) {
  .awards-list.cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.awards-list > div {
  clear: left;
  margin-bottom: 1em;
}
.awards-list h4 {
  font-size: 16px;
  float: left;
  width: 5em;
  text-align: right;
  margin: 0;
}
.awards-list div.awards-recipient {
  margin-left: 6em;
}
.committees {
  margin-top: 50px;
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
.committees .committee {
  margin: 0 0 50px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.committees .committee h3 {
  margin-top: 0;
}

#eblog-wrapper #ezblog-head h1 {
  color: #2c3e50;
}
#ezblog-body  img.avatar {
  border: 1px solid #2472a4;
  padding: 5px;
  margin-bottom: 12px;
}
#ezblog-body  a:hover img.avatar {
  border-color: #7f8c8d;
}
#ezblog-body .blog-title,
#ezblog-body .blog-title a {
  font-weight: 700;
  font-size: 32px !important;
  line-height: 1.4;
}
#ezblog-body .blog-more,
#ezblog-body .featured-readmore a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #ebedee;
  background: #efefef;
  padding: 4px 9px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#ezblog-body .post-item-s {
  margin-top: 3px;
}
#ezblog-body .blog-read .blog-admin {
  margin-bottom: 10px;
}
#ezblog-body .blog-read .blog-admin + .blog-option {
  padding-top: 0;
  border-top: 0;
}
#ezblog-body .blog-meta,
#ezblog-posts .blog-meta {
  overflow: hidden;
}
#ezblog-posts .blog-meta * {
  font-weight: normal;
  font-size: 11px;
}
#ezblog-posts .blog-meta > .in {
  padding-top: 20px;
  background-position: top right !important;
}
#ezblog-posts .post-item-s .clear + .blog-meta > .in {
  margin-top: 10px;
}
#ezblog-label {
  height: 40px;
  line-height: 40px;
  border-bottom: 3px double #2980b9;
}
#ezblog-label > span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #2c3e50;
}
#ezblog-label .link-rss {
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  background-position: 0 center;
}
#ezblog-body .post-item-s {
  width: 140px;
}
#ezblog-body .post-item-s * {
  text-align: right;
}
#ezblog-body .post-item-m {
  margin-left: 160px;
}
#ezblog-body .post-item-m .blog-title {
  margin-bottom: 10px;
}
#ezblog-body .post-item-m > .blog-text {
  display: inline-block;
  width: 100%;
}
#ezblog-body .blog-post {
  border-bottom: 0;
}
#ezblog-body .comment-list li + li {
  border-top: 1px dotted #ebedee;
}
#ezblog-body .blog-readmore {
  display: inline-block;
  margin: 10px 0;
}
#eblog-wrapper #ezblog-menu {
  border: 1px solid #2472a4;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#ezblog-menu .blog-navi {
  background: #2980b9;
  box-shadow: 0 0 0 rgba(255,255,255,0.1) inset;
  -moz-box-shadow: 0 0 0 rgba(255,255,255,0.1) inset;
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.1) inset;
}
#ezblog-menu .blog-navi li.toolbar-item {
  border-right: 1px solid #2472a4;
}
#ezblog-menu .blog-navi li.toolbar-item.float-r {
  border-left: 1px solid #2472a4;
  border-right: 0;
}
#ezblog-menu .blog-navi li.toolbar-item > a {
  height: 34px;
  line-height: 34px;
  padding: 0 13px;
  display: block;
}
#ezblog-menu .blog-navi li.toolbar-item > a span {
  display: block;
  text-indent: -999999px;
  width: 20px;
  height: 34px;
  background-color: transparent !important;
}
#ezblog-menu .blog-navi li.toolbar-item > a:hover,
#ezblog-menu .blog-navi li.toolbar-item > a:focus {
  background: #2472a4;
  box-shadow: 0 0 0px rgba(0,0,0,0.3) inset;
}
#ezblog-menu .blog-navi li.toolbar-item > form {
  display: block;
  margin: 0;
  padding: 0 8px;
}
#ezblog-menu .blog-navi li.toolbar-item > form input.input {
  height: 22px;
  padding: 1px 4px;
  margin: 4px 0;
  display: inline-block;
  float: left;
  border: 1px solid #2472a4;
  font-size: 12px;
  font-family: inherit;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search {
  display: block;
  float: left;
  height: 26px;
  width: 26px;
  border: none;
  background-color: #2472a4;
  text-indent: -9999px;
  padding: 0;
  margin: 4px 0 0 2px;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search:hover {
  background-color: #7f8c8d;
  border: none;
}
#ezblog-menu .blog-navi li .tips {
  display: none;
  position: absolute;
  left: 2px;
  top: 45px;
  background: #fff;
  border: 1px solid #ebedee;
  border-bottom-color: #ebedee;
  padding: 10px;
  z-index: 999999;
  color: #2c3e50;
  line-height: 1.4;
  width: 200px;
  font-size: 11px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#ezblog-menu.narrow {
  background: #2980b9;
}
#ezblog-body .blog-post {
  padding: 30px 0;
}
#ezblog-body .blog-post + .blog-post {
  border-top: 1px dashed #ebedee;
}
#ezblog-body .blog-related ul li+li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ebedee;
}
#ezblog-body .tab_button {
  border: 1px solid #ebedee;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}
#ezblog-body .tab_button li {
  width: 35%;
  text-align: left;
}
#ezblog-body .tab_button li+li {
  border-left: 1px dotted #ebedee;
}
#ezblog-body .tab_button li a,
#ezblog-body .tab_button li a:hover {
  text-decoration: none;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 10px 22px;
  display: block;
  height: 24px;
  line-height: 24px;
}
#ezblog-body .tab_button li a span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 2px 8px;
  margin-top: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#ezblog-body .tab_button li a:hover span {
  background: white;
  color: #2c3e50;
  text-decoration: none;
}
#ezblog-body .tab_button li.item-active a span,
#ezblog-body .tab_button li.item-active a:hover span {
  background: #2980b9;
  color: #fff;
}
#ezblog-body .tab_button li a.ico {
  background-position: 0 center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#ezblog-body .tab_container {
  border: 1px solid #ebedee;
  border-top: 0;
  padding: 15px;
}
#ezblog-body .entry-related-post li + li,
#ezblog-body .entry-trackback-links li + li {
  border-top: 1px dotted #ebedee;
}
#eblog-wrapper #section-author {
  border: 1px solid #ebedee;
  padding: 0 10px;
  background: #ebedee;
}
#eblog-wrapper #section-author div.author-about p {
  margin: 0;
  padding: 0;
  color: #2c3e50;
}
#eblog-wrapper #section-author div.author-about p+p {
  margin-top: 10px;
}
body .comment-row #comment-form .comment-body {
  padding: 0;
  border: 0;
  margin: 0;
}
body #comment-form label {
  display: inline-block !important;
}
body #comment-form #markItUpComment {
  display: inline-block;
  width: 100%;
}
body #comment-form #markItUpComment .markItUpHeader {
  border: 1px solid #ebedee;
  border-bottom: 0;
  background: #ebedee;
  padding: 4px;
  display: inline-block;
  width: 100%;
}
body #comment-form #markItUpComment .markItUpHeader ul {
  display: inline-block;
}
body #comment-form #markItUpComment .markItUpHeader ul a {
  border: 0;
  padding: 3px;
  background-position: center !important;
}
body #comment-form #markItUpComment .markItUpHeader ul a:hover,
body #comment-form #markItUpComment .markItUpHeader ul a:focus {
  border: 1px solid #2980b9;
  padding: 2px;
  background-color: #fff;
}
body #comment-form #markItUpComment .markItUpHeader ul .markItUpSeparator {
  border-right: 1px solid #ebedee;
  height: 22px;
  margin: 0 5px;
  display: block;
  text-indent: -9999px;
}
body #comment-form #markItUpComment textarea {
  border: 1px solid #ebedee;
  padding: 4px;
  width: 100%;
  height: 120px;
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body #comment-form #markItUpComment .markItUpFooter {
  padding: 3px 4px;
  background: #ebedee;
  border: 1px solid #ebedee;
  border-top: 0;
}
body #comment-form .inputbox {
  padding: 10px;
  border: 1px solid #ebedee;
  border-top-color: #ebedee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
}
body #comment-form input[type="checkbox"].inputbox {
  vertical-align: text-top;
  margin: 0 5px 0 0;
}
.ezb-mod .mod-item + .mod-item {
  border-top: 1px dashed #ebedee !important;
  margin: 0px 0 0 0 !important;
  font-weight: 400;
}
.ezb-mod .mod-item {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400;
}
.ezb-mod.mod_easyblogtagcloud a {
  margin: 0 5px 5px 0;
  font-size: 12px !important;
  display: inline-block;
  background: #2980b9;
  color: white;
  text-shadow: 0 0 0 rgba(0,0,0,0.1);
  border: none;
  padding: 3px 7px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ezb-mod.mod_easyblogtagcloud a:hover {
  background: #7f8c8d;
}
#ezblog-body .blog-brief {
  border-bottom: 1px solid #ebedee;
}
#ezblog-body .blog-text blockquote {
  font-family: serif;
  font-style: italic;
  margin: 40px 0;
  padding: 5px 30px;
  position: relative;
}
#ezblog-body .blog-text blockquote p {
  margin: 0;
  font-size: 21px;
  line-height: 30px;
  color: #2c3e50;
}
#ezblog-body .blog-text  blockquote:before {
  display: block;
  content: "\201C";
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 8px;
}
.comment-content .label,
.badge {
  display: inline-block;
  padding: 6px 8px;
  font-size: 11.844px;
  font-weight: 400;
  line-height: 14px;
  color: #2c3e50;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
  background-color: #e7f2fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ezblog-body .comment-avatar + .comment-content {
  margin: 0 0 0 120px;
}
#eblog-wrapper .ffa {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
}
#eblog-wrapper a.easyblog-thumb-preview img,
#eblog-wrapper a.gallery-thumb-item img {
  border: 1px solid #ebedee;
  margin-bottom: 30px;
}

#community-wrap .cGuest .hero-area {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .cGuest .login-area {
  background: #efefef;
  border: 1px solid #ebedee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .cGuest h1 {
  text-shadow: 0 2px 10px #2c3e50;
  font-weight: 700 !important;
}
#community-wrap .cGuest .login-area label {
  color: #2c3e50;
}
#community-wrap .cGuest .reminder-link {
  color: #2c3e50;
}
#community-wrap .cGuest .reminder-link:hover {
  color: #2980b9;
}
body #cWindow .btn-primary,
#community-wrap .btn-primary {
  background: #2980b9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  border: none;
}
body #cWindow .btn-primary:hover,
#community-wrap .btn-primary:hover {
  background: #2472a4;
}
body #cWindow .btn,
#community-wrap .btn {
  background: #2980b9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border: none;
}
body #cWindow .btn:hover,
#community-wrap .btn:hover {
  background: #2472a4;
}
#community-wrap .cStreamList>li+li {
  border-top: 1px solid #efefef;
}
#community-wrap .cStream-Quote {
  border-left: 2px solid #efefef;
}
#community-wrap .app-box {
  border: 1px solid #ebedee;
  background: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  border: none;
}
#community-wrap .app-box>h3,
#community-wrap .app-box .app-widget-header>h3 {
  border-bottom: 1px solid #ebedee;
  color: #2c3e50;
}
#community-wrap .app-box-footer {
  border-top: 1px solid #ebedee;
}
#community-wrap .thumbnail {
  border: 1px solid #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
#community-wrap a.thumbnail:hover,
#community-wrap a.thumbnail:focus {
  border-color: #2980b9;
  -webkit-box-shadow: 0 0 0 rgba(0,105,214,0.25);
  -moz-box-shadow: 0 0 0 rgba(0,105,214,0.25);
  box-shadow: 0 0 0 rgba(0,105,214,0.25);
}
#community-wrap .cThumb-Calendar {
  border: 1px solid #ebedee;
  border: none !important;
  margin-right: 10px;
}
#community-wrap .cThumb-Calendar b {
  background: #efefef;
}
#community-wrap .cThumb-Calendar b+b {
  border-top: 1px solid #efefef;
  border-bottom: 2px solid #ebedee;
}
#community-wrap .cThumbsList .cAvatar {
  padding: 3px;
  border: 1px solid #bdc3c7;
}
#community-wrap .navbar-inner {
  background: #efefef;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#community-wrap .navbar .nav>li>a:focus,
#community-wrap .navbar .nav>li>a:hover {
  color: #7f8c8d;
}
#community-wrap .navbar .nav>li>a {
  color: #2980b9;
  text-shadow: 0 0 0 #fff;
}
#community-wrap .navbar .nav li.dropdown.open>.dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.active>.dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #ebedee;
  color: #7f8c8d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#community-wrap .navbar .nav li.dropdown.open>.dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.active>.dropdown-toggle,
#community-wrap .navbar .nav li.dropdown.open.active>.dropdown-toggle {
  background: #ebedee;
}
#community-wrap .navbar .nav>.active>a,
#community-wrap .navbar .nav>.active>a:hover,
#community-wrap .navbar .nav>.active>a:focus {
  text-decoration: none;
  background: #ebedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#community-wrap .dropdown-menu>li>a:hover,
#community-wrap .dropdown-menu>li>a:focus,
#community-wrap .dropdown-submenu:hover>a,
#community-wrap .dropdown-submenu:focus>a {
  color: #2980b9;
  background: #ebedee;
}
#community-wrap .js-focus {
  border: 1px solid #ebedee;
}
#community-wrap .js-focus-content {
  background: #efefef;
}
#community-wrap .js-focus-actions .navbar-inner {
  border-top: 1px solid #ebedee;
  background: #f2f2f2;
}
#community-wrap .js-focus-menu a {
  color: #2980b9;
}
#community-wrap .js-focus-actions .navbar .nav>li>span,
#community-wrap .js-focus-actions .navbar .nav>li>a {
  color: #2c3e50;
  text-decoration: none;
  text-shadow: 0 0 0 #fff;
}
#community-wrap .community-status .status-creator {
  background: #efefef;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .community-status .creator.stub {
  color: #2c3e50;
}
#community-wrap .community-status .creator-message.hint {
  color: #ebedee;
}
#community-wrap .community-status .creator-message {
  border: 1px solid #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .cSubmenu {
  background: #efefef;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#community-wrap .cSubmenu li a {
  color: #2980b9;
}
#community-wrap .cSubmenu li a:hover {
  color: #2980b9;
}
#community-wrap .cSubmenu li a.active {
  color: #2980b9;
  text-decoration: underline;
}
#community-wrap .cFilter .filters li.active a,
#community-wrap .cFilter .filters li.active a:hover {
  background: #e7f2fa;
  color: #2c3e50;
}
#community-wrap .cSubmenu-Search {
  background: #efefef;
  border: 1px solid #ebedee;
}
#community-wrap .cMedia-AlbumCover .cPhotoAvatar {
  background: none;
  margin: 0;
}
#community-wrap .cMedia-Actions>div {
  display: inline-block;
  background: #efefef;
  background: rgba(242,236,219,0.7);
}
#community-wrap .cMedia-Actions {
  top: 35%;
}
#community-wrap .cTabsMenu li a:focus,
#community-wrap .cTabsMenu li a.selected {
  background: #e7f2fa;
}
#community-wrap .cToolBox {
  background: #efefef;
  border: 1px solid #ebedee;
}
#community-wrap .cFilter {
  border-bottom: 1px solid #efefef;
}
#community-wrap .cIndex-Box {
  background: rgba(242,236,219,0.2);
  border: 1px solid #ebedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#community-wrap .cIndex-Avatar {
  border: 1px solid #e7f2fa;
}
#community-wrap .cStatus-Online,
#community-wrap .cStatus-OnGoing,
#community-wrap .cStatus-Past,
#community-wrap .cStatus-Private {
  background: #e7f2fa;
}
#cWindowContentTop {
  background: #2980b9 !important;
  border: none;
}
#cWindowContentOuter {
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
#cWindowAction {
  border: none;
  background: #efefef;
}
body #cWindow .cWindowNotification-Jumper {
  border-top: 1px solid #ebedee;
}
body #cWindow .cWindowNotification-Jumper a,
body #cWindow .cWindowNotification-Jumper a:focus {
  border: 1px solid #bdc3c7;
  color: #e7f2fa !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #2677ac;
  background-image: -moz-linear-gradient(top,#2472a4,#2980b9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2472a4),to(#2980b9));
  background-image: -webkit-linear-gradient(top,#2472a4,#2980b9);
  background-image: -o-linear-gradient(top,#2472a4,#2980b9);
  background-image: linear-gradient(to bottom,#2472a4,#2980b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2471a4', endColorstr='#ff2980b9', GradientType=0);
  border-color: #2980b9 #2980b9 #1b557a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2980b9;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: none;
}
body #cWindow .cWindowNotification-Jumper a:hover,
body #cWindow .cWindowNotification-Jumper a:focus,
body #cWindow .cWindowNotification-Jumper a:active,
body #cWindow .cWindowNotification-Jumper a.active,
body #cWindow .cWindowNotification-Jumper a.disabled,
body #cWindow .cWindowNotification-Jumper a[disabled],
body #cWindow .cWindowNotification-Jumper a:focus:hover,
body #cWindow .cWindowNotification-Jumper a:focus:focus,
body #cWindow .cWindowNotification-Jumper a:focus:active,
body #cWindow .cWindowNotification-Jumper a:focus.active,
body #cWindow .cWindowNotification-Jumper a:focus.disabled,
body #cWindow .cWindowNotification-Jumper a:focus[disabled] {
  color: #fff;
  background-color: #2980b9;
  *background-color: #2472a4;
}
body #cWindow .cWindowNotification-Jumper a:active,
body #cWindow .cWindowNotification-Jumper a.active,
body #cWindow .cWindowNotification-Jumper a:focus:active,
body #cWindow .cWindowNotification-Jumper a:focus.active {
  background-color: #20638f \9;
}
body #cWindow .cWindowNotification-Jumper a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #277ab1;
  background-image: -moz-linear-gradient(top,#2980b9,#2472a4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2980b9),to(#2472a4));
  background-image: -webkit-linear-gradient(top,#2980b9,#2472a4);
  background-image: -o-linear-gradient(top,#2980b9,#2472a4);
  background-image: linear-gradient(to bottom,#2980b9,#2472a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2980b9', endColorstr='#ff2471a4', GradientType=0);
  border-color: #2472a4 #2472a4 #164666;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2472a4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body #cWindow .cWindowNotification-Jumper a:hover:hover,
body #cWindow .cWindowNotification-Jumper a:hover:focus,
body #cWindow .cWindowNotification-Jumper a:hover:active,
body #cWindow .cWindowNotification-Jumper a:hover.active,
body #cWindow .cWindowNotification-Jumper a:hover.disabled,
body #cWindow .cWindowNotification-Jumper a:hover[disabled] {
  color: #fff;
  background-color: #2472a4;
  *background-color: #20638f;
}
body #cWindow .cWindowNotification-Jumper a:hover:active,
body #cWindow .cWindowNotification-Jumper a:hover.active {
  background-color: #1b557a \9;
}
#community-wrap .input-prepend.input-block-level .add-on,
#community-wrap .input-append.input-block-level .add-on {
  background: #2980b9;
  border: 1px solid #2980b9;
  color: white;
}
#community-wrap select,
#community-wrap textarea,
#community-wrap input[type="text"],
#community-wrap input[type="password"],
#community-wrap input[type="datetime"],
#community-wrap input[type="datetime-local"],
#community-wrap input[type="date"],
#community-wrap input[type="month"],
#community-wrap input[type="time"],
#community-wrap input[type="week"],
#community-wrap input[type="number"],
#community-wrap input[type="email"],
#community-wrap input[type="url"],
#community-wrap input[type="search"],
#community-wrap input[type="tel"],
#community-wrap input[type="color"],
#community-wrap .uneditable-input {
  color: #2c3e50;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebedee;
  background-color: white !important;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
#community-wrap .input-prepend.input-block-level>input,
#community-wrap .input-append.input-block-level>input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  background: white;
  border: 1px solid #ebedee;
}
#community-wrap .js-focus-actions .navbar-inner,
#community-wrap .js-focus,
#community-wrap .js-focus-cover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#community-wrap .js-focus-actions .navbar .nav>li>a {
  color: #2980b9;
}
#community-wrap .navbar .nav.pull-right {
  background: #ebedee;
}
#community-wrap .cFloat-L {
  padding: 4px;
  border: 1px solid #ebedee;
}
#community-wrap .cStream-Content {
  margin: 0 0 0 70px;
}

.optimum-heading-h1 {
  border: 0px;
  color: #7f8c8d;
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: none;
  padding-bottom: 10px;
}
#header_oc {
  height: 60px;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
#header_oc form {
  margin: 0;
}
#header_oc #logo_oc {
  position: absolute;
  top: -5px;
  left: 229px;
}
#currency {
  width: 175px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 15px;
}
#currency a {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 0;
  background: #2980b9;
  color: white;
}
#currency a:focus,
#currency a:active,
#currency a:hover {
  background: #7f8c8d;
}
#currency a b {
  text-decoration: none;
}
#header_oc #cart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#header_oc #cart .heading {
  float: left;
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  width: 280px;
}
#header_oc #cart .heading h4 {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 6px;
  background: #7f8c8d;
  padding: 3px 10px;
  color: white;
  float: left;
  letter-spacing: 1px;
}
#header_oc #cart .heading a {
  text-decoration: none;
  display: block;
  padding-top: 8px;
}
#header_oc #cart .heading a span {
  padding-right: 15px;
}
#header_oc #cart .content_oc {
  clear: both;
  display: none;
  position: relative;
  top: 10px;
  padding: 8px;
  min-height: 150px;
  border: 1px solid #ebedee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0 0 #ebedee;
  -moz-box-shadow: 0px 0 0 #ebedee;
  box-shadow: 0px 0 0 #ebedee;
  background: #FFF;
}
#header_oc #cart.active .heading {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 6px;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#header_oc #cart.active .content_oc {
  display: block;
}
#header_oc #search_oc {
  position: absolute;
  top: 0px;
  right: 0;
  width: auto;
  z-index: 15;
}
#header_oc .button_oc-search {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 24px;
  border-right: 1px solid #ebedee;
  cursor: pointer;
}
#header_oc .button_oc-search:hover {
  border-right: 1px solid #2980b9;
}
#header_oc #search_oc input {
  background: #FFF;
  font-size: 12px;
  color: #999;
  font-weight: 300;
  padding: 1px 1px 1px 40px;
  width: 170px;
  height: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0 0px #F0F0F0;
  -moz-box-shadow: 0px 0 0px #F0F0F0;
  box-shadow: 0px 0 0px #F0F0F0;
}
#header_oc .links {
  position: absolute;
  right: 0px;
  top: 35px;
  font-size: 10px;
  padding-right: 5px;
}
#header_oc .links a {
  float: left;
  display: block;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  font-size: 12px;
}
#header_oc .links a + a {
  margin-left: 8px;
  border: none;
}
.box_oc .box-heading-line {
  width: 100%;
  border: 1px dashed #efefef;
  position: relative;
  display: block;
}
.box_oc .box-heading span {
  background: white;
  border: 1px dashed #efefef;
  padding: 10px 60px;
  margin-top: -30px;
  position: absolute;
  left: 40%;
  color: #2980b9;
  font-size: 21px;
  line-height: 40px;
}
.box_oc {
  margin-bottom: 20px;
}
.box_oc .box-heading {
  margin: 0;
  padding: 10px 0;
  border: none;
  border-bottom: solid 1px #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 36px;
  text-align: left;
  line-height: 1;
}
.box_oc .box-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0px;
}
.box-product {
  width: 100%;
  margin: 0 0 60px 0;
  text-align: center;
  overflow: hidden;
}
.box-product > div {
  position: relative;
  margin: 0 -2px;
  margin-bottom: -1px;
  padding: 30px;
  padding-top: 31px;
  border-bottom: solid 1px #eee;
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.box-product.box-subcat {
  float: left;
  width: auto;
  text-align: left;
}
.box-product.box-subcat > div {
  display: block;
  margin: 0 1em 0 0;
  padding: 0;
  border: none;
  width: auto;
}
#column-left + #column-right + #content_oc .box-product > div {
  width: 119px;
}
.box-product .image {
  display: block;
  margin-bottom: 0px;
}
.box-product .image img {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
#main .box-product .image img:hover {
  background-color: #FFFFFF;
}
.box-product .name a {
  margin: 0;
  text-decoration: none;
  display: block;
}
.box-product .price {
  display: block;
  font-weight: 300;
  margin: 20px 0;
  font-size: 24px;
  color: #7f8c8d;
}
.box-product .price-old {
  text-decoration: line-through;
}
.box-product .price-new {
  font-weight: bold;
}
.box-product .rating {
  position: absolute;
  display: block;
  margin-bottom: 4px;
  top: 2px;
  right: 5px;
}
#container_oc {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#container_oc input[type="text"],
#container_oc input[type="password"] {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin: 0;
}
#container_oc input[type="text"]:focus,
#container_oc input[type="password"]:focus {
  border: 1px solid #2980b9;
}
#container_oc th,
#container_oc td {
  vertical-align: middle;
}
#column-left {
  float: left;
  width: 50%;
}
#column-right {
  float: right;
  width: 50%;
}
#content_oc {
  min-height: 400px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#column-left + #column-right + #content_oc,
#column-left + #content_oc {
  margin-left: 195px;
}
#column-right + #content_oc {
  margin-right: 195px;
}
.product-name {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.product-info {
  overflow: auto;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.product-info > .left {
  float: left;
  width: 38% !important;
}
.product-info > .right {
  float: right;
  width: 59% !important;
}
.product-info .image {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  float: left;
  text-align: center;
}
.product-info .image-additional {
  width: 420px;
  margin-left: -10px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional img {
  border: 1px solid #ebedee;
}
.product-info .image-additional img:hover {
  border: 1px dashed #2980b9;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .price {
  overflow: visible;
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-align: inherit;
}
.product-info .price.cgp-wrapper {
  font-size: 14px;
}
.product-info .big-price {
  color: #2980b9;
  font-size: 28px;
}
.product-info .price-old {
  text-decoration: line-through;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
}
.product-info .price .discount {
  font-size: 12px;
  font-weight: normal;
}
.product-info .options {
  margin: 20px 0;
  padding: 0;
  border: none;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .cart {
  margin: 30px 0;
  padding: 0;
  padding-top: 20px;
  border: none;
  border-top: solid 1px #eee;
}
.product-info .cart input[type="text"] {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin: 0;
  width: 30px;
  text-align: center;
  color: #2980b9;
}
.product-info .cart div {
  margin: 10px 0;
  float: none;
}
.product-info .cart div > span {
  padding-top: 7px;
  display: block;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  clear: both;
}
.product-info .review {
  margin: 30px 0;
  border: none;
  *zoom: 1;
}
.product-info .review:before,
.product-info .review:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-info .review:after {
  clear: both;
}
.product-info .review > div {
  padding: 0;
  border: none;
}
.product-info .review .stars {
  display: inline-block;
  margin-right: 10px;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.review-list {
  margin: 20px 0;
  padding: 0;
  border: none;
  overflow: auto;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: none;
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: top;
}
.review-list .text {
  clear: both;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.htabs {
  margin-bottom: 0;
  overflow: auto;
  border-bottom: none;
}
.htabs a {
  border: 1px dashed #ebedee;
  background: #FFFFFF;
  padding: 7px 15px 6px 15px;
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #ebedee;
}
.tab-content {
  border: none;
  padding: 0;
  margin: 20px 0;
}
.tab-content input[type="text"],
.tab-content textarea {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #7f8c8d;
}
#content_oc .content_oc {
  padding: 0px;
  overflow: auto;
  margin-bottom: 20px;
  border: none;
}
#content_oc .content_oc .left {
  float: left;
  width: 49%;
}
#content_oc .content_oc .right {
  float: right;
  width: 49%;
}
a.button_oc,
input.button_oc {
  cursor: pointer !important;
  color: #FFFFFF !important;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  background: url('../../../image/button.png') top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #DDDDDD;
  -moz-box-shadow: 0px 2px 2px #DDDDDD;
  box-shadow: 0px 2px 2px #DDDDDD;
}
a.button_oc {
  display: inline-block;
  text-decoration: none !important;
  padding: 6px 12px 6px 12px;
}
input.button_oc {
  margin: 0;
  border: 0;
  height: 24px;
  padding: 0px 12px 0px 12px;
}
a.button_oc:hover,
input.button_oc:hover {
  background: url('../../../image/button-active.png') repeat-x;
}
.buttons {
  background: #FFFFFF;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
  border-left: none;
  border-right: none;
  overflow: auto;
  padding: 20px 0;
  margin-bottom: 20px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #ebedee;
  border-left: 1px dashed #ebedee;
  border-right: 1px dashed #ebedee;
  margin-bottom: 20px;
}
.wishlist-info td {
  padding: 10px;
}
.wishlist-info thead td {
  color: #7f8c8d;
  font-weight: bold;
  background-color: #fafafa;
  border-bottom: 1px dashed #efefef;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody td {
  vertical-align: middle;
  border-bottom: 1px dashed #ebedee;
}
.wishlist-info tbody .image img {
  border: 1px dashed #ebedee;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.cart-info table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top: 1px dashed #ebedee;
  border-left: 1px dashed #ebedee;
  border-right: 1px dashed #ebedee;
}
.cart-info table input[type="text"] {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin: 0;
  width: 30px;
  text-align: center;
  color: #2980b9;
}
.cart-info td {
  padding: 10px;
}
.cart-info thead td {
  color: #7f8c8d;
  font-weight: bold;
  background-color: #fafafa;
  border-bottom: 1px dashed #efefef;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #ebedee;
}
.cart-info tbody .image img {
  border: none;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  font-weight: bold;
}
.cart-module > div {
  
}
.cart-total {
  border-top: 1px solid #ebedee;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio .highlight {
  background: #fcf8e3;
}
table.radio td {
  padding: 5px;
  vertical-align: middle;
  border-top: 1px dashed #fbeed5;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 0px !important;
  margin-left: 0px !important;
}
table.radio tr.highlight:hover td {
  cursor: pointer;
}
#voucher input[type="text"],
shipping input[type="text"],
#coupon input[type="text"] {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin: 0;
  text-align: center;
  color: #2980b9;
}
.checkout-heading {
  border: 1px solid #DBDEE1;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
  overflow: hidden;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #ebedee;
  border-left: 1px dashed #ebedee;
  border-right: 1px dashed #ebedee;
  margin-bottom: 20px;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product thead td {
  color: #7f8c8d;
  font-weight: bold;
  background-color: #fafafa;
  border-bottom: 1px dashed #efefef;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: middle;
  border-bottom: 1px dashed #ebedee;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px dashed #ebedee;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
}
.contact-info .right {
  float: left;
  width: 48%;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}
.mini-cart-info table {
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info td {
  color: #7f8c8d;
  vertical-align: middle;
  padding: 5px;
  border: none;
  text-align: center !important;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  border: none;
  text-align: center;
  max-width: none !important;
}
.mini-cart-info .name small {
  color: #7f8c8d;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #7f8c8d;
  padding: 4px;
}
.box-product.optimum-category div {
  border: none;
  padding: 0;
}
.product-list .name {
  font-size: 180%;
}
.product-list .price {
  font-size: 160%;
}
#notification .success,
#container_oc .success {
  background-color: #2980b9;
  border: 1px solid #2472a4;
  color: #fff;
}
#notification .success a,
#container_oc .success a {
  color: #ebedee;
  text-decoration: underline;
}
.category-info {
  display: none;
  margin: 20px 0;
}
.category-info .image {
  float: none;
  margin: 20px 0;
  padding: 0;
  border: none;
}
.product-filter {
  margin: 20px 0 0 0;
  padding-bottom: 10px;
}
.product-grid {
  margin-bottom: -25px;
  text-align: center;
}
.product-grid > div {
  margin: 0 -2px;
  padding: 40px 10px;
  margin-bottom: 0;
  border-bottom: solid 1px #eee;
  width: 200px;
}
.product-grid .image {
  margin-bottom: 10px;
}
.product-grid .image img {
  padding: 0;
  border: none;
}
.product-grid .name {
  margin: 10px 0;
}
.product-grid .price {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #7f8c8d;
}
.product-grid .cart {
  display: none;
  margin: 10px 0;
}
.product-grid .wishlist {
  display: none;
  margin: 10px 0;
}
.mijoshop_heading_h1 {
  color: inherit;
}
iframe[src="about:blank"] {
  display: none;
}
.rating-star-fixed {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../../../images/star.png') 0 0;
}
.rating-star-fixed.empty {
  background-position: 0 -16px;
}
.rating {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.rating-input {
  position: absolute;
  left: 0;
  top: -50px;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../../../images/star.png') 0 -16px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #2980b9;
}

