.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%;
}
.zo2-megamenu .mega-group:before,
.zo2-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.zo2-megamenu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.zo2-megamenu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a {
  white-space: normal;
}
.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: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content:after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .row-fluid {
  overflow: visible !important;
}
.zo2-megamenu .row-fluid + div .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.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 .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .caret {
  display: none;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .mega-group:after {
  clear: both;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .span12.mega-col-nav .mega-inner {
  padding: 5px;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .navbar-toggle .icon-bar {
  background-color: #222222;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,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.zoom .mega > .mega-dropdown-menu {
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,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 {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .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;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    margin-top: 92px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 76px;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .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;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid +div .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
  }
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show .caret,
  .zo2-megamenu .sub-hidden-collapse > .menu-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;
  }
}
header#standard-logo {
  display: block;
}
header#retina-logo {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  #standard-logo {
    display: none;
  }
  #retina-logo {
    display: block;
  }
}
.style-switcher {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #738E96;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  position: fixed;
  top: 80px;
  width: 230px;
  height: auto;
  z-index: 9999;
}
.style-switcher.switcher-left {
  left: -230px;
}
.style-switcher.switcher-right {
  right: -230px;
}
.style-switcher .switch-container {
  background-color: #fff;
  width: 230px;
  height: auto;
  padding: 7px 15px;
}
.style-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-switcher ul.options {
  border-bottom: 1px solid #ccc;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 15px 10px;
}
.style-switcher ul.options li {
  display: inline;
  float: left;
  margin-bottom: 0;
  text-align: center;
}
.style-switcher ul.options.layout-select {
  width: auto;
}
.style-switcher ul.options.layout-select li:first-child {
  margin-right: 10px;
}
.style-switcher ul.options.layout-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.layout-select li a {
  color: #fff;
  display: block;
  padding: 4px;
  text-decoration: none;
}
.style-switcher ul.options.layout-select li a img {
  width: auto;
  height: 50px;
}
.style-switcher ul.options.color-select li,
.style-switcher ul.options.background-select li {
  padding: 2px;
  width: 27px;
  margin: 4px;
  border: 1px solid #808080;
}
.style-switcher ul.options.color-select li.selected,
.style-switcher ul.options.background-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.color-select li a,
.style-switcher ul.options.color-select li img,
.style-switcher ul.options.background-select li a,
.style-switcher ul.options.background-select li img {
  display: block;
  width: 100%;
  height: 27px;
}
.style-switcher h5 {
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.style-switcher h4 {
  background-color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 30px;
  margin: 0 -40px 15px 0;
  padding: 7px 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 270px;
  height: auto;
  display: inline-block;
  color: #000;
}
.style-switcher h4 .style-switcher-icon {
  float: right;
  font-size: 26px;
  text-align: right;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.style-switcher.switcher-right h4 {
  float: right;
  text-align: right;
  margin-right: 0;
}
.style-switcher.switcher-right h4 .style-switcher-icon {
  float: left;
}

.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;
  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;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 400;
  width: auto;
  padding: 0 10px !important;
}
.dropdown-menu {
  border: 1px solid #e2e2e2;
  -webkit-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;
}
.tag-item {
  margin-top: 20px;
}
.tag-item span.icon {
  position: relative;
  top: -7px;
}
.tag-item .tags {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
  display: inline-block;
}
.tag-item .tags span {
  float: left;
  position: relative;
  font-size: 11px;
}
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-wrapper,
.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,
.pull-left.item-image {
  float: left;
}
.img_caption.right,
.img-intro-right,
.pull-right.item-image {
  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: #ffffff;
  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-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%;
}
.img-wrapper a:hover .img-intro-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
}
.items-row {
  margin-bottom: 0px;
}
.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 {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 10px 15px;
  color: #000;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  -webkit-border-radius: 3px;
  -moz-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;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #3796e0;
  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;
}
.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: 10px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: #2389d7;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #2389d7;
}
.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;
}
.article-info {
  margin: 5px 0 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.blog .article-info.muted:first-child {
  display: inline;
}
.blog .article-info {
  margin: 0;
  width: 90%;
  padding: 0px 0;
}
.blog .article-info dd {
  padding: 10px 0 10px;
}
.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;
}
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;
}
.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;
}
.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: #000;
  border: 1px solid #fff;
}
.zo2-pagination ul >li >a:hover,
.zo2-pagination ul >li >a:active,
.zo2-pagination ul >li >a:focus {
  background: none;
  border: 1px solid #3e97dc !important;
  color: #3e97dc !important;
}
.zo2-pagination ul >li >span {
  border: 1px solid #3e97dc;
}
.zo2-pagination ul >li.active >span {
  background: none !important;
  border: 1px solid #3e97dc;
  color: #3e97dc;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: none;
  border: 1px solid #3e97dc !important;
  color: #3e97dc !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 {
  background: none repeat scroll 0 0 #2389d7;
  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;
  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 {
  float: left;
  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;
}
.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"] {
  height: 15px;
  width: 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;
}
#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 a:hover {
  color: #0d80d1;
  background: none;
}
.edit .nav li.active >a {
  background: none;
  color: #0d80d1;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #00d080 !important;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#sbox-window.shadow {
  width: 820px !important;
  height: 520px !important;
}
.well {
  background-color: #f5f5f5;
  padding: 10px;
}
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;
}
a.btn {
  color: #000;
}
a.btn:hover {
  color: #0c80d1;
}
#finder-search .btn.btn-primary {
  background: #2A2A2A;
  border: medium none;
  color: #fff;
}
.word label {
  font-weight: normal;
}
.controls .btn-primary {
  transition: all 1s ease 0s;
  background: #0c80d1;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.controls .btn-primary:hover {
  background: #0c80d1;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
.createdby span {
  font-weight: normal;
}
.createdby span:before {
  content: "\f007";
  font-family: FontAwesome;
  margin: 0 5px;
}
.blog .published span {
  margin-right: 3px;
}
.blog .page-header {
  padding: 0;
}
.blog div[class*="items"] .item,
.blog .items-leading > div,
.blog div > div.item {
  margin: 0 0 35px;
}
.blog .img_caption:hover ~ .article_content {
  top: 0;
}
.blog .items-row-masonry,
.blog .items-row-masonry {
  min-height: 515px;
}
.blog .article_content {
  clear: both;
  position: relative;
  background: #fff;
  z-index: 1;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 200%;
  color: #fff;
  background: #0c80d1;
}
.blog .article_content h2 {
  font-size: 175%;
  margin: 10px 0 20px;
}
.blog .article_content h2 a {
  color: #0c80d1;
}
.blog .article_content h2 a:hover {
  color: #000 !important;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 300;
  text-align: justify;
  line-height: 140%;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.blog .article_content .introtext > p {
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: normal;
  color: #353535;
}
.blog .article_content .article_bottom {
  padding: 15px 0 15px;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.item-page .article_content .article-icon ~.content-article {
  padding-left: 75px;
}
.item-page .article_content {
  clear: both;
  position: relative;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.item-page .article_content .article-icon {
  float: left;
}
.item-page .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 200%;
  color: #fff;
  background: #000;
}
.item-page .article_content h1.singleItemTitle {
  font-size: 200%;
  letter-spacing: 0.5px;
  margin: 0px 0 10px;
}
.item-page .article-info-inner div {
  float: none;
  display: inline;
}
.rtl .blog .article_content .article_bottom .article-info {
  float: right;
}
.rtl .blog .article_content .article_bottom .itemReadmore {
  float: right;
}
.tag {
  color: inherit;
}
a.label-info {
  display: inline-block;
  font-size: 110%;
  margin: 0 5px;
  padding: 6px;
}
.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: #000;
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  background: none !important;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a:hover:before {
  width: 100%;
}
#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: #fff;
  background: #1c8adf !important;
}
#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: 1;
  padding-top: 25px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-inner {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 1;
  background: #fff;
  font-size: 100%;
}
#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: 1px solid #e6e6e6;
  color: #525252 !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
  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 10px;
  border-top: 1px solid #e6e6e6;
  text-transform: capitalize;
  color: #000;
  font-size: 13.5px;
  font-weight: 300;
  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: #3284c3;
}
#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: #3284c3;
}
@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;
  padding-top: 10px;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  transform: translate3d(-300px,0px,0px);
  -webkit-transform: translate3d(-300px,0px,0px);
  -ms-transform: translate3d(-300px,0px,0px);
  -o-transform: translate3d(-300px,0px,0px);
  -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;
}
.rtl .offcanvas .sidebar-nav ul {
  margin-left: 0;
  padding-left: 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  left: 0;
  right: auto;
  transform: rotate(90deg);
}
.rtl .offcanvas .sidebar-nav {
  padding-left: 0;
  padding-right: 20px;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
#zo2-top-wrap .container {
  position: relative;
}
h3.moduletitle {
  font-size: 150%;
  line-height: normal;
  margin: 20px 0 20px;
  color: #2d3d51;
}
#zo2-bottom1 h3.moduletitle,
#zo2-bottom2 h3.moduletitle {
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}
.articles-left li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 0px;
  display: block;
  line-height: 40px;
}
.articles-left li i {
  float: left;
  padding-right: 10px;
}
.articles-left li h2,
.articles-left li h3,
.articles-left li h4,
.articles-left li h5,
.articles-left li h6 {
  margin: 0;
}
.articles-left li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
.articles-left li:hover,
.articles-left li.active {
  color: #7fbe54;
}
.articles-left li:hover a,
.articles-left li.active a {
  color: #0c80d1;
}
ul.archive-module li {
  padding: 10px 5px;
  display: block;
  -webkit-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;
}
.tagspopularpopular-tag ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopularpopular-tag ul li a {
  display: block;
  padding: 4px 15px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #666;
  font-size: 11px;
  text-transform: capitalize;
}
.tagspopularpopular-tag ul li a:hover {
  background-color: #288ed6;
  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;
}
#ezblog-menu .btn-eb-navbar {
  padding: 7px 18px;
  height: 25px;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month {
  background: #e5e5e5;
  box-shadow: none;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month .currMonth {
  color: #00d089;
  font-weight: 300;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month a.prevMonth {
  text-indent: 0;
  background: none;
  border-right: none;
  color: #999999;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month .nextMonth {
  text-indent: 0;
  background: none;
  border-left: none;
  color: #999999;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_day {
  background: #efefef;
  box-shadow: none;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_day,
#easyblogcalendar-module-wrapper #eblog-wrapper #eblog-calendar td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
#easyblogcalendar-module-wrapper td {
  background: #fff;
  border: 1px solid #e5e5e5;
}
#easyblogcalendar-module-wrapper td.withpost {
  background: #00d089;
  color: #fff;
}
#easyblogcalendar-module-wrapper td.withpost a {
  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;
}
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes capabilitieswidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes capabilitiesspan {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato;
  font-weight: 300;
}
html body {
  font-family: Lato;
}
body.boxed {
  background-color: #f7f7f7;
}
body {
  line-height: 20px;
  transition-duration: 0.5s;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #404040;
  overflow-x: hidden;
  padding: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #000;
  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;
}
a:hover,
a:focus,
a:active {
  color: #258ad8;
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 14px 0;
  font-weight: 400;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
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 {
  width: auto;
}
body.boxed #zo2-top-wrap-sticky-wrapper #zo2-top-wrap.no-sticky {
  width: auto;
}
.full-width .col-md-12 {
  padding: 0;
}
.full-width .row {
  margin: 0;
}
#top-menu {
  margin: 18px 0;
}
#top-menu .mod-wrapper-menu ul li {
  line-height: 15px;
}
#top-menu .mod-wrapper-menu ul li a {
  background: none;
  border-right: 1px solid #ececec;
  color: #707070;
  padding: 0 15px;
}
#top-menu .mod-wrapper-menu ul li a:hover,
#top-menu .mod-wrapper-menu ul li a:focus {
  background: none;
  color: #000;
}
#top-menu .mod-wrapper-menu ul li:last-child a {
  border: none;
}
#top-menu .mod-languages li a {
  border: none !important;
}
#top-search form {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  float: right;
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
#top-search form:before {
  color: #555555;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  right: 25px;
  position: absolute;
}
#top-search #mod-search-searchword {
  border: none;
  background: transparent;
  color: #9a9a9a;
  height: 15px;
  line-height: 15px;
  outline: none;
  padding: 0 0 0 10px;
}
nav.zo2-menu {
  background: none;
  border: none;
  margin: 5px 0;
  border-radius: 0;
  min-height: inherit;
}
nav.zo2-menu .navbar-collapse {
  padding: 0;
}
nav.zo2-menu .navbar-nav {
  float: right;
}
nav.zo2-menu .navbar-nav > li {
  font-size: 133%;
  line-height: 16px;
}
nav.zo2-menu .navbar-nav > li >a {
  padding: 3px 15px;
  margin: 0;
  color: #323232;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
nav.zo2-menu .navbar-nav li:last-child a {
  margin-right: 0;
}
nav.zo2-menu .navbar-nav > .open a {
  background: none;
  color: #000;
}
nav.zo2-menu .navbar-nav > .open a:hover,
nav.zo2-menu .navbar-nav > .open a:focus {
  background: none;
  color: #000;
}
nav.zo2-menu .navbar-nav .active a {
  background: none;
  color: #000;
}
nav.zo2-menu .navbar-nav .active a:hover,
nav.zo2-menu .navbar-nav .active a:focus {
  background: none;
  color: #000;
}
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;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner .slide-button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 15px;
  padding: 10px 28px;
  text-transform: uppercase;
  -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;
}
.carousel-inner .slide-button:hover,
.carousel-inner .slide-button:active,
.carousel-inner .slide-button:focus {
  background: none repeat scroll 0 0 rgba(255,255,255,0.1);
  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;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
#zo2-hello {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 50px 0;
  margin-bottom: 30px;
}
#zo2-hello h1 {
  color: #2d3d51;
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
#zo2-hello .btn {
  margin-top: 0;
}
#zo2-features {
  text-align: center;
}
#zo2-features .top-features {
  padding-top: 50px;
}
#zo2-features .top-features .zo2-feature {
  margin-top: 35px;
  background-color: #fff;
  color: #313131;
  position: relative;
}
#zo2-features .top-features .zo2-feature .zo2-circle {
  background-color: #FFFFFF;
  border: 5px solid #EFEFEF;
  top: -36px;
  left: 44%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  font-size: 50px;
  line-height: 110px;
  height: 110px;
  width: 110px;
  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: #2389d7;
}
#zo2-features .top-features .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 #2389d7;
}
#zo2-features .top-features .zo2-feature .zo2-circle i {
  vertical-align: top;
  line-height: inherit;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text {
  padding: 90px 10% 30px;
  text-align: center;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-text-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description {
  font-size: 14px;
}
#zo2-features .top-features .zo2-feature .zo2-feature-text .zo2-feature-description p {
  margin-bottom: 20px;
}
#zo2-features .top-features:hover .zo2-circle {
  background-color: #2389d7;
  border: 5px solid transparent;
  color: #fff;
}
#zo2-features .top-features:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
#zo2-top-wrap {
  width: 100%;
}
#zo2-header {
  padding: 45px 0;
}
.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #zo2-header {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  max-width: none;
  width: 100%;
  padding: 15px 0;
}
.is-sticky #zo2-header .zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  margin-top: 28px;
}
#zo2-bottom1 {
  background-color: #2a2a2a;
  color: #ffffff;
}
#zo2-bottom1 .container {
  border-bottom: 1px solid #404141;
  padding-bottom: 50px;
  padding-top: 50px;
}
#zo2-bottom1 .zo2-mail {
  border: 1px solid #4c4c4c;
  color: #898989;
  height: 35px;
  line-height: 35px;
}
#zo2-bottom1 .zo2-mail input {
  background: transparent;
  border: none;
  color: #898989;
  outline: none;
  line-height: 2;
  width: 80%;
}
#zo2-bottom1 .zo2-mail i {
  padding-left: 10px;
  padding-right: 10px;
}
#zo2-bottom1 .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-bottom1 .btn:hover,
#zo2-bottom1 .btn:active,
#zo2-bottom1 .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-bottom1 .no-line h3 {
  margin: 0;
}
.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;
  height: 37px;
  margin: 0 5px;
  width: 37px;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
.social a i {
  display: inline-block;
  font-size: 150%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  width: 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;
}
#news {
  margin: 50px 0 120px;
}
#news .mod-news img {
  float: left;
  padding-right: 30px;
  max-width: 100%;
}
#news .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;
  box-shadow: none;
}
.module .zt-image-frame img {
  border: 4px solid #fff;
}
a.cboxElement img {
  margin-bottom: 5px;
}
#zo2-footer-copyright {
  padding: 20px 0;
}
footer {
  display: inline-block;
  padding: 0px 0;
  width: 100%;
}
footer section {
  float: left;
}
footer .zo2-copyright {
  font-family: Lato;
  font-weight: 300;
  font-size: 13px;
  line-height: 40px;
  float: left;
  color: #fff;
}
footer .zo2-copyright a {
  color: #2389d7;
}
footer .zo2-copyright a:hover {
  color: #fff;
}
footer .footer_zo2_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: #2389d7;
  border-radius: 50%;
  height: 45px;
  right: 25px;
  line-height: 45px;
  position: fixed;
  text-align: center;
  bottom: 25px;
  transition: all 0.2s ease-in-out 0s;
  width: 45px;
  z-index: 100;
}
#gototop:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.box-color {
  background: #2389d7;
  color: #aaa;
  padding: 20px;
}
.box-color h3.moduletitle {
  background: none;
  color: #ffffff;
  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;
}
.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 a,
.box-color ul.menu li:hover a,
.box-color ul.weblinks li.active a,
.box-color ul.menu li.active a {
  margin-left: 10px;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.box-color ul.weblinks li a,
.box-color ul.menu li a {
  color: #fff !important;
}
.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;
}
.style-switcher {
  z-index: 999;
  top: 145px;
}
code {
  white-space: inherit;
}
.style-switcher ul.options.layout-select li a {
  width: 54px;
}
.style-switcher ul.options.layout-select li a img {
  width: 54px;
}
@media (max-width: 767px) {
  body.boxed #zo2-position-14 .mod-languages {
    text-align: center;
    float: none;
  }
  body .introText .about_us .item {
    margin-bottom: 30px;
  }
  body .introText .about_us .about_1 .block-1 {
    margin-bottom: 30px;
  }
  body nav.zo2-menu {
    margin: 0;
  }
  body nav.zo2-menu .navbar-toggle {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 11px 0 0 0;
  }
  body nav.zo2-menu .navbar-toggle .icon-bar {
    background-color: #525252;
    display: block;
    height: 4px;
    margin: 0 0 3px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 30px;
  }
  body nav.zo2-menu .navbar-toggle:hover {
    background: none;
  }
  body nav.zo2-menu .navbar-toggle:hover .icon-bar {
    background-color: #2389d7;
  }
  body .navbar-nav {
    margin: 0;
  }
  body .navbar-header {
    float: left;
  }
  body nav.zo2-menu .navbar-nav > li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
  }
  body .zo2-feature {
    margin-bottom: 30px;
  }
  body #news .mod-news img {
    float: none;
  }
  body #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  body #zo2-header {
    padding: 30px 0;
  }
  body .zo2-copyright {
    text-align: center;
    float: none;
  }
  body .footer_zo2_logo {
    text-align: center;
    margin-top: 20px;
  }
  body .footer_zo2_logo img {
    float: none;
  }
  body #top-menu {
    text-align: center;
  }
  body #top-search form {
    text-align: center;
    border: none;
    float: none;
  }
  body .social.header-social {
    text-align: center;
  }
  body #zo2-top-wrap {
    padding-bottom: 20px;
  }
  body #zo2-bottom1 .btn {
    font-size: 9px;
  }
  body #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  body #zo2-bottom-2-wrap .module {
    margin-bottom: 15px;
  }
  .modal.fade {
    background: rgba(0,0,0,0.5);
  }
  .modal-backdrop.fade {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #zo2-mainframe .introText .images img {
    width: 100%;
  }
  #zo2-footer-wrap .footer-icon {
    margin: 30px 0;
    text-align: center;
  }
  footer .zo2-copyright {
    line-height: 35px;
  }
  body #cart i {
    padding: 0 8px 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .mobile-menu.col-sm-7 {
    width: 58.3333%;
  }
  body #mod_wishlists {
    display: none;
  }
  body #mod_compare {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  body.rtl #zo2-mega-menu .navbar-default .services .mega-dropdown-menu {
    right: -50px !important;
    left: auto !important;
  }
  body #zo2-mega-menu .navbar-default .services .mega-dropdown-menu {
    left: -50px !important;
  }
  body footer .zo2-copyright {
    line-height: 35px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  body.rtl #zo2-mega-menu .navbar-default .services .mega-dropdown-menu {
    right: -205px !important;
    left: auto !important;
  }
  body.rtl #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    right: -479px !important;
    left: auto !important;
  }
  body #zo2-mega-menu .navbar-default .services .mega-dropdown-menu {
    left: -205px !important;
  }
  body #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    left: -479px !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 12px !important;
    margin: 0;
    padding: 3px 3px;
  }
  body #cart i {
    padding: 0 0 0 7px;
  }
  body.rtl #zo2-mega-menu .navbar-default .features .mega-dropdown-menu {
    right: -225px !important;
    left: auto !important;
  }
  body.rtl #zo2-mega-menu .navbar-default .features .mega-dropdown-menu .mega-dropdown-menu {
    left: auto;
    right: 100% !important;
  }
  body #zo2-mega-menu .navbar-default .features .mega-dropdown-menu {
    left: -225px !important;
  }
  body #zo2-mega-menu .navbar-default .features .mega-dropdown-menu .mega-dropdown-menu {
    left: 100% !important;
  }
  body #zo2-position-14 .icon-social li {
    display: inline-block;
    margin-left: 13px;
  }
  body #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    left: -500px !important;
    width: 971px !important;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    margin: 0 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body nav.zo2-menu .navbar-nav > li > a {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body #zo2-position-14 .icon-social li {
    display: inline-block;
    margin-left: 13px;
  }
  body #cart i {
    padding: 0 0 0 7px;
  }
  body .zo2-menu {
    height: 59px;
    background: #fff;
  }
  body #zo2-top-wrap #zo2-position-0:before {
    width: 50px;
  }
  body #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    line-height: 59px;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 10px;
  }
  body #top-search form {
    padding: 0 15px;
  }
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .carousel-caption {
    top: 0;
  }
  body .carousel-caption h3 {
    font-size: 30px;
  }
  body .carousel-caption p {
    font-size: 13px;
  }
  body #news .mod-news img {
    float: none;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body #top-search form {
    padding: 0 10px;
  }
  body .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  body .social a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  body .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (min-width: 1151px) and (max-width: 1180px) {
  .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (max-width: 750px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !important;
  }
}
@media (max-width: 360px) {
  .caption_slider {
    display: none;
  }
  body .introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading h4 a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .pricing_box {
    width: 100% !important;
  }
}
.ie8 body {
  overflow: inherit;
}
.zo2-socialshares-floatbar {
  background: none repeat scroll 0 0 padding-box #FFFFFF;
  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;
}
.boxed #zo2-header-wrap {
  width: auto;
  border-bottom: 0;
}
.boxed #zo2-header-wrap .row {
  margin: 0;
  border-bottom: 1px solid #e6e5e5;
}
.boxed #zo2-top-wrap {
  width: auto;
}
.boxed #zo2-top-wrap-sticky-wrapper {
  width: auto;
}
.boxed #zo2-position-0 {
  padding: 12px 0;
}
.boxed #zo2-position-14 {
  padding: 18px 0;
}
.boxed #zo2-position-14 .custom.icon {
  display: none;
}
.boxed #zo2-position-14 .mod-languages {
  float: left;
  margin: 0;
}
.boxed nav.zo2-menu .navbar-nav {
  float: left;
}
.tag {
  color: inherit;
}
.rtl #mod_wishlists {
  margin: 0 9px 0 0;
}
.rtl .dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.rtl #cart i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl #zo2-position-0 #zt_top_cart {
  padding: 0 0 0 10px;
}
.rtl #zo2-position-26 .custom {
  float: left;
}
.rtl ul,
.rtl ol {
  margin: 0 12px 0em 0;
  padding: 0 12px 0 0;
}
.rtl #zo2-top-menu-wrap-sticky-wrapper nav.zo2-menu .navbar-nav {
  float: right;
}
.rtl nav.zo2-menu .navbar-nav ul.mega-nav li a {
  text-align: right;
}
.rtl #zo2-position-0 {
  text-align: left;
}
.rtl .zo2-row-wrapper .col-right {
  border-left: 0px solid;
  border-right: 1px solid #eeeeee;
}
.rtl nav.zo2-menu .navbar-nav {
  float: left;
}
.rtl .zt_jshop_information_detail .jshop_img_description {
  direction: ltr;
}
.rtl #pricing-table .pricing-table-2 ul li .unit {
  left: 34px;
  right: auto;
}
.rtl .introText .about_us .about_2 #accordion .panel-heading.active a:after {
  left: 10px;
  right: auto;
}
.rtl .introText .about_us .about_2 #accordion .panel-heading a:after {
  left: 10px;
  right: auto;
}
.rtl .style-switcher {
  left: auto !important;
}
.rtl #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
  right: -478px;
  left: auto;
}
.rtl .tag-category h2 span {
  right: 135px;
  left: auto;
}
.rtl #zo2-position-14 {
  text-align: right;
}
.rtl #zo2-body-wrap .appoiment-2 a i {
  padding-right: auto;
  padding-left: 8px;
}
.rtl #zo2-top-wrap #zo2-position-0 .search-form {
  left: -256px;
  right: auto;
  padding: 0 20px 0 65px;
}
.rtl #zo2-top-wrap #zo2-position-0 .search-form .search-close {
  right: auto;
  left: 0;
}
.rtl #zo2-latest-products-wrap .vmgroup .spacer {
  position: relative;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f104";
  font-family: FontAwesome;
  float: left;
}
.rtl .product-grid-item .spacer {
  position: relative;
}
.rtl #zo2-position-8.col-right .search .icon-search {
  left: 10px;
  right: auto;
}
.rtl #zo2-position-0 {
  border-radius: 4px 0 0 4px;
}
.rtl .product-bottom {
  position: relative;
}
.rtl .bx-wrapper .bx-viewport,
.rtl .zt_news_wrap {
  direction: ltr;
}
.rtl #zo2-position-8.col-right  h3.moduletitle span {
  display: inline-block;
}
.rtl #zo2-latest-products-wrap h3.moduletitle span:before {
  content: "";
  position: relative;
}
.rtl #zo2-bottom-2-wrap ul li::before {
  right: 0;
  left: auto;
}
.rtl #zo2-content-home-wrap #zo2-zt-position-1 h3.moduletitle span:before {
  content: "";
  left: auto;
  position: relative;
  right: auto;
}
.rtl #zo2-position-26 .icon-social li {
  margin-right: 20px;
  margin-left: 0;
}
.rtl #zo2-latest-products-wrap h3.moduletitle span,
.rtl #zo2-content-home-wrap #zo2-position-16 h3.moduletitle span,
.rtl #zo2-content-home-wrap #zo2-position-17 h3.moduletitle span {
  display: inline-block;
}
.rtl #zo2-content-home-wrap #zo2-zt-position-1 h3.moduletitle span:after {
  content: "de ";
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl #zo2-content-home-wrap #zo2-zt-position-2 h3.moduletitle span {
  display: inline-block;
}
.rtl #zo2-content-home-wrap #zo2-zt-position-2 h3.moduletitle span:after {
  content: "meet ";
  font-weight: 600;
  left: 0;
  top: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl #zo2-latest-products-wrap h3.moduletitle span:after {
  content: "Latest";
  font-weight: 600;
  left: 0;
  position: absolute;
  letter-spacing: 0.2px;
}
.rtl .col-right .archived-articles h3.moduletitle span:before {
  content: "";
  left: auto;
  position: relative;
  right: auto;
}
.rtl .col-right .articles-left h3.moduletitle span:before {
  content: "";
  left: auto;
  position: relative;
  right: auto;
}
.rtl .col-right .services h3.moduletitle span:before {
  content: "";
  left: auto;
  position: relative;
  right: auto;
}
.rtl .col-right .services  h3.moduletitle span:after {
  content: "our ";
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl .col-right .archived-articles h3.moduletitle span:before {
  content: "";
  left: auto;
  position: relative;
  right: auto;
}
.rtl .col-right .articles-left  h3.moduletitle span:after {
  content: "Smart ";
  font-weight: 600;
  left: 0;
  letter-spacing: -0.5px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl .col-right .archived-articles h3.moduletitle span:after {
  content: "archived";
  font-weight: 600;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl #zo2-breadcrumb-wrap #zo2-breadcrumb > li + li:before {
  content: "";
}
.rtl #zo2-breadcrumb-wrap #zo2-breadcrumb > li + li:after {
  content: "\f104";
  font-family: FontAwesome;
  padding: 0 5px 0 0;
  position: relative;
  left: 8px;
}
.rtl.article #zo2-body-wrap .item-page.detail h1.singleItemTitle {
  text-align: right !important;
}
.rtl .owl-carousel .owl-wrapper-outer {
  direction: ltr;
}
.rtl #zo2-from-the-blogs-wrap h3.moduletitle span:before {
  content: "From";
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
}
.rtl .col-right .categories-modulearticles-left li:before {
  right: 0;
  left: auto;
}
.rtl .col-right #ztTestimonial p.content-testimonial i {
  float: left;
}
.rtl .col-right .search .icon-search {
  left: 10px;
  right: auto;
}
.rtl .col-right .archived-articles li:before {
  right: 0;
  left: auto;
}
.rtl #zo2-from-the-blogs-wrap {
  direction: ltr;
}
.rtl #zo2-bottom-1-wrap .bottom-text .icon {
  float: right;
  padding-right: 25px;
  padding-left: auto;
}
.rtl #zo2-bottom-1-wrap .bottom-text .content-text {
  padding-left: auto;
  padding-right: 90px;
}
.rtl #zo2-bottom-2-wrap ul li:before {
  right: 0;
  left: auto;
}
.rtl #zo2-footer-wrap .container div.mod-languages ul {
  text-align: left;
}
.rtl #top-search form:before {
  left: 25px;
  right: auto;
}
.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.menu li:hover a,
.rtl .box-color ul.weblinks li.active a,
.rtl .box-color ul.menu li.active a {
  margin: 0 10px 0 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  right: auto;
  left: 5px;
}
.rtl .offcanvas .sidebar-close {
  right: auto;
  left: 0;
  float: left;
}
.rtl #zo2-bottom-2-wrap address i {
  padding: 0 0 0 15px;
}
.rtl h3.moduletitle:after {
  left: inherit;
  right: 0;
}
.zo2-row-wrapper .custom .carousel {
  margin: 0 !important;
}
#images img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #canvas {
    display: block !important;
    position: relative;
    top: 35px;
  }
  #canvas i {
    color: #000;
  }
  body .about img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.article #zo2-body-wrap .main-left ~ .containt .item-page.detail h1 {
    left: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #masonry .masonry-item {
    width: 33.25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .offcanvas.visible-md.visible-lg,
  body #canvas {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #masonry .masonry-item {
    width: 49.5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body #zo2-position-14 .icon-social li {
    margin-left: 10px;
  }
  body nav.zo2-menu .navbar-nav > li > a {
    padding: 0 9px;
    font-size: 11px !important;
    margin: 0;
  }
  body #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    left: auto !important;
    width: auto !important;
    right: auto !important;
  }
  body #zo2-mega-menu .navbar-default li .mega-dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  #zo2-header-logo img {
    margin: auto;
  }
  body #zo2-slide .tp-caption {
    width: 100%;
    text-align: center;
    left: 0 !important;
  }
  #zo2-slide .tp-caption span {
    font-size: unset !important;
  }
  #masonry .masonry-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .zo2-row-wrapper .col-right {
    padding: 20px 15px 0;
  }
  body .col-right #zt-module-tabs .news_lead .zt-article-item .content-item {
    padding: 15px !important;
  }
  body .items-row-stand .page-header h3 {
    padding-top: 15px;
  }
  body .items-row-stand .pull-left.item-image > img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  body #zo2-top-wrap #zo2-position-0 .search-form .inputbox {
    line-height: 40px;
  }
  body #zo2-position-13 {
    display: none !important;
  }
  body #zo2-position-14 {
    text-align: center;
    padding-top: 15px;
  }
  body #canvas {
    position: absolute;
    top: 17px;
    cursor: pointer;
  }
  body #zo2-position-0 .search .icon-search {
    text-align: center;
  }
  body #zo2-position-0 .search-form .search-close {
    text-align: center;
  }
  body #standard-logo {
    text-align: center;
  }
  body #zo2-top-wrap #zo2-position-0 {
    text-align: center;
  }
  body #zo2-mega-menu {
    display: none !important;
  }
  body #zo2-content-top-wrap .container {
    margin-top: 0;
  }
  body .content-top {
    top: 0;
  }
  body #zo2-content-top-wrap .content-home:before {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  body .appointment {
    padding: 40px 0;
  }
  body .appointment p {
    line-height: 50px;
    text-align: center;
  }
  body .appointment p b {
    font-weight: 400;
  }
  body .appointment .appoiment-2 {
    text-align: center;
    clear: both;
    padding-top: 10px;
  }
  body #zo2-bottom-1-wrap .bottom-text .content-text {
    line-height: 30px;
    padding-bottom: 30px;
  }
  body div.mod-languages ul {
    text-align: center;
  }
  body .content-top .block_1,
  body .content-top .block_2,
  body .content-top .block_3 {
    padding-bottom: 40px;
  }
  body footer {
    padding-bottom: 0;
    position: relative;
  }
  body #zo2-footer-wrap .container div.mod-languages ul {
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
  }
  body #zo2-top-wrap #cart i {
    padding: 0 9px 0 8px;
  }
  body.boxed #zo2-top-wrap-sticky-wrapper #zo2-top-wrap.no-sticky {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  body #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    left: -477px !important;
  }
  body #zo2-images-top-wrap img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body #mod_wishlists {
    display: none;
  }
  body #mod_compare {
    display: none;
  }
  body #zo2-position-0:before {
    left: 0;
  }
  body #zo2-slide .tp-caption {
    display: none;
  }
}
@media (min-width: 310px) and (max-width: 359px) {
  body #zo2-position-0 .search-form {
    width: 315px;
  }
}
@media (min-width: 360px) and (max-width: 399px) {
  body #zo2-position-0 .search-form {
    width: 350px;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  body #zo2-position-0 .search-form {
    width: 460px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  body #zo2-position-0 .search-form {
    width: 540px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  body #zo2-position-0 .search-form {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body #zo2-slide .tp-caption span {
    width: 100%;
    text-align: center;
  }
  body #zo2-slide .tp-caption {
    width: 100%;
    text-align: center;
    left: 0 !important;
  }
  body .introText .about_us .about_1 .block-1 img {
    width: 100%;
    height: auto;
  }
  body .appointment p {
    width: 100%;
    text-align: center;
    line-height: normal;
    margin: 10px 20px;
  }
  body .appointment p a {
    display: inline-block;
  }
  body #zo2-mega-menu .navbar-default li.blog .mega-dropdown-menu {
    left: -157px !important;
  }
  body #zo2-mega-menu .navbar-default li.blog .mega-dropdown-menu .mega-dropdown-menu {
    left: 100% !important;
  }
  body.rtl #zo2-mega-menu .navbar-default li.blog .mega-dropdown-menu {
    right: -157px !important;
    left: auto !important;
  }
  body.rtl #zo2-mega-menu .navbar-default li.blog .mega-dropdown-menu .mega-dropdown-menu {
    right: 100% !important;
    left: auto !important;
  }
  body .productdetails .spacer .product-bottom .price {
    float: none;
  }
  body .productdetails .spacer span.addtocart-button {
    margin: 0;
  }
  body .productdetails .spacer .addtocart-button .addtocart-button {
    margin: 0;
  }
  body .productdetails .spacer .addtocart-bar {
    margin-top: 15px;
  }
  body #zo2-bottom-2-wrap p span {
    float: none !important;
    text-align: center !important;
    display: block !important;
  }
  body footer .zo2-copyright {
    line-height: 40px;
  }
  body #zo2-mega-menu {
    margin: 8px 0 19px;
  }
  body #zo2-position-0  #zt_top_cart {
    display: none;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  body #zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
    left: auto !important;
    width: auto !important;
    right: auto !important;
  }
  body #zo2-mega-menu .navbar-default li .mega-dropdown-menu {
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  body #zo2-position-0 .search-form .inputbox {
    line-height: 40px;
  }
  body #zo2-position-0 .search-form {
    width: 750px;
    right: -38px;
  }
}
@media (max-width: 1024px) and (min-width: 900px) {
  body #zo2-position-0 .search-form {
    width: 745px;
    right: -38px;
  }
  body #zo2-position-0 .search-form .inputbox {
    line-height: 40px;
  }
  body #zo2-header #zo2-position-0 .search-form {
    width: 853px;
  }
}
.footer-icon {
  text-align: right;
  margin: 30px 0;
}
.footer-icon i {
  color: #000;
  border: 4px solid #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  text-align: center;
  line-height: 46px;
}
.footer-icon a:hover i {
  border: 4px solid #000;
}
ul.categories-module li a {
  font-weight: 600;
}
body.modal-open {
  padding: 0 !important;
}
.article #zo2-content-home-wrap {
  display: none;
}
#zo2-top-wrap-sticky-wrapper .is-sticky {
  position: relative;
}
#zo2-top-wrap-sticky-wrapper #zo2-top-wrap.no-sticky {
  height: auto !important;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 999;
  position: absolute;
}
#wrap_sliderZTLayerSlider {
  margin-bottom: 0 !important;
}
#zo2-position-26 .header-left p {
  display: inline-block;
  color: #a5a5a5;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.5px;
  margin-top: 11px;
}
#zo2-position-26 .header-left p .link-text {
  padding-left: 5px;
  font-family: Lato;
}
#zo2-position-14 {
  text-align: left;
  padding-top: 12px;
}
#zo2-position-14 .mod-languages {
  margin: 1.5px 0 0 0px;
}
#zo2-position-26 .custom {
  float: right;
}
#zo2-position-26 ul {
  margin-bottom: 0;
}
#zo2-position-26 .icon-social {
  margin-top: 13px;
}
#zo2-position-26 .icon-social li {
  margin-left: 20px;
  display: inline-block;
}
#zo2-position-26 .icon-social li i {
  font-size: 18px;
  color: #a5a5a5;
  transition-duration: 0.5s;
}
#zo2-position-26 .icon-social li i.fa-twitter:hover {
  color: #23d8e8;
}
#zo2-position-26 .icon-social li i.fa-facebook:hover {
  color: #4d70a0;
}
#zo2-position-26 .icon-social li i.fa-dribbble:hover {
  color: #23d8e8;
}
#zo2-position-26 .icon-social li i.fa-pinterest:hover {
  color: #aa0501;
}
#zo2-position-26 .icon-social li i.fa-google-plus:hover {
  color: #9d0502;
}
#zo2-position-26 .icon-social li i.fa-youtube-play:hover {
  color: #af100a;
}
#zo2-position-26 .icon-social li i.fa-linkedin:hover {
  color: #0077b5;
}
#zo2-top-wrap #zo2-position-0 {
  background: #fff;
  margin-top: 32px;
}
#zo2-mega-menu {
  padding: 0 0px 0 0px;
  margin: 28px 0 24px;
}
#zo2-mega-menu nav {
  background: #fff;
}
.mobile-logo {
  position: relative;
  text-align: center;
}
#standard-logo {
  background: #fff;
  padding: 26px 0px 24px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: center;
  overflow: hidden;
}
.blog-featured {
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
.blog-featured .content-home {
  margin-top: 50px;
}
.blog-featured .content-top {
  position: relative;
}
.blog-featured .content-top h1 {
  text-align: center;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 85px;
  font-size: 39px;
  font-family: Lato;
}
.blog-featured .content-top h1 span {
  color: #3e8cca;
  font-weight: 400;
}
.blog-featured .zt-box-content-wrap h1 {
  text-align: center;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 85px;
  font-size: 39px;
  font-family: Lato;
}
.blog-featured .zt-box-content-wrap h1 span {
  color: #3e8cca;
  font-weight: 400;
}
.blog-featured .zt-box-content-wrap h3 {
  margin-top: 12px;
  color: #272727;
  font-size: 22px;
  font-weight: 400;
}
.blog-featured .zt-box-content-wrap p {
  font-size: 15px;
  line-height: 24px;
}
.blog-featured .zt-box-content-wrap .zt-box-item-inner {
  text-align: center;
}
.blog-featured .zt-box-content-wrap .icon i {
  color: #3284c3;
  font-size: 60px;
}
.blog-featured .zt-box-content-wrap .zt-box-link {
  border: 1px solid #dadada;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 23px;
  transition: all 1s ease 0s;
}
.blog-featured .zt-box-content-wrap .zt-box-link:hover {
  color: #fff;
  background: none repeat scroll 0 0 #3796e0;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.blog-featured .zt-box-content-wrap .zt-box-item-inner {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
}
.homepage #zo2-content-home-wrap .container {
  background: #fff;
}
#zo2-content-home-wrap h3.moduletitle {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
#zo2-content-home-wrap h3.moduletitle:after {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/bg_h3.png) repeat;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
#zo2-content-home-wrap .owl-theme .owl-controls {
  display: none;
}
#zo2-content-home-wrap .content-text h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 16px;
}
#zo2-content-home-wrap .content-text .created {
  display: none;
}
#zo2-content-home-wrap .icon {
  display: none;
}
#zo2-content-home-wrap #zo2-position-16 {
  padding-bottom: 60px;
}
#zo2-content-home-wrap #zo2-position-16 h3.moduletitle span:before {
  content: "De";
  position: absolute;
  left: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
#zo2-content-home-wrap #zo2-position-16 h3.moduletitle span {
  position: relative;
  font-weight: 400;
}
#zo2-content-home-wrap #zo2-position-17 {
  padding-bottom: 60px;
}
#zo2-content-home-wrap #zo2-position-17 h3.moduletitle span:before {
  content: "Meet";
  position: absolute;
  left: 0;
  font-weight: 600;
}
#zo2-content-home-wrap #zo2-position-17 h3.moduletitle span {
  position: relative;
  letter-spacing: 1px;
  font-weight: 400;
}
#zo2-content-home-wrap #zo2-position-17 .meet-doctor {
  text-align: center;
}
#zo2-content-home-wrap #zo2-position-17 .meet-doctor img {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  padding: 5px;
  margin: auto;
}
#zo2-content-home-wrap #zo2-position-17 .meet-doctor .name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
#zo2-content-home-wrap #zo2-position-17 .meet-doctor .position {
  color: #969696;
}
#zo2-content-home-wrap .zt-news-readmore {
  margin-top: 30px;
}
#zo2-content-home-wrap .zt-news-readmore .readmore {
  padding-right: 9px 17px;
}
.zo2_non_responsive #zo2-body-wrap .appointment p {
  color: #fff;
  font-size: 29px;
  font-weight: 300;
  line-height: 70px;
  margin: 0;
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
}
.zo2_non_responsive #zo2-latest-products-wrap h3.item_name {
  font-size: 18px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#zo2-from-the-blogs-wrap {
  background: #fff;
}
#zo2-from-the-blogs-wrap .owl-wrapper-outer {
  padding-bottom: 70px;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item p {
  display: inline-block;
  margin-top: 15px;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .content-text h4 {
  font-size: 16px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 400;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .content-text span {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 2px;
  color: #a6a6a6;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .content-text .zt-introtext {
  padding-top: 20px;
  margin-top: 0;
  border-top: 1px solid #f0f0f0;
  color: #353535;
  font-weight: 400;
  font-size: 13px;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item img {
  border-bottom: 4px solid #2389d7;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .image {
  position: relative;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .icon {
  margin: -27px auto 0;
  position: relative;
  display: none;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
#zo2-from-the-blogs-wrap .zt-newsiv-frame-cat .owl-item .content-text {
  padding-top: 0;
}
#zo2-from-the-blogs-wrap .zt-news-readmore .readmore {
  font-size: 11px;
}
#zo2-from-the-blogs-wrap h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 60px 0 35px;
}
#zo2-from-the-blogs-wrap h3.moduletitle span:before {
  content: "From";
  position: absolute;
  left: 0;
  font-weight: 700;
  letter-spacing: 0.6px;
}
#zo2-from-the-blogs-wrap h3.moduletitle span {
  position: relative;
  font-weight: 400;
}
#zo2-bottom-1-wrap .container {
  background: #fff;
}
#zo2-bottom-1-wrap .module {
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  margin: 0 15px;
  position: relative;
}
#zo2-bottom-1-wrap .module:before {
  content: "";
  position: absolute;
  top: 3px;
  border-top: 1px solid #eaeaea;
  width: 100%;
  height: 1px;
}
#zo2-bottom-1-wrap .bottom-text .icon {
  float: left;
  font-size: 45px;
  color: #4c4c4c;
  padding-left: 25px;
}
#zo2-bottom-1-wrap .bottom-text .content-text {
  padding-left: 90px;
}
#zo2-bottom-1-wrap .bottom-text .content-text p {
  margin: 5px;
}
#zo2-bottom-1-wrap .bottom-text .content-text p.text {
  color: #2389d7;
  font-size: 15px;
}
#zo2-bottom-1-wrap .bottom-text .content-text p.adress {
  font-size: 18px;
  font-weight: 400;
}
#zo2-bottom-2-wrap ul {
  margin-left: 0;
  padding-left: 0;
}
#zo2-bottom-2-wrap .container {
  padding-left: 30px;
  padding-right: 30px;
  color: #b7b7b7;
  font-family: Lato;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #1c1c1c;
}
#zo2-bottom-2-wrap h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: -5px;
}
#zo2-bottom-2-wrap h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#zo2-bottom-2-wrap span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
#zo2-bottom-2-wrap a {
  color: #fff;
}
#zo2-bottom-2-wrap a:hover {
  color: #2389d7;
}
#zo2-bottom-2-wrap p {
  color: #ababab;
  font-size: 13px;
}
#zo2-bottom-2-wrap p span {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #dddddd;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon {
  display: inline-block;
  position: relative;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a {
  font-size: 20px;
  padding: 4px 0px;
  margin-bottom: 10px;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-twitter:hover {
  background: #23d8e8 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-facebook:hover {
  background: #4d70a0 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-dribbble:hover {
  background: #23d8e8 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-pinterest:hover {
  background: #aa0501 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-google-plus:hover {
  background: #9d0502 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-youtube-play:hover {
  background: #af100a !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i.fa-linkedin:hover {
  background: #0077b5 !important;
  color: #fff !important;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i {
  border-radius: 0;
}
#zo2-bottom-2-wrap .icon-style-1 .iconbox-icon a i:hover {
  border: none;
}
#zo2-bottom-2-wrap ul li {
  position: relative;
  padding: 0 10px;
  list-style: none;
}
#zo2-bottom-2-wrap ul li:before {
  content: "\f0c8";
  font-size: 5px;
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 9px;
}
#zo2-bottom-2-wrap ul li a {
  font-size: 14px;
  line-height: 35px;
  transition-duration: 0.3s;
  font-weight: 300;
  color: #dddddd;
}
#zo2-bottom-2-wrap #newsletter p span.left {
  display: inline-block;
}
#zo2-bottom-2-wrap #newsletter p span.right {
  float: right;
}
#zo2-bottom-2-wrap #newsletter p {
  border-bottom: 1px solid #2b2b2b;
  clear: both;
  padding-bottom: 10px;
  line-height: 20px;
}
#zo2-bottom-2-wrap #newsletter .bottom_block_4 {
  border-bottom: 0 solid;
}
#zo2-bottom-2-wrap address {
  font-size: 14px;
  line-height: 1.5;
}
#zo2-bottom-2-wrap address i {
  padding-right: 15px;
}
#zo2-bottom-2-wrap .lightbox-modal img {
  margin-bottom: 5px;
}
#zo2-bottom-2-wrap #world-charity p {
  margin: 30px 0;
}
#zo2-bottom-2-wrap #world-charity img {
  margin-top: 15px;
}
#zo2-bottom-2-wrap hr {
  display: none;
}
.article_bottom .itemReadmore {
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.article_bottom .itemReadmore:hover {
  background: none repeat scroll 0 0 #3796e0;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff;
}
#zo2-latest-products-wrap {
  background: #fcfcfc;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
#zo2-latest-products-wrap h3 {
  margin-top: 30px;
}
#zo2-latest-products-wrap .product-item {
  position: relative;
}
#zo2-latest-products-wrap .product-item:after {
  content: "";
  width: 12px;
  height: 14px;
  border-width: 9px 8px 0 8px;
  border-style: solid;
  border-color: #fcfcfc transparent;
  position: absolute;
  top: -1px;
  z-index: 2;
  left: 47.5%;
}
#zo2-latest-products-wrap .product-item:before {
  content: "";
  width: 15px;
  height: 30px;
  border-width: 10px 10px 0px 10px;
  border-style: solid;
  border-color: #eaeaea transparent;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 47%;
}
#zo2-latest-products-wrap .vmgroup .spacer {
  border: 1px solid #eaeaea;
  padding: 25px 15px 30px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
#zo2-latest-products-wrap h3.moduletitle {
  text-align: center;
  margin: 60px 0 40px;
}
#zo2-latest-products-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 20px;
  text-align: center;
}
#zo2-latest-products-wrap h3.moduletitle span:before {
  content: "Latest";
  position: absolute;
  left: 0;
  font-weight: 700;
  letter-spacing: 0.8px;
}
#zo2-latest-products-wrap h3.moduletitle span {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#zo2-latest-products-wrap .price-name {
  float: left;
}
#zo2-latest-products-wrap .price-name .item_price {
  color: #ef0000;
  font-size: 20px;
  line-height: 42px;
}
#zo2-latest-products-wrap .item_image {
  text-align: center;
}
#zo2-latest-products-wrap .item_actions {
  text-align: right;
  margin-top: 20px;
}
#zo2-latest-products-wrap .item_actions .add_to_cart {
  background: none repeat scroll 0 0 #2a8dda;
  border: 0 none;
  padding: 12px 15px 12px 12px;
  transition-duration: 0.3s;
  border-radius: 3px;
}
#zo2-latest-products-wrap .item_actions .add_to_cart:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-latest-products-wrap .item_actions .add_to_cart i {
  color: #fff;
  font-size: 23px;
}
#zo2-latest-products-wrap .produt-bottom {
  display: block;
  width: 100%;
}
#zo2-latest-products-wrap .more-product {
  display: block;
  text-align: center;
  padding: 0px 0 70px;
  clear: both;
}
#zo2-latest-products-wrap .more-product a {
  background: #298dda;
  color: #fff;
}
#zo2-latest-products-wrap .product_item {
  margin-bottom: 30px;
}
#zo2-latest-products-wrap .product_hover {
  top: 34%;
}
.zo2-row-wrapper .containt {
  padding: 0 30px 0;
}
.zo2-row-wrapper .col-right {
  padding: 20px 20px 0;
  border-left: 1px solid #eeeeee;
  margin-top: 30px;
}
#masonry .item-page-masonry {
  background: #f7f7f7;
  margin-bottom: 30px;
}
#masonry .item-page-masonry .content-text-article {
  padding: 0 15px 30px;
}
#masonry .item-page-masonry .article_content {
  background: none;
}
#masonry .images {
  position: relative;
}
#masonry .images .item-image {
  float: none !important;
  border-bottom: 4px solid #2389d7;
}
#masonry .images .item-image img {
  width: 100%;
}
#masonry .images .icon {
  margin: -27px auto 0;
  position: relative;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#masonry .images .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
#masonry .images .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
#masonry .images .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
#masonry h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
#masonry h3 a {
  color: #000;
}
#masonry h3 a:hover {
  color: #258ad8;
}
#masonry hr {
  height: 4px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  width: 90px;
  margin: 25px 0;
}
#masonry .content-text-article {
  margin-top: 20px;
}
#masonry .introtext {
  border-top: 0;
  padding-top: 0;
  font-weight: 400;
  font-size: 14px;
}
.items-row-large {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 30px;
  padding: 0 0px 40px;
}
.items-row-large:last-child {
  border-bottom: 0px dashed #e0e0e0;
}
.items-row-large .item-page-large .images {
  position: relative;
}
.items-row-large .item-page-large .images .item-image {
  float: none !important;
  border-bottom: 4px solid #2389d7;
}
.items-row-large .item-page-large .images .item-image img {
  width: 100%;
}
.items-row-large .item-page-large .images .icon {
  margin: -27px auto 0;
  position: relative;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.items-row-large .item-page-large .images .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
.items-row-large .item-page-large .images .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
.items-row-large .item-page-large .images .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
.items-row-large .item-page-large h3 {
  font-size: 25px;
  color: #000;
  font-weight: 400;
}
.items-row-large .item-page-large h3 a {
  color: #000;
}
.items-row-large .item-page-large h3 a:hover {
  color: #258ad8;
}
.items-row-large .item-page-large hr {
  height: 4px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  width: 90px;
  margin: 10px 0 25px 0;
}
.items-row-large .item-page-large .content-text-article {
  margin-top: 30px;
}
.items-row-large .item-page-large .introtext {
  border-top: 0;
  padding-top: 0;
  font-weight: 400;
  font-size: 14px;
}
.items-row-stand .page-header h3 {
  margin-top: 0;
}
.items-row-stand .page-header h3 a {
  font-size: 18px;
  color: #272727;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
.items-row-stand .page-header h3 a:hover {
  color: #258ad8;
}
.items-row-stand .pull-left.item-image > img {
  height: 228px;
}
.items-row-stand .article-info:nth-child(3) {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  margin-bottom: 2px;
}
.items-row-stand div.item {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.zo2-row-wrapper.containt-main .container {
  background: #fff;
}
#zo2-breadcrumb-wrap #zo2-position-2 {
  margin-bottom: 0;
  padding: 7.5px 8px;
}
#zo2-breadcrumb-wrap #zo2-position-2 .divider {
  display: none;
}
#zo2-breadcrumb-wrap #zo2-position-2 li span {
  color: #258ad8;
  text-transform: capitalize;
}
#zo2-breadcrumb-wrap #zo2-position-2 li a {
  text-transform: uppercase;
  font-weight: 300;
}
#zo2-breadcrumb-wrap #zo2-position-2 .breadcrumb {
  margin-bottom: 0;
  background: none;
}
#zo2-breadcrumb-wrap #zo2-position-2 > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
}
#zo2-position-8.col-right {
  margin-bottom: 40px;
}
#zo2-position-8.col-right .label-product.label-sale {
  display: none;
}
#zo2-position-8.col-right h3 {
  margin-top: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}
#zo2-position-8.col-right h3:after {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/bg_h3.png) repeat;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
#zo2-position-8.col-right .articles-left h3.moduletitle span:before {
  content: "Smart ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
#zo2-position-8.col-right .articles-left h3.moduletitle span {
  position: relative;
}
#zo2-position-8.col-right .categories-modulearticles-left li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0px solid;
  font-size: 14px;
  font-weight: 400;
  transition-duration: 0.5s;
  list-style: none;
}
#zo2-position-8.col-right .categories-modulearticles-left li a {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  transition-duration: 0.5s;
}
#zo2-position-8.col-right .categories-modulearticles-left li:hover:before {
  background: #258ad8;
  border: 1px solid #258ad8;
}
#zo2-position-8.col-right .categories-modulearticles-left li:hover a {
  color: #258ad8;
}
#zo2-position-8.col-right .categories-modulearticles-left li.active:before {
  background: #258ad8;
  border: 1px solid #258ad8;
}
#zo2-position-8.col-right .categories-modulearticles-left li.active a {
  color: #258ad8;
}
#zo2-position-8.col-right .categories-modulearticles-left li:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 7px;
}
#zo2-position-8.col-right .tabs ul li {
  list-style: none;
}
#zo2-position-8.col-right #ztTestimonial {
  text-align: center;
}
#zo2-position-8.col-right #ztTestimonial p.content-testimonial {
  text-align: left;
  min-height: 190px;
  background: #258ad8;
  color: #fff;
  padding: 15px 5px 53px 40px;
}
#zo2-position-8.col-right #ztTestimonial p.content-testimonial i {
  font-size: 24px;
  margin-left: -27px;
  padding-right: 5px;
}
#zo2-position-8.col-right #ztTestimonial .avatar-name {
  text-align: center;
  position: relative;
  margin-top: -45px;
  z-index: 1;
}
#zo2-position-8.col-right #ztTestimonial .avatar-name img {
  background: #fff;
  width: 90px;
  height: 90px;
}
#zo2-position-8.col-right #ztTestimonial .avatar-name .name {
  color: #258ad8;
  font-size: 16px;
  text-transform: capitalize;
}
#zo2-position-8.col-right #ztTestimonial .avatar-name .position {
  font-size: 13px;
  color: #a7a7a7;
  text-transform: capitalize;
}
#zo2-position-8.col-right #ztTestimonial .carousel-indicators {
  position: relative;
  margin: 0 0 25px;
}
#zo2-position-8.col-right #ztTestimonial .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
}
#zo2-position-8.col-right #ztTestimonial .carousel-indicators li.active {
  border: 1px solid #258ad8;
  background: #258ad8;
  width: 10px;
  height: 10px;
}
#zo2-position-8.col-right .zo2-testimonial {
  text-align: center;
}
#zo2-position-8.col-right .zo2-testimonial .testimonial-content {
  text-align: left;
  min-height: 190px;
  background: #258ad8;
  color: #fff;
  padding: 15px 0px 53px 0px;
}
#zo2-position-8.col-right .zo2-testimonial .testimonial-content i {
  font-size: 24px;
  margin-left: -27px;
  padding-right: 5px;
}
#zo2-position-8.col-right .zo2-testimonial .testimonial-content span:before {
  border: none;
}
#zo2-position-8.col-right .zo2-testimonial .testimonial-content span {
  margin-bottom: 0;
  padding-bottom: 0;
}
#zo2-position-8.col-right .zo2-testimonial .author {
  text-align: center;
  position: relative;
  margin-top: -45px;
  z-index: 1;
}
#zo2-position-8.col-right .zo2-testimonial .author span {
  float: none;
  max-width: unset;
  max-width: initial;
}
#zo2-position-8.col-right .zo2-testimonial .author img {
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 3px;
  margin: auto;
  border: 1px solid #efefef;
}
#zo2-position-8.col-right .zo2-testimonial .author .company-name {
  color: #258ad8;
  font-size: 16px;
  text-transform: capitalize;
}
#zo2-position-8.col-right .zo2-testimonial .author .position {
  font-size: 13px;
  color: #a7a7a7;
  text-transform: capitalize;
}
#zo2-position-8.col-right .zo2-testimonial .carousel-indicators {
  position: relative;
  margin: 0 0 25px;
}
#zo2-position-8.col-right .zo2-testimonial .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b6b6b6;
}
#zo2-position-8.col-right .zo2-testimonial .carousel-indicators li.active {
  border: 1px solid #258ad8;
  background: #258ad8;
  width: 10px;
  height: 10px;
}
#zo2-position-8.col-right .services h3.moduletitle span:before {
  content: "our ";
  position: absolute;
  left: 0;
  font-weight: 700;
}
#zo2-position-8.col-right .services h3.moduletitle span {
  position: relative;
}
#zo2-position-8.col-right .archived-articles {
  margin-bottom: 0 !important;
}
#zo2-position-8.col-right .archived-articles h3.moduletitle span:before {
  content: "Archived ";
  position: absolute;
  left: 0;
  font-weight: 600;
  letter-spacing: -0.2px;
}
#zo2-position-8.col-right .archived-articles h3.moduletitle span {
  position: relative;
}
#zo2-position-8.col-right .archived-articles li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#zo2-position-8.col-right .archived-articles li:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  transition-duration: 0.5s;
  position: absolute;
  top: 7px;
  width: 7px;
}
#zo2-position-8.col-right .archived-articles li:hover:before {
  background: none repeat scroll 0 0 #258ad8;
  border: 1px solid #258ad8;
}
#zo2-position-8.col-right ul.latestnews li {
  list-style: none;
}
#zo2-position-8.col-right ul.latestnews li h4 {
  line-height: 25px;
}
#zo2-position-8.col-right ul.latestnews li h4 a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
}
#zo2-position-8.col-right ul.latestnews li p {
  font-weight: 400;
}
#zo2-position-8.col-right .search {
  position: relative;
}
#zo2-position-8.col-right .search .icon-search {
  position: absolute;
  right: 10px;
  top: 10px;
}
#zo2-position-8.col-right .search .search-form {
  display: block !important;
}
#zo2-position-8.col-right .search .search-close {
  display: none;
}
#zo2-position-8.col-right .search input {
  width: 100%;
  height: 40px;
  background: #fcfcfc;
}
#zo2-position-8.col-right .module {
  margin-bottom: 50px;
}
#zo2-position-8.col-right .module:last-child {
  margin-bottom: 0;
}
#zo2-position-8.col-right #zt-module-tabs ul.zt-tabs {
  border-bottom: 0px solid;
}
#zo2-position-8.col-right #zt-module-tabs ul.zt-tabs li {
  transition-duration: 0.5s;
}
#zo2-position-8.col-right #zt-module-tabs ul.zt-tabs li.active a,
#zo2-position-8.col-right #zt-module-tabs ul.zt-tabs li:hover a {
  background: #258ad8;
  color: #fff;
  text-transform: uppercase;
}
#zo2-position-8.col-right #zt-module-tabs ul.zt-tabs li a {
  border-radius: 0;
  background: #f2f2f2;
  text-transform: uppercase;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead {
  padding: 0;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item {
  padding: 20px 0;
  border-bottom: 1px dashed #eaeaea;
  transition-duration: 0.5s;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item:last-child {
  border-bottom: 0 dashed;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item:hover .item-acticle img {
  border: 2px solid #258ad8;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item:hover h4 a {
  color: #258ad8;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item .item-acticle img {
  width: 100%;
  border: 2px solid #fff;
  padding: 0;
  min-height: 60px;
  transition-duration: 0.5s;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item .content-item {
  padding: 0 !important;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item .content-item h4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  transition-duration: 0.5s;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item .content-item h4 a {
  text-transform: capitalize;
  transition-duration: 0.5s;
}
#zo2-position-8.col-right #zt-module-tabs .news_lead .zt-article-item .content-item span {
  color: #bdbdbd;
}
#zo2-content-top-wrap .custom {
  padding: 0 15px;
}
.homepage #zo2-body-wrap .container,
.featured #zo2-body-wrap .container {
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
}
.appoiment-1 {
  float: left;
}
.appoiment-1 b {
  font-weight: 400;
}
.appoiment-2 {
  text-align: right;
}
.appoiment-2 a {
  background: #fff;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 3px;
}
.appoiment-2 a i {
  padding-right: 8px;
}
.appointment p {
  font-size: 29px;
  color: #fff;
  margin: 0;
  line-height: 116px;
  font-weight: 300;
}
.homepage .pagination {
  display: none;
}
.wpb_wrapper {
  margin-top: 20px;
}
.zo2-progress .progress {
  background: #f6f6f6 !important;
}
.about_us .zt-progress {
  position: relative;
  overflow: visible;
  height: 10px !important;
  background: #e6e6e6;
  box-shadow: 0;
}
.about_us .zt-progress .progress-bar-content:before {
  animation: 10s ease-out 0s normal none 1 capabilitieswidth;
  -webkit-animation: capabilitieswidth 10s ease-out;
  background: none repeat scroll 0 0 #1c8adf;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.about_us .zt-progress .progress-bar-content {
  background: none !important;
  height: 10px;
  box-shadow: none;
  left: -1px;
  position: absolute;
  top: -1px;
}
.about_us .accordion-section-title i {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  border: 1px solid;
  color: #1c8adf;
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
}
.about_us .accordion-section-title {
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
}
.about_us .accordion .accordion-section {
  border: none;
}
.about_us .accordion .accordion-section .accordion-section-content {
  border-top: 0;
  padding: 0;
}
.about_us .accordion .accordion-section a {
  text-transform: uppercase;
}
.introText .about_us {
  padding-bottom: 100px;
  margin-bottom: 2px;
}
.introText .about_us h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.introText .about_us .about_1 {
  padding-bottom: 80px;
  border-bottom: 1px solid #eaeaea;
}
.introText .about_us .about_1 .block-1 {
  text-align: center;
  padding: 0 40px;
}
.introText .about_us .about_1 .block-1 img {
  height: 225px;
  width: 225px;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #f7f7f7;
}
.introText .about_us .about_1 .block-1 .star {
  position: relative;
  display: inline-block;
}
.introText .about_us .about_1 .block-1 .star hr {
  width: 95px;
  margin: 7px auto;
  height: 1px;
  background: #000;
}
.introText .about_us .about_1 .block-1 .star i {
  position: absolute;
  top: 1px;
  background: #fff;
  width: 18;
  left: 40px;
  font-size: 15px;
}
.introText .about_us .about_2 {
  padding: 80px 15px;
  border-bottom: 1px solid #eaeaea;
  background: #fcfcfc;
}
.introText .about_us .about_2 .title {
  font-style: italic;
  font-size: 14px;
  margin: 25px 0 8px;
  text-transform: capitalize;
}
.introText .about_us .about_2 .faq_block #accordion + #accordion {
  border-top: 1px solid #eaeaea;
}
.introText .about_us .about_2 .faq_block #accordion {
  margin: 0;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default {
  border: 0 solid;
  background: none;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading {
  border-radius: 0;
  background: none;
  border: 0 solid;
  padding: 0;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading h4 {
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 600;
  background: none;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading h4 a {
  height: auto;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  background: none;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading.active h4 {
  background: none;
}
.introText .about_us .about_2 .faq_block #accordion .panel-default .panel-heading.active h4 a {
  color: #1c8adf !important;
  position: relative;
  display: block;
  background: none;
}
.introText .about_us .about_2 #accordion .panel-heading h4 a {
  position: relative;
  display: block;
}
.introText .about_us .about_2 #accordion .panel-heading a:before {
  content: "" !important;
  height: auto;
  width: auto;
  text-transform: uppercase !important;
  margin-right: 0;
}
.introText .about_us .about_2 #accordion .panel-heading.active a:after {
  color: #000;
  content: "-";
  display: inline-block;
  font-family: roboto;
  border-radius: 50%;
  border: 1px solid;
  color: #1c8adf;
  font-size: 40px;
  font-weight: 300;
  margin-right: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 13px;
  text-align: center;
}
.introText .about_us .about_2 #accordion .panel-heading a:after {
  background: none;
  color: #909090;
  content: "+";
  display: inline-block;
  font-family: roboto;
  font-size: 21px;
  border-radius: 50%;
  border: 1px solid;
  margin-right: 10px;
  position: absolute;
  font-weight: 400;
  line-height: 15px;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
  text-align: center;
}
.introText .about_us .about_2 .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 solid;
  padding: 0 0 15px;
}
.introText .about_us .about_3 {
  padding-top: 80px;
}
.introText .about_us .about_3 h3 {
  position: relative;
  text-align: center;
}
.introText .about_us .about_3 .star {
  text-align: center;
  position: relative;
}
.introText .about_us .about_3 .star hr {
  background: none repeat scroll 0 0 #000;
  height: 1px;
  margin: 20px auto;
  width: 135px;
}
.introText .about_us .about_3 .star i {
  background: none repeat scroll 0 0 #fff;
  font-size: 15px;
  padding: 0 3px;
  position: relative;
  top: -31px;
}
.introText .about_us .item {
  position: relative;
  transition-duration: 3s;
  border: 1px solid #dfdfdf;
}
.introText .about_us .item .images {
  position: relative;
  margin-top: 0;
}
.introText .about_us .item .images:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(55,149,223,0.8);
  opacity: 0;
  transition-duration: 1s;
}
.introText .about_us .item .icon {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 39%;
  opacity: 0;
  transition-duration: 1.5s;
}
.introText .about_us .item .icon a i {
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  margin: 0 5px;
  transition-duration: 1s;
}
.introText .about_us .item .icon a i.fa-facebook:hover {
  color: #4d70a0;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.introText .about_us .item .icon a i.fa-twitter:hover {
  color: #9d0502;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.introText .about_us .item .icon a i.fa-google-plus:hover {
  color: #23d8e8;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.introText .about_us .item .icon a i.fa-pinterest:hover {
  color: #aa0501;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.introText .about_us .item .title {
  text-align: center;
  padding-bottom: 30px;
}
.introText .about_us .item .title h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 600;
  margin-top: 20px;
}
.introText .about_us .item:hover .images:before {
  opacity: 1;
}
.introText .about_us .item:hover .icon {
  opacity: 1;
}
#zo2-position-0 {
  text-align: right;
}
#zo2-position-0 .search {
  height: 32px;
  text-align: center;
  width: 40px;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
}
#zo2-position-0 .search .icon-search {
  background: #666666;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 0px 0 0;
  font-size: 15px;
  position: relative;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s ease 0s;
}
#zo2-position-0 .search .icon-search:hover {
  background: #454545;
  color: #fff;
}
#zo2-position-0 .search form {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 0;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#zo2-position-0 .search-form {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 0 65px 0 20px;
  position: absolute;
  right: -272px;
  top: -8px;
  width: 1170px;
  z-index: 999;
}
#zo2-position-0 .search-form .search-close {
  color: #000;
  cursor: pointer;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 3px;
  width: 50px;
}
#zo2-position-0 .search-form .inputbox {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  box-shadow: none;
  color: #000 !important;
  cursor: text;
  font-size: 180%;
  font-style: italic;
  height: 59px;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}
.item-page .itemImage img {
  margin-bottom: 15px;
}
#pricing-table {
  text-align: center;
}
#pricing-table h3 {
  text-align: center;
  font-size: 27px;
  text-transform: none;
  font-weight: 300;
}
#pricing-table h3 span {
  text-transform: uppercase;
  font-weight: 400;
}
#pricing-table .star {
  display: inline-block;
  position: relative;
}
#pricing-table .star hr {
  background: #000;
  height: 1px;
  width: 100px;
  margin: 20px 0;
}
#pricing-table .star i {
  position: absolute;
  top: 13px;
  left: 44px;
  font-size: 15px;
  background: #fff;
}
#pricing-table .item {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  transition-duration: 0.5s;
  padding: 0 !important;
}
#pricing-table .item:hover {
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.7);
}
#pricing-table .item:hover li.number {
  background: #2890e1;
  color: #fff;
}
#pricing-table .item:hover li.title {
  border-top: 3px solid #2890e1;
  color: #2890e1;
}
#pricing-table .item:hover .sing-up a {
  background: #2890e1;
  color: #fff;
}
#pricing-table .text {
  padding: 0 100px 30px;
  text-align: center;
}
#pricing-table ul {
  text-align: center;
  padding: 0;
}
#pricing-table ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  line-height: 50px;
}
#pricing-table ul li.sing-up {
  padding: 25px 0;
  transition-duration: 0.5s;
}
#pricing-table ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #2890e1;
  text-transform: uppercase;
  border: 1px solid #2890e1;
  padding: 10px 25px;
  border-radius: 3px;
}
#pricing-table ul li span {
  font-size: 15px;
}
#pricing-table ul li span.fs1 {
  font-size: 20px;
  position: relative;
  top: 4px;
}
#pricing-table ul li span.fs12 {
  font-size: 30px;
  position: relative;
  top: 6px;
}
#pricing-table ul li li {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
}
#pricing-table ul li.sing-up {
  border-bottom: 0px solid;
}
#pricing-table ul li li:last-child {
  border-bottom: 0px solid;
}
#pricing-table ul li.number {
  font-size: 60px;
  font-weight: 700;
  padding: 18px;
  background: #000;
  color: #fff;
  transition-duration: 0.5s;
}
#pricing-table ul li.number span {
  position: relative;
  font-size: 23px;
  top: -27px;
}
#pricing-table ul li.number span.month {
  top: 0;
}
#pricing-table ul li.title {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 5px 0;
  border-top: 3px solid #fff;
  transition-duration: 0.5s;
}
#pricing-table .pricing-table-2 {
  margin-bottom: 30px;
  display: inline-block;
}
#pricing-table .pricing-table-2 ul li .unit {
  position: absolute;
  top: -15px;
  right: 34px;
}
#pricing-table .pricing-table-2 ul li {
  border: 0px solid;
  line-height: 40px;
}
#pricing-table .pricing-table-2 ul li.title {
  padding: 10px 0 5px;
}
#pricing-table .pricing-table-2 .item {
  border-radius: 0;
}
#pricing-table .pricing-table-2 .sing-up {
  text-transform: uppercase;
  padding: 15px 0;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}
#pricing-table .pricing-table-2 .sing-up a {
  border: none;
}
#pricing-table .pricing-table-2 .sing-up a:hover {
  background: none;
}
#pricing-table .pricing-table-2 .item:hover {
  border: 1px solid #1c8adf;
}
#pricing-table .pricing-table-2 .item:hover li.title {
  border-top: 0;
  background: #1c8adf;
  color: #fff;
}
#pricing-table .pricing-table-2 .item:hover .sing-up {
  background: #1c8adf;
  color: #fff;
}
#pricing-table .pricing-table-2 .item:hover .sing-up a {
  background: none;
}
#pricing-table .pricing-table-2 .item:hover li.number {
  color: #000;
  background: none;
}
#pricing-table .pricing-table-2 .item:hover .arrow {
  background: #1c8adf;
  color: #fff;
}
#pricing-table .pricing-table-2 .item:hover .arrow:before {
  border-bottom: 40px solid #1c8adf;
}
#pricing-table .pricing-table-2 .item:hover .arrow:after {
  border-top: 40px solid #1c8adf;
}
#pricing-table .pricing-table-2 ul li.number:before {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/pricing_bg.png) no-repeat scroll center 10px;
  color: #000;
  line-height: 140px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: -1px;
  z-index: 1;
}
#pricing-table .pricing-table-2 ul li.number {
  position: relative;
  background: none;
  line-height: 140px;
  color: #000;
}
#pricing-table .pricing-table-2 ul li.number .arrow {
  width: 135px;
  height: 136px;
  margin: auto;
  position: relative;
}
#pricing-table .pricing-table-2 ul li.number .arrow:before {
  border-bottom: 40px solid #fff;
  border-left: 40px solid #fff;
  border-right: 39px solid #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
}
#pricing-table .pricing-table-2 ul li.number .arrow:after {
  border-left: 40px solid #fff;
  border-right: 39px solid #fff;
  border-top: 40px solid #fff;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 135px;
}
.tag-category h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.tag-category #adminForm hr {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  height: 4px;
  margin: 25px 0 25px;
  width: 90px;
}
.tag-category #adminForm h3 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
}
.tag-category #adminForm h3 a:hover {
  color: #258ad8;
}
.tag-category #adminForm .images {
  position: relative;
}
.tag-category #adminForm .images .item-image {
  float: none !important;
  border-bottom: 4px solid #2389d7;
}
.tag-category #adminForm .images .item-image img {
  width: 100%;
}
.tag-category #adminForm .content-text-article {
  margin-top: 20px;
}
.tag-category #adminForm .content-text-article p {
  color: #353535;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
}
.tag-category #adminForm .article_bottom {
  padding: 15px 0;
}
.tag-category #adminForm ul.category li {
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 30px;
  padding: 0 0 40px;
}
hr {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  height: 4px;
  margin: 25px 0 25px;
  width: 90px;
  clear: both;
  display: block;
}
.images {
  position: relative;
}
.images .icon {
  margin: -27px auto 0;
  position: relative;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.images .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
.images .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
.images .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
.images .item-image {
  border-bottom: 4px solid #2389d7;
  float: none !important;
}
.images .item-image img {
  margin-bottom: 0;
  width: 100%;
}
.itemImage .article_content {
  margin-top: 30px;
}
.item-page .article_content .icon-social {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 50px;
}
.item-page .article_content .icon-social p {
  margin: 0 40px 0 0;
  float: left;
  text-transform: uppercase;
}
.item-page .article_content .icon-social ul li {
  float: left;
  list-style: none;
  margin: 0 7px;
}
.item-page.detail h1 {
  font-size: 25px;
  font-weight: 600;
}
.item-page.detail .article-info .article-info-inner {
  display: inline-block;
  float: none;
  padding: 6px 0;
}
#zo2-footer-wrap .container {
  background: #1c1c1c;
  border-top: 1px solid #292929;
  padding-right: 30px;
  padding-left: 30px;
}
#zo2-footer-wrap .container div.mod-languages ul {
  line-height: 113px;
  text-align: right;
}
.article #zo2-body-wrap .item-page.detail h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.article #zo2-body-wrap .item-page.detail h1.singleItemTitle {
  top: 0 !important;
  color: #000;
  text-align: left !important;
  font-size: 25px;
  text-transform: capitalize;
}
.article #zo2-body-wrap .main-left ~ .containt .item-page.detail.pricing-table h1 {
  position: relative;
  left: -120px;
}
.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: 0 0 30px;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 400;
}
.contact fieldset {
  border: 0;
}
.contact .page-header h1 {
  color: #0c80d1;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contact .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
.contact .form-actions .btn-primary {
  width: 100%;
  background: #0c80d1;
  transition-duration: 0.5s;
  text-transform: uppercase;
  height: 50px;
}
.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-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;
}
.blog.masonry h2 span {
  left: auto !important;
}
.blog h2 {
  color: #1c8adf;
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;
}
.blog.masonry {
  padding-bottom: 40px;
}
.zt_jshop {
  margin-top: 60px;
}
.zt_jshop_information_detail .tab-content {
  border: 1px solid #e1e1e1;
  padding: 0 20px 20px;
}
.zt_jshop_information_detail .zt-carousel li {
  height: 90px !important;
  margin: 0 10px;
  width: 78px !important;
  padding: 10px;
}
.zt_jshop_information_detail .zt-carousel li img.jshop_img_thumb {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.zt_jshop_information_detail h1 {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 0;
}
.zt_jshop_information_detail #list_product_image_middle {
  text-align: center;
}
.zt_jshop_information_detail .zt_price_detail_inner {
  font-size: 30px;
  padding: 20px 0 10px;
}
.zt_jshop_information_detail .zt_jshop_short_description .prod_buttons .button_buy {
  height: 52px;
  line-height: 52px;
  text-transform: uppercase;
  background: #258ad8;
  color: #fff;
  font-size: 133%;
  border: 0;
  outline: 0;
  padding: 0 20px;
  transition-duration: 0.5s;
}
.zt_jshop_information_detail .zt_jshop_short_description .prod_buttons .button_buy:hover {
  box-shadow: 0 0 0 30px rgba(0,0,0,0.2) inset;
}
.zt_jshop_information_detail .zt_jshop_short_description .prod_buttons .button_buy i {
  padding: 0 10px 0 0;
  font-size: 20px;
}
.zt_jshop_information_detail .prod_buttons .prod_qty input {
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #258ad8;
  font-size: 120%;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
  width: 40px;
}
.zt_jshop_information_detail #zt_tabs {
  margin: 40px 0;
}
.zt_jshop_information_detail #zt_tabs .tabs li a {
  background: none repeat scroll 0 0 #258ad8;
  color: #fff;
}
.zt_jshop_information_detail #zt_tabs .content {
  padding: 20px;
  position: relative;
  top: -1px;
  color: #6a6a6a;
  font-size: 108%;
  min-height: 155px;
  font-weight: 300;
}
.zt_jshop_information_detail #zt_tabs ul li {
  margin: 0 0px 0 0;
}
.zt_jshop_information_detail #zt_tabs .tabs {
  position: relative;
  z-index: 1;
}
.zt_jshop_information_detail #zt_tabs .tabs li a.active,
.zt_jshop_information_detail #zt_tabs .tabs li a:hover,
.zt_jshop_information_detail #zt_tabs .tabs li a:focus {
  background: #fff !important;
  color: #258ad8;
  border-width: 1px 1px 0 1px;
}
.zt_jshop_information_detail .prod_qty {
  margin: 0 30px;
}
.zt_jshop_information_detail .zt-carousel .nav_button .prev,
.zt_jshop_information_detail .zt-carousel .nav_button .next {
  color: #b2b2b2;
  cursor: pointer;
  font-size: 25px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.zt_jshop_information_detail .zt-carousel .nav_button .prev:hover,
.zt_jshop_information_detail .zt-carousel .nav_button .next:hover {
  color: #258ad8;
}
.zt_jshop_information_detail .zt-carousel .nav_button .prev {
  left: 0;
}
.zt_jshop_information_detail .zt-carousel .nav_button .prev i:hover {
  color: #258ad8;
}
.zt_jshop_information_detail .zt-carousel .nav_button .next {
  right: 0;
}
.zt_jshop_information_detail .jshop_img_description {
  margin: 50px 0;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
}
.zt_jshop input.button {
  transition-duration: 0.4s;
}
.zt_jshop input.button:hover {
  background: #258ad8;
  color: #fff;
}
#zo2-mega-menu li .zo2-module {
  background: none repeat scroll 0 0 #1c8adf;
  border-radius: 50%;
  color: #fff;
  position: relative;
  height: 200px;
  padding: 38px;
  margin-top: 35px;
  text-align: center;
  width: 200px;
}
#zo2-mega-menu li .zo2-module:before {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  bottom: -8px;
  content: "";
  left: -8px;
  position: absolute;
  right: -8px;
  top: -8px;
}
#zo2-mega-menu li .zo2-module p {
  margin: 5px 0;
  text-transform: uppercase;
  color: #fff !important;
}
#zo2-mega-menu li .zo2-module p i {
  font-size: 40px;
  color: #fff;
}
#zo2-mega-menu li .zo2-module h2 {
  margin-top: 0;
  font-weight: 600;
}
#zo2-mega-menu li .zo2-module h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 7px 0 0;
}
#zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu {
  left: -382px !important;
}
#zo2-mega-menu .navbar-default .shortcodes .mega-dropdown-menu .mega-dropdown-menu {
  left: 0;
}
#myTab {
  padding: 0 !important;
}
#zt_tabs li.active a {
  color: #258ad8;
  background: #fff;
  z-index: 6;
  position: relative;
  top: 1px;
}
.cart_reload {
  cursor: pointer;
}
.cart_reload:hover {
  color: #258ad8;
}
#zt_tabs li a {
  cursor: pointer;
  display: inline-block;
  background: none repeat scroll 0 0 #258ad8;
  border-width: 1px 1px 0;
  border-color: #eaeaea;
  border-style: solid;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5em;
  transition-duration: 0.3s;
  min-width: 55px;
  padding: 10px 30px;
  margin-bottom: 0;
  position: relative;
}
.introText .faq_block .zt-accordion .panel-group {
  margin-bottom: 15px;
}
.introText .faq_block .panel-default {
  border: 1px solid #dbe6ec;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.introText .faq_block .zt-accordion #accordion .panel-default > .panel-heading {
  background-color: rgba(0,0,0,0);
  padding: 0;
  border-color: #dbe6ea;
}
.introText .faq_block #accordion .panel-heading.active {
  background: #000;
  color: #fff;
}
.introText .faq_block .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.introText .faq_block #accordion .panel-heading.active h4 a {
  background: none repeat scroll 0 0 #3498db;
  color: #fff !important;
  font-family: Lato;
  height: 40px;
  line-height: 40px;
}
.introText .faq_block #accordion .panel-heading h4 a {
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-transform: capitalize;
  padding: 0;
  display: block;
  font-size: 16px;
}
.introText .faq_block #accordion .panel-heading.active a:before {
  background: none repeat scroll 0 0 #3498db;
}
.introText .faq_block #accordion .panel-heading.active h4 a:before {
  content: '\f068';
  font-family: FontAwesome;
  color: #fff;
}
.introText .faq_block #accordion .panel-heading a:before {
  content: "\f067";
  color: #000;
  display: inline-block;
  font-family: FontAwesome;
  height: 39px;
  left: 0;
  margin-right: 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}
.item-page .article-info-inner .published {
  padding: 0 10px;
}
.item-page .introText p i {
  padding: 0 5px;
}
.we-care {
  position: relative;
}
.tp-caption a {
  padding: 15px 25px;
  background: #3a98e1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.tp-caption a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff;
}
.content-category fieldset {
  margin: 0 0 15px;
}
.content-category h2 {
  margin-top: 0;
}
.homepage #zo2-body-wrap,
.featured  #zo2-body-wrap {
  border-bottom: 1px solid #eaeaea;
}
.homepage #zo2-body-wrap .container #zo2-component,
.featured  #zo2-body-wrap .container #zo2-component {
  padding: 0;
}
#zo2-body-wrap .container #zo2-component {
  padding-top: 50px;
}
#zo2-body-wrap .container #zo2-component .zo2-tabs ul,
#zo2-body-wrap .container #zo2-component .zo2-tabs ol {
  padding: 0;
}
#zo2-body-wrap .container #zo2-component ul,
#zo2-body-wrap .container #zo2-component ol {
  padding: 0 20px;
  border: none;
}
#zo2-body-wrap .container #zo2-component .newsfeed h2 {
  margin-top: 0;
}
#zo2-body-wrap .container #zo2-component .newsfeed-category h2 {
  margin-top: 0;
}
#zo2-body-wrap .container #zo2-component fieldset {
  margin: 0 0 15px;
}
#zo2-body-wrap .container #zo2-component .newsfeed-category fieldset {
  padding: 10px 10px 0;
  margin-bottom: 15px;
}
#zo2-body-wrap .container #zo2-component .registration fieldset,
#zo2-body-wrap .container #zo2-component .remind fieldset {
  margin-bottom: 15px;
}
#zo2-body-wrap .container #zo2-component .item-title {
  text-transform: capitalize;
  font-weight: 400;
}
.main-left {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-left h3 {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-left ul.nav li.active a {
  color: #258ad8;
}
.main-left ul.nav li {
  border-bottom: 1px solid #eaeaea;
}
.itemFullText ul li {
  list-style: none;
}
.itemFullText ul li i {
  padding: 0 5px;
}
.article #zo2-body-wrap .item-page.detail.about-us h1.singleItemTitle {
  color: #1c8adf;
  font-size: 40px;
  text-align: center !important;
  text-transform: uppercase;
  width: 100%;
}
.article #zo2-body-wrap #zo2-component {
  padding-bottom: 60px;
  background: #fff;
}
.contact #system-message-container .alert-message {
  position: absolute;
  top: 0;
  padding: 5px 0 0;
  width: 96%;
}
.contact #system-message-container .alert-message h4 {
  margin-bottom: 0;
}
.article #zo2-body-wrap .item-page.detail.pricing-table h1.singleItemTitle {
  color: #1c8adf !important;
  font-size: 40px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: 100%;
}
.item-stand {
  margin-bottom: 40px;
}
.blog-stand h3 {
  margin-top: 0;
}
.blog-stand .item-stand {
  margin-bottom: 40px;
}
#zo2-body-wrap .container .code .container {
  background: none;
  width: auto;
  border: 0 solid;
}
.modal-dialog img {
  width: 100%;
}
.modal-dialog .modal-header .close {
  margin-top: -10px;
}
.modal-open .modal {
  overflow-y: hidden;
}
.lightbox-modal img {
  margin: 0 3px 8px;
}
.article #zo2-body-wrap .item-page.detail .zt-typo-inside h1 {
  text-align: left;
  color: #000;
  top: 0;
  margin: 20px 0 10px;
}
.zt-jsrelated .related_header {
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#zt_list_product {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
#zt_list_product .owl-controls {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  height: 0;
}
#zt_list_product .owl-controls .owl-prev {
  float: left;
  font-size: 0;
  cursor: pointer;
}
#zt_list_product .owl-controls .owl-prev:hover:before {
  color: #2a8dda;
}
#zt_list_product .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
}
#zt_list_product .owl-controls .owl-next {
  float: right;
  font-size: 0;
  cursor: pointer;
}
#zt_list_product .owl-controls .owl-next:hover:before {
  color: #2a8dda;
}
#zt_list_product .owl-controls .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 35px;
}
#zt_list_product .block_product {
  border: 1px solid #eaeaea;
  padding: 15px 0;
}
#zt_list_product .owl-item {
  float: left;
  padding: 10px 15px;
  text-align: center;
}
#zt_list_product .img.jshop_img {
  border: 1px solid #eaeaea;
}
#zt_list_product h3.name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
}
#zt_list_product img.jshop_img {
  border: none;
}
#zt_list_product .price {
  color: #ef0000;
  font-size: 20px;
  line-height: 42px;
}
#zt_list_product .zt-action a.button_buy {
  background: none repeat scroll 0 0 #2a8dda;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 10px 20px 10px 10px;
  transition-duration: 0.3s;
}
#zt_list_product .zt-action a.button_buy i {
  padding: 0 10px;
}
#zt_list_product .zt-action a.button_buy:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#system-message .alert {
  border: 1px solid #258ad8;
  margin-top: 30px;
}
#jquery-overlay {
  z-index: 9991;
}
#jquery-lightbox {
  z-index: 9992;
}
.zt_jshop_check,
.zt_jsadress {
  padding-top: 45px;
}
.categories-list h3 {
  margin-top: 0;
}
.login_block .button.login {
  background: none repeat scroll 0 0 #258ad8;
  border: 1px solid #258ad8;
  border-radius: 3px;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  padding: 5px 14px;
}
.login_block .button.login::hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.login_block .button.regis {
  background: none repeat scroll 0 0 #258ad8;
  border: 1px solid #258ad8;
  border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  padding: 5px 14px;
}
.login_block .button.regis::hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.categories-list div h3.page-header.item-title a {
  font-size: 24px;
}
.categories-list div h3.page-header.item-title span {
  position: relative;
  right: -1px;
  top: -4px;
}
#ztModule > div {
  height: auto !important;
}
#ztModule .carousel {
  margin: auto !important;
  position: relative;
}
#zt-module-tabs ul {
  overflow: hidden;
}
.zt-cart-inner.active {
  display: block !important;
}
#zo2-position-0 .search,
#zo2-position-0 #mod_wishlists,
#zo2-position-0 #mod_compare,
#zo2-position-0 #zt_top_cart {
  display: inline-block;
}
#zo2-position-0 .gap {
  display: none;
}
#zo2-position-0 #zt_top_cart {
  padding: 0px 10px 0 0;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cccccc;
  position: relative;
  top: 1px;
  height: 32px;
  line-height: 32px;
}
#zo2-position-0 #zt_top_cart .zt-cart-inner {
  position: absolute;
  width: 300px;
  right: 0;
  background: #fff;
  padding: 15px 0;
}
#zo2-position-0 #zt_top_cart .zt-cart-inner #vmCartModule {
  padding: 0px 0 0px;
  background: #fff;
}
#zo2-position-0 .wishlist a:hover i:before,
#zo2-position-0 .compare a:hover i:before {
  animation: 0.4s ease 0s normal forwards 1 running toTopFromBottom;
  display: block;
}
#zo2-position-0 .wishlist a span,
#zo2-position-0 .compare a span {
  background-color: #3c9ae2;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 15px;
  font-size: 10px;
}
#zo2-position-0 #cart a:hover i:before {
  animation: 0.4s ease 0s normal forwards 1 running toTopFromBottom;
  display: block;
}
#zo2-position-0 #cart a span {
  color: #181818;
  font-size: 13px;
}
.readmore {
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 10px 15px;
  color: #000;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  -webkit-border-radius: 3px;
  -moz-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;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #3796e0;
  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;
}
@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;
  }
}
#productdetailsview .image_show_quick .discount {
  background: none repeat scroll 0 0 #ef0000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  width: 40px;
  text-align: center;
}
#productdetailsview .addtocart-bar2 .wrapper .controls {
  display: block;
  float: left;
  margin-top: 3px;
  width: 100%;
  margin-bottom: 25px;
}
#productdetailsview .addtocart-bar2 .wrapper .controls label.quantity_box {
  float: left;
  margin-top: 4px;
  margin-right: 30px;
}
#productdetailsview .addtocart-bar2 .wrapper .controls span.quantity-box {
  margin: 0 10px;
}
#productdetailsview .addtocart-bar2 .wrapper .controls span.quantity-box input {
  height: 35px;
  margin: 0;
  width: 70px !important;
}
#productdetailsview .addtocart-bar2 .wrapper .controls i {
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-style: normal;
  height: 12px;
  line-height: 9px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #040404;
  text-align: center;
  width: 10px;
}
#productdetailsview .addtocart-bar2 .wrapper .controls i:hover {
  color: #3c9ae2;
}
#productdetailsview .addtocart-bar2 .wrapper .controls i.quantity-minus {
  font-size: 30px;
}
#productdetailsview .addtocart-bar2 .addtocart_button2 .addtocart-button {
  background: none repeat scroll 0 0 #3c9ae2;
  border: medium none;
  color: #fff;
  padding: 8px 20px;
  transition-duration: 0.5s;
  margin: 0 15px;
}
#productdetailsview .addtocart-bar2 .addtocart_button2 .addtocart-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#productdetailsview .manufacturer span {
  margin: 0 10px 0 5px;
}
#productdetailsview .stock {
  margin: 10px 0;
}
#productdetailsview .stock span {
  margin: 0 10px 0 5px;
}
#productdetailsview .code span {
  margin: 0 10px 0 5px;
}
#productdetailsview .product-fields .wrapper span {
  display: block;
}
#productdetailsview .add-to-link {
  display: block;
  clear: both;
  margin-top: 20px;
}
#productdetailsview .add-to-link .compare_cat {
  float: left;
  margin: 0 20px;
}
#productdetailsview .add-to-link .compare_cat a {
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  color: #676767;
  display: block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  transition-duration: 0.5s;
}
#productdetailsview .add-to-link .compare_cat a i {
  background-color: #cfcfcf;
  transition-duration: 0.5s;
  border-radius: 50%;
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  text-align: center;
  width: 40px;
}
#productdetailsview .add-to-link .compare_cat a:hover {
  color: #89b9c5;
  text-decoration: none;
}
#productdetailsview .add-to-link .compare_cat a:hover i {
  background-color: #89b9c5;
}
#productdetailsview .add-to-link .compare_cat a:hover i:before {
  animation: 0.4s ease 0s normal forwards 1 running toTopFromBottom;
  display: block;
}
#productdetailsview .add-to-link .wishlist a {
  transition-duration: 0.5s;
}
#productdetailsview .add-to-link .wishlist a:hover {
  color: #89b9c5;
}
#productdetailsview .add-to-link .wishlist a:hover i:before {
  animation: 0.4s ease 0s normal forwards 1 running toTopFromBottom;
  display: block;
}
#productdetailsview .main-image-quick .jcarousel-skin-tango .jcarousel-container .jcarousel-prev {
  width: 15px;
  position: absolute;
  cursor: pointer;
  font-size: 20px;
}
#productdetailsview .main-image-quick .jcarousel-skin-tango .jcarousel-container .jcarousel-prev:hover {
  color: #89b9c5;
}
#productdetailsview .main-image-quick .jcarousel-skin-tango .jcarousel-container .jcarousel-next {
  float: right;
  position: absolute;
  top: 17px;
  cursor: pointer;
  width: 15px;
  right: -15px;
  font-size: 20px;
}
#productdetailsview .main-image-quick .jcarousel-skin-tango .jcarousel-container .jcarousel-next:hover {
  color: #89b9c5;
}
#productdetailsview .rating .ratingbox {
  margin-bottom: 0;
}
#productdetailsview .rating .rating-title {
  display: block;
  clear: both;
}
#productdetailsview .rating .vote {
  float: none;
  margin: 0;
}
.zt-product-content .quick_btn {
  position: unset;
  left: auto;
  top: auto;
  visibility: initial;
  opacity: 1;
}
.product_hover {
  position: absolute;
  text-align: right;
  top: 36%;
  width: 100%;
  right: 0;
}
.product_hover i {
  display: block;
  margin: 0;
  font-size: 14px;
  background: none;
  padding: 0;
  line-height: normal;
  width: auto;
  height: auto;
  border: none;
}
.product_hover .compare_cat a,
.product_hover .wishlist a {
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  background: #3c9ae2;
  cursor: pointer;
  display: inline-block !important;
  border: none;
  height: auto;
}
.product_hover .compare_cat a:hover,
.product_hover .wishlist a:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.product_hover .quick_btn {
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  background: #3c9ae2;
  cursor: pointer;
  display: inline-block;
  float: none;
  position: relative;
  opacity: 1;
  right: -50px;
}
.product_hover .quick_btn:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
.product_hover .compare_cat {
  transition-duration: 0.5s;
}
.product_hover .wishlist {
  transition-duration: 0.25s;
  text-align: right;
}
.product_hover .quick_btn {
  transition-duration: 0.75s;
}
.product_hover .wishlist,
.product_hover .compare_cat {
  float: none;
  display: block;
  opacity: 1;
  right: -50px;
  position: relative;
  clear: both;
  margin-bottom: 5px;
}
.product_hover a span {
  display: none;
}
.product_hover .quick_btn span {
  display: none;
}
.product_hover {
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
}
.spacer:hover .product_hover {
  opacity: 1;
  visibility: initial;
}
.spacer:hover .compare_cat {
  opacity: 1;
  right: 10px;
}
.spacer:hover .wishlist {
  opacity: 1;
  right: 10px;
}
.spacer:hover .quick_btn {
  opacity: 1;
  right: 10px;
}
.vm-product-media-container {
  transition: all 0.5s ease-in-out 0s;
  display: inline-flex;
}
.vm-product-media-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  left: 0;
}
.ajax-notice {
  width: 100px;
  padding: 10px;
  background: #3c9ae2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -60px;
  z-index: 99999999;
}
.ajax-notice p {
  text-align: center;
  margin: 0 !important;
}
.cart-ajax-head .cart-ajax-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.cart-ajax-head .cart-ajax-title {
  float: left;
  width: 75%;
}
.cart-ajax-head .cart-ajax-title h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px !important;
}
.cart-ajax-head .cart-ajax-title .cart-ajax-del {
  color: #ff0000;
}
.cart-ajax-head .cart-ajax-title .cart-ajax-del i {
  margin-right: 5px;
}
.add-cart-notice {
  margin: 20px 0 10px 0;
  background: #e5f1f8;
  border-radius: 3px;
  padding: 10px;
  color: #2684bd;
}
#zt_top_cart .zt-cart-inner {
  box-shadow: 0 0 3px 1px #e3e3e3;
}
#zt_top_cart .cart-row {
  position: relative;
}
#zt_top_cart .zt-cart-inner .cart-row.add-position {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/ajax-loader.gif) no-repeat scroll center center;
  z-index: 9991;
}
#zt_top_cart .zt-cart-inner .cart-row.add-position:before {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/ajax-loader.gif) no-repeat scroll center center #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#zt_top_cart .vm_cart_products p {
  margin: 0;
  text-align: center;
}
.tagspopularpopular-tag ul li {
  display: inline-block;
  float: left;
  margin: 3px 0;
  padding-right: 6px;
}
.tagspopularpopular-tag ul li a {
  background-color: #e1e4e7;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #666666;
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 4px 15px !important;
  text-transform: capitalize;
}
.tagspopularpopular-tag ul li a:hover {
  background-color: #258ad8;
  color: #ffffff;
}
.fulltext.blog-text {
  line-height: 25px;
  margin-top: 3px;
}
#zo2-top-wrap .zt-cart-inner {
  box-shadow: 0 0 3px 1px #e3e3e3;
}
.col-right .vmgroup .images {
  width: 80px;
  float: left;
  border: 1px solid #eaeaea;
  padding: 5px;
  margin-right: 10px;
}
.col-right .vmgroup .images img {
  max-width: 100%;
}
.col-right .vmgroup .content-position {
  float: left;
  text-align: left;
}
.col-right .vmgroup .content-position .rating {
  margin: 0;
}
.col-right .vmgroup .content-position .rating span {
  margin: 0;
  float: none;
  text-align: left;
}
.col-right .vmgroup div.spacer {
  padding: 10px 0 !important;
  border-bottom: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.col-right .vmgroup .addtocart-area {
  display: none;
}
.col-right .zt-cart-inner {
  display: block !important;
}
.col-right #butseldcomp,
.col-right #butseldwish {
  display: none;
}
.col-right .PricesalesPrice .PricesalesPrice {
  font-size: 15px !important;
}
.col-right #mod_compare .vmproduct {
  margin-top: 5px;
}
.productdetails-view .vm-product-media-container {
  display: block;
}
@media (min-width: 768px) {
  #zo2-mega-menu.canvas {
    display: none;
  }
}
#zo2-footer-wrap div.mod-languages ul.lang-inline li {
  display: inline-flex;
}
#zo2-zt-slide-wrap {
  position: relative;
  z-index: 0;
}
#zo2-zt-slide-wrap .tp-leftarrow.default,
#zo2-zt-slide-wrap .tp-rightarrow.default {
  min-height: auto;
  height: 40px;
  background-position: 0 -1px;
  width: 43px;
  min-height: initial;
}
#zo2-zt-slide-wrap .tp-leftarrow.default:hover,
#zo2-zt-slide-wrap .tp-rightarrow.default:hover {
  background-position: 0 -41px;
}
#zo2-content-top-wrap {
  position: relative;
  z-index: 1;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#zo2-body-wrap .container .container {
  width: auto;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.col-right {
  padding-bottom: 40px;
  padding-top: 40px;
}
.col-right .product-price.product-sale .PricesalesPrice {
  line-height: normal;
}
.col-right .content-position .product-price span {
  color: #ef0000;
  font-size: 15px;
}
.col-right .rating {
  display: block;
  clear: both;
}
.main-image img {
  margin: auto;
}
#zt_tabs li a,
.col-right #zt-module-tabs ul.zt-tabs li a {
  display: block !important;
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
}
#zo2-position-13 .custom,
#zo2-position-13 .mod-languages {
  display: inline-block;
}
#zo2-canvas-menu {
  position: absolute;
  top: 15px;
}
#zo2-component-wrap .container {
  width: auto;
}
.zo2-copyright {
  line-height: 50px;
}
#zo2-position-7 ul,
#zo2-position-8 ul {
  margin: 0;
}
#zo2-position-7 ul li,
#zo2-position-8 ul li {
  list-style: none;
}
#zo2-position-7 ul li a,
#zo2-position-8 ul li a {
  font-size: 100%;
  padding-left: 0;
}
#zo2-position-7 #login-form #form-login-remember input,
#zo2-position-8 #login-form #form-login-remember input {
  float: left;
}
#zo2-position-7 #login-form #form-login-remember label,
#zo2-position-8 #login-form #form-login-remember label {
  line-height: normal;
  padding-left: 10px;
}
#zo2-position-7 #login-form ul,
#zo2-position-8 #login-form ul {
  padding: 0;
}
ul,
ol {
  margin: 0 0 1.5em 12px;
  padding: 0 0 0 12px;
  list-style: inside;
}
#zo2-component .wishlist_box #product_list .img-wrapper .back {
  display: none;
}
#zo2-component .wishlist_box #product_list .img-wrapper .browseProductImage {
  max-height: inherit;
}
#zo2-component .wishlist_box #product_list .slide-hover .Price {
  display: none;
}
#zo2-component .wishlist_box #product_list .slide-hover .Title {
  margin: 10px 0;
}
#zo2-position-13 .mod-languages {
  margin: 0 20px;
}
.item-page.detail {
  padding: 0 15px;
}
.item-page.detail .icon {
  display: none;
}
.item-page.detail .article_content {
  margin-top: 20px;
  clear: both;
  display: block;
}
.pager.pagenav {
  padding-top: 20px !important;
  border-top: 1px solid #eaeaea !important;
  background: none;
}
.pager.pagenav li a {
  background: #f3f3f3;
  color: #000;
}
.pager.pagenav li a:hover {
  background: #2389d7;
  color: #fff;
}
#zo2-top-wrap .container {
  background: #fff;
}
#zo2-top-wrap {
  background: #fff;
}
#zo2-header-wrap {
  background: #fff;
  border-bottom: 1px solid #e6e5e5;
}
#zo2-position-14 .custom.icon {
  display: inline-block;
}
.zo2-copyright-logo {
  float: right;
}
#zo2-position-22 {
  margin-top: 13px;
}
.about-us #zo2-images-top-wrap .custom {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/image-top.jpg) repeat scroll center center / cover;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.about-us #zo2-images-top-wrap .custom:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/grid.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.about-us #zo2-images-top-wrap img {
  display: none;
}
#zo2-images-top-wrap {
  overflow: hidden;
  width: 100%;
}
#zo2-images-top-wrap .images h2 {
  color: #1c8adf;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  margin-top: 0;
  text-align: center;
  top: 152px;
}
#zo2-images-top-wrap img {
  display: none;
}
.custom.blog {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/blog.jpg) repeat scroll center center / cover;
  height: 400px;
  position: relative;
}
.custom.blog:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/grid.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.custom.shop {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/shop.jpg) no-repeat scroll center -3px / cover;
  top: -18px;
  height: 400px;
  position: relative;
}
.custom.shop:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/grid.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.custom.contact {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/contact-us.jpg) repeat scroll center center / cover;
  height: 400px;
  position: relative;
}
.custom.contact:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/grid.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.custom.pricing {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/img_pricingtalbe.jpg) repeat scroll center center / cover;
  height: 400px;
  position: relative;
}
.custom.pricing:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/grid.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.products #zo2-images-top-wrap {
  position: relative;
}
.products #zo2-images-top-wrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: none;
}
body.about-us {
  background: #f5f5f5;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.zo2-tabs ul {
  margin-left: 0;
}
a.btn-success {
  background: #1c8adf;
  color: #fff;
}
a.btn-success:hover {
  color: #fff;
}
body {
  background: #fff;
}
body #zo2-footer-wrap,
body #zo2-bottom-2-wrap {
  background: #1c1c1c;
}
body #zo2-footer-wrap {
  border-top: 1px solid #292929;
}
body #zo2-footer-wrap .container {
  border-top: none;
}
body #zo2-content-top-wrap {
  background: none repeat scroll 0 0 #3e8cca;
}
#zo2-top-menu-wrap-sticky-wrapper {
  background: #313131;
}
#zo2-top-menu-wrap-sticky-wrapper .container {
  position: relative;
}
#zo2-top-menu-wrap-sticky-wrapper nav.zo2-menu .navbar-nav {
  float: left;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu {
  margin: 0;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu nav {
  background: none;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu nav li.active a,
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu nav li:focus a,
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu nav li:hover a {
  padding: 11px 30px;
  background: #2d2d2d !important;
  color: #fff;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu nav li a {
  padding: 11px 30px;
  color: #fff;
  margin: 0;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu .dropdown-menu .mega-nav > li.active a:hover,
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu .dropdown-menu .mega-nav > li:focus a:hover,
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu .dropdown-menu .mega-nav > li:hover a:hover {
  color: #1c8adf;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu .dropdown-menu .mega-nav > li a {
  background: none !important;
  color: #000;
}
#zo2-top-menu-wrap-sticky-wrapper #zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding-top: 0;
}
#zo2-top-menu-wrap-sticky-wrapper.is-sticky #zo2-top-menu-wrap {
  width: 100%;
  background: #313131;
}
#zo2-top-menu-wrap-sticky-wrapper .button-canvas {
  padding-top: 0;
  color: #fff;
}
.zt-progress.progress-bar {
  height: 11px !important;
}
.zt-progress.progress-bar .progress-striped .progress {
  background-image: none;
}
@media (min-width: 480px) {
  #zo2-position-0.header-right #zt_top_cart,
  #zo2-position-0.header-right #mod_compare,
  #zo2-position-0.header-right #mod_wishlists {
    display: inline-block !important;
  }
}
.zo2-tabs.zo2-tab-vertical-left .tab-content,
.zo2-tabs.zo2-tab-vertical-right .tab-content {
  margin-top: 1px;
}
#zo2-body-wrap .container #zo2-component .zo2-tabs ul,
#zo2-body-wrap .container #zo2-component .zo2-tabs ol {
  border-left: 1px solid #ebeaea;
  border-right: 1px solid #ebeaea;
}
#zo2-body-wrap .container #zo2-component .zo2-tabs.zo2-tab-vertical-right ul,
#zo2-body-wrap .container #zo2-component .zo2-tabs.zo2-tab-vertical-left ul {
  border: none;
}
.zt-persons .zt-person-image {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.zt-persons .zt-person-details .zt-person-author {
  width: 100%;
  clear: both;
  text-align: center;
}
.zt-persons .zt-person-details .zt-person-author .person-name {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.zt-persons .zt-person-details .zt-person-social {
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 15px;
}
.zt-persons .zt-person-details .zt-person-social ul li {
  display: inline-block;
  float: none;
}
.zt-persons .zt-person-details .zt-person-content {
  text-align: center;
}
.boxed #zo2-position-0 .search-form .inputbox {
  height: 51px;
}
.boxed #zo2-position-0 .search-form .search-close {
  top: 0;
}
.wishlist .prod-row .browseImage .discount {
  display: none;
}
.appointment a.zt-button.type-icon-stroke {
  background: #fff;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.appointment a.zt-button.type-icon-stroke i {
  border: none;
}
.appointment a.zt-button.type-icon-stroke span.text {
  padding: 14px 20px 14px 51px;
}
.appointment a.zt-button.type-icon-stroke:hover span {
  color: #258ad8;
}
.appointment a.zt-button.type-icon-stroke:hover i {
  color: #258ad8;
}
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;
}
#eblog-wrapper .blog-meta > .in {
  background: none;
  padding: 0;
}
#eblog-wrapper #ezblog-head .component-links a.link-email span {
  background: none;
}
#eblog-wrapper #ezblog-head .component-links a.link-rss span {
  background: none;
}
#eblog-wrapper #ezblog-head .component-links {
  margin: 30px 0 0;
}
#eblog-wrapper #ezblog-head .component-links a span i {
  color: #2389d7;
  margin: 0 5px;
}
#eblog-wrapper #ezblog-label {
  display: none;
}
#eblog-wrapper .blog-content h3 {
  font-weight: 400;
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
}
#eblog-wrapper .blog-content h3 a:hover {
  color: #258ad8;
}
#eblog-wrapper .blog-content .blog-infor {
  display: inline-block;
  margin: 10px 0 5px;
}
#eblog-wrapper .blog-content .blog-infor span {
  float: none;
}
#eblog-wrapper .blog-content .blog-meta > .in {
  background: none;
  padding: 0;
}
#eblog-wrapper .blog-content .item-image img {
  width: 100%;
}
#eblog-wrapper .blog-content .blog-comments a {
  background: none;
  padding: 0;
}
#eblog-wrapper .blog-content span {
  float: none;
  padding: 0 5px 0 0px;
}
#eblog-wrapper .blog-content span i {
  margin: 0 5px;
}
#eblog-wrapper .blog-content span span {
  padding: 0;
}
#eblog-wrapper .blog-content span a {
  color: #2389d7;
}
#eblog-wrapper .blog-content .images {
  position: relative;
}
#eblog-wrapper .blog-content .images .item-image {
  float: none !important;
  border-bottom: 4px solid #2389d7;
}
#eblog-wrapper .blog-content .images .icon {
  margin: -27px auto 0;
  position: relative;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#eblog-wrapper .blog-content .images .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
#eblog-wrapper .blog-content .images .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
#eblog-wrapper .blog-content .images .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
#eblog-wrapper .blog-content .article_content {
  margin-top: 5px;
}
#eblog-wrapper .blog-content .easy-readmore {
  padding: 15px 0 15px;
}
#eblog-wrapper .blog-content .easy-readmore .blog-readmore {
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
#eblog-wrapper .blog-content .easy-readmore .blog-readmore:hover {
  background: none repeat scroll 0 0 #3796e0;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff;
}
#eblog-wrapper .blog-read .item-image {
  position: relative;
}
#eblog-wrapper .blog-read .item-image img {
  width: 100%;
  border-bottom: 4px solid #2389d7;
}
#eblog-wrapper .blog-read .item-image .item-image {
  float: none !important;
  border-bottom: 4px solid #2389d7;
}
#eblog-wrapper .blog-read .item-image .icon {
  margin: -27px auto 0;
  position: relative;
  z-index: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#eblog-wrapper .blog-read .item-image .icon:before {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #2389d7;
  position: absolute;
  text-align: center;
  z-index: -1;
  content: "";
  top: 0;
  left: -25px;
}
#eblog-wrapper .blog-read .item-image .icon:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left-color: #2389d7;
}
#eblog-wrapper .blog-read .item-image .icon i {
  font-size: 17px;
  padding: 14px;
  color: #fff;
}
#eblog-wrapper .blog-read .article_content {
  margin-top: 0px;
}
#eblog-wrapper .blog-read .blog-infor {
  margin-top: 10px;
}
#eblog-wrapper .blog-read .blog-infor span {
  font-weight: 400;
}
#eblog-wrapper .blog-read .blog-infor span a {
  font-weight: 400;
}
#eblog-wrapper .blog-read .blog-infor span.blog-created {
  margin: 0 10px;
}
#eblog-wrapper .blog-read .blog-text p {
  font-size: 13.5px;
}
#eblog-wrapper .blog-read ul.blog-navi {
  border: 1px solid #258ad8;
}
#eblog-wrapper .blog-read ul.blog-navi li a i {
  display: none;
}
#eblog-wrapper hr {
  height: 4px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  width: 90px;
  margin: 20px 0 25px;
}
#eblog-wrapper #eblog-wrapper #section-author {
  border: 1px solid #258ad8;
}
#eblog-wrapper #btnSubmit {
  background: #2389d7;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  padding: 10px 15px;
}
#eblog-wrapper #btnSubmit:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
}
#eblog-wrapper .blog-post {
  padding-top: 20px;
}
#eblog-wrapper .icon-social {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 50px;
}
#eblog-wrapper .icon-social i {
  font-size: 18px;
  color: #000;
  transition-duration: 0.5s;
}
#eblog-wrapper .icon-social i.fa-twitter:hover {
  color: #23d8e8;
}
#eblog-wrapper .icon-social i.fa-facebook:hover {
  color: #4d70a0;
}
#eblog-wrapper .icon-social i.fa-dribbble:hover {
  color: #23d8e8;
}
#eblog-wrapper .icon-social i.fa-pinterest:hover {
  color: #aa0501;
}
#eblog-wrapper .icon-social i.fa-google-plus:hover {
  color: #9d0502;
}
#eblog-wrapper .icon-social i.fa-youtube-play:hover {
  color: #af100a;
}
#eblog-wrapper .icon-social i.fa-linkedin:hover {
  color: #0077b5;
}
#eblog-wrapper .icon-social p {
  margin: 0 40px 0 0;
  float: left;
  text-transform: uppercase;
}
#eblog-wrapper .icon-social ul li {
  float: left;
  list-style: none;
  margin: 0 7px;
}
#eblog-wrapper .icon-social ul li i {
  font-size: 20px;
}
#eblog-wrapper #ezblog-label {
  height: auto;
}
#eblog-wrapper .blog-footer .blog-comments i {
  display: none;
}
#ezblog-body .blog-meta > .in {
  background: none;
  padding: 0;
}
.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 #258ad8;
  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;
  border: 1px solid #eaeaea;
  top: -1px;
  color: #6a6a6a;
  font-size: 108%;
  min-height: 155px;
  font-weight: 300;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  padding: 10px 8px 10px 30px;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #3c9ae2;
  background: #3c9ae2;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover {
  box-shadow: 0 0 0 26px 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 {
  height: 70px;
  margin-right: 8px;
  cursor: pointer;
  width: 70px;
}
.product-bottom {
  margin-top: 30px;
}
.product-bottom .price {
  float: left;
  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: 18px;
  color: #ef0000;
  line-height: 40px;
}
.product-grid-item .spacer .product-bottom .product-price.product-sale span {
  line-height: normal;
}
.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 .main-image {
  min-height: 240px;
}
.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: 5px;
}
.vm-product-container .vm-product-media-container {
  width: 45%;
}
.total_products,
.product_row {
  text-align: left;
}
.total_products,
.vm_cart_products {
  padding: 5px 0;
}
.total {
  padding: 5px 0;
}
.show_cart a {
  color: #258ad8;
}
.show_cart a:hover {
  color: #000;
}
#cart {
  padding: 0px 0;
  text-align: center;
  position: relative;
  line-height: 32px;
}
#cart i {
  color: #fff;
  font-size: 15px;
  padding: 0 11px 0 11px;
  cursor: pointer;
  position: relative;
  background: #1c8adf;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  top: -1px;
}
#cart i:hover {
  color: #fff;
}
.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;
}
#fancybox-content h4 {
  color: #258ad8;
  font-size: 16px;
}
.floatright,
span.floatright {
  float: right;
  padding: 0 30px;
}
.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 {
  background-color: #2389d7;
  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: 30px;
  position: relative;
  width: 100%;
}
.browse-view .row .product .spacer h2 {
  font-size: 20px !important;
  font-weight: 400;
  margin-top: 15px;
  padding: 10px 0 20px !important;
  text-align: center;
}
.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;
}
.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;
}
.product-neighbours .fa-angle-left:before {
  position: absolute;
  left: 15px;
}
.product-neighbours a.next-page {
  background: none;
  position: relative;
}
.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: #2389d7;
  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: #2389d7;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border: 1px solid #2389d7;
  padding: 7px 10px;
}
button.default:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #2389d7;
  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: #2389d7;
  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: #2389d7;
  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: #2389d7;
  color: #fff;
}
.cart-view span.details-button input.details-button {
  background: #2389d7;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  border: 1px solid #2389d7;
}
.cart-view span.details-button input.details-button:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.2) inset;
  background: #2389d7;
  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: #258ad8;
  border: 1px solid #258ad8;
  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: #2389d7;
}
@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: 4px;
  margin: 0;
}
div.spacer {
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 10px !important;
  padding-bottom: 30px !important;
  overflow: hidden;
}
.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: 1;
}
.rtl .horizontal-separator {
  margin: 30px 0;
}
.rtl .orderlistcontainer .activeOrder {
  float: left;
}
.rtl .vm-product-details-container {
  float: left;
  width: 45%;
}
.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(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/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(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/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(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/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: #2389d7;
  border: 1px solid #2389d7;
  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: #2389d7;
  color: #fff;
}
.PricesalesPrice {
  line-height: 35px;
}
.PricesalesPrice .PricesalesPrice {
  font-size: 18px !important;
  color: #ef0000 !important;
}
.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;
}
.productdetails .addtocart-button .addtocart-button {
  margin: -5px 10px 0;
}
#fancybox-content {
  padding: 20px;
  background: #fff;
  height: auto !important;
}
#fancybox-content img {
  border: 1px solid #cccccc;
  float: left;
  height: 100px;
  margin-right: 15px;
  padding: 10px;
  width: 90px;
}
#fancybox-content .showcart,
#fancybox-content .continue,
#fancybox-content #compare_go,
#fancybox-content #wishlists_go {
  padding: 10px 15px;
  background: #2389d7;
  color: #fff;
  display: inline-block;
  transition-duration: 0.5s;
  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;
  background: #2389d7;
  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;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  margin-right: 15px;
  height: 100px;
}
#fancybox-content .add-cart-notice {
  display: block;
  clear: both;
}
#fancybox-wrap {
  width: auto !important;
}
#fancybox-wrap #fancybox-content h4 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.productdetails  #fancybox-img {
  width: 300px;
  height: 300px;
}
.orderlistcontainer {
  position: relative;
}
.orderlistcontainer div.orderlist {
  right: 10px;
  top: 25px;
}
.virtuemart_search br {
  display: none;
}
.addtocart-area .addtocart-bar .addtocart-button input.addtocart-button {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/cart.png) no-repeat scroll 9px 15px #3c9ae2;
}
#productdetailsview.productdetails-view.quick .rating {
  text-align: left;
}
#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 .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;
  margin-right: 5px;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del:hover {
  color: #258ad8;
}
#zt_top_cart .zt-cart-inner .vm_cart_products .cart-row .cart-product-detail .cart-ajax-del:hover i {
  background: #258ad8;
}
#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 #3c9ae2;
  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: 0 15px;
}
.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: 7px 0 0 1px;
}
.productdetails-view.productdetails .addtocart-button .addtocart-button {
  margin: -5px 20px 0;
}
.ratingbox {
  background: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/images/bkg_rating.gif) repeat-x scroll 0 11px;
  width: 70px;
}
.ratingbox .stars-orange {
  background: url(../images/bkg_rating.gif) repeat-x scroll 0 bottom !important;
}
.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: #258ad8;
  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;
}
.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;
}
#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-inner {
  background: none repeat scroll 0 0 #ffffff;
  padding: 15px;
  position: absolute;
  z-index: 9999;
  right: 0;
  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;
}
#mod_wishlists:hover {
  background: #454545;
}
#mod_wishlists:hover a i {
  color: #fff;
}
#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-inner {
  background: none repeat scroll 0 0 #ffffff;
  padding: 15px 0;
  position: absolute;
  right: 0;
  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-inner {
  padding-left: 15px;
  padding-right: 15px;
}
#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 .wishlist-product-detail {
  float: left;
  padding-left: 15px;
}
#mod_wishlists .zt-cart-inner,
#mod_wishlists .extra-wrap {
  float: left;
  padding-left: 15px;
}
#mod_wishlists .zt-cart-inner .name,
#mod_wishlists .extra-wrap .name {
  width: 140px;
  text-align: left;
}
#mod_wishlists .zt-cart-inner .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-inner .remwishlists,
#mod_wishlists .extra-wrap .remwishlists {
  text-align: left;
  clear: both;
  display: block;
}
#mod_wishlists .zt-cart-inner .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-inner .remwishlists a i,
#mod_wishlists .extra-wrap .remwishlists a 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;
  margin-left: 0;
  margin-right: 5px;
}
#mod_wishlists .zt-cart-inner .remwishlists a:hover,
#mod_wishlists .extra-wrap .remwishlists a:hover {
  color: #258ad8;
}
#mod_wishlists .zt-cart-inner .remwishlists a:hover i,
#mod_wishlists .extra-wrap .remwishlists a:hover i {
  background: #258ad8;
}
#mod_wishlists .zt-cart-inner .remwishlists a:hover i:before,
#mod_wishlists .extra-wrap .remwishlists a:hover i:before {
  animation: none;
}
#mod_compare .zt-cart-inner {
  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 .compare-product-detail {
  float: left;
  padding-left: 15px;
}
#mod_compare .extra-wrap,
#mod_compare .zt-cart-inner {
  float: left;
  padding-left: 15px;
}
#mod_compare .extra-wrap .name,
#mod_compare .zt-cart-inner .name {
  width: 140px;
  text-align: left;
}
#mod_compare .extra-wrap .name a,
#mod_compare .zt-cart-inner .name a {
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  clear: both;
  margin: 10px 0;
}
#mod_compare .extra-wrap .remcompare,
#mod_compare .zt-cart-inner .remcompare {
  text-align: left;
  clear: both;
  display: block;
  text-transform: capitalize;
}
#mod_compare .extra-wrap .remcompare a,
#mod_compare .zt-cart-inner .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-inner .remcompare a 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;
  margin-left: 0;
  margin-right: 5px;
}
#mod_compare .extra-wrap .remcompare a:hover,
#mod_compare .zt-cart-inner .remcompare a:hover {
  color: #258ad8;
}
#mod_compare .extra-wrap .remcompare a:hover i,
#mod_compare .zt-cart-inner .remcompare a:hover i {
  background: #258ad8;
}
#mod_compare .extra-wrap .remcompare a:hover i:before,
#mod_compare .zt-cart-inner .remcompare a:hover i:before {
  animation: none;
}
#zo2-body-wrap .container {
  background: #fff;
}
#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;
}
.remcompare a {
  cursor: pointer;
  display: block;
  margin-top: 8px;
}
.remcompare a i {
  margin: 0 5px;
}
.vm-product-media-container a {
  width: 100%;
}
.vm-product-media-container .browseProductImage {
  max-height: none;
  max-width: none;
}
div.product {
  border: none;
}
.horizontal-separator {
  height: 0;
  display: inline-flex;
}
.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 #3c9ae2;
  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;
}
.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: 4px;
  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;
}
.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: #2389d7;
  color: #fff;
}
.output-billto span.values,
.output-shipto span.values {
  line-height: 30px;
}
.orderlistcontainer {
  display: none;
}
#fancybox-close {
  background: none;
  right: -5px;
}
#fancybox-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
}
#zo2-body-wrap .container #component .chzn-drop ul.chzn-results {
  padding: 0;
}
#zo2-latest-products-wrap .comare_rating {
  display: none;
}
.label-product.label-sale {
  background: none repeat scroll 0 0 #ed2f1b;
  color: #ffffff;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  transform: rotate(90deg);
  position: absolute;
  width: 40px;
  top: 0;
  left: 5px;
}
.label-product.label-sale:before {
  border-color: rgba(0,0,0,0) #ed2f1b;
  border-style: solid;
  border-width: 0 0 19px 14px;
  top: 0;
  content: "";
  right: -14px;
  position: absolute;
}
.label-product.label-sale:after {
  border-color: rgba(0,0,0,0) #ed2f1b;
  border-style: solid;
  border-width: 19px 0 0 14px;
  top: 15px;
  content: "";
  right: -14px;
  position: absolute;
}
.label-product.label-new {
  background: none repeat scroll 0 0 #5fc722;
  color: #ffffff;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  transform: rotate(90deg);
  position: absolute;
  width: 40px;
  top: 0;
  right: 5px;
}
.label-product.label-new:before {
  border-color: rgba(0,0,0,0) #5fc722;
  border-style: solid;
  border-width: 0 0 19px 14px;
  top: 0;
  content: "";
  right: -14px;
  position: absolute;
}
.label-product.label-new:after {
  border-color: rgba(0,0,0,0) #5fc722;
  border-style: solid;
  border-width: 19px 0 0 14px;
  top: 15px;
  content: "";
  right: -14px;
  position: absolute;
}
.product-grid-item .vm-cart-price,
.product-grid-item .PricesalesPrice,
.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 {
  display: block;
}
.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;
  margin-right: 0;
}
#zo2-position-0 .zt-cart-inner {
  box-shadow: 0 0 3px 1px #e3e3e3;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/css/fonts/ElegantIcons.eot);
  src: url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/css/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/css/fonts/ElegantIcons.woff) format('woff'), url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/css/fonts/ElegantIcons.ttf) format('truetype'), url(..//home/emosteo/public_html/templates/zo2_cena/assets/zo2/css/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Here you can include your additional CSS Styles */
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
