@import "elegantfont.less";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
input[type="submit"],
input[type="button"],
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 {
  text-shadow: none;
  color: #7d7d7d;
  min-height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 4px 6px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.uneditable-input:hover,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.registration .form-actions .btn,
.login .well .btn {
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.registration .form-actions .btn:hover,
.login .well .btn:hover {
  background: #3c3c3c;
  color: #fff;
}
dt,
dd {
  color: #999999;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.item-page .full-item {
  max-width: 100%;
  display: block;
}
dt .article-info-term {
  display: none;
}
dl .article-info-bottom,
dl .article-info-top {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 11px;
}
dl .article-info-top dd {
  float: left;
}
dl .article-info-bottom dd {
  float: left;
  margin: 0 10px 0 0;
}
dd span .icon-eye-open,
dd span .icon-time {
  position: relative;
  margin-top: -1px;
  opacity: 0.8;
}
ul.list-striped {
  list-style: none;
}
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img,
.img_caption img {
  max-width: 100%;
  overflow: hidden;
  max-width: auto;
}
.ie8 .img-intro-left img,
.ie8 .img-intro-right img,
.ie8 .img-intro-none img,
.ie8 .item-image img,
.ie8 .img-fulltext-right img,
.ie8 .img-fulltext-left img,
.ie8 .img_caption img {
  max-width: auto !important;
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: inline-block;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
  float: none;
}
div.img_caption {
  position: relative;
  width: 100%;
  height: 100%;
}
p.img_caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
  z-index: 15;
}
.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
  max-width: 100%;
  display: block;
}
.image-backdrop {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.img-wrapper a:hover .image-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.img-intro-btn {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 45%;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.items-row {
  margin-bottom: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title,
.featured h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 26px;
}
a.readmore {
  background-color: none;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 10px 5px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.readmore i {
  font-size: 16px;
  margin: 0 5px;
}
.items-row-stand {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.items-row-stand h3.categoryTitle a.btn {
  display: none;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.homepage .items-leading > div {
  border: none;
}
.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0;
}
.page-header a {
  color: #000;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #ff3333;
  background: none;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #ff3a3d;
}
.page-title,
.page-header h1 {
  line-height: 1;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  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;
}
.introtext {
  display: block;
  clear: both;
  padding-top: 1px;
}
.introtext p {
  margin-top: 3px;
}
.article-info {
  margin: 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
  margin-bottom: 25px;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.content-article.default {
  display: block;
  clear: both;
}
.blog .article-info {
  margin: 0;
  width: 90%;
}
.blog .icons .btn {
  padding: 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li {
  display: block;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul > li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-in-out 0s;
}
.zo2-pagination ul > li:first-child a,
.zo2-pagination ul > li:last-child a,
.zo2-pagination ul > li:first-child span,
.zo2-pagination ul > li:last-child span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.zo2-pagination ul > li > a {
  color: #898989;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out 0s;
}
.zo2-pagination ul > li > a:hover,
.zo2-pagination ul > li > a:active,
.zo2-pagination ul > li > a:focus {
  color: #fff;
  background: #000 !important;
}
.zo2-pagination ul > li > span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul > li.active a {
  background: #000;
}
.zo2-pagination ul > li.active > span {
  color: #fff;
  background: #000 !important;
}
.zo2-pagination ul > li.active > span:hover,
.zo2-pagination ul > li.active > span:active,
.zo2-pagination ul > li.active > span:focus {
  color: #fff;
  background: #000 !important;
}
.zo2-pagination ul > li.disabled {
  font-size: 14px;
}
.zo2-pagination ul > li.disabled a {
  line-height: 21px;
}
.pager li a {
  background-color: #f3f3f3;
  color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.pagenav {
  float: none;
  clear: both;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #D9D6D0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #888888;
  height: 30px;
  line-height: 30px;
  max-width: 100% !important;
  padding: 0 12px;
}
.login-form button {
  margin: 20px 0;
}
#login-form #form-login-submit {
  width: 100%;
  display: block;
  overflow: hidden;
}
#login-form .logout-button .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .btn {
  padding: 7px 35px;
}
#login-form #form-login-submit .sign-in {
  font-size: 13px;
  line-height: 42px;
  padding-left: 15px;
}
#login-form ul.unstyled {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
#login-form ul.unstyled li {
  font-size: 11px;
  padding-right: 15px;
}
#login-form span.icon-plus-sign {
  visibility: hidden;
}
#login-form .controls label {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.contact-form textarea,
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form .uneditable-input {
  width: 100%;
}
.contact-form #jform_contact_email_copy-lbl {
  margin-right: 10px;
}
.contact-form legend {
  font-size: 11px;
  color: #666;
  border: 0;
  margin-bottom: 0;
}
.contact-form span.icon-ok-circle {
  position: relative;
  margin-top: -1px;
  padding-right: 5px;
  opacity: 0.8;
}
.contact-form .message-form {
  display: block;
  margin-top: 10px;
}
.contact-form .contact-fields,
.contact-form .message-input {
  display: block;
  width: 98%;
}
.contact-form .message-input textarea {
  width: 100%;
  height: 250px;
}
.contact-form .send-btn,
.contact-form .email-copy {
  padding: 10px 0 0 0;
}
.contact-form .email-copy-label {
  float: left;
}
.contact-form .email-copy-label label {
  margin: 8px 8px 8px 0;
  padding-left: 12px;
  font-size: 11px;
  color: #999;
}
.contact-form .email-copy-input {
  float: left;
}
.contact-form .email-copy-input input[type="checkbox"] {
  width: 15px;
  height: 15px;
  padding: 0;
  vertical-align: middle;
  margin: 12px 0px 8px 0px;
  border: 1px solid #A5A5A5;
}
.name-label label {
  font-weight: bold;
}
.email-label label {
  font-weight: bold;
}
.subject-label {
  margin-top: 10px;
}
.subject-label label {
  font-weight: bold;
}
.message-label label {
  font-weight: bold;
}
.name-input,
.email-input,
.subject-input,
.message-form {
  margin-right: 15px;
}
.filter-search.alert.alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  background-image: none;
  padding: 20px;
}
.search-results .result-title {
  margin-top: 24px;
}
.search dt.result-title {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
#searchForm fieldset {
  margin: 20px 0;
}
#search-results ul.search-results {
  list-style-type: none;
}
#search-results ul.search-results li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}
#zo2-position-0 .search.search {
  float: right;
}
.search #searchForm .inputbox {
  margin: 0 10px 0 0;
}
.search #searchForm .inputbox#search-searchword {
  width: 100%;
  background: #fff;
}
.search #searchForm .inputbox#ordering {
  padding: 4px;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
.search #searchForm fieldset input {
  position: static;
}
#mod-finder-searchform.form-search {
  position: relative;
  margin: 0;
  padding: 0;
}
#mod-finder-searchform.form-search button {
  padding: 5px 10px;
  border: 0;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-indent: -9999px;
}
#mod-finder-searchform.form-search input {
  padding: 8px 40px 8px 12px;
  font-size: 11px;
  color: #b2b2b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform.form-search input.input-medium {
  width: 170px;
}
#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
  padding: 8px 60px 8px 12px;
  border: 1px solid #aaa;
  color: #565656;
}
.search-module {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-module button {
  padding: 5px 10px;
  border: 0;
  display: block;
  float: none;
  background: 0;
  margin-left: 0px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.search-module button span {
  text-indent: -9999px;
}
.search-module input {
  font-size: 11px;
  color: #b2b2b2;
  width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.search-module input:hover,
.search-module input:focus {
  border: 1px solid #000;
  color: #565656;
}
.edit .btn-toolbar {
  margin: 10px 0;
}
.edit .nav {
  border: none;
  margin: 10px 0 20px;
}
.edit .nav li a {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.edit .nav li.active > a {
  background: #0C7FCF;
  color: #fff;
}
.edit .nav li.active > a:hover,
.edit .nav li.active > a:active,
.edit .nav li.active > a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px;
  height: 520px;
}
.login .well {
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}
div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn-drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_language_chzn.chzn-container div.chzn-drop {
  width: 280px !important;
}
form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key {
  font-family: Tahoma, Verdana, sans-serif !important;
}
div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  width: 280px !important;
  padding: 0px !important;
}
iframe html body.contentpane form#adminForm.form-inline {
  background-color: #FF9900;
}
div#editor-xtd-buttons.btn-toolbar.pull-left {
  margin-top: 10px;
}
a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1085DE;
  border: 1px solid #1085DE;
}
form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #1085DE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
}
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  clear: both;
}
form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
  width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  clear: both;
  margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
  float: left;
  padding: 10px;
}
body.contentpane form table tbody tr td.key {
  text-align: left;
}
.blog .page-header {
  padding: 0;
}
.blog h2 {
  margin: 15px 0 30px 0;
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog .items-row-stand {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog .article_content {
  clear: both;
  margin: 0px 0;
  position: relative;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #ff3a3d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.blog .article_content h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-top: 15px;
  margin: 15px 0 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blog .article_content h3 a {
  color: #181818;
  letter-spacing: 1px;
}
.blog .article_content .introText {
  color: #525252;
  font-weight: 300;
  font-size: 133%;
  text-align: justify;
  line-height: 175%;
}
.blog .article_content .article_bottom {
  padding: 0px 0 0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .itemReadmore {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #000;
  background: no-repeat;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease-in-out 0s;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
}
.blog .article_content .article_bottom .itemReadmore i {
  margin: 0 10px;
  font-size: 16px;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: none;
  color: #ff3333;
}
.item-page .pagenav {
  border: none;
  background: none;
}
.item-page .article_content {
  clear: both;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.item-page .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #ff3a3d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.item-page .article_content h1.singleItemTitle {
  margin: 20px 0;
  font-size: 200%;
  color: #ff3a3d;
}
.item-page .article_content .article-info .article-info-inner > div {
  float: left;
  margin: 0 50px 0 0;
}
.item-page .lightbox-modal {
  margin: 0 5px 5px 0;
  display: inline-block;
}
div.tags span {
  display: inline-block;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
.rtl .item-page .article_content .article-info .article-info-inner {
  float: right;
}
.rtl .item-page .article_content .article-info .article-info-inner > div {
  float: right;
  margin: 0 0 0 50px;
}
.rtl .item-page .article_content .article-info .article-info-inner > div i {
  line-height: 20px;
  float: right;
}
.rtl .item-page .article_content .article-info .btn-group.pull-right {
  float: left;
}
.bs-example .btn {
  margin-bottom: 0;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb .divider {
  display: none;
}
.blog-featured #zo2-features {
  clear: both;
}
.edit.item-page .tab-pane label,
.edit.item-page .tab-pane .input-append input[type="text"] {
  display: inline-block !important;
}
#search-form fieldset {
  background-color: #fff;
  padding-top: 20px;
}
#zo2-position-7 ul li {
  list-style: none;
}
.about_us1 h3 {
  text-align: center;
}
.star {
  text-align: center;
  margin-bottom: 20px;
}
.progress-bar.active,
.progress.active .progress-bar {
  width: 100%;
}
.contact .control-group small {
  margin: -7px 10px 0;
}
.contact .alert-error {
  display: none;
}
.contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
.contact h3 {
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 400;
}
.contact fieldset {
  border: 0;
}
.contact .page-header h1 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contact .form-actions {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.contact .form-actions .btn-primary {
  width: auto;
  background: #ff3a3d;
  transition-duration: 0.5s;
  text-transform: uppercase;
  height: 45px;
  margin: auto;
  border: none;
}
.contact .form-actions .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.contact .address_block {
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact .custom {
  margin: 0 -15px;
}
.contact iframe {
  margin-bottom: 90px;
}
.contact .contact-contactinfo .media {
  display: inline-block;
  margin-top: 5px;
}
.contact .contact-contactinfo .media span {
  color: #666666;
}
.contact .contact-contactinfo .media a {
  color: #0c80d1;
}
.contact .contact-form .control-label label {
  display: none;
}
.contact .contact-form input {
  width: 100%;
  margin-bottom: 0;
}
.contact .contact-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.contact .contact-address-block h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .contact-address-block p {
  text-align: center;
  margin-bottom: 35px;
  color: #666666;
}
.contact .media-left,
.contact .media-right,
.contact .media-body {
  display: block;
  width: auto;
}
#member-registration legend {
  display: inline-block;
  width: auto;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner::before,
.zo2-megamenu .mega-inner::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner::after {
  clear: both;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 170%;
  margin: 0 0 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul {
  margin: 0 0 0 15px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a {
  color: #4F4F4F;
  display: block;
  text-transform: capitalize;
  padding: 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:hover,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:active,
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a:focus {
  color: #7FBE54;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-group::before,
.zo2-megamenu .mega-group::after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group::after {
  clear: both;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.zo2-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.zo2-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content::before,
.zo2-megamenu .mega-group-content::after {
  display: table;
  content: "";
  border: none !important;
  line-height: 0;
}
.zo2-megamenu .mega-group-content::after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row > [class*="col-md"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
.zo2-megamenu .mega-nav,
.zo2-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav > li,
.zo2-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-ct ul {
  list-style: square;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .nav .caret,
.zo2-megamenu .dropdown-submenu .caret,
.zo2-megamenu .mega-menu .caret {
  display: none;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: none;
    z-index: 0;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block !important;
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0,1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0,1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0,1);
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .zo2-megamenu.animate.slide .mega.hovering > .mega-dropdown-menu {
    overflow: hidden;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0px;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu:before {
  left: 150px;
}
#zo2-mega-menu .navbar-toggle {
  margin: 0;
  padding: 9px 7px;
  border-radius: 0;
  -moz-border-radius: 0;
  float: left;
  margin: 7px 0 0;
}
#zo2-mega-menu nav {
  background: none;
  border-radius: 0;
}
#zo2-mega-menu .featuresWrap {
  position: static;
}
#zo2-mega-menu .featuresWrap .custom_block .custom {
  padding: 10px 0;
}
#zo2-mega-menu .featuresWrap .custom_block .img {
  display: block;
  padding: 15px 0;
}
#zo2-mega-menu .navbar-default {
  border: 0;
  margin: 0px 0 0;
}
#zo2-mega-menu .navbar-default .navbar-collapse {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav .col-md-12.mega-col-module .mega-inner {
  border-top: 1px solid #e6e6e6;
}
#zo2-mega-menu .navbar-default ul.navbar-nav .caret {
  display: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: none !important;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase !important;
  letter-spacing: 1.5px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  color: #ff3a3d;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a:before,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a:before,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a:before {
  height: 7px;
  width: 7px;
  background: #ff3a3d;
  top: 12px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-group-content .mega-dropdown-inner {
  box-shadow: none;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-group-content .mega-dropdown-inner .mega-dropdown-inner {
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  z-index: 9999;
  padding-top: 15px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu .mega-dropdown-menu .mega-dropdown-inner {
  padding: 0 15px !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner {
  padding: 20px 15px 30px;
  margin: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
  z-index: 1;
  background: #fff;
  font-size: 100%;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .mega-dropdown-inner {
  padding: 0 !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .mega-inner {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .mega-inner .module p {
  font-family: Lato;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .mega-inner .module h3 {
  margin-top: 20px;
  border-bottom: none;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .module-title {
  border-bottom: 4px solid #ccc;
  color: #525252 !important;
  font-size: 15px;
  font-weight: 900;
  padding: 10px 0;
  margin: 0 0px;
  text-transform: uppercase;
  background: none !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .module-title {
  padding: 10px 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li a.group-title:before {
  border: none !important;
  content: "";
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li a {
  margin: 0 0px;
  padding-left: 0;
  padding-right: 0;
  border-top: 0px solid #e6e6e6;
  text-transform: capitalize;
  color: #999;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.15s ease 0s;
  font-family: Lato;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li:first-child > a {
  border-top: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li.active > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li.open > a {
  background: none;
  color: #ff3a3d;
  padding-left: 5px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  min-width: 240px;
  left: 100% !important;
  top: -1px;
}
#zo2-mega-menu {
  padding: 0;
}
@media (min-width: 768px) {
  #canvas .button-canvas {
    display: none !important;
  }
  .offcanvas.offcanvas-left {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .zt-newsiv-frame-cat h4 {
    min-height: 30px;
  }
}
.nav-parent > .icon-caret-down:before {
  font-family: FontAwesome;
  font-size: 70%;
  color: #0c80d1;
  content: "\f067";
}
@media screen and (max-width: 767px) {
  .nav-parent > .nav-oc-toggle {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 18px;
  }
  .offcanvas .sidebar-nav ul li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.5);
    display: block;
    text-decoration: none;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  .offcanvas .sidebar-nav ul li ul li a {
    padding-left: 20px;
  }
  .offcanvas .sidebar-nav ul li ul li ul li a {
    padding-left: 30px;
  }
  .offcanvas .sidebar-nav ul li ul li ul li ul li a {
    padding-left: 40px;
  }
}
#zo2-header-top.no-sticky {
  position: absolute;
  z-index: 8;
  margin-top: 50px;
}
.zo2-megamenu .mega-nav .mega-nav li a.group-title:before {
  border: none !important;
  content: "";
}
.zo2-megamenu .mega-nav .mega-nav li a {
  color: #ff3a3d;
}
@media (max-width: 767px) {
  #canvas {
    display: block !important;
    position: relative;
    top: 22px;
  }
  #canvas i {
    color: #525252;
  }
}
@media (min-width: 768px) {
  body .offcanvas,
  body #canvas {
    display: none !important;
  }
}
.offcanvas {
  background-color: #333333;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  opacity: 0;
  left: -50%;
  width: 49%;
  height: 100%;
}
.offcanvas .sidebar-close {
  color: #ccc;
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 999;
}
.offcanvas .sidebar-close::before {
  content: "\f00d";
}
.offcanvas .sidebar-close:hover {
  color: #fff;
}
.offcanvas.active {
  left: 0;
  opacity: 1;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transform: translate3d(300px,0,0);
  -webkit-transform: translate3d(300px,0,0);
  -ms-transform: translate3d(300px,0,0);
  -o-transform: translate3d(300px,0,0);
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
}
.offcanvas {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 300px;
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul li {
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  color: #939393;
  display: block;
  text-decoration: none;
  padding: 11px 0;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
body.overflow-hidden > * {
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border-top: 1px solid rgba(0,0,0,0.15);
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: 42px;
  height: 42px;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
#zo2-mega-menu {
  margin-top: 12px;
  margin-bottom: 10px;
}
#zo2-top-wrap .container {
  position: relative;
}
#zo2-top-wrap {
  padding: 0 0 0px;
}
.is-sticky #zo2-top-wrap {
  width: 100%;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.is-sticky #standard-logo {
  float: left;
  display: inline-block;
}
.is-sticky #standard-logo img {
  max-width: 100%;
  margin: 8px 0;
  width: 70px;
}
.mega-col-module.last-menu .custom img {
  float: right;
  padding-top: 13px;
}
.custom.megamenu img {
  margin: 10px auto;
}
.is-sticky #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding-top: 15px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner .module-title {
  padding-left: 0 !important;
}
#zo2-mega-menu .navbar-default ul.navbar-nav li.home .mega-dropdown-inner {
  padding: 5px 29px 10px !important;
}
#zo2-top-wrap-sticky-wrapper #zo2-mega-menu .zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
.is-sticky #zo2-mega-menu {
  margin-top: 9px;
}
#zo2-top-wrap .container .row {
  background-color: #00457c;
  margin-left: 0;
  margin-right: 0;
  border-radius: 2px;
}
#zo2-top-wrap .container .row .row {
  background-color: #fff;
  margin-right: -15px;
  margin-left: -15px;
}
h3.moduletitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 12px 0;
  color: #2d3d51;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
}
#zo2-bottom-2-wrap h3.moduletitle {
  border-bottom-color: rgba(255,255,255,0.1);
}
#zo2-bottom-2-wrap h3.moduletitle:after {
  background-color: rgba(255,255,255,0.9);
}
#zo2-bottom-2-wrap h3.moduletitle {
  color: #fff;
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.categories-module li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 5px;
  display: block;
  line-height: 40px;
}
ul.categories-module li i {
  float: left;
  padding-right: 10px;
}
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
  margin: 0;
  text-transform: none;
}
ul.categories-module li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
ul.categories-module li:hover,
ul.categories-module li.active {
  color: #ff3a3d;
}
ul.categories-module li:hover a,
ul.categories-module li.active a {
  color: #ff3a3d;
}
ul.archive-module li {
  padding: 10px 5px;
  display: block;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.07);
}
ul.archive-module li a {
  display: block;
}
ul.archive-module li:hover,
ul.archive-module li.active {
  color: #333;
  background: #f8f8f8;
}
ul.archive-module li:hover a,
ul.archive-module li.active a {
  color: #333;
  background: #f8f8f8;
}
.tagspopular ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopular ul li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e5e5e5;
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: #666;
  font-size: 11px;
}
.tagspopular ul li a:hover {
  background-color: #ff3a3d;
  color: #fff;
}
ul.mostread li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
ul.mostread li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 11px;
}
ul.mostread li a:hover {
  background-color: #333333;
  padding: 4px 17px 4px 15px;
  color: #fff;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #fff;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
.zt-unordered-lists li {
  list-style: none;
  padding: 2px 0;
}
.zt-unordered-lists li i,
.zt-unordered-lists li [class*="fa-"] {
  font-size: 14px;
  width: 20px;
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-left {
  bottom: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-left {
  top: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-left {
  bottom: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  padding: 0 48px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-left {
  top: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div i {
  position: absolute;
}
.zt-typo-boxes-inside > p {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-typo-boxes-inside > p i {
  font-size: 19px;
  width: 30px;
  text-align: center;
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a :hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  line-height: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4e4d4d;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
a {
  color: #4e4d4d;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
  padding: 0;
  background: none;
}
a:hover,
a:focus,
a:active {
  color: #ff3333;
  background: none;
  text-decoration: none;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.style-switcher {
  z-index: 999;
  top: 145px;
}
.style-switcher ul.options.layout-select li a {
  width: 54px;
}
.style-switcher ul.options.layout-select li a img {
  width: 54px;
}
.full-width > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.zo2-row-wrapper .custom > div {
  height: auto !important;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
body.boxed .zo2-wrapper {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header-wrap {
  width: auto;
}
#zo2-position-4 {
  margin: 23px 0 0;
}
#zo2-position-4 .mod-wrapper-menu ul li {
  line-height: 15px;
}
#zo2-position-4 .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #707070;
}
#zo2-position-4 .mod-wrapper-menu ul li a:hover,
#zo2-position-4 .mod-wrapper-menu ul li a:focus {
  background: none;
  color: #000;
}
#zo2-position-4 .mod-wrapper-menu ul li:last-child a {
  border: none;
}
.mod-languages li {
  float: left;
}
.mod-languages li a {
  border: none !important;
}
#zo2-position-1 form {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  float: right;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
#zo2-position-1 form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  right: 25px;
  position: absolute;
}
#zo2-position-1 #mod-search-searchword {
  border: none;
  background: transparent;
  color: #9a9a9a;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 0 0 10px;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
nav.zo2-menu {
  background: none;
  border: none;
  margin: 13px 0;
  min-height: inherit;
}
nav.zo2-menu .navbar-nav > li {
  font-size: 16px;
  line-height: 16px;
}
nav.zo2-menu .navbar-nav > li > a {
  padding: 0 20px;
  color: #323232;
  font-size: 16px;
}
nav.zo2-menu .navbar-nav > .open a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav > .open a:hover,
nav.zo2-menu .navbar-nav > .open a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav .active a:hover,
nav.zo2-menu .navbar-nav .active a:focus {
  background: none;
  color: #7fbe54;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a {
  color: #4f4f4f;
}
nav.zo2-menu .navbar-nav ul.mega-nav li a:hover,
nav.zo2-menu .navbar-nav ul.mega-nav li a:active,
nav.zo2-menu .navbar-nav ul.mega-nav li a:focus {
  color: #71b344;
}
nav.zo2-menu .navbar-nav ul.mega-nav li.active a {
  color: #71b344;
}
#header_logo .logo_retina {
  display: none;
}
#header_logo .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #header_logo .logo_normal {
    display: none;
  }
  #header_logo .logo_retina {
    display: block;
  }
}
.slider-show {
  background-color: #516f8d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.slider-show h2 {
  font-size: 40px;
  padding-top: 30px;
}
.slider-show .slider-image img {
  display: inline-block;
  padding: 35px 0 0;
}
#zo2-feature-wrap {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 50px 0;
  margin-bottom: 30px;
}
#zo2-feature-wrap h1 {
  color: #2d3d51;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
}
#zo2-feature-wrap .btn {
  margin-top: 5px;
}
#zo2-body-wrap .top-feature {
  padding-top: 50px;
}
#zo2-body-wrap .top-feature .zo2-feature {
  margin-top: 35px;
  background-color: #fff;
  color: #313131;
  position: relative;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-circle {
  background-color: #fff;
  border: 5px solid #EFEFEF;
  top: -36px;
  left: 50%;
  margin-left: -55px;
  position: absolute;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  color: #7fbe54;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-circle:before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 5px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  transform: scale(0.8);
  box-shadow: 0 0 0 3px #7FBE54;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-circle i {
  vertical-align: top;
  line-height: inherit;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-feature-text {
  padding: 90px 10% 30px;
  text-align: center;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-feature-text .zo2-feature-text-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-feature-text .zo2-feature-description {
  font-size: 14px;
}
#zo2-body-wrap .top-feature .zo2-feature .zo2-feature-text .zo2-feature-description p {
  margin-bottom: 20px;
}
#zo2-body-wrap .top-feature .zo2-feature:hover .zo2-circle {
  background-color: #7FBE54;
  border: 5px solid transparent;
  color: #fff;
}
#zo2-body-wrap .top-feature .zo2-feature:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
#zo2-top-wrap .nav-pills > li.active a {
  background-color: #eee;
  color: #7fbe54;
}
#zo2-top-wrap .nav-pills > li a {
  border-radius: 0;
}
#zo2-top-wrap .nav-pills li + li {
  margin-left: 0;
}
#zo2-top-wrap .search input[type="text"] {
  border-width: 0 1px;
  height: 40px;
  margin: 0;
}
#zo2-header-wrap .container {
  position: relative;
}
.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #zo2-header-wrap {
  background-color: #333;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  max-width: none;
  width: 100%;
  padding: 15px 0;
}
.is-sticky #zo2-header-wrap .zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  margin-top: 28px;
}
#zo2-bottom-1-wrap {
  background-color: #313131;
  color: #fff;
}
#zo2-bottom-1-wrap .zo2-mail {
  border: 1px solid #4c4c4c;
  color: #898989;
  height: 35px;
  line-height: 35px;
}
#zo2-bottom-1-wrap .zo2-mail input {
  background: transparent;
  border: none;
  color: #898989;
  outline: none;
  line-height: 24px;
  width: 80%;
}
#zo2-bottom-1-wrap .zo2-mail i {
  padding-left: 10px;
  padding-right: 10px;
}
#zo2-bottom-1-wrap .btn {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #898989;
  height: 35px;
  line-height: 35px;
  padding: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#zo2-bottom-1-wrap .btn:hover,
#zo2-bottom-1-wrap .btn:active,
#zo2-bottom-1-wrap .btn:focus {
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-bottom-1-wrap .no-line h3 {
  margin: 0;
}
#zo2-bottom-2-wrap {
  background-color: #00457c;
  color: #fff;
  padding: 40px 0;
}
#zo2-bottom-2-wrap a {
  color: #fff;
}
#zo2-bottom-2-wrap p {
  color: #ffffff;
  font-size: 13px;
}
#zo2-bottom-2-wrap address {
  font-size: 14px;
  line-height: 18px;
}
#zo2-bottom-2-wrap address i {
  padding-right: 15px;
}
#zo2-bottom-2-wrap .lightbox-modal img {
  margin-bottom: 5px;
}
#zo2-footer-wrap {
  background-color: #023966;
  padding-bottom: 15px;
}
.social {
  margin-top: 10px;
}
.social a {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #8d8d8d;
  display: inline-block;
  margin: 0 5px;
  width: 37px;
  height: 37px;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
.social a i {
  display: inline-block;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 37px;
  height: 37px;
}
.social a.facebook:hover {
  background-color: #2568bc;
}
.social a.twitter:hover {
  background-color: #23D8E8;
}
.social a.google-plus:hover {
  background-color: #484848;
}
.social a.rss:hover {
  background-color: #FE8631;
}
.social a.linkedin:hover {
  background-color: #027BA5;
}
.social a.youtube:hover {
  background-color: #D65655;
}
.social a.pinterest:hover {
  background-color: #CC1C2C;
}
.social.footer-social a {
  background-color: #393939;
}
#zo2-body-wrap {
  margin-top: 30px;
}
#zo2-news-wrap {
  margin: 50px 0 120px;
}
#zo2-news-wrap .mod-news img {
  float: left;
  padding-right: 30px;
  max-width: 100%;
}
#zo2-news-wrap .mod-news.custom h3 {
  color: #2c2c2c;
  font-size: 18px;
}
.latest-news li {
  padding-bottom: 10px;
  list-style: none;
}
.latest-news .thumb {
  border: 3px solid #272727;
  display: block;
  float: left;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  width: 82px;
}
.latest-news .desc {
  margin-left: 100px;
}
.latest-news .title {
  display: block;
}
.latest-news .time {
  color: #898989;
  display: block;
  font-size: 11px;
}
#system-message {
  margin: 0 0 20px;
}
.gmap-page .embed-container {
  padding-bottom: 0;
}
.module .zt-image-frame {
  background: none;
  padding: 0;
  border: none;
  display: block;
  float: left;
  margin: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module .zt-image-frame img {
  border: 4px solid #fff;
}
a.cboxElement img {
  margin-bottom: 5px;
}
footer {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  line-height: 38px;
}
footer section {
  float: left;
}
footer .copyright {
  float: left;
}
footer .zo2-copyright-logo img {
  float: right;
}
.highslide-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.highslide-gallery ul li {
  background: none repeat scroll 0 center rgba(0,0,0,0);
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 0;
}
.highslide-gallery ul li img {
  float: left;
  margin: 0;
}
#gototop {
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 10px;
  padding: 0px 8px;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 18px;
  z-index: 100;
}
#gototop:hover {
  background-color: rgba(0,0,0,0.4);
}
#gototop i {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.box-color {
  background: #7FBE54;
  color: #aaa;
  padding: 20px;
}
.box-color h3.moduletitle {
  background: none;
  color: #fff;
  font-size: 200%;
  font-weight: 300;
  padding-bottom: 0;
}
.box-color ul.weblinks li,
.box-color ul.menu li {
  border-bottom: 1px solid #608f40;
  width: 100%;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  background: none;
  padding: 10px 0;
  color: #fff !important;
}
.box-color ul.weblinks li a:hover,
.box-color ul.weblinks li a:active,
.box-color ul.weblinks li a:focus,
.box-color ul.menu li a:hover,
.box-color ul.menu li a:active,
.box-color ul.menu li a:focus {
  background: none;
}
.box-color ul.weblinks li:hover,
.box-color ul.weblinks li.active,
.box-color ul.menu li:hover,
.box-color ul.menu li.active {
  margin-left: 10px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.homepage .zo2-social-wrap {
  text-align: center;
  margin-top: 20px;
}
#zo2comment-tabs .embed-container {
  padding-bottom: 0;
}
.btn-success {
  border: none;
  background-color: #7ebe54;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 10px 15px;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.carousel-caption {
  font-weight: 300;
  text-align: left;
  top: 20%;
  color: #fff;
}
.carousel-caption h3 {
  color: #fff;
  font-size: 40px;
}
.carousel-caption p {
  font-size: 16px;
}
.bs-example {
  margin: 15px 0;
}
#k2Container span.itemEditLink {
  width: inherit;
}
#k2Container span.itemEditLink a {
  display: block;
  position: static;
}
code {
  white-space: inherit;
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: #fff;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  box-shadow: 1px 0 15px rgba(0,0,0,0.2);
  font: 10px/16px Arial;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  position: fixed;
  top: 195px;
  margin-left: -100px;
  width: 70px;
  z-index: 999;
}
.zo2-socialshares-horizontal {
  display: inline-block;
  margin: 10px 0;
}
.zo2-socialshares-horizontal > div {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .pagination-list {
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li span,
.pagination li a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  color: #3f3f3f;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 0 !important;
}
.pagination li:hover a {
  background-color: #7fbe54;
  color: #fff;
}
.pagination li.active span {
  background-color: #7fbe54;
  color: #fff;
}
.tag {
  color: inherit;
}
.rtl #zo2-search form:before {
  left: 25px;
  right: auto;
}
.rtl #zo2-top-menu .mod-languages li {
  float: right;
}
.rtl .zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  right: 0;
  left: auto;
}
.rtl .latest-news .thumb {
  float: right;
}
.rtl .latest-news .desc {
  margin-left: 0;
  margin-right: 100px;
}
.rtl .zo2-socialshares-floatbar {
  margin-left: 0;
  margin-right: -100px;
}
.rtl .form-horizontal .control-label {
  text-align: right !important;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .media > .pull-left {
  margin: 0 0 0 10px;
}
.rtl [class^="zt-icon-"] li:before,
.rtl [class*=" zt-icon-"] li:before {
  margin: 0 0 0 5px;
}
.rtl .zt-box-info:before,
.rtl .zt-box-warning:before,
.rtl .zt-box-stickynote:before,
.rtl .zt-box-upload:before,
.rtl .zt-box-download:before {
  margin: 0 0 0 10px;
}
.rtl .box-color ul.weblinks li:hover a,
.rtl .box-color ul.weblinks li.active a,
.rtl .box-color ul.menu li:hover a,
.rtl .box-color ul.menu li.active a,
.rtl .box-color ul.weblinks li:hover a,
.rtl .box-color ul.weblinks li.active a,
.rtl .box-color ul.menu li:hover a,
.rtl .box-color ul.menu li.active a {
  margin: 0 10px 0 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  right: auto;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.rtl .offcanvas .sidebar-close {
  right: auto;
  left: 0;
  float: left;
}
.rtl .offcanvas .sidebar-nav {
  padding: 0 20px 0 0;
}
.rtl #zo2-bottom-2-wrap address i {
  padding: 0 0 0 15px;
}
.rtl h3.moduletitle:after {
  left: inherit;
  right: 0;
}
.rtl footer section {
  float: right;
}
.rtl footer .zo2-copyright-logo img {
  float: left;
}
.border-image {
  border: 15px solid rgba(0,0,0,0.1);
}
.zo2-title {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 13px;
}
.zo2-title [class*="zo2-title-"] {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}
#slide-product .owl-wrapper-outer {
  overflow: hidden;
}
#slide-product .owl-wrapper-outer .owl-item {
  float: left;
}
.mt-top-contact ul li {
  color: #999999;
  display: inline-block;
  font-size: 12px;
}
.mt-top-contact ul li:first-child {
  padding-right: 30px;
}
.mt-top-contact {
  display: inline-block;
  float: left;
  height: 33px;
  line-height: 33px;
  margin-left: 30px;
}
#zo2-position-14 .mod-languages,
#zo2-position-14 .custom {
  display: inline-block;
  float: left;
}
#zo2-position-14 .mod-languages {
  margin-top: 18px;
}
#zo2-position-19 {
  text-align: right;
}
#zo2-position-19 .custom {
  display: inline-block;
}
#zo2-position-19 .zt-social-networks .zt-social-icon-item {
  background: no-repeat;
  padding: 5px 13px;
  position: relative;
  font-size: 17px;
  height: auto;
  width: auto;
  float: none;
  display: inline-block;
  line-height: 25px;
}
#zo2-header-wrap {
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 #bebebe;
  font-size: 12px;
}
#search-top {
  margin-top: 20px;
}
#search-top .form-inline button {
  float: right;
  border-radius: 0 3px 3px 0;
  background: #000;
  border: 1px solid #000;
}
#search-top .form-inline input {
  width: 270px;
  background: #fff;
  height: 35px;
}
#zo2-header-top-wrap {
  padding: 9px 0 5px;
}
#zo2-top-wrap #zo2-header-logo {
  display: none;
}
#zo2-top-wrap .is-sticky #zo2-header-logo {
  display: block;
}
.is-sticky #zo2-position-17 {
  display: none;
}
#zo2-position-17 {
  margin-top: 15px;
  text-align: right;
  margin-bottom: 15px;
}
.homepage #zo2-body-wrap .container {
  background: none;
}
.static-main {
  color: #999999;
}
.static-main .colleft-static {
  display: inline-block;
  float: left;
  padding-top: 35px;
  width: 29%;
}
.static-main.first .colleft-static {
  padding-left: 4px;
}
.static-main .colright-static {
  display: inline-block;
  float: left;
  padding-bottom: 21px;
  padding-top: 23px;
  width: 58.2%;
}
.static-main .colright-static span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 25px;
}
.static-main .colright-static p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.035em;
}
.static-main .fa {
  font-size: 50px;
}
.main-col4 {
  padding-top: 23px;
}
.main-col4 .block-subscribe .block-title strong span {
  font-size: 20px;
}
.main-col4 .block .block-title strong span {
  outline: none;
  color: #999999;
  font-weight: bold;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.035em;
}
.main-col4 .block-title strong {
  margin-bottom: 10px;
  margin-top: 3px;
}
.main-col4 .input-text input {
  padding-left: 10px;
  width: 63%;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-shadow: none;
  color: #999999 !important;
  height: 33px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
  background: #fff;
}
.main-col4 .submit button {
  background-color: #ff3333;
  box-shadow: 0px 1px 2px 1px #bebebe;
  border-radius: 2px;
  color: #ffffff;
  border: none;
  height: 33px;
  transition: all 0.2s ease-in-out 0s;
  border: 0;
  line-height: 33px;
}
.main-col4 .submit button:hover {
  box-shadow: 0 0 0 40px rgba(0,0,0,0.2) inset;
}
#zo2-slide-show-wrap .bx-wrapper {
  margin-bottom: 0;
  box-shadow: 0 1px 2px 1px #bebebe;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.block-check .mod-content {
  border-radius: 2px;
  box-shadow: 0 1px 2px 1px #bebebe;
  background: #fff;
}
.block-check h5 {
  font-size: 14px;
}
.block-check h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.block-check .text {
  float: left;
  display: inline-block;
}
.block-check .button {
  display: inline-block;
}
.block-check .button a {
  border-radius: 3px;
  padding: 5px 20px;
  background: #ff0000;
  color: #fff;
  margin: 32px 30px 0;
  font-size: 14px;
  font-weight: 600;
}
.homepage #zo2-component-wrap {
  border-bottom: 1px solid #d4d4d4;
  background: none;
  box-shadow: none;
  margin-bottom: 0;
}
.homepage #zo2-component-wrap .pagination {
  display: none;
}
.homepage h3.moduletitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 1px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 35px;
  text-align: left;
}
#zo2-position-12 h3.moduletitle {
  margin-bottom: 25px;
  padding-bottom: 15px;
}
#zo2-position-12 .link-category {
  display: none;
}
#zo2-position-12 .post-thumnail::before {
  background: none;
  position: unset;
  position: inherit;
}
#zo2-position-12 .post-thumnail {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#zo2-position-12 .post-thumnail img {
  padding: 0;
  border: none;
}
#zo2-position-12 .zt-category.headline .post-thumnail ~ .zt-article_content {
  position: unset;
  position: inherit;
  top: auto;
  bottom: auto;
}
#zo2-position-12 .zt-article_content h3 a,
#zo2-position-12 span.created,
#zo2-position-12 p.zt-introtext {
  color: #000;
}
#zo2-position-12 .zt-article_content h3 a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
}
#zo2-position-12 .zt-article_content h3 a:hover {
  color: #ff3333;
}
#zo2-position-12 .zt-article_content {
  padding: 0;
  width: 50%;
  float: left;
}
#zo2-position-12 .zt-items.head {
  background: #fff;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: 0 1px 2px 1px #bebebe;
}
#zo2-position-12 .item {
  background: no-repeat;
  padding: 4px 16px;
}
#zo2-position-12 .owl-buttons {
  position: absolute;
  top: -63px;
  right: 25px;
}
#zo2-position-12 .owl-buttons .carousel-control {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  width: 18px;
}
#zo2-position-12 .owl-buttons .carousel-control:hover {
  background-color: #000;
}
#zo2-position-12 .owl-buttons .carousel-control.control-left {
  left: auto;
  right: 0;
  margin: 0 5px;
}
#zo2-position-12 .owl-buttons .carousel-control.control-right {
  right: auto;
  left: 0;
}
#zo2-position-12 .custom img {
  box-shadow: 0 1px 2px 1px #bebebe;
}
#zo2-block-images-wrap {
  margin: 0px 0;
}
#zo2-position-20 .module {
  background: #fff;
  box-shadow: 0 1px 2px 1px #bebebe;
  padding: 25px 0 20px;
}
#zo2-position-20 .module .content-text {
  text-align: center;
}
#zo2-position-20 .module .content-text h2 {
  color: #000;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 0;
}
#zo2-position-20 .module .content-text a {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 30px 0;
  padding: 5px 20px;
}
#zo2-position-20 .module img {
  position: relative;
  right: -15px;
}
#zo2-bottom-2-wrap .item {
  background: none;
  box-shadow: none;
}
#zo2-bottom-2-wrap #zo2-position-22 p {
  color: #ffffff;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 30px;
}
#zo2-bottom-2-wrap .read-more {
  color: #cfffff f;
  margin-top: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
#zo2-bottom-2-wrap .read-more:hover {
  color: #ff3333;
}
#zo2-bottom-2-wrap ul li {
  list-style: none;
  line-height: 30px;
  padding: 0;
}
#zo2-bottom-2-wrap ul li a {
  font-size: 13px;
  color: #fff;
}
#zo2-bottom-2-wrap ul li a:hover {
  color: #ff3333;
}
#zo2-bottom-2-wrap .footer-social li a {
  transition: top 0.35s ease-in-out;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #666666;
}
#zo2-bottom-2-wrap .footer-social li a:hover {
  border: 1px solid #ff3333;
  color: #ff3333;
}
#zo2-bottom-2-wrap .footer-social li {
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
}
#zo2-bottom-2-wrap .block-content-statick .fa {
  font-size: 15px;
  color: #ffffff;
  margin-right: 5px;
}
#zo2-bottom-2-wrap .block-content-statick a {
  padding-left: 27px;
  display: inline;
}
#zo2-bottom-2-wrap .payment-method.block-content-statick {
  margin-top: 41px;
}
#zo2-bottom-2-wrap .payment-method.block-content-statick a {
  padding: 0;
  margin-right: 10px;
  font-size: 25px;
}
#zo2-bottom-2-wrap .payment-method.block-content-statick a .fa {
  font-size: 25px;
}
#zo2-bottom-2-wrap .payment-method.block-content-statick a:hover .fa {
  color: #ff3333;
}
#zo2-bottom-2-wrap h2 span {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 35px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
#zo2-bottom-2-wrap h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid #585858;
  margin-top: 22px;
  margin-bottom: 30px;
}
@media (min-width: 767px) and (max-width: 990px) {
  body #zo2-position-8 .menu-accordion h3 span {
    word-wrap: break-word;
  }
  body #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    font-size: 15px;
    padding: 0 13px;
  }
  body #search-top .form-inline input {
    width: 180px;
  }
}
@media (min-width: 767px) and (max-width: 1180px) {
  body #zo2-position-12 .zt-items.head {
    display: inline-block;
    text-align: center;
  }
  body #zo2-position-12 .post-thumnail {
    float: none;
  }
  body #zo2-position-12 .zt-article_content {
    width: 100%;
  }
  body #zo2-position-12 .owl-buttons {
    right: 50%;
    top: -36px;
  }
  body #zo2-bottom-2-wrap .read-more {
    margin-bottom: 35px;
  }
  body #colorbox,
  body #cboxContent,
  body #cboxLoadedContent {
    width: 500px !important;
    height: 400px !important;
    margin: auto;
  }
  body #colorbox img,
  body #cboxContent img,
  body #cboxLoadedContent img {
    width: auto !important;
    max-width: 100%;
  }
  body .pricing-item .plan .btn {
    padding: 10px 11px;
  }
  body .pricing-item .plan h2 {
    font-size: 18px;
  }
}
iframe {
  width: 100%;
}
body.wishlist {
  float: none;
  display: block;
  margin: auto;
}
body.wishlist i {
  background: none;
  padding: 0;
  border: none;
  width: auto;
  height: auto;
  line-height: normal;
}
@media (max-width: 480px) {
  body .zt-slideshow .zt-slidershow-item {
    height: 220px !important;
    min-height: 220px !important;
  }
}
@media (min-width: 767px) {
  .accordion-footer {
    display: block !important;
  }
  .accordion-block {
    display: none;
  }
}
h3.product-name {
  letter-spacing: 0.015em;
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  margin-top: 6px;
  text-align: left;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: Raleway, arial, serif;
  display: block;
  width: 100%;
}
h3.product-name a {
  text-transform: capitalize;
}
.comare_rating div.vote,
.comare_rating span.vote {
  margin: 0;
  float: left;
}
.horizontal-separator {
  display: none;
}
#zo2-position-15 .product-grid-item.item {
  margin-bottom: 30px;
}
#zo2-position-15 .product-grid-item .spacer .product-bottom .product-price span {
  line-height: 23px;
}
#zo2-position-15 .product-bottom {
  margin-top: 0;
}
#zo2-position-15 .product-bottom .price {
  line-height: 23px;
}
.container .container {
  width: auto;
}
#zo2-position-8 ul li {
  list-style: none;
}
#zo2-position-8 .menu-accordion h3 {
  position: relative;
  color: #000;
  padding: 0px 25px 10px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0px;
}
#zo2-position-8 .menu-accordion h3:before {
  font-family: FontAwesome;
  content: "\f0c9";
  position: absolute;
  top: 0px;
  left: 0px;
}
#zo2-position-8 .menu-accordion li span.expand {
  cursor: pointer;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 14px;
  width: 20px;
  z-index: 1;
}
#zo2-position-8 .menu-accordion h4 {
  padding: 12px 0px;
}
#zo2-position-8 .menu-accordion .mod-content {
  padding: 5px 0px 0;
}
#zo2-position-8 .menu-accordion .mod-content li {
  border-bottom: 1px solid #e5e5e5;
}
#zo2-position-8 .module {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px 0 #bebebe;
}
.flick .zt-gallery {
  padding: 0;
  box-shadow: none;
}
.flick .zt-gallery .ztshortcodes-gallery {
  padding: 0 3px;
}
.flick h3.moduletitle {
  position: relative;
  color: #000;
  padding: 0px 25px 10px !important;
  font-weight: 600;
  margin-top: 0;
}
.flick h3.moduletitle:before {
  font-family: FontAwesome;
  content: "\f16e";
  position: absolute;
  top: 0px;
  left: 3px;
}
.flick .mod-content {
  padding: 8px 1px;
}
#zo2-component {
  background: none;
}
.items-row-stand {
  background-color: #fff;
}
#zo2-position-7 .module {
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 30px;
}
#zo2-position-7 .module.dark-title,
#zo2-position-7 .module.color-title {
  padding: 0;
  border: none;
}
#zo2-position-7 .module.dark-title h3,
#zo2-position-7 .module.color-title h3 {
  padding-bottom: 12px;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
#zo2-position-7 .productdetails .item {
  padding-bottom: 15px;
  border: none;
  min-height: auto;
  min-height: unset;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  box-shadow: none;
}
#zo2-position-7 .productdetails .item img {
  border: 1px solid #e5edf0;
}
#zo2-position-7 .productdetails .vm-product-media-container {
  width: 30%;
  float: left;
}
#zo2-position-7 .productdetails .product-inner {
  float: left;
  text-align: left;
}
#zo2-position-7 .productdetails .add-to-link {
  display: none;
}
#zo2-position-7 .productdetails .quickview {
  display: none;
}
#zo2-position-7 .productdetails div.spacer {
  padding-bottom: 0 !important;
  min-height: auto;
  min-height: unset;
  min-height: inherit;
}
#zo2-position-7 .productdetails .product-inner {
  width: 65%;
  padding-left: 10px;
}
#zo2-position-7 .productdetails .product-inner h3 {
  margin-top: 0;
  line-height: 23px;
}
#zo2-position-7 .productdetails .product-inner h3.product-name a {
  color: #727272;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 600;
}
#zo2-position-7 .productdetails .product-inner h3.product-name a:hover {
  color: #000;
}
#zo2-position-7 .VMmenu li a {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  color: #727272;
  display: block;
  font-size: 100%;
  height: 42px;
  margin: 0;
  padding: 11px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  transition: color 0.3s ease-in-out 0s;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
#zo2-position-7 .VMmenu li a:hover {
  color: #000;
}
#zo2-position-7 .VMmenu li a:hover:before {
  width: 7px;
  height: 7px;
  background: #ff0000;
}
#zo2-position-7 .VMmenu li a:before {
  background: none repeat scroll 0 0 #727272;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 5px;
  top: 18px;
  left: 2px;
}
.confix-produclist-category {
  display: inline-block;
  width: 100%;
}
.zo2-copyright-logo {
  float: right;
}
#zo2-breadcrumb-wrap {
  margin-top: 30px;
}
.cart-row {
  display: block;
  width: 100%;
}
.cart-row .item {
  box-shadow: none;
}
@media (max-width: 767px) {
  body #zo2-position-14 .mod-languages,
  #zo2-position-14 .custom {
    width: 100%;
    float: none;
    text-align: center;
  }
  body #zo2-position-14 .mod-languages .mt-top-contact,
  #zo2-position-14 .custom .mt-top-contact {
    float: none;
    margin: auto;
  }
  #zo2-top-wrap-sticky-wrapper {
    height: 0 !important;
  }
  .add-to-link {
    display: none;
  }
  body .pricing-tables.pricing-4 .pricing-item {
    width: 100%;
  }
  body .pricing-tables.pricing-3 .pricing-item {
    width: 100%;
  }
  body .pricing-tables {
    padding: 0;
  }
  #zo2-position-12 .zt-items.head {
    display: inline-block;
    width: 100%;
  }
  #zo2-header-top-wrap {
    padding: 25px 0 15px;
  }
  #zo2-header-top-wrap #zt_top_cart {
    margin: 0;
  }
  #zo2-top-wrap-sticky-wrapper #zo2-top-wrap {
    border: none;
    padding: 0;
    margin: 0;
  }
  #zo2-top-wrap-sticky-wrapper #zo2-top-wrap #zo2-position-17 {
    margin: 0;
    line-height: 0;
    min-height: 0;
    height: 0;
  }
  #zo2-top-wrap-sticky-wrapper #zo2-top-wrap #zo2-position-17 #mod_wishlists,
  #zo2-top-wrap-sticky-wrapper #zo2-top-wrap #zo2-position-17 #mod_compare {
    height: 0;
  }
  #zo2-bottom-2-wrap h2 {
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #zo2-bottom-2-wrap h2 .accordion-show {
    float: right;
  }
  body #zo2-bottom-2-wrap .read-more {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #zo2-position-0 .search.search {
    margin-top: 0;
  }
  #search-top .form-inline button {
    position: absolute;
    right: 15px;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .form-inline input {
    margin-bottom: 0;
  }
  #zo2-breadcrumb-wrap {
    border-top: 1px solid #cecece;
    padding-top: 5px;
    margin-top: 3px;
  }
}
#zo2-logo-brand-wrap .carousel-item-inner > img {
  box-shadow: none;
  background: none;
}
.vm-nodisplay {
  display: none;
}
.headline .zt-article_content h3 {
  margin-top: 5px;
}
#zo2-position-10 {
  margin: 20px 0;
}
#zo2-position-10 .carousel-wrap {
  padding-left: 0;
  padding-right: 0;
}
#zo2-position-10 .carousel-wrap .caroufredsel_wrapper {
  line-height: 95px;
  min-height: 140px;
}
#zo2-position-10 .carousel-wrap .caroufredsel_wrapper .carousel-slider {
  padding: 30px 0;
}
#zt-headline .item {
  box-shadow: none;
}
#zo2-slide-show-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
  top: 45%;
  position: absolute;
  margin: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  text-indent: 0;
  font-size: 0;
  border-top-right-radius: 4px;
  padding: 7px 12px;
}
#zo2-slide-show-wrap .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  border-radius: 2px;
  background: #999999;
  opacity: 1;
  padding: 0px 7px;
  font-size: 0;
  float: left;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #000;
  color: #fff;
}
#zo2-slide-show-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
  top: 45%;
  position: absolute;
  margin: 0;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  text-indent: 0;
  font-size: 0;
  border-top-left-radius: 4px;
  padding: 7px 12px;
}
#zo2-slide-show-wrap .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}
.is-sticky #zo2-top-wrap .container .row {
  background-color: #fff;
}
.is-sticky #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
  color: #000;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li.mega-align-justify .mega-dropdown-inner {
  margin: 0 15px;
  padding: 20px 0 30px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li.mega-align-justify .mega-dropdown-inner .row {
  margin: 0;
}
.is-sticky #zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  color: #ff3a3d;
}
#zo2-component-wrap {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #bebebe;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hompage #zo2-component-wrap,
.category.products #zo2-component-wrap {
  background: none;
  box-shadow: none;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li.mega-align-justify .mega-dropdown-inner .row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.row {
  clear: both;
}
.cart-view {
  margin-top: 40px;
  font-size: 14px;
}
.cart-view h1 {
  font-weight: 600;
  font-size: 26px;
}
.cart-view tr {
  border-bottom: 1px solid #eaeaea;
}
.cart-view .width50 {
  margin-right: 0;
  line-height: 38px;
}
.cart-view #com-form-login {
  margin-bottom: 17px;
  border-top: 1px solid #eaeaea;
}
.cart-view .billto-shipto {
  border-top: none;
  margin-bottom: 15px;
}
.cart-view .billto-shipto .details {
  background-color: #ff3333;
  background-image: none;
  padding: 8px 20px 6px;
  display: inline-block;
  line-height: normal;
  color: #fff;
  border: 1px solid #ff3333;
}
.cart-view .billto-shipto .details:hover {
  background: #3e3030;
  border: 1px solid #3e3030;
}
.cart-view span.details-button input.details-button,
.cart-view .vm-button-correct {
  background-color: #ff3333;
  background-image: none;
  padding: 8px 20px 6px;
  color: #fff;
  border: 1px solid #ff3333;
}
.cart-view span.details-button input.details-button:hover,
.cart-view .vm-button-correct:hover {
  background: #3e3030;
  border: 1px solid #3e3030;
}
.cart-view #checkoutForm {
  margin-top: 25px;
}
.cart-view #checkoutForm fieldset {
  border: none;
  padding: 0;
}
.cart-view #checkoutForm fieldset tr td.sectiontableentry1,
.cart-view #checkoutForm fieldset tr .sectiontableentry2 {
  border-bottom: 1px solid #e9e8e8;
}
.cart-view #checkoutForm .cart-summary tr td {
  padding: 10px 5px;
}
.cart-view #checkoutForm .cart-summary tr td a {
  font-weight: 400;
}
.cart-view #checkoutForm .cart-summary tr td .coupon {
  height: 33px;
  margin-bottom: 20px;
  font-size: 12px;
  margin-top: 18px;
  width: 88%;
}
.cart-view #checkoutForm .cart-summary tr td span.details-button {
  float: right;
  margin-top: 18px;
}
.cart-view #checkoutForm .cart-summary tr td .vm2-add_quantity_cart,
.cart-view #checkoutForm .cart-summary tr td .vm2-remove_from_cart {
  height: 30px;
  width: 30px;
}
.cart-view h3 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
.cart-view .billto-shipto span,
.cart-view a.terms-of-service {
  font-size: 16px;
  margin-top: 5px;
}
.editaddresscartST #zo2-component h1 {
  border-bottom: 1px solid #eaeaea;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0px;
  padding-bottom: 5px;
}
.editaddresscartST #userForm fieldset:first-child {
  width: 100%;
}
#com-form-login .width30.floatleft {
  width: auto;
}
#com-form-login input {
  margin-bottom: 0;
}
#checkoutForm th {
  text-align: unset;
  text-align: inherit;
  padding: 10px;
  background: #eee;
}
.continue_link {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: whiteSmoke;
  background-image: linear-gradient(to bottom,white,#e6e6e6);
  background-repeat: repeat-x;
  border-color: #bbb #bbb #a2a2a2;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 14px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
}
.continue_link:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}
.user #zo2-component h1 {
  margin-top: 40px;
  font-size: 26px;
  padding: 0 20px 5px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  text-transform: capitalize;
}
#com-form-login-remember {
  display: block;
}
#com-form-login-remember .default {
  background-color: #ff3333;
  background-image: none;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ff3333;
  color: #fff;
}
#com-form-login-remember .default:hover {
  background: #3e3030 none repeat scroll 0 0;
  border: 1px solid #3e3030;
}
#com-form-login-remember #remember {
  display: inline-block;
  width: auto;
  position: relative;
  top: 3px;
}
.vm-button-correct,
.vm-button-correct:hover,
.vm-button-correct:visited {
  font-size: 14px;
  font-weight: normal;
}
#userForm {
  padding: 0 20px;
}
#com-form-login {
  padding: 0 20px;
}
#com-form-login fieldset {
  border: none;
  padding: 0;
}
#userForm {
  margin-top: 30px;
}
#userForm .control-buttons {
  margin-bottom: 20px;
  text-align: center !important;
}
#userForm fieldset {
  width: 48%;
  float: left;
  margin-right: 0;
  border: none;
}
#userForm fieldset:first-child {
  margin-right: 3%;
}
#userForm fieldset fieldset {
  border: none;
  display: none;
}
#userForm fieldset .control-buttons {
  display: none;
}
#userForm button.button,
#userForm button.default {
  background-color: #ff3333;
  background-image: none;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #ff3333;
}
#userForm button.button:hover,
#userForm button.default:hover {
  background: #3e3030;
  border: 1px solid #3e3030;
}
#userForm h2,
#userForm .userfields_info {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  line-height: 30px;
  text-transform: capitalize;
}
#userForm table.user-details input {
  width: 100%;
}
#userForm .control-buttons #reg_text {
  width: 100%;
}
.control-buttons button.default {
  padding: 8px 12px 6px;
  font-size: 129%;
}
.control-buttons #reg_text {
  line-height: 35px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.pager.pagenav {
  border: none;
}
.homepage #zo2-component-wrap .container {
  padding: 0;
}
.homepage #zo2-component-wrap .container .btn-group {
  display: none;
}
#zo2-position-12 .zt-items.head {
  border-radius: 2px;
}
.products .item {
  overflow: hidden;
  border-radius: 2px;
}
.social .previous a i {
  display: none;
}
body.search.search {
  display: block;
}
body.search.search #zo2-body-wrap .search {
  display: block;
}
.cart-view #checkoutStep3,
.cart-view #checkoutStep2 {
  clear: both;
  float: none;
}
#fancybox-content .productdetails-view span.quantity-controls {
  display: none;
}
.zo2-copyright,
.zo2-copyright a {
  color: #ffffff;
}
.homepage #zo2-component-wrap {
  border: none;
  padding: 1px 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a :hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rtl .nav-tabs.nav-justified > li > a {
  color: #ff3a3d;
}
.rtl .nav-tabs.nav-justified > li.active > a {
  color: #fff;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  color: #ff3a3d;
  border: 0px solid #fff;
  background: none;
  box-shadow: none;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #ff3a3d !important;
}
div.tags {
  margin-bottom: 10px;
}
body.tags {
  float: none;
}
.tags span a {
  border: none !important;
}
.tags h3 span {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  color: #000000;
  font-family: Roboto;
  font-size: 100%;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 0 10px;
}
.tags span {
  float: none;
  font-weight: normal;
}
.tags h4 span {
  font-size: 100%;
}
.tags span.blog-comments a:hover:before {
  border-color: #fff !important;
  background-color: none !important;
}
.tags span.blog-comments a:before {
  border-color: #fff !important;
  background-color: none !important;
}
.blog a.btn {
  background: none;
  box-shadow: none;
  width: 20px;
}
.blog .icons .btn span.icon-cog:after {
  content: "\f013";
  font-family: FontAwesome;
}
.blog .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#archive-items {
  margin-top: 20px;
}
#btnSubmit:hover {
  background: #ff3a3d;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
#btnSubmit {
  transition: all 1s ease 0s;
  background: #ff3a3d;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.tags span a:hover:before {
  border-color: rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);
}
.tags span a:hover {
  background: #000 !important;
  color: #ff3a3d !important;
}
.tags span a:hover:before {
  border-color: rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);
}
.blog-meta .in span:first-child {
  padding-left: 5px;
}
.tags .in span a {
  color: #fff !important;
}
#blog-3-ratings-form .ui-stars-star {
  width: 8px !important;
}
#blog-3-ratings .ui-stars-star a {
  height: 14px;
}
#blog-3-ratings .ui-stars-star a:hover {
  background: url("../images/stars.png") no-repeat scroll 0 -32px !important;
}
.tags span.blog-rating a:before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
#blog-3-ratings .tags span.blog-rating a:hover:after {
  background: none;
}
.blog p a.btn.readmore {
  width: auto;
  background-color: #c1c1c1;
  color: #3F3F3F;
}
.blog p a.btn.readmore:hover {
  background: #000;
  color: #E78D05;
}
body.tags .ui-stars-star a {
  background: url("../images/stars.png") no-repeat scroll 0 -32px rgba(0,0,0,0) !important;
  margin-top: -1px;
}
body.tags .ui-stars-star a,
body.tags .ui-stars-cancel a {
  background: url("../images/stars.png") no-repeat scroll 0 -32px rgba(0,0,0,0) !important;
  display: block;
  height: 16px;
  width: 16px;
}
.categories-list .item-image img {
  position: relative;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.categories-list .item-image img:hover {
  transform: scale(1.1) rotate(2deg);
}
.categories-list .item-image {
  overflow: hidden;
  position: relative;
}
.categories-list h3 {
  font-size: 150%;
  font-weight: 400;
  margin: 10px 0 20px;
}
.categories-list .single_article_content {
  margin: 0;
  position: relative;
  border-radius: 0 0 4px 4px;
  top: -15px;
}
.categories-list .single_article_content p.itemremove {
  text-align: right;
}
.categories-list .readmore {
  border: 0px solid;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 solid;
  position: relative;
  color: #0e80d1;
  padding: 0 10px 0 0;
}
.categories-list .readmore:hover {
  box-shadow: none;
  background: none;
  color: #000;
}
.categories-list .readmore i {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 3px;
}
.article_content .tags span {
  position: relative;
  top: -5px;
}
.items-row-large {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.items-row-large .item-page-large {
  margin-bottom: 35px;
}
.items-row-large .item-page-large .item-image {
  margin-bottom: 50px;
}
.items-row-large .item-page-large .pblic-icon {
  clear: both;
}
.items-row-large .item-page-large .page-header {
  clear: both;
  padding: 1px;
}
.items-row-large .item-page-large .page-header h3 {
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
.items-row-large .item-page-large .content-text-article {
  display: block;
  clear: both;
  position: relative;
}
.items-row-large .item-page-large .content-text-article .icon {
  position: absolute;
  top: 0;
  z-index: 99;
}
.items-row-large .content-article {
  padding-left: 120px;
}
.items-row-large .zt_date {
  background: none repeat scroll 0 0 #ff3333;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 90px;
}
.items-row-large .zt_date .zt_day {
  clear: both;
  display: block;
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  padding-top: 5px;
}
.items-row-large .zt_date .created {
  font-size: 18px;
  font-weight: 400;
  font-family: Lato;
}
.items-row-large .article-info dd {
  color: #999;
  margin-right: 20px;
  font-size: 14px;
  position: relative;
}
.items-row-large .article-info dd.create {
  display: none;
}
.items-row-large .article-info dd span {
  margin-right: 10px;
}
.items-row-large .article-info dd + dd::before {
  content: "|";
  left: -15px;
  position: absolute;
}
.item-page .article_content h1.singleItemTitle {
  position: inherit;
  position: unset;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Lato;
  margin-top: 0;
  letter-spacing: 2px;
}
.item-page .article_content .introText {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.item-page.detail .introtexxt {
  font-size: 15px;
}
.item-page.detail .introtexxt p {
  font-size: 15px;
  line-height: 35px;
}
.item-page.detail .introtexxt h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Lato;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.item-page.detail .introtexxt h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Lato;
  color: #000;
}
.item-page.detail .introtexxt b {
  clear: both;
  display: block;
  font-size: 20px;
}
.item-page.detail .introtexxt p b {
  line-height: 35px;
  font-size: 16px;
}
.item-page.detail .introtexxt ol {
  padding-left: 50px;
}
.item-page.detail .introtexxt ol li {
  line-height: 30px;
}
.item-page.detail .introtexxt .phototexxt {
  padding-left: 10px;
  margin-left: 50px;
}
.item-page.detail .introtexxt .phototexxt p {
  font-style: italic;
}
.items-stands .article-info dd {
  position: relative;
  margin-right: 20px;
}
.items-stands .article-info dd + dd:before {
  content: "|";
  left: -10px;
  position: absolute;
}
.items-stands .introtext {
  padding-top: 10px;
}
.product-bottom .addtocart-bar .quantity_box {
  display: none;
}
.vmgroup .product .addtocart-bar .quantity-box {
  display: none;
}
.vmgroup .product .addtocart-bar .quantity-controls {
  display: none;
}
.vmgroup .product .spacer {
  text-align: center;
}
.vmgroup .product .spacer .product-bottom {
  display: inline-flex;
}
.vmgroup .product .spacer .product-bottom .addtocart-bar .quantity_box {
  display: none;
}
.vmgroup #zt_tabs {
  margin: 40px 0;
}
.vmgroup #zt_tabs .tabs li a {
  background: none repeat scroll 0 0 #ff3333;
  color: #fff;
}
.vmgroup #zt_tabs .tab-content {
  padding: 20px;
  position: relative;
  top: -1px;
  color: #6a6a6a;
  font-size: 108%;
  min-height: 155px;
  font-weight: 300;
}
.tab-content {
  padding: 20px;
  background: #fff;
  position: relative;
  color: #6a6a6a;
  font-size: 108%;
  min-height: 155px;
  font-weight: 300;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 15px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover {
  box-shadow: 0 0 0 40px rgba(0,0,0,0.2) inset;
}
span.quantity-controls input.quantity-controls {
  border: medium none;
  cursor: pointer;
  height: 3px;
  min-height: 15px;
  width: 15px;
}
.quantity-input.js-recalculate {
  margin: -4px 5px;
}
.additional-images img {
  margin-right: 8px;
  cursor: pointer;
  width: 80px;
}
.product-bottom {
  margin-top: 30px;
}
.product-bottom .price {
  color: #ef0000;
  font-size: 18px;
  line-height: 40px;
}
.product-bottom .price .regua-prices {
  display: block;
  clear: both;
  position: relative;
  color: #a0a0a0;
  margin-top: 5px;
}
.product-bottom .price .prices {
  color: #ef0000;
}
.product-bottom .addtocart-area {
  margin-bottom: 0;
  text-align: right;
}
.product-bottom .addtocart-area lable {
  display: none;
}
.product-grid-item .spacer .product-bottom .product-price span {
  font-size: 15px;
  color: #ef0000;
  line-height: 40px;
}
.product-grid-item .spacer .product-bottom .product-price.product-sale span {
  line-height: normal;
  font-weight: 400;
}
.product-bottom .price .regua-prices:before {
  width: 100%;
  height: 1px;
  background: #000;
  transform: rotate(10deg);
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}
.vm-product-container {
  display: block;
  clear: both;
  text-align: left;
}
.vm-product-container .PricebasePrice {
  font-size: 18px;
}
.vm-product-container .vm-price-desc {
  font-weight: 300;
  color: #000;
  margin: 0;
}
.vm-product-container .vm-display {
  margin-top: 10px;
}
.total_products,
.product_row {
  text-align: left;
}
.total_products,
.vm_cart_products {
  padding: 5px 0;
}
.total {
  padding: 5px 0;
}
.show_cart a {
  color: #ff3333;
}
.show_cart a:hover {
  color: #000;
}
#cart {
  background: none repeat scroll 0 0 #f2f2f2;
  height: 40px;
  padding: 0px;
}
#cart a {
  float: left;
}
#cart i {
  border-radius: 0;
  color: #ffffff;
  background: #ff3a3d;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 45px;
}
#cart .print {
  padding: 0 6px;
  float: left;
  line-height: 40px;
}
#cart .print p {
  margin: 0;
  display: none;
}
#zt_top_cart {
  position: relative;
  margin-top: 16px;
  margin-bottom: 11px;
}
#zt_top_cart .zt-cart-inner {
  position: absolute;
  width: 300px;
  padding: 20px 0;
  background: #fff;
  top: 40px;
  right: 0px;
}
.adminForm.user-details td {
  padding: 10px 0;
}
.control-buttons #reg_text {
  margin: 4px 20px 10px 0;
  width: 100%;
}
fieldset .control-buttons {
  padding: 0 0 20px;
}
#com-form-login {
  padding-bottom: 10px;
}
.virtuemart_search .inputbox {
  margin-top: 5px;
  margin-bottom: 0;
}
.virtuemart_search .button {
  margin-top: 3px;
  position: relative;
  top: 3px;
}
#fancybox-content h4 {
  color: #ff3333;
  font-size: 16px;
}
.floatright,
span.floatright {
  float: right;
  padding: 5px 15px;
}
.category .quantity-box,
.category .quantity-controls {
  display: none;
}
.category .addtocart-bar {
  text-align: right;
}
.vm2-normalstock {
  display: none;
}
.browse-view {
  margin-bottom: 50px;
}
.browse-view input.button {
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  padding: 0 15px;
}
.browse-view input.button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  color: #fff;
}
.browse-view .product-bottom {
  display: inline-block;
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.browse-view .row .product .spacer .prices {
  font-size: 18px !important;
  color: #ef0000 !important;
}
.browse-view .row .product .spacer .vm-price-desc {
  display: none;
}
.browse-view .row .product .spacer .product-price {
  float: left;
  padding: 0 0px;
  height: auto;
  margin-bottom: 0;
}
.browse-view .row .product .spacer .vm-cart-price {
  display: none;
}
.browse-view .row .product .spacer .vm-product-rating-container {
  padding: 1px 0 1px;
}
.browse-view .row .product .spacer .PricebasePrice .PricebasePrice {
  font-size: 18px;
}
.browse-view .row .product .spacer .PricebasePrice .PriceunitPrice {
  font-size: 18px;
}
.browse-view .row .product .spacer .PricesalesPrice {
  line-height: normal;
}
.orderby-displaynumber .vm-pagination {
  display: none;
}
.vm-page-counter {
  display: none;
}
.spacer-buy-area .ratingbox {
  margin: 0 0 15px;
}
.spacer-buy-area h1 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  text-align: left !important;
  text-transform: capitalize;
  top: 0 !important;
}
.product-neighbours a.previous-page {
  background: none;
  position: relative;
  font-size: 14px;
}
.product-neighbours .fa-angle-left:before {
  position: absolute;
  left: 15px;
}
.product-neighbours a.next-page {
  background: none;
  position: relative;
  font-size: 14px;
}
.product-neighbours .fa-angle-right:before {
  position: absolute;
  right: 15px;
}
#com-form-login-remember {
  padding: 7px 10px;
  border-radius: 3px;
}
#com-form-login-remember input {
  background-color: #ff3333;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
}
#com-form-login-remember input:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  color: #fff;
}
button.default {
  background: #ff3a3d;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border: 1px solid #ff3a3d;
  padding: 7px 10px;
}
button.default:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #ff3333;
  color: #fff;
}
.zo2-no-class .post_payment_payment_name {
  line-height: 25px;
}
.zo2-no-class .post_payment_order_number {
  margin: 10px 0;
}
.zo2-no-class .post_payment_order_total {
  margin-bottom: 10px;
}
.cart-view {
  padding-bottom: 60px;
}
.cart-view .button {
  background: #ff3333;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  padding: 5px 15px;
}
.cart-view .button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  color: #fff;
}
.cart-view .details {
  background: #ff3a3d;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  padding: 7px 15px;
}
.cart-view .details:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #ff3333;
  color: #fff;
}
.cart-view span.details-button input.details-button {
  background: #ff3a3d;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border: 1px solid #ff3a3d;
}
.cart-view span.details-button input.details-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #ff3333;
  color: #fff;
}
.cart-view .cart-summary h3 {
  font-size: 15px;
}
.cart-view .cart-summary tr {
  border-bottom: 1px solid #eaeaea;
}
.cart-view .cart-summary tr td {
  padding: 15px 0;
  text-align: left;
}
.cart-view .checkoutStep {
  float: left;
  clear: both;
}
.cart-view #form-login {
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eaeaea;
}
.cart-view h1 {
  margin-bottom: 10px;
}
.PricebasePrice .PricebasePrice {
  position: relative;
  font-size: 18px !important;
}
.PricebasePrice .PricebasePrice:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(10deg);
  width: 100%;
}
#checkoutForm {
  padding-top: 20px;
}
#checkoutForm .billto-shipto {
  padding-top: 30px;
  margin: 0;
}
#checkoutForm .billto-shipto input {
  margin: 3px 5px;
  position: relative;
}
.orderlistcontainer .title {
  float: left;
}
.orderlistcontainer .activeOrder {
  float: right;
  margin: 0 10px;
}
.checkout-button-top #checkoutFormSubmit {
  padding: 7px 10px;
  background: #ff3333;
  border: 1px solid #ff3333;
  font-size: 1.2em;
  font-weight: 700;
  transition-duration: 0.5s;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 1px;
}
.checkout-button-top #checkoutFormSubmit:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #ff3333;
}
@media (min-width: 991px) and (max-width: 1024px) {
  body .browse-view .product .spacer .product-price {
    float: none;
    display: inline-flex;
  }
  body .browse-view .product .spacer .product-price .PricebasePrice {
    margin: 0 10px;
  }
  body.category .addtocart-bar {
    text-align: center;
  }
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  color: #fff;
  border-radius: 0px;
  margin: 0;
}
div.spacer {
  text-align: center;
  padding: 0 0px !important;
  overflow: hidden;
}
.rtl .VMmenu li {
  list-style: none;
}
.rtl .orderby-displaynumber {
  clear: both;
  display: inline-table;
  width: 100%;
}
.rtl .orderlistcontainer {
  position: relative;
}
.rtl .orderlistcontainer div.orderlist {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cac9c9;
  cursor: pointer;
  display: none;
  left: 45px;
  position: absolute;
  z-index: 10;
}
.rtl .horizontal-separator {
  margin: 30px 0;
}
.rtl .orderlistcontainer .activeOrder {
  float: left;
}
.rtl .vm-product-container .vm-product-media-container {
  float: right;
}
.rtl #zt_tabs {
  clear: both;
  display: block;
}
.rtl .floatleft {
  float: left;
}
.rtl .width50 {
  width: 50%;
}
.rtl .additional-images,
.rtl .featured-view .product-price,
.rtl .latest-view .product-price,
.rtl .topten-view .product-price,
.rtl .recent-view .product-price,
.rtl .output-billto,
.rtl .output-shipto {
  margin: 10px 0;
}
.rtl .billto-shipto {
  margin: 10px 0 0;
  padding: 10px 0 25px;
  display: inline-block;
  width: 100%;
}
.rtl span.cart-images img {
  float: right;
  margin: 0;
  width: 45px;
}
.rtl .cart-view .cart-summary tr td {
  text-align: right;
  line-height: 40px;
}
.rtl span.quantity-controls input.quantity-plus {
  background: url("../images/quantity-controls.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  margin: 1px 0;
}
.rtl span.quantity-controls input.quantity-minus {
  background: url("../images/quantity-controls.png") repeat-x scroll 15px 0 rgba(0,0,0,0);
  margin: 1px 0;
}
.rtl .checkout-button-top span {
  color: #fff;
}
.rtl #com-form-login {
  clear: both;
  display: block;
}
.rtl #com-form-login .width30 {
  width: 30%;
}
.rtl .orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.product-price .vm-cart-price {
  display: inline-block;
  float: left;
  line-height: 40px;
  display: none;
}
.product-price span.prices {
  margin: 0 0px;
  font-size: 18px;
  color: #ef0000;
}
#com-form-login a {
  text-decoration: underline;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
  padding-bottom: 6px;
  background: #ff3a3d;
  border: 1px solid #ff3a3d;
  transition-duration: 0.5s;
}
.vm-button-correct:hover,
.vm-button-correct:link:hover,
.vm-button-correct:visited:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #ff3333;
  color: #fff;
}
.PricesalesPrice .PricesalesPrice {
  font-size: 18px !important;
  color: #ef0000 !important;
}
.PricesalesPrice span.vm-price-desc {
  margin: 0;
}
.productdetails-view .product-short-description {
  margin-top: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.vm-price-value {
  clear: none;
}
.addtocart-button .addtocart-button {
  margin: auto;
}
.productdetails .spacer-buy-area .ratingbox {
  margin: 0;
}
#fancybox-content {
  padding: 36px 25px !important;
  background: #fff;
  height: auto !important;
}
#fancybox-content .vm-product-container .vm-product-media-container .main-image {
  border: none;
}
#fancybox-content img {
  border: 1px solid #cccccc;
  float: none;
  height: 100px;
  padding: 10px;
  width: 88px;
}
#fancybox-content .showcart,
#fancybox-content .continue,
#fancybox-content #compare_go,
#fancybox-content #wishlists_go {
  padding: 10px 15px;
  background: #ff3a3d;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
#fancybox-content .showcart:hover,
#fancybox-content .continue:hover,
#fancybox-content #compare_go:hover,
#fancybox-content #wishlists_go:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  color: #fff;
}
#fancybox-content #wishlists_continue,
#fancybox-content #compare_continue {
  float: right;
}
#fancybox-content .title a {
  font-size: 25px;
  font-weight: 500;
  display: block;
  margin-top: 6px;
}
#fancybox-content .successfully {
  display: block;
  clear: both;
  background: none repeat scroll 0 0 #e5f1f8;
  border-radius: 3px;
  color: #2684bd;
  margin: 20px 0 10px;
  padding: 10px;
}
#fancybox-content .notification {
  display: block;
  background: none repeat scroll 0 0 #e5f1f8;
  border-radius: 5px;
  clear: both;
  color: #4895c8;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
#fancybox-content .cart-ajax-title {
  display: inline-flex;
}
#fancybox-content .cart-ajax-title img {
  width: 90px;
  padding: 10px;
  float: left;
  margin-right: 15px;
  height: 100px;
  border: none;
}
#fancybox-content .add-cart-notice {
  display: block;
  clear: both;
  margin: 15px 0;
}
#fancybox-wrap {
  transform: translateX(-50%);
  width: auto !important;
}
#fancybox-wrap #fancybox-outer {
  border-radius: 0;
}
#fancybox-wrap #fancybox-content h4 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 20px;
  margin-top: 0;
}
.productdetails  #fancybox-img {
  width: 300px;
  height: 300px;
}
.orderlistcontainer {
  position: relative;
}
.orderlistcontainer div.orderlist {
  right: 10px;
  top: 25px;
  z-index: 10;
}
.virtuemart_search br {
  display: none;
}
#productdetailsview.productdetails-view.quick .rating {
  text-align: left;
  margin-bottom: 10px;
}
#zt_top_cart .vm_cart_products p.add-product {
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}
#zt_top_cart {
  width: 170px;
  float: right;
}
#zt_top_cart .zt-cart-inner {
  z-index: 9999;
  box-shadow: 0 0 3px 1px #e3e3e3;
}
#zt_top_cart .zt-cart-inner .vm_cart_products {
  padding: 0 15px;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-img {
  float: left;
  width: 25%;
  margin-right: 3%;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-img img {
  width: 70px;
  border: 1px solid #eaeaea;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail {
  float: left;
  text-align: left;
  width: 70%;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail h4 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .product-price {
  float: none;
  text-align: left;
  line-height: 23px;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del {
  display: block;
  color: #ea2349;
  transition: all 0.3s ease-in-out 0s;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del i {
  background: none repeat scroll 0 0 #ea2349;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  transition: all 0.3s ease-in-out 0s;
  padding: 2px 4px;
  line-height: 12px !important;
  height: auto !important;
  width: auto !important;
  margin-right: 5px;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del:hover {
  color: #ff3333;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del:hover i {
  background: #ff3333;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row:last-child {
  border-bottom: none;
}
#zt_top_cart .zt-cart-inner .cart-btn {
  text-align: left;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
#zt_top_cart .zt-cart-inner .cart-btn a.check-out {
  float: left;
}
#zt_top_cart .zt-cart-inner .total {
  text-align: left;
  display: block;
  height: 40px;
  line-height: 33px;
  background: #f4f4f4;
  padding-left: 15px;
  padding-right: 15px;
}
#zt_top_cart .zt-cart-inner .total span {
  display: block;
  float: left !important;
  width: 75px;
}
#zt_top_cart .cart-btn > a {
  background: none repeat scroll 0 0 #ff3a3d;
  border: 1px solid #dadada;
  color: #ffffff;
  margin: 0 2px;
  border-radius: 4px;
  padding: 8px 15px;
  transition: all 0.2s ease-in-out 0s;
}
#zt_top_cart .cart-btn > a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.productdetails-view .product-price {
  float: none;
  text-align: left;
}
.productdetails-view .product-price span.PricesalesPrice {
  margin: 0px;
}
.productdetails-view .product-sale {
  margin-top: 10px;
}
.productdetails-view .product-sale .vm-display {
  display: inline-block;
}
.productdetails-view .product-sale .PricebasePriceVariant {
  display: inline-block;
}
.productdetails-view .product-sale .PricebasePriceVariant span.PricebasePriceVariant {
  text-decoration: line-through;
  font-size: 18px;
  margin: 0 15px 0 0;
}
.productdetails-view .addtocart-area {
  margin-top: 10px;
  clear: both;
  margin-bottom: 30px;
}
.productdetails-view span.quantity-controls {
  margin: 4px 0 0 1px;
}
.productdetails-view.productdetails .addtocart-button .addtocart-button {
  margin: 0px 20px 0;
}
.comare_rating {
  background: #e8e8e8 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 10px 2px;
  float: left;
}
.ratingbox {
  background: transparent url("../images/bkg_rating.png") repeat-x scroll 0 4px;
  height: 20px;
  margin: auto;
  width: 95px;
}
.ratingbox .stars-orange {
  background: transparent url("../images/bkg_rating.png") repeat-x scroll 0 -13px !important;
  display: block;
  height: 20px;
  top: 0;
}
.orderby-displaynumber {
  padding: 14px 0 7px;
}
.orderby-displaynumber .display-number span {
  margin: 0 20px;
}
.customer-reviews h4 {
  margin-top: 10px;
}
.customer-reviews .rating {
  margin-bottom: 0;
  margin-top: 10px;
}
.customer-reviews .rating .ratingbox {
  margin-bottom: 0;
}
.customer-reviews .highlight-button {
  background: #ff3333;
  transition: all 0.2s ease-in-out 0s;
  padding: 3px 15px;
  min-height: 35px;
  color: #fff;
}
.customer-reviews .highlight-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.customer-reviews textarea.virtuemart {
  margin-bottom: 20px;
}
.FlexibleStockNumber {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.FlexibleStockNumber span {
  color: #ef0000;
}
.list-reviews {
  margin-top: 20px;
}
#mod_compare {
  margin: 0px 9px;
  width: 40px;
  height: 32px;
  background: #666;
  padding: 0px 0;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 32px;
}
#mod_compare a i {
  color: #fff;
  background: none;
}
#mod_compare:hover {
  background: #454545;
}
#mod_compare:hover a i {
  color: #fff;
}
#mod_compare #butseldcomp i {
  border: medium none;
  font-size: 15px;
  width: auto;
  height: auto;
  line-height: normal;
}
#mod_compare .zt-cart-innera {
  background: none repeat scroll 0 0 #ffffff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #e3e3e3;
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 33px;
  width: 300px;
}
#mod_wishlists {
  margin: 0px 0 0 9px;
  width: 40px;
  height: 32px;
  background: #666;
  padding: 0px 0;
  position: relative;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s ease 0s;
}
#mod_wishlists a i {
  color: #fff;
  background: none;
}
#mod_wishlists:hover {
  background: #454545;
}
#mod_wishlists:hover a i {
  color: #fff;
  background: none;
}
#mod_wishlists .btn-wishlist {
  margin: 0;
}
#mod_wishlists #butseldwish i {
  border: medium none;
  font-size: 15px;
  width: auto;
  height: auto;
  line-height: normal;
}
#mod_wishlists .zt-cart-innera {
  background: none repeat scroll 0 0 #ffffff;
  padding: 15px 0;
  top: 33px;
  position: absolute;
  right: 0px;
  z-index: 9999;
  width: 300px;
}
.module.search

 #mod_wishlists .btn-compare,
#mod_compare .btn-compare,
zt_top_cart .btn-compare {
  margin: 0;
}
.module.search

 #mod_wishlists i.,
#mod_compare i.,
zt_top_cart i. {
  transition: all 0.2s ease 0s;
}
#mod_wishlists .zt-cart-innera {
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 3px 1px #e3e3e3;
}
#mod_wishlists .modwishlistsprod {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea;
}
#mod_wishlists .modwishlistsprod:first-child {
  border-top: none;
}
#mod_wishlists .image.fleft,
#mod_wishlists .wishlist-product-img {
  max-width: 90px;
  float: left;
  border: 1px solid #eaeaea;
  padding: 5px;
}
#mod_wishlists .image.fleft a,
#mod_wishlists .wishlist-product-img a {
  display: block;
}
#mod_wishlists .wishlist-product-detail {
  float: left;
  padding-left: 15px;
}
#mod_wishlists .zt-cart-innera,
#mod_wishlists .extra-wrap {
  float: left;
  padding-left: 15px;
}
#mod_wishlists .zt-cart-innera .name,
#mod_wishlists .extra-wrap .name {
  width: 140px;
  text-align: left;
}
#mod_wishlists .zt-cart-innera .name a,
#mod_wishlists .extra-wrap .name a {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  clear: both;
  margin: 10px 0;
}
#mod_wishlists .zt-cart-innera .remwishlists,
#mod_wishlists .extra-wrap .remwishlists {
  text-align: left;
  clear: both;
  display: block;
}
#mod_wishlists .zt-cart-innera .remwishlists a,
#mod_wishlists .extra-wrap .remwishlists a {
  display: block;
  color: #ea2349;
  transition: all 0.3s ease-in-out 0s;
  text-transform: capitalize;
}
#mod_wishlists .zt-cart-innera .remwishlists a i,
#mod_wishlists .extra-wrap .remwishlists a i {
  background: none repeat scroll 0 0 #ea2349;
  border-radius: 50%;
  color: #ffffff;
  width: auto;
  height: auto;
  border: none;
  font-size: 11px;
  transition: all 0.3s ease-in-out 0s;
  padding: 2px 4px;
  line-height: 12px;
  margin-left: 0;
  margin-right: 5px;
}
#mod_wishlists .zt-cart-innera .remwishlists a:hover,
#mod_wishlists .extra-wrap .remwishlists a:hover {
  color: #ff3333;
}
#mod_wishlists .zt-cart-innera .remwishlists a:hover i,
#mod_wishlists .extra-wrap .remwishlists a:hover i {
  background: #ff3333;
}
#mod_wishlists .zt-cart-innera .remwishlists a:hover i:before,
#mod_wishlists .extra-wrap .remwishlists a:hover i:before {
  animation: none;
}
#mod_compare .zt-cart-innera {
  padding-left: 15px;
  padding-right: 15px;
}
#mod_compare .modcompareprod {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eaeaea;
}
#mod_compare .modcompareprod:first-child {
  border-top: none;
}
#mod_compare .image.fleft,
#mod_compare .compare-product-img {
  max-width: 90px;
  float: left;
  border: 1px solid #eaeaea;
  padding: 5px;
}
#mod_compare .image.fleft a,
#mod_compare .compare-product-img a {
  display: block;
}
#mod_compare .compare-product-detail {
  float: left;
  padding-left: 15px;
}
#mod_compare .extra-wrap,
#mod_compare .zt-cart-innera {
  float: left;
  padding-left: 15px;
}
#mod_compare .extra-wrap .name,
#mod_compare .zt-cart-innera .name {
  width: 140px;
  text-align: left;
}
#mod_compare .extra-wrap .name a,
#mod_compare .zt-cart-innera .name a {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  clear: both;
  margin: 10px 0;
}
#mod_compare .extra-wrap .remcompare,
#mod_compare .zt-cart-innera .remcompare {
  text-align: left;
  clear: both;
  display: block;
  text-transform: capitalize;
}
#mod_compare .extra-wrap .remcompare a,
#mod_compare .zt-cart-innera .remcompare a {
  display: block;
  color: #ea2349;
  transition: all 0.3s ease-in-out 0s;
}
#mod_compare .extra-wrap .remcompare a i,
#mod_compare .zt-cart-innera .remcompare a i {
  background: none repeat scroll 0 0 #ea2349;
  border-radius: 50%;
  color: #ffffff;
  width: auto;
  height: auto;
  border: none;
  font-size: 11px;
  transition: all 0.3s ease-in-out 0s;
  padding: 2px 4px;
  line-height: 12px;
  margin-left: 0;
  margin-right: 5px;
}
#mod_compare .extra-wrap .remcompare a:hover,
#mod_compare .zt-cart-innera .remcompare a:hover {
  color: #ff3333;
}
#mod_compare .extra-wrap .remcompare a:hover i,
#mod_compare .zt-cart-innera .remcompare a:hover i {
  background: #ff3333;
}
#mod_compare .extra-wrap .remcompare a:hover i:before,
#mod_compare .zt-cart-innera .remcompare a:hover i:before {
  animation: none;
}
#quick_view_popup .productdetails-view span.quantity-controls {
  margin-top: 2px;
}
#quick_view_popup .productdetails-view .addtocart_button2,
#quick_view_popup .productdetails-view .wishlist,
#quick_view_popup .productdetails-view .jClever.compare_cat {
  float: left;
  margin: 0 3px;
}
#quick_view_popup .productdetails-view .addtocart_button2 i,
#quick_view_popup .productdetails-view .wishlist i,
#quick_view_popup .productdetails-view .jClever.compare_cat i {
  display: none;
}
#quick_view_popup .productdetails-view .addtocart-bar2 .addtocart_button2 button {
  margin: 0;
}
#quick_view_popup .productdetails-view .wishlist span,
#quick_view_popup .productdetails-view .jClever.compare_cat span {
  display: block;
}
#quick_view_popup .productdetails-view .wishlist a,
#quick_view_popup .productdetails-view .jClever.compare_cat a {
  padding: 8px 20px;
  transition: all 0.5s ease-in-out 0s;
  background: #3c9ae2;
  display: block;
  color: #fff;
  height: auto;
  line-height: normal;
  border-radius: 3px;
  border: 0;
}
#quick_view_popup .productdetails-view .wishlist a:hover,
#quick_view_popup .productdetails-view .jClever.compare_cat a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.category #quick_view_popup .quantity-box,
.category #quick_view_popup .quantity-controls {
  display: inline-block;
  margin-top: 2px;
}
.category #quick_view_popup .product-box2 .wrapper .add_wishlist,
.category #quick_view_popup .product-box2 .wrapper .compare-label {
  display: block !important;
}
.remwishlists a {
  cursor: pointer;
  display: block;
  margin-top: 8px;
}
.remwishlists a i {
  margin: 0 5px;
  height: auto;
  width: auto;
  border: none;
  background: none;
  color: #999;
}
.remcompare a {
  cursor: pointer;
  display: block;
  margin-top: 8px;
}
.remcompare a i {
  margin: 0 5px;
  height: auto;
  width: auto;
  border: none;
  background: none;
  color: #999;
}
.vm-product-media-container a {
  width: 100%;
  display: block;
}
.vm-product-media-container a img {
  margin: auto;
}
.vm-product-media-container .browseProductImage {
  max-height: none;
  max-width: none;
}
div.product {
  border: none;
}
.horizontal-separator {
  height: 0;
}
.category .addtocart-bar {
  position: unset;
  position: initial;
}
.wishlist {
  float: none;
  margin: 0;
}
#fancybox-loading {
  display: none;
}
ul#slider li {
  list-style: none;
}
ul#slider div.vote,
ul#slider span.vote {
  float: none;
  margin-left: 0;
  display: none;
}
ul#slider .box-quantity {
  display: none;
}
ul#slider .addtocart_button2 .addtocart-button {
  background: none repeat scroll 0 0 #ff3a3d;
  border: medium none;
  transition: all 0.2s ease-in-out 0s;
  color: #ffffff;
  padding: 7px 20px;
}
ul#slider .addtocart_button2 .addtocart-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
ul#slider .left-img {
  float: left;
  width: 20%;
}
ul#slider .slide-hover {
  width: 80%;
  float: left;
  text-align: left;
}
ul#slider .Title a {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 20px;
  text-align: center;
}
ul#slider .remove-buynow {
  display: block;
  clear: both;
}
ul#slider .remove-buynow .addtocart-area2 {
  display: inline-block;
}
ul#slider .remove-buynow .remwishlists {
  display: inline-block;
  margin: 0 20px;
}
ul#slider div.spacer {
  padding-top: 20px !important;
}
.wishlist_box .wishlist_info h3 {
  margin-top: 35px;
}
.wishlist_box .back-to-category .button_back {
  display: block;
  margin-bottom: 10px;
}
.wishlist_box .back-to-category a i {
  margin: 0 5px;
  background: none;
  border: none;
  color: #999;
}
.back-to-category .button_back {
  display: block;
  margin-bottom: 10px;
}
.back-to-category a i {
  margin: 0 5px;
}
table#compare_list_prod tbody {
  width: 100%;
}
table#compare_list_prod tbody tr {
  width: 100%;
}
table#compare_list_prod tbody td:first-child {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ecf0f1;
  font-size: 16px;
  width: 250px;
}
table#compare_list_prod tbody td {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ecf0f1;
  font-size: 14px;
  font-weight: 300;
  color: #696e6e;
  padding: 10px;
  vertical-align: middle;
}
table#compare_list_prod tbody td div.vote,
table#compare_list_prod tbody td span.vote {
  float: none;
  margin-left: 0;
}
table#compare_list_prod tbody td .addtocart_button2 .addtocart-button {
  background: #3c9ae2;
  color: #fff;
  border: 0;
  border-radius: 0px;
  transition: all 0.2s ease-in-out 0s;
}
table#compare_list_prod tbody td .addtocart_button2 .addtocart-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
table#compare_list_prod tbody td .comare_rating .rating {
  margin-bottom: 0;
  text-align: left;
}
table#compare_list_prod tbody td .box-quantity {
  display: none;
}
ul#slider .left-img .discount {
  display: none;
}
.vmpayment_description,
.vmshipment_description {
  font-size: 12px;
}
.cart-summary span.cart-images img {
  width: 70px;
}
.cart-summary input {
  float: left;
  margin: 0 2px;
}
.cart-summary button {
  float: left;
  margin: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.cart-summary button:hover {
  background: #ff3333;
  color: #fff;
}
.output-billto span.values,
.output-shipto span.values {
  line-height: 30px;
}
.orderlistcontainer .title {
  line-height: 27px;
}
#fancybox-close {
  background: none;
  top: 0 !important;
  text-align: center;
  right: 0;
  line-height: 30px;
  background: #ff3a3d;
  color: #fff;
}
#fancybox-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
}
#fancybox-close:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
#zo2-body-wrap .container #component .chzn-drop ul.chzn-results {
  padding: 0;
}
.label-product.label-sale {
  background: none repeat scroll 0 0 #ff9900;
  color: #ffffff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  width: 50px;
  top: 15px;
  z-index: 9;
  left: 25px;
  text-align: center;
  border-radius: 2px;
}
.products .item {
  margin-bottom: 30px;
}
.label-product.label-new {
  background: none repeat scroll 0 0 #5fc722;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 40px;
  top: 0;
  right: 0px;
}
.product-grid-item .vm-price-desc,
.product-grid-item .quantity-box,
.product-grid-item .quantity_box,
.product-grid-item .quantity-controls {
  display: none;
}
.product-grid-item .product-price.product-sale .PricesalesPrice {
  margin: 0 7px;
}
.product-grid-item .product-price.product-sale .PricebasePriceVariant {
  text-decoration: line-through;
  font-size: 18px;
  line-height: normal;
}
.product-grid-item .product-price.product-sale .PricebasePriceVariant span {
  color: #666666;
}
#fancybox-content .wishlist-product-img {
  width: 100px;
}
.add_wishlist:hover i,
.add_wishlist.active i,
.add_wishlist:focus i {
  background: none;
}
.quick_btn:hover i {
  background: none;
}
.compare_cat:hover i,
.compare_cat.active i,
.compare_cat:focus i {
  background: none;
}
#productdetailsview #wrap {
  display: none;
}
.vm-product-details-container .PricebasePriceVariant {
  display: none;
}
.vm-product-details-container .product-sale .PricebasePriceVariant {
  display: inline-block;
}
#productdetailsview.productdetails-view.quick .fleft .image_show_quick {
  float: none;
}
#productdetailsview.productdetails-view.quick .fleft {
  float: left;
}
#productdetailsview .addtocart-bar2 .addtocart_button2 .addtocart-button {
  border-radius: 3px;
}
#productdetailsview.productdetails-view.quick .fright {
  float: left;
}
.responsive-tabs__list__item:before {
  border: none !important;
}
#fancybox-content .compare-product-img,
#fancybox-content .wishlist-product-img {
  margin-bottom: 15px;
}
#zo2-position-0 .zt-cart-inner {
  box-shadow: 0 0 3px 1px #e3e3e3;
}
#fancybox-content .vm-product-container .vm-product-media-container,
#fancybox-content .vm-product-container .vm-product-details-container {
  width: 40%;
  float: left;
  margin: 0 1%;
}
#fancybox-content .vm-product-container .vm-product-details-container {
  width: 45%;
  float: left;
  margin: 0 1%;
}
#fancybox-content .vm-product-container .vm-product-media-container {
  width: 40%;
  float: left;
  margin: 0 1%;
}
#gallery_image-zoom-product .owl-item {
  text-align: center;
}
#fancybox-content .owl-controls .owl-prev::before,
#fancybox-content .owl-controls .owl-next::before {
  line-height: 28px;
}
.productdetails-view .product-price {
  display: block;
}
#fancybox-content {
  width: auto !important;
}
#fancybox-wrap {
  width: auto !important;
  max-width: 1000px;
  transform: translateX(-50%);
  left: 50% !important;
}
.productdetails-view #zt_tabs,
.productdetails-view .vm-product-container {
  width: auto;
}
.productdetails-view .owl-carousel .owl-wrapper-outer {
  padding-left: 0;
}
#fancybox-content .productdetails-view {
  width: 710px;
}
#fancybox-content {
  max-width: 767px;
  width: 700 !important;
}
.product-price {
  float: none;
  text-align: left;
  line-height: 25px;
}
.product-price .PricebasePriceVariant {
  display: none;
}
.product-price.product-sale .PricebasePriceVariant {
  display: inline-block;
  text-decoration: line-through;
  font-size: 15px;
}
.product-price.product-sale .vm-price-desc {
  display: none;
}
.product-price.product-sale .PricesalesPrice {
  display: inline-block;
  margin: 0 7px;
}
.products .addtocart-area .quantity-box,
.products .addtocart-area .quantity-controls {
  display: none;
}
.products .addtocart-area .addtocart-bar {
  position: unset;
  position: inherit;
}
@media (min-width: 768px) {
  span.text {
    display: none;
  }
}
.item {
  padding: 0px;
  background: #fff;
  box-shadow: 0 1px 2px 1px #bebebe;
}
.item .zt-product-content {
  padding: 15px 15px 30px;
  background: #f7f7f7;
}
.item .vm-product-media-container {
  margin-bottom: 0;
}
.item .rating {
  margin-bottom: 0;
  text-align: left;
}
.item .add-to-link {
  color: #333;
  direction: ltr;
  margin: 0 auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0%;
  transform: scale(0.8);
  transition: all 0.3s ease 0s;
  z-index: 99;
}
.item .add-to-link a span {
  display: none;
}
.item .add-to-link a i {
  background-color: #e8e8e8;
  border-radius: 3px;
  color: #ff3333;
  cursor: pointer;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.item .add-to-link a:hover i {
  background: #000;
  color: #fff;
}
.item .add-to-link .quickview {
  display: none;
}
.item .add-to-link .wishlist,
.item .add-to-link .compare {
  display: block;
  margin: 5px 0;
}
.item .content {
  padding: 20px 80px 10px 15px;
  text-align: left;
  float: left;
  width: 100%;
}
.item .content h3.product-name {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.item .content h3.product-name a {
  color: #000;
  font-weight: 600;
}
.item .content h3.product-name a:hover {
  color: #727272;
}
.item .zt-product-content {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.item .zt-product-content .addtocart-area {
  margin-bottom: 0;
}
.item .product_hover {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.item .product_hover .addtocart-area {
  margin-bottom: 0;
}
.item .product_hover span.addtocart-button {
  cursor: pointer;
  border: medium none;
  background: url(../images/add-cart.png) no-repeat center 27px;
  line-height: 80px;
  min-height: 80px;
  transition: all 0.4s ease 0s;
  width: 80px;
}
.item .product_hover span.addtocart-button input {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: medium none;
  font-size: 0;
  height: 80px;
  width: 100%;
}
.item .product_hover span.addtocart-button:hover {
  background-position: center -95px;
  background-color: #181818;
}
.item:hover .zt-product-content::before {
  opacity: 1;
}
.item:hover .add-to-link {
  opacity: 1;
  transform: scale(1);
}
.productdetails .item .rating div.vote,
.productdetails .item .rating span.vote {
  float: none;
  margin-left: 0;
}
.browse-view .productdetails .item .ratingbox {
  margin: 0;
}
.browse-view .productdetails .item .PricebasePriceVariant ~ .PricesalesPrice {
  margin: 0 3px;
}
#zt_list_product {
  position: relative;
  margin: 10px 10px;
}
#zt_list_product .owl-wrapper-outer {
  display: block;
  overflow: hidden;
}
#zt_list_product .owl-wrapper .owl-item {
  float: left;
  padding: 0 5px;
}
#zt_list_product .owl-wrapper .owl-item a {
  border: 1px solid #dcdcdc;
}
#zt_list_product .owl-wrapper .owl-item .floatleft {
  width: 100%;
  text-align: center;
}
#zt_list_product .owl-wrapper .owl-item .floatleft img {
  margin: auto;
}
.productdetails-view.productdetails #zt_tabs li a {
  display: block !important;
}
.productdetails-view.productdetails #zt_tabs li.active a {
  color: #ff3a3d;
}
.productdetails-view.productdetails #zt_tabs li.open a {
  border-color: #dddddd #dddddd rgba(0,0,0,0) #dddddd;
  background: none;
  color: #ff3a3d;
}
.productdetails-view.productdetails .owl-controls {
  display: inline-block;
  width: 100%;
}
.productdetails-view.productdetails .owl-controls .owl-buttons {
  width: 100%;
  position: unset;
  position: initial;
}
.productdetails-view.productdetails .owl-controls .owl-buttons div {
  position: absolute;
  top: 27px;
  height: 30px;
  width: 30px;
  line-height: normal;
  padding: 1px 10px;
  font-family: FontAwesome;
  font-size: 0;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.productdetails-view.productdetails .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
}
.productdetails-view.productdetails .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
  font-size: 25px;
}
.productdetails-view.productdetails .owl-controls .owl-buttons div.owl-next {
  right: -10px;
}
.productdetails-view.productdetails .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
  font-size: 25px;
}
.productdetails-view .main-image {
  border: 1px solid #dcdcdc;
}
.productdetails-view .vm-product-details-container .compare a span {
  display: none;
}
.productdetails-view .vm-product-details-container .spacer-buy-area {
  padding: 10px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  clear: both;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area {
  display: inline-flex;
  clear: both;
  margin-bottom: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin-top: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-input.js-recalculate {
  height: 40px !important;
  width: 40px !important;
}
.productdetails-view .vm-product-details-container .addtocart-button {
  display: block;
  clear: both;
}
.productdetails-view .vm-product-details-container .addtocart-button .addtocart-button {
  background-color: #fff;
  background-image: url("../images/add-cart.png");
  background-position: 7px 7px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  color: #000;
  transition: all 0.3s ease 0s;
  padding: 11px 20px 11px 40px;
  height: 40px;
  margin: 15px 0;
}
.productdetails-view .vm-product-details-container .addtocart-button .addtocart-button:hover {
  background-color: #000;
  background-position: 7px -119px;
  color: #fff;
}
.productdetails-view .vm-product-details-container .list_wishlists,
.productdetails-view .vm-product-details-container .compare {
  transition: all 0.3s ease 0s;
  position: relative;
  top: 62.5px;
}
.productdetails-view .vm-product-details-container .list_wishlists i,
.productdetails-view .vm-product-details-container .compare i {
  background-color: rgba(0,0,0,0);
  color: #181818;
  border: 1px solid #ebebeb;
  border-radius: 0;
  display: block;
  margin: 0 5px;
}
.productdetails-view .vm-product-details-container .list_wishlists:hover i,
.productdetails-view .vm-product-details-container .compare:hover i {
  background: #000;
  color: #fff;
}
.productdetails-view .tab-content {
  border: 1px solid #dcdcdc;
  border-top: none;
}
.productdetails-view.productdetails .row {
  margin-left: -15px;
  display: block;
  margin-right: -15px;
}
.quantity-input.js-recalculate {
  margin-top: 0;
  margin-bottom: 0;
  width: 40px;
}
@media (max-width: 767px) {
  body #zo2-header-wrap .row {
    position: unset;
    position: inherit;
  }
  body #zt_top_cart.active .zt-cart-inner,
  body #mod_wishlists.active .zt-cart-innera,
  body #mod_compare.active .zt-cart-innera {
    right: 0;
  }
  body #zo2-header-wrap .row .icon {
    display: none;
  }
  body #zo2-header-wrap .row #zo2-position-26 #search-top .search-form button.button {
    position: absolute;
    right: 15px;
    height: 35px;
    line-height: 28px;
    width: 50px;
  }
  body #zo2-header-wrap .row #zo2-position-26 #search-top .search-form input {
    height: 35px;
  }
  body #zo2-header-wrap .row #zo2-position-14 .mod-languages .sbHolder {
    background: none;
    border-bottom: none;
  }
  body #zo2-header-wrap .row #zo2-position-14 .mod-languages .sbOptions {
    right: auto;
    top: 30px !important;
  }
  #zt_top_cart.active .zt-cart-inner {
    display: block !important;
    top: 65px;
    width: 100%;
    box-shadow: none;
    background: #f5f5f5;
  }
  #zo2-position-26 #zt_top_cart.active {
    position: static;
  }
  #zo2-position-26 #zt_top_cart.active .content-top {
    text-align: center;
  }
  #cart {
    display: none;
  }
  #mod_wishlists.active .zt-cart-innera {
    display: block !important;
    width: 100%;
    top: 50px;
    box-shadow: none;
    background: #f5f5f5;
  }
  #butseldwish,
  #butseldcomp {
    display: none;
  }
  #mod_compare.active .zt-cart-innera {
    display: block !important;
    top: 50px;
    background: #f5f5f5;
    width: 100%;
  }
  .search.search {
    display: none;
  }
  #zo2-zt-position-0 .custom .bottom-text {
    display: inline-block;
    width: 17%;
    float: right;
    padding: 7px 0;
    opacity: 0.7;
  }
  #zo2-zt-position-0 .custom .bottom-text a i {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
  }
  #zo2-zt-position-0 .custom .bottom-text a i.fa-search {
    font-weight: 500;
  }
  #zo2-zt-position-0 .custom .bottom-text a {
    text-transform: capitalize;
  }
  #zo2-zt-position-0 .custom .bottom-text a:hover {
    color: #ef0000;
  }
  #zo2-zt-position-0 .custom .bottom-text a:hover,
  #zo2-zt-position-0 .custom .bottom-text a:focus,
  #zo2-zt-position-0 .custom .bottom-text a:active {
    color: #ef0000;
  }
  #zo2-zt-position-0 .custom .bottom-text:hover {
    opacity: 1;
  }
  #zo2-position-26 .ajax-dropdown .zt-cart-innera {
    min-height: 60px;
    box-shadow: none;
  }
  #zo2-canvas-menu {
    position: absolute;
  }
  #zo2-canvas-menu .button-canvas {
    padding-top: 13px;
  }
  #zo2-canvas-menu .button-canvas i {
    font-size: 18px;
  }
  #mod_compare.active {
    position: static;
  }
  #mod_compare.active .zt-cart-innera {
    width: 100%;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active {
    display: block !important;
    position: static;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .icon-close {
    display: none;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .search-form {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    display: block !important;
    height: auto;
    position: unset;
    position: inherit;
    right: 0;
    width: auto;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .form-inline {
    left: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    top: 65px;
    min-height: 55px;
    padding: 15px 20px;
    z-index: 1111;
    background: #fff;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .form-inline input {
    width: 100%;
  }
  #zo2-header-top-wrap #zo2-position-0 #search-top.active .form-inline:before {
    top: 20px;
    right: 25px;
  }
  #zo2-header-wrap {
    padding: 0;
  }
  #zo2-position-26 #mod_wishlists,
  #zo2-position-26 #mod_compare {
    height: 0;
    line-height: normal;
  }
  .homepage .mod-languages {
    top: 160px;
  }
  .mod-languages {
    position: absolute;
    top: 155px;
    z-index: 999;
    left: 100px;
  }
  .mod-languages .sbOptions {
    width: auto;
  }
  .mod-languages .sbOptions li {
    clear: both;
  }
  .mod-languages li a {
    font-size: 0;
    width: auto;
  }
  .mod-languages .sbSelector {
    font-size: 0;
    width: auto;
  }
  .mod-languages .sbHolder {
    width: 65px;
  }
  #mod_wishlists.active {
    position: static;
  }
  #mod_wishlists.active .zt-cart-innera {
    width: 100%;
  }
  #standard-logo {
    text-align: center;
  }
  #standard-logo img {
    margin: auto;
  }
  .is-sticky #zo2-top-wrap {
    position: unset !important;
    position: inherit !important;
  }
  .zt-slideshow .zt-slidershow-item {
    height: 400px !important;
    min-height: 400px !important;
  }
  .zt-slideshow .zt-slidershow-item .inner-text-content {
    display: none;
  }
}
@media (max-width: 481px) {
  body #zo2-zt-position-0 .custom .bottom-text {
    width: 15%;
  }
  span.text {
    display: none !important;
  }
  body .mod-languages {
    left: 60px;
  }
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
#fancybox-wrap {
  left: 50% !important;
  max-width: 1000px;
  transform: translateX(-50%);
  width: auto !important;
}
.item .addtocart-area {
  margin-bottom: 0;
  display: inline-block;
  float: right;
}
.item .addtocart-area span.addtocart-button input.addtocart-button {
  font-size: 0;
  background-image: url(../images/cart.png);
  background-repeat: no-repeat;
  background-color: #ff3333;
  background-position: center 8px;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
.product-grid-item .comare_rating {
  padding-bottom: 5px;
}
.product-grid-item.product {
  width: 100%;
}
.browse-view .row {
  display: block;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.orderby-displaynumber {
  background-color: #fff;
}
.virtuemart_search {
  background-color: #fff;
  padding: 0 15px;
}
.product-neighbours {
  padding: 10px 0;
}
.printModal {
  display: none;
}
.productdetails-view.productdetails {
  padding: 0 15px;
}
#mod_compare.ajax-dropdown span,
#mod_wishlists.ajax-dropdown span {
  background: #ff3a3d none repeat scroll 0 0;
  line-height: 20px;
}
.count_holder {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.browse-view input.button {
  background-color: #ff3a3d;
}
.browse-view input.button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  color: #fff;
}
.quantity_box {
  display: none;
}
.productdetails-view .vm-product-details-container .spacer-buy-area {
  width: 100%;
}
.vm-product-containers .quantity_box {
  display: inline-block;
}
.vm-product-containers .product-price {
  margin-top: 10px;
}
.vm-product-containers .addtocart-button .addtocart-button {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #ff0000;
}
.browse-view .row {
  display: block !important;
}
body #fancybox-wrap .addtocart-area .quantity-box {
  display: inline-block;
  float: left;
  margin: 0 0 10px;
}
body #fancybox-wrap .productdetails-view .vm-product-details-container .addtocart-button {
  float: left;
  margin-top: 0;
  clear: none;
}
body #fancybox-wrap .productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-input.js-recalculate {
  margin-top: 0;
}
#zt_list_product .owl-wrapper-outer {
  position: relative;
}
h3.moduletitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}
.custom {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.module.border-black h3.moduletitle {
  border-bottom: 2px solid #000000;
}
.module.border-color h3.moduletitle {
  border-bottom: 2px solid #7bb421;
}
.module.color h3.moduletitle {
  color: #7bb421;
}
.module.dark-box {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #808080;
  padding: 24px;
}
.module.dark-box h3 {
  color: #fff;
}
.module.color-box {
  background-color: #7bb421;
  color: #e1eecd;
  padding: 24px;
}
.module.color-box h3 {
  color: #fff;
}
.module.gray-box {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 24px;
}
.module.border-box {
  border: 1px solid #e2e2e2;
  padding: 24px;
}
.module.color-title h3 {
  color: #ffffff;
  padding-left: 12px;
  margin-bottom: 24px;
  background-color: #7bb421;
}
.module.dark-title h3 {
  margin-bottom: 24px;
  background-color: #1f1f1f;
  color: #ffffff;
  padding-left: 12px;
}
.module.gray-title h3 {
  background-color: #f0f0f0;
  color: #444444;
  padding-left: 12px;
  border: 0 none;
}
.module.big-title h3 {
  font-size: 24px;
  line-height: 30px;
}
.module.border-color-top h3 {
  border-top: 2px solid #7bb421;
  border-bottom: 0 none;
}
.module.border-black-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #000000;
}
.module.border-gray-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #696969;
}
.module.border-top h3 {
  border-bottom: 0 none;
  border-top: 1px solid #eaeaea;
}
#zo2-suffix-1-wrap {
  padding-bottom: 40px;
}
#zo2-border-bottom-wrap {
  padding-top: 40px;
}
#zo2-tilter-wrap {
  margin-top: 30px;
}
.menu-accordion ul li {
  position: relative;
}
.menu-accordion ul li span.expand {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  top: 6px;
}
.menu-accordion ul li span.expand.active:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li span.expand:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-accordion h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
}
.menu-accordion h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
}
.categories-modulemenu-accordion ul {
  display: none;
  padding-left: 7px;
  box-shadow: -3px 0 0 0 rgba(0,0,0,0.08);
  margin-left: 10px;
}
.default-module h3.moduletitle {
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url('fonts/ElegantIcons.eot');
  src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
