
.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 21px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 18px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -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: 20px;
  margin-left: 40px;
}
.thumbnail {
  border: 1px solid #ebedee;
  display: block;
  padding: 4px;
  line-height: 20px;
  -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: #009eda;
  -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;
}

.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;
  }
}

.wrap {
  width: auto;
  clear: both;
}
.ot-warp-home,
.ot-warp-default {
  background: white;
  border-bottom: 30px solid #009eda;
}
.optimum-content {
  padding: 20px;
  overflow: hidden;
}
.ot-warp-default {
  margin-top: 40px;
}

body {
  background-color: #efefef;
  color: #2c3e50;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}
a {
  color: #009eda;
  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: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #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 10px;
}
p small,
p .small {
  font-size: 12px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 18.2px;
  font-weight: 200;
  line-height: 24px;
  color: #009eda;
  font-weight:600;
 
}
h1.article-title a {
  color: #009eda;
}
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: 10px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  color: #7f8c8d;
  text-rendering: optimizelegibility;
  font-weight:normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 35px;
  line-height: 40px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 28px;
  line-height: 40px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 18.2px;
  line-height: 26px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #ebedee;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.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 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
  border-bottom: 1px dashed #efefef;
  color: #7f8c8d;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #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 20px;
  border-left: 2px solid #009eda;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  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: 20px;
}
.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 20px;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -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-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebedee;
}
.help-block,
.help-inline {
  color: #476481;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
button,
.button {
  padding: 9px 12px 9px;
  line-height: 22px;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #009eda;
  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: #b0b0b0;
  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;
}
.btn.active,
.btn:active,
.btn a.btn:active,
button.active,
button:active,
button a.btn:active,
.button.active,
.button:active,
.button a.btn:active {
  text-decoration: none;
  outline: 0;
}
.btn.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: 16.996px;
  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: 14px;
  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: 12.992px;
  line-height: 20px;
  padding: 6px 13px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small > [class^="icon-"] {
  margin-top: 4px;
}
.btn-mini {
  
  font-size: 11.998px;
  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: #009eda;
  text-shadow: 0 0 0 rgba(0,0,0,0.25);
}
.btn-primary:hover {
  background: #0196cf;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.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-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-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-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-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;
}
.ot-btn {
  background: #009eda;
  color: white;
}
.ot-btn:hover {
  background: #00c0f2;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.ot-btn-primary {
  background: #009eda;
  color: white;
}
.ot-btn-primary:hover {
  background: #00c0f2;
  -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;
}

.navbar {
  margin-bottom: 0;
}
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: transparent;
  color: #009eda;
}
.nav .dropdown-toggle .caret {
  border-top-color: #009eda;
  border-bottom-color: #009eda;
  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: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #7f8c8d;
  display: block;
  line-height: 20px;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
  text-transform:uppercase;
  font-size:13px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #009eda;
  text-decoration: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #009eda;
  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: #009eda;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #7f8c8d;
  border-bottom-color: #7f8c8d;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #009eda;
  border-bottom-color: #009eda;
}
.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: #009eda;
  border-bottom-color: #009eda;
}
.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: #009eda;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  color: #7f8c8d;
}
.breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #ebedee;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.t3-mainnav {
  padding-left: 40px;
  
  
  
  
}
.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: 25px 14px 10px 14px;
  text-shadow: none;
 
  text-transform: uppercase;
  font-size: 15px;
}
.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 {
  
  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 20px 4px;
  -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: #009eda;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #009eda;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
.t3-module .module-inner {
  padding: 20px;
}
.module-title {
-webkit-border-radius: 7px 7px 0px 0px;    -moz-border-radius: 7px 7px 0px 0px;    -khtml-border-radius: 7px 7px 0px 0px;    border-radius: 7px 7px 0px 0px;    border: 1px solid #DBDEE1;    background: url('//www.ecocamel.com/components/com_mijoshop/opencart/catalog/view/theme/bootstroft/image/background.png') repeat-x;    padding: 8px 10px 7px 10px;    font-family: Arial, Helvetica, sans-serif;    font-size: 14px;    font-weight: bold;    line-height: 14px;    color: #333;
}
.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: 20px;
}
.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: 20px;
}
.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: 20px;
}
.t3-module.ot-border-dashed .module-ct {
  background: none;
}
.t3-module.ot-dark {
  color: white;
}
.t3-module.ot-dark .module-inner {
  margin: 20px;
  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: #009eda;
}
.t3-footer .t3-module {
  background: transparent;
  color: #7f8c8d;
  margin-bottom: 40px;
  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: #009eda;
}
.t3-footer .module-title {
  background: inherit;
  color: #009eda;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
  font-size:15px;
}
.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: 20px;
}
.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%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #ebedee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #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: 14px;
  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: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #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;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.items-row .item article {
  padding: 20px;
}
.divider-vertical {
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-footer {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 40px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 40px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login-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: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #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: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm input[type="text"] {
  padding: 9px;
}
#searchForm button {
  background: #009eda;
}
#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: 20px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact 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: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.category-item .category-item {
  margin-left: 4.2918454935622%;
}
.cat-children .page-header {
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ebedee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ebedee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ebedee;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  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 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  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: 10px 20px;
  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: #009eda;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 90%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: left;
  padding: 15px 20px;
}
.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;
}

.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: white;
}
.logo {
  float: left;
  background: #fff;
  padding: 7px 0;
  text-align: center;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
  max-width:100%;
}
.logo-image {
  overflow: hidden;
}
.logo-image a {
  background-image: url("../../../images/logo.png");
  background-repeat: no-repeat;
  width: 138px;
  height: 29px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  color: #444;
  text-decoration: none;
  font-size: 17.5px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  float: right;
  margin-top: 0;
}
.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;
}
.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-sidebar .t3-module {
  margin-bottom: 0;
}
.t3-sidebar .t3-module .module-inner {
  padding: 20px 20px 0 20px;
}
.t3-footer {
  padding: 20px 0;
  color: #2c3e50;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #7f8c8d;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #009eda;
}
.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: 12px;
  padding: 20px 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 #dde1e2;
  padding-top: 20px;
}
.copyright a:hover {
  color: #009eda;
}
.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: 5px 20px 0px 20px;
}
#topbar .cart {
  color: #7f8c8d;
}
#topbar .login {
  cursor: pointer;
}
#topbar .login:hover {
  background: #009eda;
}
#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: #009eda;
  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: #009eda;
  color: #fff;
  display: inline-block;
  padding: 0 26px;
  font-size: 18px;
  line-height: 89px;
  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: #009eda;
  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: #009eda;
}
#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 #009eda;
  text-decoration: none;
}
#ot-carousel .readmore-text:hover a {
  border: 2px solid #7f8c8d;
}
.ot-slider {
  margin-bottom: 20px;
}
.layout-maxima .slider-content h1.title {
  color: #009eda;
}
.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 #009eda;
  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: 60px;
}
.newsletter .input-append {
  margin: 0;
}
.newsletter .input-append input {
  padding: 10px;
  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: #009eda;
  color: white;
  font-weight: 300;
}
.newsletter .input-append input .ot-btn {
  width: 100px;
}
.newsletter small {
  font-size: 10.5px;
  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: #009eda;
  border: 1px solid #009eda;
}
ul#social li a {
  text-decoration: none;
}
ul#social li:first-child {
  margin-left: 0;
}
.ot-blog {
  padding: 0 20px;
  display: block;
  margin-bottom: 20px;
}
.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: #009eda;
}
.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: #009eda;
}
.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 #009eda;
}
.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 #009eda;
}
.ot-featured h4.nk-title,
.ot-featured img.nk-image {
  padding-bottom: 20px;
  width: 100%;
}
.ot-featured a.nk-readmore {
  background: #009eda;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}
.ot-featured a.nk-readmore span {
  background: none;
}
.ot-featured a.nk-readmore:hover {
  background: #00c0f2;
}
.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: #009eda;
}

a:active,
a:focus {
  outline: 0;
}
img {
  border: none;
}
#k2Container {
  padding: 0;
}
body.contentpane #k2Container {
  padding: 0;
}
.k2Padding {
  padding: 4px;
}
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
.even {
  background: #ffffff;
  padding: 15px;
  border: 1px solid #f4fbfb;
}
.odd {
  background: #fff;
  padding: 15px;
  border-left: 1px solid #e1f5f4;
  border-right: 1px solid #e1f5f4;
  border-bottom: none;
  border-top: none;
}
div.k2FeedIcon {
  padding: 0px;
  display: none;
}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../images/fugue/feed.png) no-repeat 50% 50%;
}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../../../images/system/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../../../images/system/transparent_star.gif) left -1000px repeat-x;
}
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}
.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}
#recaptcha_table {
  border-color: #ccc !important;
}
#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  list-style: none;
  margin: 0;
}
.clearList {
  display: none;
  float: none;
  clear: both;
}
.lastItem {
  border: none;
}
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ebedee;
  padding: 2px;
  margin: 2px 15px 4px 0;
}
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
}
div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: url(../../../images/system/featuredItem.png) no-repeat 100% 0;
}
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 4px;
  background: #009eda;
  border: 1px solid #ccc;
  text-align: center;
  color: #555;
  font-size: 13px;
}
a.itemPrintThisPage:hover {
  background: #eee;
  text-decoration: none;
}
div.itemView {
  padding: 8px 0 24px 0;
  margin: 0;
  border-bottom: none;
}
span.itemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.itemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.itemEditLink a:hover {
  background: #ffffcc;
}
div.itemHeader span.itemDateCreated {
  color: #2c3e50;
  font-size: 12px;
}
div.itemHeader h2.itemTitle {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0;
  margin: 0;
}
div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.itemToolbar {
  padding: 5px 10px;
  margin: 20px 0 20px 0;
  border-top: 1px solid #f4fbfb;
  border-bottom: 1px solid #f4fbfb;
  background: #ffffff;
}
div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: none;
  text-align: center;
  background: none;
  font-size: 12px;
}
div.itemToolbar ul > li:first-child {
  border: none;
}
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}
div.itemToolbar ul li a img {
  vertical-align: middle;
}
div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  background: url(../../../images/system/font_decrease.gif) no-repeat;
}
div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}
div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  background: url(../../../images/system/font_increase.gif) no-repeat;
}
div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}
div.itemRatingBlock {
  padding: 0;
  float: left;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #2c3e50;
}
div.itemBody {
  padding: 0;
  margin: 0;
}
div.itemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
span.itemImage {
  display: block;
  text-align: center;
  margin: 0;
}
span.itemImage img {
  border: none;
  padding: 0;
  width: 100%;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}
div.itemIntroText {
  color: #7f8c8d;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding: 4px 0 12px 0;
}
div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0;
}
div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.itemExtraFields ul li {
  display: block;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 10px 0;
  margin: 20px 0 20px 0;
  border-top: 1px dashed #ebedee;
  color: #2c3e50;
}
span.itemHits {
  float: left;
}
div.itemSocialSharing {
  padding: 8px 0;
}
div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}
div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
div.itemLinks {
  margin: 16px 0;
  padding: 0;
}
div.itemCategory {
  padding: 5px;
  border-bottom: 1px dashed #ebedee;
}
div.itemCategory span {
  font-weight: 400;
  color: #2c3e50;
  padding: 0 4px 0 0;
}
div.itemTagsBlock {
  padding: 10px 0;
  border-bottom: 1px dashed #ebedee;
}
div.itemTagsBlock span {
  font-weight: 400;
  color: #2c3e50;
  padding: 0 4px 0 0;
}
div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.itemTagsBlock ul.itemTags li a {
  color: white;
  text-shadow: 0 1px 0px rgba(0,0,0,0.1);
  border: none;
  background: #009eda;
  padding: 4px 13px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.itemTagsBlock ul.itemTags li a:hover {
  background: #7f8c8d;
}
div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
h3.itemAuthorName {
  margin-top: 0;
  line-height: 28px;
}
div.itemAuthorBlock {
  background: #ffffff;
  border: 1px solid #f4fbfb;
  margin: 20px 0;
  padding: 10px;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ebedee;
  margin: 0 15px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0;
}
div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: 400;
  color: #7f8c8d;
  border-right: 1px solid #7f8c8d;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: 400;
  color: #555;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}
div.itemAuthorLatest ul {
  margin: 0;
  list-style: none;
}
div.itemAuthorLatest ul li {
  padding: 5px 10px;
}
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}
div.itemRelated ul {
  margin: 0;
  list-style: none;
}
div.itemRelated ul li {
  padding: 5px;
}
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}
div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}
div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.itemNavigation {
  padding: 10px 8px;
  margin: 0 0 24px 0;
  border-top: none;
  border-bottom: none;
  background: #ffffff;
}
div.itemNavigation span.itemNavigationTitle {
  color: #7f8c8d;
}
div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}
div.itemNavigation a.itemNext {
  padding: 0 12px;
}
div.itemComments {
  background: none;
  border: 1px dashed #ebedee;
  padding: 20px;
  margin-bottom: 20px;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 4px;
  margin: 0;
  border-bottom: 1px dotted #ddd;
}
div.itemComments ul.itemCommentsList li.authorResponse {
  background: url(../../../images/system/stripes.png) repeat;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 10px 10px 0;
  padding: 4px;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ebedee;
  font-weight: 400;
  font-size: 12px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: 300;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../../../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}
div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 1px solid #ebedee;
  padding-top: 10px;
}
div.itemCommentsForm form label.formComment {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formName {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formUrl {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}
div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 98%;
  height: 160px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f8c8d;
  font-weight: 300;
}
div.itemCommentsForm form input.inputbox {
  display: block;
  width: 97%;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #7f8c8d;
  font-weight: 300;
}
div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 4px;
  border: 1px solid #ebedee;
  background: #efefef;
  font-size: 16px;
}
div.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: 300;
  color: #c0392b;
}
div.itemCommentsForm form .formLogLoading {
  background: url(../../../images/system/loading.gif) no-repeat left center;
}
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}
div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}
div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}
div.k2ReportCommentFormContainer blockquote span.theComment {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}
div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}
div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}
div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}
div.k2ReportCommentFormContainer form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../../../images/system/loading.gif) no-repeat left center;
}
div.itemBackToTop {
  text-align: right;
}
div.itemBackToTop a {
  text-decoration: underline;
}
div.itemBackToTop a:hover {
  text-decoration: underline;
}
div.itemListCategory {
  background: #efefef;
  border: 1px solid #ebedee;
  margin: 4px 0;
  padding: 8px;
}
span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.catItemAddLink a:hover {
  background: #ffffcc;
}
div.itemListCategory img {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.subCategoryContainer {
  float: left;
}
div.subCategory {
  background: #efefef;
  border: none;
  margin: 5px;
  padding: 0 0 20px 0;
}
div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  background: #fff;
  padding: 0;
  border: none;
  margin: 0;
}
div.subCategory h2 {
  padding: 0 20px;
}
div.subCategory h2 a {
  text-decoration: none;
}
div.subCategory p {
  padding: 0 20px;
}
a.subCategoryMore {
  text-decoration: none;
  padding: 0 20px;
}
div#itemListLinks {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}
div.itemContainer {
  float: left;
}
div.catItemView {
  padding: 10px;
  margin-bottom: 20px;
}
div.groupLinks {
  padding: 0;
  margin: 0;
}
span.catItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.catItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.catItemEditLink a:hover {
  background: #ffffcc;
}
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.catItemHeader h3.catItemTitle {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 0px 0 5px 0;
  margin: 0;
}
div.catItemHeader h3.catItemTitle a {
  text-decoration: none;
}
div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}
div.catItemRatingBlock {
  padding: 8px 0;
}
div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.catItemBody {
  padding: 0;
  margin: 0;
}
div.catItemImageBlock {
  padding: 0;
  margin: 10px 0;
  border: 1px solid #ebedee;
}
span.catItemImage {
  display: block;
  text-align: center;
  margin: 5px;
}
span.catItemImage img {
  border: none;
  padding: 0;
}
div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}
div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: normal !important;
}
div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.catItemLinks {
  margin: 0 0 10px 0;
  padding: 0;
}
div.catItemHitsBlock {
  padding: 4px;
  border-bottom: 1px dashed #ebedee;
}
div.catItemCategory {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #ebedee;
}
div.catItemCategory span {
  font-weight: 400;
  color: #7f8c8d;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock {
  padding: 10px;
  border-bottom: 1px dashed #ebedee;
}
div.catItemTagsBlock span {
  font-weight: bold;
  color: #7f8c8d;
  padding: 0 4px 0 0;
}
div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.catItemTagsBlock ul.catItemTags li a {
  color: #7f8c8d;
  text-shadow: 0 0 0 rgba(0,0,0,0.1);
  border: 1px solid #ebedee;
  padding: 3px 7px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 5px 10px 0;
  display: inline-block;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #009eda !important;
  border: 1px solid #009eda;
}
div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}
div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}
div.catItemVideoBlock span.catItemVideo {
  display: block;
}
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.catItemReadMore {
  display: inline;
}
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}
div.userBlock {
  background: #ffffff;
  border: 1px solid #f4fbfb;
  margin: 0 0 20px 0;
  padding: 10px;
  clear: both;
}
span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ceefed;
  text-align: right;
}
span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}
span.userItemAddLink a:hover {
  background: #ffffcc;
}
div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 5px;
  border: 1px solid #ebedee;
  margin: 0 10px 0 0;
}
div.userBlock div.userDescription {
  padding: 4px 0;
}
div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.userURL {
  font-weight: 400;
  color: #2c3e50;
  display: block;
}
span.userEmail {
  font-weight: 400;
  color: #2c3e50;
  display: block;
}
div.userItemView {
  margin-bottom: 20px;
}
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}
span.userItemEditLink {
  float: right;
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 120px;
  text-align: right;
}
span.userItemEditLink a {
  padding: 2px 12px;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
span.userItemEditLink a:hover {
  background: #ffffcc;
}
div.userItemHeader span.userItemDateCreated {
  color: #2c3e50;
  font-size: 14px;
}
div.userItemHeader h3.userItemTitle {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}
div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 20px 8px 0;
}
span.userItemImage img {
  border: 1px solid #ebedee;
  padding: 8px;
}
div.userItemIntroText {
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.userItemCategory {
  padding: 4px 0;
  border-bottom: 1px dotted #ebedee;
}
div.userItemCategory span {
  font-weight: 400;
  color: #2c3e50;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock {
  padding: 10px 0;
  border-bottom: 1px dashed #ebedee;
}
div.userItemTagsBlock span {
  font-weight: 400;
  color: #2c3e50;
  padding: 0 4px 0 0;
}
div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.userItemTagsBlock ul.userItemTags li a {
  color: #2c3e50;
  text-shadow: 0 0 0 rgba(0,0,0,0.1);
  border: 1px solid #ebedee;
  padding: 3px 7px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.userItemReadMore {
  display: inline;
}
div.tagItemView {
  border-bottom: 1px dashed #ebedee;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
div.tagItemHeader span.tagItemDateCreated {
  color: #2c3e50;
  font-size: 14px;
}
div.tagItemHeader h2.tagItemTitle {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}
div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 20px 8px 0;
}
span.tagItemImage img {
  border: 1px solid #ebedee;
  padding: 8px;
}
div.tagItemIntroText {
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.tagItemCategory span {
  font-weight: 400;
  color: #2c3e50;
  padding: 0 4px 0 0;
}
div.tagItemReadMore {
  display: inline;
}
div.genericItemView {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
  margin: 0 0 16px 0;
}
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.genericItemHeader h2.genericItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}
div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.genericItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.genericItemReadMore {
  display: inline;
}
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}
div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}
div.latestItemsContainer {
  float: left;
}
div.latestItemsCategory {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
}
div.latestItemsCategoryImage {
  text-align: center;
}
div.latestItemsCategoryImage img {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser {
  background: #f7fafe;
  border: 1px solid #ddd;
  margin: 0 8px 8px 0;
  padding: 8px;
  clear: both;
}
div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}
div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}
span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}
span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}
div.latestItemList {
  padding: 0 8px 8px 0;
}
div.latestItemHeader h3.latestItemTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  padding: 10px 0 4px 0;
  margin: 0;
}
span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}
div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}
div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}
span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}
span.latestItemImage img {
  border: 1px solid #ccc;
  padding: 8px;
}
div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}
div.latestItemCategory {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}
div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}
div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../../../images/system/videoplayer-bg.gif) repeat-x bottom;
}
div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}
div.latestItemReadMore {
  display: inline;
}
h2.latestItemTitleList {
  font-size: 14px;
  padding: 2px 0;
  margin: 8px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px dotted #ccc;
  line-height: normal;
}
.k2AccountPage table tr th {
  color: #7A6834;
  font-weight: 700;
}
.k2AccountPage table tr td label {
  white-space: nowrap;
}
img.k2AccountPageImage {
  border: 4px solid #ebedee;
  margin: 10px 0;
  padding: 0;
  display: block;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ebedee;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #FAF5E9;
}
.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #FAF5E9;
  border-bottom: 1px solid #ebedee;
  border-right: 1px solid #ebedee;
  color: #7A6834;
  font-weight: 400;
  text-align: right;
  font-size: 11px;
  width: 140px;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  color: #7f8c8d;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #7f8c8d;
  display: block;
  margin-bottom: 10px;
}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}
div.k2ItemsBlock ul {
  margin: 0;
}
div.k2ItemsBlock ul li.lastItem {
  border-right: 1px solid #ebedee;
  border-left: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #009eda;
  text-shadow: 0 0 0 rgba(0,0,0,0.1);
  text-rendering: optimizelegibility;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  text-decoration: none;
  color: #7f8c8d;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
  line-height: 120%;
  overflow: hidden;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
  margin: 0 5px 5px 0;
  padding: 4px;
  border: 1px solid #fcf3db;
}
div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}
div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}
div.k2LoginBlock fieldset.input p label {
  display: block;
}
div.k2LoginBlock fieldset.input p input {
  display: block;
}
div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}
div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}
div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}
div.k2CalendarLoader {
  background: #fff url(../../../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
table.calendar tr td.calendarNavMonthPrev {
  background: #f3f3f3;
  text-align: left;
}
table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarCurrentMonth {
  background: #f3f3f3;
}
table.calendar tr td.calendarNavMonthNext {
  background: #f3f3f3;
  text-align: right;
}
table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}
table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}
table.calendar tr td.calendarDateLinked {
  padding: 0;
}
table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #eee;
}
table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}
table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}
div.k2CategorySelectBlock form select {
  width: auto;
}
div.k2CategoriesListBlock {
  padding: 0px;
}
div.k2CategoriesListBlock ul {
  list-style: circle;
  padding-left: 20px;
}
div.k2CategoriesListBlock ul li {
  padding: 5px 0;
}
div.k2CategoriesListBlock ul li a {
  color: #2c3e50;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: 400;
}
div.k2SearchBlock {
  position: relative;
}
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../../../images/system/searchLoader.gif) no-repeat 100% 50%;
}
div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: -1px;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #eee;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}
div.k2TagCloudBlock {
  padding: 10px 0;
}
div.k2TagCloudBlock a {
  color: #7f8c8d;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ebedee;
  padding: 3px 7px;
  text-decoration: none;
  margin: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.k2TagCloudBlock a:hover {
  padding: 3px 7px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}
span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../../../images/fugue/mail.png) no-repeat 50% 50%;
  overflow: hidden;
}
span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
div.k2UsersBlock ul li h3 {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

#eblog-wrapper #ezblog-head h1 {
  color: #2c3e50;
}
#ezblog-body  img.avatar {
  border: 1px solid #36a19c;
  padding: 5px;
  margin-bottom: 10px;
}
#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 #009eda;
}
#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 #36a19c;
  clear: both;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#ezblog-menu .blog-navi {
  background: #009eda;
  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 #36a19c;
}
#ezblog-menu .blog-navi li.toolbar-item.float-r {
  border-left: 1px solid #36a19c;
  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: #36a19c;
  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 #36a19c;
  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: #36a19c;
  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: #009eda;
}
#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: #009eda;
  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 #009eda;
  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: #009eda;
  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: 'Playfair Display', 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: #f4fbfb;
  -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: 'Open 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: #009eda;
}
body #cWindow .btn-primary,
#community-wrap .btn-primary {
  background: #009eda;
  -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: #36a19c;
}
body #cWindow .btn,
#community-wrap .btn {
  background: #009eda;
  -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: #36a19c;
}
#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: #009eda;
  -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: #009eda;
  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: #009eda;
  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: #009eda;
}
#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: #009eda;
}
#community-wrap .cSubmenu li a:hover {
  color: #009eda;
}
#community-wrap .cSubmenu li a.active {
  color: #009eda;
  text-decoration: underline;
}
#community-wrap .cFilter .filters li.active a,
#community-wrap .cFilter .filters li.active a:hover {
  background: #f4fbfb;
  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: #f4fbfb;
}
#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 #f4fbfb;
}
#community-wrap .cStatus-Online,
#community-wrap .cStatus-OnGoing,
#community-wrap .cStatus-Past,
#community-wrap .cStatus-Private {
  background: #f4fbfb;
}
#cWindowContentTop {
  background: #009eda !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: #f4fbfb !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #38a9a3;
  background-image: -moz-linear-gradient(top,#36a19c,#009eda);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#36a19c),to(#009eda));
  background-image: -webkit-linear-gradient(top,#36a19c,#009eda);
  background-image: -o-linear-gradient(top,#36a19c,#009eda);
  background-image: linear-gradient(to bottom,#36a19c,#009eda);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35a09b', endColorstr='#ff009eda', GradientType=0);
  border-color: #009eda #009eda #297b77;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #009eda;
  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: #009eda;
  *background-color: #36a19c;
}
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: #00c0f2 \9;
}
body #cWindow .cWindowNotification-Jumper a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #39aca7;
  background-image: -moz-linear-gradient(top,#009eda,#36a19c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#009eda),to(#36a19c));
  background-image: -webkit-linear-gradient(top,#009eda,#36a19c);
  background-image: -o-linear-gradient(top,#009eda,#36a19c);
  background-image: linear-gradient(to bottom,#009eda,#36a19c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009eda', endColorstr='#ff35a09b', GradientType=0);
  border-color: #36a19c #36a19c #236864;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #36a19c;
  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: #36a19c;
  *background-color: #00c0f2;
}
body #cWindow .cWindowNotification-Jumper a:hover:active,
body #cWindow .cWindowNotification-Jumper a:hover.active {
  background-color: #297b77 \9;
}
#community-wrap .input-prepend.input-block-level .add-on,
#community-wrap .input-append.input-block-level .add-on {
  background: #009eda;
  border: 1px solid #009eda;
  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: #009eda;
}
#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;
}

div.login:hover i {
  color: white;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif !important;
}
.navbar-search .search-query {
  font-family: 'Open Sans', sans-serif !important;
}
.optimum-heading-h1 {
  border: 0px;
  color: #7f8c8d;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: none;
  padding-bottom: 10px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 9pt;
}
span.akz {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 130%;
  letter-spacing: -1px;
  font-weight: 700;
}
span.akz2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 130%;
  letter-spacing: 1px;
  font-weight: 700;
}
.ot-search .ot-search-btn {
  padding: 3px 25px;
}
div.topbar-content.pull-left {
  
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7f8c8d;
  text-rendering: optimizelegibility;
  font-size: 16px;
  max-width:100%;
}
.ot-search .ot-search-btn:hover {
  color: white;
}
@media (min-width: 1200px) {
  .home .t3-sl-2 .row {
    margin-left: 0px !important;
  }
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .home .t3-sl-2 .span4 {
    margin-left: 20px !important;
    margin-right: 5px;
  }
  div.t3-spotlight.t3-spotlight-1.row {
    margin-left: 0;
    margin-bottom: -20px;
  }
  div.t3-spotlight.t3-spotlight-1.row div.item-first.span12 {
    margin-left: 0;
  }
  div.t3-spotlight.t3-spotlight-1.row div.span4 {
    margin-left: 20px;
  }
  td.acyfield_name {
    padding: 8px 0 0 0;
  }
  div.acymailing_module .inputbox {
    height: 30px;
    line-height: 30px;
  }
  .acymailing_module_form .acymailing_introtext {
    padding-bottom: 10px !important;
  }
  #Mod178 div.module-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #Mod178 {
    padding: 0 0;
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
  }
  #Mod178 .box-product {
    width: 100%;
    overflow: hidden;
    margin-left: 6px;
    text-align: center;
  }
  #Mod178 .box-product > div {
    width: 263px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebedee;
    padding: 20px 0;
  }
  #Mod178 .box-product > div:hover {
    border: 1px dashed #009eda;
  }
  #Mod178 .box-product .image img {
    border: none;
  }
  #Mod178 .box-product .name a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #Mod178 .box-product .price {
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 24px;
    color: #7f8c8d;
  }
  #Mod178 .nk-inner {
    border: 1px dashed #ebedee;
    padding: 20px;
    text-align: center;
  }
  #Mod178 .nk-inner:hover {
    border: 1px solid #009eda;
  }
  #Mod178 h4.nk-title,
  #Mod178 img.nk-image {
    width: 100%;
  }
  #Mod178 a.nk-readmore {
    background: #009eda;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }
  #Mod178 a.nk-readmore span {
    background: none;
  }
  #Mod178 a.nk-readmore:hover {
    background: #00c0f2;
  }
  #Mod178 div.newskit-default .nk-art-controllers,
  #Mod178 div.newskit-default .nk-links-controllers {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #Mod178 div.newskit-default .nk-art-pagination span,
  #Mod178 div.newskit-default .nk-links-pagination span {
    background: #ebedee;
    width: 20px;
    height: 5px;
  }
  #Mod178 div.newskit-default .nk-art-pagination span:hover,
  #Mod178 div.newskit-default .nk-links-pagination span:hover,
  #Mod178 div.newskit-default .nk-art-pagination span.active,
  #Mod178 div.newskit-default .nk-links-pagination span.active {
    background: #009eda;
  }
  
  
   #Mod245 div.module-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #Mod245 {
    padding: 0 0;
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
  }
  #Mod245 .box-product {
    width: 100%;
    overflow: hidden;
    margin-left: 6px;
    text-align: center;
  }
  #Mod245 .box-product > div {
    width: 263px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebedee;
    padding: 20px 0;
  }
  #Mod245 .box-product > div:hover {
    border: 1px dashed #009eda;
  }
  #Mod245 .box-product .image img {
    border: none;
  }
  #Mod245 .box-product .name a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #Mod245 .box-product .price {
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 24px;
    color: #7f8c8d;
  }
  #Mod245 .nk-inner {
    border: 1px dashed #ebedee;
    padding: 20px;
    text-align: center;
  }
  #Mod245 .nk-inner:hover {
    border: 1px solid #009eda;
  }
  #Mod245 h4.nk-title,
  #Mod245 img.nk-image {
    width: 100%;
  }
  #Mod245 a.nk-readmore {
    background: #009eda;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }
  #Mod245 a.nk-readmore span {
    background: none;
  }
  #Mod245 a.nk-readmore:hover {
    background: #00c0f2;
  }
  #Mod245 div.newskit-default .nk-art-controllers,
  #Mod245 div.newskit-default .nk-links-controllers {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #Mod245 div.newskit-default .nk-art-pagination span,
  #Mod245 div.newskit-default .nk-links-pagination span {
    background: #ebedee;
    width: 20px;
    height: 5px;
  }
  #Mod245 div.newskit-default .nk-art-pagination span:hover,
  #Mod245 div.newskit-default .nk-links-pagination span:hover,
  #Mod245 div.newskit-default .nk-art-pagination span.active,
  #Mod245 div.newskit-default .nk-links-pagination span.active {
    background: #009eda;
  }
  
  
  
  #Mod219 div.span3 {
    margin-left: 20px;
  }
  #Mod219 div.row {
    margin-left: -50px;
  }
  div.t3-spotlight.t3-spotlight-2.row  div.span2 {
    margin-left: 0px;
  }
  div.t3-spotlight.t3-spotlight-2.row  div.item-last.span6 {
    margin-left: 0px;
  }
  div.t3-spotlight.t3-spotlight-2.row  div.item-first.span12 {
    
  }
  div.t3-spotlight.t3-spotlight-2.row  div.span12.spanfirst {
    margin-left: 0px;
  }
  #Mod218 .module-inner {
    padding-top: 15px;
  }
  #Mod219 div.span3 {
    padding-right: 7px;
  }
  #Mod220 div.row {
    margin-left: 0px;
  }
  div.span3.logo {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
#Mod220 .module-inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
#Mod219 .module-inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
}

#Mod219 {margin-left:-40px;}
.home .t3-sl-2 {
  border-top: 0px !important;
}
.ot-featured {
  margin-top: 10px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  div.topbar-content.pull-left {
    
  }
}
@media (max-width: 800px) and (min-width: 300px) {
  div.head-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .t3-mainnav {
    background: transparent !important;
  }
  .t3-mainnav .navbar-inner {
    min-height: 50px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  div.span3.logo {
    width: 100% !important;
  }
}
@media (max-width: 568px) {
  div.span3.logo {
    width: 100% !important;
  }
}
@media (max-width: 614px) and (min-width: 600px) {
  div.span100 {
    margin-left: 0px !important;
  }
}
@media (max-width: 614px) {
  #Mod214 img {
    float: none !important;
  }
  ul#social {
    text-align: center;
  }
}
@media (min-width: 614px) {
  .product-info .image-additional {
    width: 250px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #content_oc div.span5 {
    margin-left: 0px !important;
  }
}
@media (max-width: 600px) {
  #topbar {
    display: block !important;
  }
  div.topbar-content.pull-left {
    display: block;
  }
  .nav-pills > li > a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .t3-navhelper {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .t3-mainnav.navbar-collapse-fixed-top,
  .t3-mainnav.navbar-collapse-fixed-bottom {
    width: 20% !important;
  }
}
/*@media (max-width: 480px) {
  
  div.t3-spotlight.t3-spotlight-1.row {
display: none;
}*/

}
#Mod220 img:hover {
  opacity: 0.7;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
#Mod219 img:hover {
  opacity: 0.7;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.layout-slideshow .sprocket-features-pagination li,
.layout-slideshow .sprocket-features-arrows .arrow {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
div.sprocket-features-arrows span.arrow.next {
  background-image: url('../../../../../../images/right.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  text-align: center;
}
div.sprocket-features-arrows span.arrow.prev {
  background-image: url('../../../../../../images/left.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  text-align: center;
}
div.sprocket-features-desc {
  display: none !important;
}
@media (max-width: 1200px) {
  .t3-mainnav .navbar .nav > li > a {
    padding: 25px 5px;
  }
  .t3-mainnav {
    padding-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 300px) {
  div.head-search {
    display: none;
  }
}
@media (max-width: 979px) {
  .logo {
    float: left !important;
    text-align: center;
    width: 736px !important;
    margin: 0 0 0 20px !important;
  }
  .mainnav-responsive {
   
    margin-left: 60px !important;
  }
}
@media (max-width: 980px) {
  .t3-mainnav .navbar .nav > li > a {
    padding: 25px 14px !important;
  }
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
  color: #2c3e50;
}
th a {
  color: #009eda;
}
@media (min-width: 399px) and (max-width: 600px) {
  div.content_oc {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
p.nk-introtext span.oldpr {
  color: #7f8c8d !important;
}
p.nk-introtext span {
  color: #7f8c8d;
  font-weight: bold;
}
div.product-info.fluid div.span4 {
  margin-left: 0px;
}
@media (min-width: 600px) {
  div.product-info.fluid div.span4.last {
    margin-left: 40px !important;
  }
}
.product-info .image-additional {
  width: 100% !important;
}
body {
  font-weight: 500 !important;
}
#topbar .register:hover {
  background: #ebedee;
}
#topbar .register:hover a {
  color: #009eda;
}
#topbar .register a {
  text-decoration: none;
  color: #009eda;
  font-weight: 700;
  letter-spacing: .09em;
}

@media (max-width: 767px) { 
.logo {margin:0!important;} }

@media (min-width: 768px) and (max-width: 979px) {
div.topbar-content.pull-left.hidden-phone {
display:none;

 } }
 
 @media (min-width: 50px) and (max-width: 652px) {
div.topbar-content.pull-left.hidden-desktop {

max-width:100%;

 } }
 
  @media (min-width: 50px) and (max-width: 400px) {
div.topbar-content.pull-left.hidden-desktop {
font-size:12px!important; }}

a.red {color:red!important; }

div#payment.content_oc {margin-top:0px!important; }

#Mod223 div.span3 {
    margin-left: 20px;
  }
  
   #Mod223 div.span3 {
    padding-right: 7px;
  }
  
  #Mod223 .module-inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
}

#Mod223 div.row {margin-left: 0px !important; }

@media (max-width: 979px) {
#Mod223 div.span3 {
    padding-right: 4px;
    margin-left:10px;
  }
  
  #Mod223 .module-inner {
  
  padding-top: 10px;
 
} 
  
  }
  
  #Mod223 img:hover {
  opacity: 0.7;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#Mod223.t3-module {margin-bottom:0px; }

input.button.cc_lookup {background:#a3a2a2; }
input.button.cc_lookup:hover {background:#b0b0b0; }

.itemid-477 div.optimum-content {padding:15px!important; }

div.options input {width:45px!important; }

 @media (min-width: 50px) and (max-width: 979px) { div.option input {
width: 10px!important;}
.option td {padding:8px 5px!important; }
 }

.landingpage {border: 2px solid #009eda; padding: 5px; }
.landingpagegreen {color:#009eda; margin-top:0px; }
.landingpagered {color:red; }

@media (min-width: 600px) and (max-width: 700px) { 
.option > table > tbody > tr:nth-child(1) > td:nth-child(2) {display:none!important; }
.option > table > tbody > tr:nth-child(2) > td:nth-child(2) {display:none!important; }
.option > table > tbody > tr:nth-child(3) > td:nth-child(2) {display:none!important; }
 }


.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position:relative;
 float:right;
  top: 0px;
  right: 0px;
clear:both;
  
}

.ribbon-green {
  font: bold 14px 'Open Sans', Open Sans, Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: rgba(35,35,35,0.5) 1px 0px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 3px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #ff0000, #e90101); 
  background-image:    -moz-linear-gradient(top, #ff0000, #e90101); 
  background-image:     -ms-linear-gradient(top, #ff0000, #e90101); 
  background-image:      -o-linear-gradient(top, #ff0000, #e90101); 
  color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 2px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 2px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}



img.nk-image {margin-top:-10px!important; }

@media (min-width: 260px) and (max-width: 979px) {
 span.oldpr {margin-top:20px!important; } }
 
 @media (min-width: 201px) and (max-width: 1199px) {
 h4.nk-title {padding-left:0%!important; margin:5px 0; } }
 
 @media (min-width: 980px) and (max-width: 2000px) {
h4.nk-title { }
img.nk-image { } }

@media (min-width: 260px) and (max-width: 979px) {
 .ribbon-wrapper-green  {display:none; }
.trade {display:none; } }
 
 
 
 
 
 div#option-400.option {margin-top:10px; }
 
 .product-info .options {padding-bottom:0px!important; }
 
  /* #option-399 > table > tbody > tr:nth-child(1) > td:nth-child(1) {width:35%; } edit spacing on first option column */
  

  div#option-422.option {margin-top:10px; }
  
  div.options h3 {margin-bottom:-15px; } 
  
  td.quantity input {width:50px!important; }
  th.quantity input {width:50px!important; }
  
  div#Mod230.t3-module.module {margin-bottom:-5px;  }
  div#Mod230.t3-module.module div.box-product {margin-top:5px; }
  div#Mod230.t3-module.module span.price-new {color:red; }
  div#Mod230.t3-module.module div.module-inner {padding-top:0px;}
  
  
  
  #Mod230 > div > div > div > div > div > div {width:150px; }
td.lp {padding:0 0 5px 0;border:0; }

#t3-mainnav > div > div > div > div > ul > li.dropdown.mega.open > div > div > div > div > div > ul > li:nth-child(2) > a {color:#fe9733; font-weight:bold; }
#t3-mainnav > div > div > div > div > ul > li.dropdown.mega.open > div > div > div > div > div > ul > li:nth-child(3) > a {color:#fe9733; font-weight:bold; }

.option table {width:100%; }

@media (min-width: 399px) and (max-width: 479px) {
  #content_oc > div.content_oc > div.uc_checkout_two_right_block > div:nth-child(3) > table > tbody > tr:nth-child(1) > th:nth-child(2) {
    display:none;
  }
  
  
  #content_oc > div.content_oc > div.uc_checkout_two_right_block > div:nth-child(3) > table > tbody > tr:nth-child(2) > td:nth-child(2) {
   display:none;
  }
  
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; margin-right:40px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
div.row.grad {background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
margin-left:0px;margin-top:20px; }

div.row.grad div.span6 {margin-left:20px; }
div.row.grad div.span5 {padding:10px; }
div#quickcheckout div.block-title {display:none; }
#quickcheckout .button {font-size:19px;height:40px; font-weight:bold; }
div#cart.active {margin-top:4px; max-width:320px; }

div.span12.box.box-productbundles {padding-left:0px;padding-bottom:5px;padding-top:5px;background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
margin-left:40px;margin-top:20px; width:97%;
}




#nk-231 div.module-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #nk-231 {
    padding: 0 0;
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
  }
  #nk-231 .box-product {
    width: 100%;
    overflow: hidden;
    margin-left: 6px;
    text-align: center;
  }
  #nk-231 .box-product > div {
    width: 263px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebedee;
    padding: 20px 0;
  }
  #nk-231 .box-product > div:hover {
    border: 1px dashed #009eda;
  }
  #nk-231 .box-product .image img {
    border: none;
  }
  #nk-231 .box-product .name a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #nk-231 .box-product .price {
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 24px;
    color: #7f8c8d;
  }
  #nk-231 .nk-inner {
    border: 1px dashed #ebedee;
    padding: 20px;
    text-align: center;
  }
  #nk-231 .nk-inner:hover {
    border: 1px solid #009eda;
  }
  #nk-231 h4.nk-title,
  #nk-231 img.nk-image {
    padding-bottom: 5px;
    width: 100%;
    padding-left:0!important;
  }
  #nk-231 a.nk-readmore {
    background: #009eda;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }
  #nk-231 a.nk-readmore span {
    background: none;
  }
  #nk-231 a.nk-readmore:hover {
    background: #00c0f2;
  }
  #nk-231 div.newskit-default .nk-art-controllers,
  #nk-231 div.newskit-default .nk-links-controllers {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #nk-231 div.newskit-default .nk-art-pagination span,
  #nk-231 div.newskit-default .nk-links-pagination span {
    background: #ebedee;
    width: 20px;
    height: 5px;
  }
  #nk-231 div.newskit-default .nk-art-pagination span:hover,
  #nk-231 div.newskit-default .nk-links-pagination span:hover,
  #nk-231 div.newskit-default .nk-art-pagination span.active,
  #nk-231 div.newskit-default .nk-links-pagination span.active {
    background: #009eda;
  }
  
  #nk-231 h4 {line-height:17px; }
  #nk-231 div.nk-links {line-height:15px;font-size:13px; }
  
  @media (min-width: 786px) and (max-width: 4000px) {
  div#Mod232.t3-module.module div.module-inner {padding: 20px 20px 0 0 }}

  
div#option-649.option {margin-bottom:-30px; }

div.fade2 img {
opacity: 1;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}

div.fade2 img:hover {
opacity: 0.7;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}

div#Mod234.t3-module.module div.module-inner {
padding: 20px 20px 0 0;
}

#nk-178 > div > div.nk-art-wrap > div.nk-art-pages > div > div > div.nk-row.nk-first.nk-odd > div.nk-row-inner > div:nth-child(4) > div > div.ribbon-wrapper-green > div.ribbon-green {display:none;}

div#option-702.option {margin-bottom:-30px; }
label.icon-search.ot-search-btn {margin-right:-1px; }

ul.nav.navbar-nav.level0 {margin-top:5px; }

@media (min-width: 1200px) {

div.t3-sidebar.t3-sidebar-2.span3 {margin-left:20px;width:289px; }
 }
 
 .ribbon-green { font: bold 14px 'Open Sans', Open Sans, Sans-Serif; color: #fff; text-align: center; text-shadow: rgba(35,35,35,0.5) 1px 0px 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); position: relative; padding: 3px 0; left: -5px; top: 15px; width: 120px; background-color: #ff0000; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#8EBF45)); background-image: -webkit-linear-gradient(top, #ff0000, #e90101); background-image: -moz-linear-gradient(top, #ff0000, #e90101); background-image: -ms-linear-gradient(top, #ff0000, #e90101); background-image: -o-linear-gradient(top, #ff0000, #e90101); color: #fff; -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3); box-shadow: 0px 0px 2px rgba(0,0,0,0.3); }
 
 div.right a.btn {background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}
 
  div.right a.btn:hover {background: #ffaa42; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaa42 0%, #ff8c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa42), color-stop(100%,#ff8c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaa42 0%,#ff8c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa42', endColorstr='#ff8c00',GradientType=0 ); /* IE6-9 */

}



#button-confirm.btn.btn-primary {background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}
 
   #button-confirm.btn.btn-primary:hover {background: #ffaa42; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaa42 0%, #ff8c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa42), color-stop(100%,#ff8c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaa42 0%,#ff8c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaa42 0%,#ff8c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa42', endColorstr='#ff8c00',GradientType=0 ); /* IE6-9 */

}


#feedback {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 250px;
	margin-left: -3px;
	margin-bottom: -3px;
}



#feedback-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 180px;
	height: 42px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 60px;
	margin-left: -72px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#feedback-tab:hover {
	background-color: rgba(0,0,0,0.4);
}

