@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900,100);
.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-menu {
  border-radius: 0;
  border: none;
  margin-bottom: 0px;
}
.zo2-megamenu .navbar-nav li {
  border-bottom: 1px solid #eee;
}
.zo2-megamenu .navbar-nav li a,
.zo2-megamenu .navbar-nav li span {
  padding: 15px 0;
  display: block;
}
.zo2-megamenu .navbar-nav li .menu-child {
  min-width: 200px;
}
.zo2-megamenu .navbar-nav ul > li:last-child {
  border-bottom: none;
}
.zo2-megamenu .navbar-nav .mega.mega-align-justify {
  position: static;
}
.zo2-megamenu .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  width: 100%;
}
.caret {
  width: 15px;
  height: 15px;
  text-align: center;
  float: right;
  border: none;
  margin-left: 10px;
  margin-top: 3px;
  padding: 0;
  line-height: 1;
}
.caret:before {
  content: "\f107";
  font-family: 'fontawesome';
}
.nm-menu-icon {
  position: relative;
  width: 21px;
  height: 16px;
}
.nm-menu-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  background: #282828;
}
.nm-menu-icon span.line-2 {
  top: 7px;
}
.nm-menu-icon span.line-3 {
  bottom: 1px;
}
.mobile-menu-open .nm-menu-icon span.line-1 {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-open .nm-menu-icon span.line-2 {
  background: none;
}
.mobile-menu-open .nm-menu-icon span.line-3 {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@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 {
    -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 .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
  .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;
    position: absolute;
  }
  .mn-menu {
    position: static;
  }
  .nm-menu-offscreen {
    display: none;
  }
  .zo2-megamenu .navbar-nav li.mega-group > a,
  .zo2-megamenu .navbar-nav li.mega-group > span {
    font-size: 120%;
    font-weight: bold;
  }
  .zo2-megamenu .navbar-nav li.mega-group .caret {
    display: none;
  }
  .zo2-megamenu .navbar-nav li .dropdown-menu {
    padding: 15px 30px;
  }
  .zo2-megamenu .navbar-nav > li {
    border-bottom: none;
  }
  .zo2-megamenu .navbar-nav > li > a,
  .zo2-megamenu .navbar-nav > li > span {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .zo2-menu {
    position: fixed;
    top: 60px;
    width: 100%;
    overflow: auto;
    min-height: 0;
  }
  #mn-menu-canvas .menu-child {
    display: none;
    width: 100% !important;
  }
  #mn-menu-canvas .open > .menu-child {
    display: block;
  }
  .nm-mobile-menu-content {
    padding: 0;
  }
  #zo2-header-wrap>.container>.row {
    position: relative;
  }
  .nm-menu-offscreen {
    display: block;
    position: absolute;
    top: 40%;
  }
  .zo2-megamenu .navbar-nav {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .zo2-megamenu .navbar-nav li {
    overflow: hidden;
  }
  .zo2-megamenu .navbar-nav li.open .mega-col-nav:nth-child(1) .mega-nav,
  .zo2-megamenu .navbar-nav li.open > ul {
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .navbar-nav li >.menu-child ul {
    padding: 0 0 0 15px;
  }
  .zo2-megamenu .navbar-nav li >.menu-child ul li a {
    padding: 15px 0;
  }
  .zo2-megamenu .navbar-nav li >.menu-child .mega-dropdown-inner {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  .zo2-megamenu .navbar-nav li >.menu-child .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .navbar-nav li .menu-child ul {
    padding-left: 25px !important;
  }
  .zo2-megamenu .navbar-nav li .menu-child ul li a,
  .zo2-megamenu .navbar-nav li .menu-child ul li span {
    padding-left: 0;
  }
  .zo2-megamenu .navbar-nav .mega-col-nav ul > .mega-group {
    border-bottom: 1px solid #eee;
  }
  .zo2-megamenu .navbar-nav .mega-col-nav.col-sm-3:nth-child(4) ul > .mega-group,
  .zo2-megamenu .navbar-nav .mega-col-nav.col-sm-4:nth-child(3) ul > .mega-group,
  .zo2-megamenu .navbar-nav .mega-col-nav.col-sm-6:nth-child(2) ul > .mega-group {
    border-bottom: none;
  }
  .zo2-megamenu .dropdown-menu {
    position: relative;
    box-shadow: none;
  }
  .rlt .zo2-menu {
    text-align: right;
  }
}
header#standard-logo {
  display: block;
}
header#retina-logo {
  display: none;
}
header#sticky-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;
}
.sticky-wrapper {
  height: auto !important;
}



.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%;
}
.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;
}
.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;
}
.tags {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  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: 30px;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Serif;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.readmore {
  background-color: #32ae8b;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #7fbe54;
  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;
}
.items-leading >div {
  margin-bottom: 20px;
}
.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: #7FBE54;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: #7FBE54;
}
.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 {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info span {
  font-weight: bold;
}
.blog .article-info {
  margin: 0;
  width: 90%;
}
.blog .icons .btn {
  padding: 0;
}
.icon-edit,
.icon-print,
.icon-envelope {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon-edit:before {
  content: "\f044";
}
.icon-print:before {
  content: "\f02f";
}
.icon-envelope:before {
  content: "\f0e0";
}
.blog .icon-calendar,
.blog .icon-eye-open {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.blog .icon-calendar:before {
  content: "\f073";
}
.blog .icon-eye-open:before {
  content: "\f06e";
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
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: #898989;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li >span {
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li.active >span {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.zo2-pagination ul >li.active >span:hover,
.zo2-pagination ul >li.active >span:active,
.zo2-pagination ul >li.active >span:focus {
  background: #7fbe54;
  border: 1px solid #7fbe54;
  color: #fff;
}
.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 #7fbe54;
  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.active >a {
  background: #00d080;
  color: #fff;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #fff !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: #32ae8b;
}
#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: #32ae8b;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.controls .btn-primary:hover {
  background: #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
div ul li a {
  color: #32ae8b;
}
div ul li a:hover {
  color: #000;
}
.blog .page-header {
  padding: 0;
}
.blog div[class*="items"] .item,
.blog .items-leading > div,
.blog div > div.item {
  margin: 0 0 30px;
}
.blog .img_caption:hover ~ .article_content {
  top: 0;
}
.blog .article_content {
  clear: both;
  margin: 0 12px;
  border-radius: 0 0 4px 4px;
  position: relative;
  top: -15px;
  border-top: 3px solid #32ae8b;
  background: #fff;
  padding: 30px;
  z-index: 1;
  border-bottom: 1px solid #DADADA;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog .article_content .article_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #32ae8b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.blog .article_content h2 {
  font-size: 200%;
  text-align: center;
  margin: 10px 0 20px;
}
.blog .article_content h2 a {
  color: #32ae8b;
}
.blog .article_content h2 a:hover {
  color: #000 !important;
}
.blog .article_content i {
  position: relative;
  top: 0;
  right: 0;
}
.blog .article_content .introtext {
  color: #525252;
  font-weight: 300;
  font-size: 133%;
  text-align: justify;
  line-height: 175%;
}
.blog .article_content .article_bottom {
  padding: 25px 0 0;
  border-top: 1px solid #d2d1d0;
  overflow: hidden;
}
.blog .article_content .article_bottom .article-info {
  float: left;
  width: 70%;
}
.blog .article_content .article_bottom .article-info .createdby:before {
  content: "\f007";
  font-family: FontAwesome;
}
.blog .article_content .article_bottom .itemReadmore {
  float: right;
  height: 32px;
  line-height: 32px;
  background: #32ae8b;
  color: #fff;
  font-size: 108%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 1s ease 0s;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
.item-page .article_content {
  clear: both;
  position: relative;
  border-top: 3px solid #32ae8b;
  background: #fff;
  padding: 30px;
  margin-top: 15px;
  border-bottom: 1px solid #DADADA;
  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 {
  position: absolute;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  margin-left: -26px;
  top: -25px;
  font-size: 200%;
  color: #fff;
  background: #32ae8b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.item-page .article_content h1.singleItemTitle {
  text-align: center;
  margin: 20px 0;
  font-size: 260%;
  color: #32ae8b;
}
.item-page .itemImage {
  text-align: center;
}
.item-page .article-info-inner div {
  float: left;
  margin-right: 15px;
}
.rtl .blog .article_content .article_bottom .article-info {
  float: right;
}
.rtl .blog .article_content .article_bottom .itemReadmore {
  float: left;
}
.tag {
  color: inherit;
}
a.label-info {
  display: inline-block;
  font-size: 110%;
  margin-top: 10px;
  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 .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  min-width: 200px;
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 120%;
  margin: 10px 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: #FFFFFF;
  display: block;
  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: "";
  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 .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;
  border-bottom: 1px solid #ededed;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  content: counter(li,square);
  position: absolute;
  left: 0;
  text-align: center;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  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;
  display: none;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 550ms;
    -moz-transition: all 550ms;
    -o-transition: all 550ms;
    transition: all 550ms;
    -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: block !important;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .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;
  }
}
li .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;
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .nav-parent {
    position: relative;
  }
  .nav-parent > .nav-oc-toggle {
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 18px;
    height: 8px;
  }
}
.parent-cate .group-title {
  font-size: 120% !important;
  text-transform: capitalize;
}
.zo2-megamenu .dropdown-menu .mega-nav > li a:before {
  content: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner {
  background-color: #fff;
}
.zo2-megamenu .mega .mega-col-nav {
  padding: 0;
}
.zo2-megamenu .mega-align-justify .mega-col-nav {
  padding: 0 15px;
}
.zo2-megamenu .mega-align-justify li a {
  padding: 10px 0;
  line-height: 20px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .row {
  background: #fff;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  padding: 0;
}
nav.zo2-menu {
  margin: 0 !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  transition-duration: 0.5s;
}
.zo2-megamenu .mega > .mega-group-content .mega-dropdown-inner {
  border-top: none;
  background: #282828;
}
.zo2-megamenu .mega > .mega-group-content .mega-dropdown-inner {
  padding: 0 !important;
}
#zo2-header-wrap .search {
  line-height: 46px;
}
.top-search h3.moduletitle {
  display: none;
}
#zo2-header-wrap {
  padding: 0px 0 !important;
}
.top-home .custom {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
}
.top-home .custom h2 {
  color: #3E3E3E;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Raleway;
  margin-top: 20px;
  font-weight: 400;
}
.top-home .custom > p {
  font-family: Raleway !important;
  font-size: 114%;
}
.addvanced h2 span,
.saving-money h2 span,
.icloud-services h2 span {
  color: #32ae8b;
  font-family: Raleway;
  font-weight: 400;
}
.addvanced h2,
.saving-money h2,
.icloud-services h2 {
  margin: 0;
  font-family: Raleway;
  color: #3E3E3E;
  font-weight: 400;
  text-transform: capitalize;
}
.addvanced {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  box-shadow: 0 0 3px #DADADA;
}
.saving-money {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  box-shadow: 0 0 3px #DADADA;
}
.addvanced .text,
.saving-money .text,
.icloud-services .text {
  padding: 30px 0 30px 90px;
}
.addvanced .icon i,
.saving-money .icon i,
.icloud-services .icon i {
  font-size: 500%;
  padding: 25px 10px 0;
}
.icloud-services {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  box-shadow: 0 0 3px #DADADA;
}
.zo2-megamenu.animate.slide .mega.hovering > .mega-dropdown-menu {
  overflow: visible;
}
.explore-joomla .mega-dropdown-inner {
  padding: 0 !important;
}
.explore-joomla .mega-dropdown-inner {
  padding: 0 !important;
}
.group-title {
  font-size: 120%;
}
.zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
  border-top: 3px solid #fff;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  color: #666;
  text-transform: capitalize;
  font-family: Raleway;
  font-size: 160%;
  border-bottom: 1px solid #929292;
  font-weight: 400;
}
body nav.zo2-menu .navbar-header .navbar-toggle {
  margin-bottom: 6px;
}
.rtl .nav > li > a {
  padding-right: 3px;
  transition-duration: 0.5s;
  padding-left: 0;
}
.rtl .zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  right: 110% !important;
}
.zo2-menu {
  padding: 6px 0;
}
.zo2-menu .navbar-collapse {
  border: none;
  padding: 0;
}
.zo2-menu .navbar-nav li a {
  color: #333;
  font-family: Raleway;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  line-height: 20px;
}
.zo2-menu .navbar-nav > li > a {
  padding: 9px 20px;
  text-transform: uppercase;
  color: #fff;
  border-top: none;
  border-radius: 3px;
}
ul.navbar-nav > li .mega-dropdown-menu li:first-child > a {
  border-top: 0 none;
}
ul.navbar-nav > li > .mega-dropdown-menu .mega-dropdown-menu {
  top: -2px;
}
.zo2-megamenu .mega-inner {
  padding: 0;
}
.read-more {
  float: right;
  margin-right: 18px;
}
.zo2-megamenu .parent-blog .mega-dropdown-menu {
  min-width: 180px !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;
  z-index: 21;
}
.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;
  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%;
  z-index: 20;
}
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: fixed;
  left: -350px;
  top: 0;
  z-index: 1000;
  width: 350px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.offcanvas .sidebar-nav {
  margin-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 {
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.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";
}
.nm-menu-icon {
  margin-top: 17px;
}
.nm-menu-icon span {
  background-color: #C6c6c6;
}
.rtl .offcanvas {
  right: 0;
  left: inherit;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.rtl .offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.rtl .zo2-wrapper.offcanvas-push {
  -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;
}
.nm-page-overlay {
  z-index: 1;
}
h3.moduletitle {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
  padding-bottom: 25px;
  color: #1F1F1F;
}
#zo2-bottom1 h3.moduletitle,
#zo2-bottom-2-wrap h3.moduletitle {
  background: url(../templates/zo2_charity/assets/zo2/images/module-title-line-dark.jpg) no-repeat left bottom;
  color: #fff;
  font-size: 22px;
}
.no-line h3.moduletitle {
  background: none;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.categories-module li {
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 10px 5px;
  display: block;
  line-height: 40px;
}
ul.categories-module li i {
  float: left;
  padding-right: 10px;
}
ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
  margin: 0;
  text-transform: none;
}
ul.categories-module li a {
  color: #4f4f4f;
  display: block;
  font-size: 13px;
}
ul.categories-module li:hover,
ul.categories-module li.active {
  color: #7fbe54;
}
ul.categories-module li:hover a,
ul.categories-module li.active a {
  color: #7fbe54;
}
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;
}
.tagspopular ul li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
.tagspopular ul li a {
  display: block;
  padding: 4px 15px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #666;
  font-size: 11px;
}
.tagspopular ul li a:hover {
  background-color: #333333;
  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;
}
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;
}
@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;
  }
}
body {
  line-height: 20px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #4e4d4d;
  overflow-x: hidden;
  background: #f3f3f3;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.wrapper {
  background-color: #f3f3f3;
}
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: #32ae8b;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
  padding: 0;
  background: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
  background: none;
  text-decoration: none;
}
p {
  margin: 12px 0;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
body.boxed .zo2-wrapper {
  margin: 0 auto;
  background-color: #f3f3f3;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 0;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header-wrap {
  width: auto;
}
#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 {
  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;
}
.mobile-menu,
.zo2-menu {
  position: static;
}
.menu-child .row {
  margin: 0;
}
.zo2-menu {
  background: none;
  border: none;
  margin: 13px 0;
  min-height: inherit;
}
.zo2-menu .navbar-nav > .open > a {
  background: none;
  color: #32ae8b;
}
.zo2-menu .navbar-nav > .open > a:hover,
.zo2-menu .navbar-nav > .open > a:focus {
  color: #32ae8b;
}
.zo2-menu .navbar-nav .active > a {
  background: none;
  color: #32ae8b;
}
.zo2-menu .navbar-nav .active > a:hover,
.zo2-menu .navbar-nav .active > a:focus {
  color: #32ae8b;
}
.carousel-inner {
  z-index: 0;
}
.carousel-inner .slide-button {
  background: none repeat scroll 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: #32ae8b;
}
#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 #32ae8b;
}
#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: #32ae8b;
  border: 5px solid transparent;
  color: #fff !important;
}
#zo2-features .top-features:hover .zo2-circle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
}
.is-sticky {
  position: relative;
  z-index: 1;
}
.is-sticky #zo2-header-wrap {
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  max-width: none;
  width: 100%;
}
#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;
}
#zo2-bottom-2-wrap {
  color: #ffffff;
  padding: 0px 0;
}
#zo2-bottom-2-wrap a {
  color: #fff;
}
#zo2-bottom-2-wrap p {
  color: #f3f3f3;
  font-size: 13px;
}
#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;
}
.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;
}
.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;
}
.highslide-gallery ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.highslide-gallery ul li {
  background: none repeat scroll 0 center;
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 0;
}
.highslide-gallery ul li img {
  float: left;
  margin: 0;
}
#gototop {
  background-color: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: 45px;
  height: 50px;
  padding: 12px 14px;
  position: fixed;
  right: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 50px;
  z-index: 100;
}
#gototop:hover {
  background-color: #000000;
  color: #000;
}
#gototop i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.box-color {
  background: #32ae8b;
  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: #32ae8b;
  -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: 7px 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;
}
.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;
}
.module-title {
  border-bottom: 1px solid #333333;
  color: #C7C7C7;
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.module-ct .custom p {
  color: #666;
  letter-spacing: 1px;
  line-height: 20px;
}
.module-ct .custom img {
  margin-top: 10px;
  width: 100%;
}
.zo2-menu .navbar-nav .read-more a:hover {
  color: #32ae8b !important;
}
.read-more a {
  color: #C7C7C7;
}
#main .container,
#main-bottom .container {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 20px;
}
.listworks li {
  list-style: none;
  padding-bottom: 1px;
}
#zo2-header-wrap .home i {
  font-size: 125%;
  position: relative;
  left: -8px;
}
.modulecontent h3.title {
  font-size: 130%;
  font-family: Raleway;
  letter-spacing: 0.3px;
  margin: 20px 0 10px;
  color: #3E3E3E;
  font-weight: 400;
  text-transform: capitalize;
}
.latestnews h4 a {
  color: #32ae8b;
}
.latestnews h4 a:hover {
  color: #000 !important;
}
.col-right .latestnews h4 {
  font-size: 130%;
  font-family: Raleway;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.latestnews p {
  margin-bottom: 0px;
  margin-top: 3px;
}
.input-text #email-address {
  color: #fff;
  margin: 0;
  min-height: 20px !important;
  border: 1px solid #fff;
  height: 35px;
  border-radius: 3px;
  float: left;
  margin-right: 2px;
  width: 67%;
}
.header-right p {
  padding-left: 10px;
  color: #ccc;
  display: inline;
}
.header-right {
  text-align: right;
}
.header-right ul {
  list-style: none;
}
.header-right ul li {
  display: inline-block;
}
.header-border-dashed .header-inner,
.header-border-dashed .border-right {
  border-style: dashed;
}
.header-border-none .header-inner,
.header-border-none .border-right,
.header-border-none.site-header {
  border: none;
}
.header-border-none.site-header {
  background-color: #fff;
}
.header-action {
  margin-left: 15px;
  line-height: 100px;
  float: right;
}
.header-action a {
  padding: 22px 30px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #32ae8b;
  color: #fff;
}
.header-action a:hover {
  background-color: #156d53;
}
.header-static {
  float: right;
}
.header-static ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
.header-static ul li {
  float: left;
  margin-left: 70px;
  position: relative;
  padding: 28px 0;
  display: inline-block;
}
.header-static ul li h4 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.header-static ul li p {
  margin: 0;
  line-height: 2em;
  font-weight: normal;
  font-size: 14px;
}
.header-static ul li i {
  color: #32ae8b;
  position: absolute;
  top: 50%;
  left: -30px;
  font-size: 40px;
  font-weight: normal;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.navbar-collapse .current.active {
  color: #32ae8b !important;
}
#zo2-zt-slide-wrap > .container {
  padding: 0;
  background: #fff;
}
#zo2-zt-slide-wrap > .container p {
  display: none;
}
.input-text {
  position: relative;
}
.input-text i.fa-envelope-o {
  font-size: 130%;
  left: 7px;
  position: absolute;
  top: 7px;
}
.zt-button {
  background: none repeat scroll 0 0 #32ae8b;
  border: medium none;
  border-radius: 3px;
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
  height: 35px;
  transition-duration: 1s;
  margin-left: 8px;
  padding-bottom: 1px;
  padding: 0 13px;
  border-left: 1px solid #4E4E4E;
}
.zt-button i {
  font-size: 150%;
}
.zt-button:hover {
  color: #fff !important;
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.icon {
  float: left;
  display: block;
}
.link-text {
  font-family: Raleway;
  font-weight: 400;
  padding-left: 5px;
}
.icon i {
  font-size: 40px;
  color: #3E3E3E;
}
p.social a {
  border-radius: 3px;
  color: #8D8D8D;
  display: inline-block;
  height: 37px;
  margin: 0 5px 10px;
  transition: all 200ms ease 0s;
  width: 37px;
  background: #2A2A2A;
  transition-duration: 1s;
}
p.social {
  margin-top: 25px;
}
p.social a:hover {
  background: #d7d7d7;
  color: #000 !important;
}
#zo2-footer-wrap {
  background: #1d1d1d;
  padding: 25px 0;
}
#zo2-footer-wrap .zo2-copyright {
  color: #fff;
  line-height: 50px;
  text-align: left;
}
#zo2-footer-wrap .zo2-copyright a {
  color: #32ae8b;
}
#zo2-footer-wrap .menu {
  margin-top: 5px;
  text-align: right;
}
#zo2-footer-wrap .menu > li > a {
  color: #32ae8b;
  display: block;
  font-size: 120%;
  padding: 10px 15px;
  background-color: transparent;
}
.nav.menu {
  text-align: right;
  margin-top: 10px;
}
p {
  font-family: Raleway;
  font-size: 100%;
}
.zo2-menu .navbar-nav p.read-more a {
  color: #fff !important;
  text-transform: capitalize;
  background: none !important;
}
.page-title,
.page-header h1 {
  font-size: 300%;
  padding-bottom: 8px;
  font-family: Raleway;
  margin-top: 0px;
  border-bottom: 1px solid #E2E3E5;
  margin-bottom: 0;
}
h1 {
  font-family: Raleway;
  font-size: 260%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 20px;
}
h2 {
  font-family: Raleway;
  font-size: 220%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 10px;
}
#ezblog-body .blog-title {
  color: #000;
  font-weight: normal;
}
h3 {
  font-family: Raleway;
  font-size: 180%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 20px;
}
h4 {
  font-family: Raleway;
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 20px;
}
h5 {
  font-family: Raleway;
  font-size: 120%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 20px;
}
h6 {
  font-family: Raleway;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 20px;
}
.text-we {
  margin-top: 0;
}
.item-page .page-header a {
  color: #000;
  font-size: 90%;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.15) inset;
  color: #FFFFFF !important;
}
.left-containt p i {
  margin-right: 5px;
}
.aenean-img > img {
  width: 100%;
  border: 5px solid;
  transition-duration: 1s;
  cursor: pointer;
}
.aenean-img > img:hover {
  border: 5px solid #32ae8b;
}
.itemFullText li a {
  font-family: Arial;
  font-size: 100%;
  color: #32ae8b;
}
.itemFullText li a:hover {
  color: #4E4D4D;
}
#zo2comment-tabs {
  margin-top: 30px;
}
.panel-collapse .panel-body {
  font-family: Arial !important;
  font-size: 100%;
}
#zo2-component-wrap {
  padding-top: 25px;
}
#ezblog-head .component-links {
  margin-top: 10px;
}
#zo2-component-wrap ul li {
  margin-bottom: 0;
}
.tp-caption {
  color: #FFFFFF !important;
  z-index: 10;
}
.item-page i {
  padding-right: 5px;
}
.homepage .breadcrumb {
  display: none;
}
th a {
  color: #32ae8b;
}
table th {
  background: none repeat scroll 0 0 #fff;
}
th a:hover {
  color: #32ae8b;
}
fieldset.btn-toolbar {
  float: right;
  margin: 15px 0;
  padding: 20px;
  width: 100%;
}
select {
  height: 32px;
  line-height: 25px;
  padding: 5px;
}
table {
  clear: both;
}
td a {
  color: #32ae8b;
}
td a:hover {
  color: #32ae8b;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-heading a {
  padding: 10px;
  display: block;
  color: #000;
}
.category-name a,
.btn-link {
  color: #32ae8b;
}
.categories-list h4 a,
h3.page-header a {
  color: #32ae8b;
}
.categories-list h4 a:hover,
h3.page-header a:hover {
  color: #000 !important;
  background: none;
  box-shadow: none;
}
h3.page-header span {
  background: #32ae8b;
  color: #fff;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  line-height: 23px;
  margin: 3px 7px 0 0;
  font-weight: normal;
  padding: 3px;
}
h3.page-header a.btn.btn-mini:hover> span {
  color: #32ae8b;
  background: #fff;
}
h3.page-header a.btn.btn-mini {
  background: none;
}
h3.page-header a.btn.btn-mini span {
  background: none;
  color: #000;
}
#ordering {
  display: block;
  height: 30px;
  padding: 6px;
  width: 210px;
}
ul.pager li a {
  background-color: #32ae8b;
  font-family: Arial;
  color: #fff;
}
.lightbox-modal > img {
  border-radius: 5px;
  margin-right: 3px;
  margin-bottom: 10px;
}
.lightbox-modal > img:hover {
  background: url(../templates/zo2_charity/assets/zo2/images/zoom.png) repeat scroll 0 0 rgba(0,0,0,0.8);
}
.list_icon div#new {
  margin: 0 0 20px;
}
.list_icon section {
  margin: 0 0 20px;
}
.article-info .alert-warning,
.article-info .alert-danger {
  background-color: #FE7777;
}
.nav.nav-tabs li a {
  padding: 10px 15px;
  text-transform: capitalize;
}
.nav.nav-tabs .active a {
  transition: all 1s ease 0s;
  background: #32ae8b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.published span.fa-calendar,
.hits span.fa-eye {
  padding-right: 4px;
}
#containt-home-top .container {
  background: #fff;
}
#zo2-language-wrap {
  background-color: #e4e4e4;
}
.zt-contact i {
  font-size: 190%;
  padding-left: 7px;
  padding-right: 10px;
}
.zt-contact {
  float: right;
}
.phone {
  padding-right: 10px;
}
.latestnews .icon i {
  color: #3E3E3E;
  font-size: 260%;
}
.custom .addvanced:hover,
.custom .saving-money:hover,
.custom .icloud-services:hover {
  box-shadow: 0 0 10px 2px #aaa;
}
.offcanvas .sidebar-close {
  color: #CCCCCC;
  font-family: FontAweSome;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none;
}
.offcanvas .sidebar-close:before {
  content: "\f00d";
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.main-left .lightbox-modal > img {
  width: 45%;
  margin-right: 10px;
}
.main-left {
  margin-top: 15px;
}
.main-left .mod-wrapper.clearfix {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 10px;
  padding: 15px;
}
.main-left h3 {
  background: none repeat scroll 0 0;
  color: #000000;
  font-family: Raleway;
  font-size: 200%;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 0 10px;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  color: #000;
}
.breadcrumb a:hover {
  color: #32ae8b;
}
#zo2-breadcrumb-wrap {
  background: #e8e8e8;
}
#zo2-breadcrumb-wrap .container .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
}
#zo2-breadcrumb-wrap .breadcrumb > li + li:before {
  color: #8A8A8A;
  content: "> ";
}
#zo2-breadcrumb-wrap .divider > img {
  margin-left: 10px;
  margin-top: -4px;
}
#zo2-breadcrumb-wrap .breadcrumb a {
  color: #666;
}
#zo2-breadcrumb-wrap .breadcrumb span {
  color: #666;
}
.main-left ul.menu li {
  display: inline;
  text-align: left;
}
.main-left ul.menu li a {
  color: #000;
  transition-duration: 0s;
  border-bottom: 1px solid #ccc;
}
.main-left ul.menu li a:hover {
  color: #fff !important;
}
.main-left ul.menu li.active a {
  background: #32ae8b;
  color: #fff;
  padding-left: 15px;
}
.main-left .module h3 {
  background: none repeat scroll 0 0;
  color: #000000;
  font-family: Raleway;
  font-size: 200%;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding: 0 0 2px;
}
.zo2-megamenu .level1 .mega > .mega-dropdown-menu .mega-dropdown-inner {
  background: none;
  padding-top: 1px;
}
.modal-body img {
  width: 100%;
}
.nav > li > a {
  padding-right: 3px;
  transition-duration: 0.5s;
  padding-left: 0;
}
.form-inline .createdby i,
.form-inline .category-name i {
  left: 0;
  position: relative;
  top: 0;
}
.form-inline {
  position: relative;
}
.blog .cat-children h3.page-header {
  font-family: Raleway;
  font-size: 130%;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 16px 0 2px 0;
  text-transform: capitalize;
}
body.tag {
  color: #4E4D4D;
}
#adminForm img {
  max-width: 100%;
}
#adminForm h3 {
  margin-top: 10px;
}
.page-header a {
  color: #000;
}
#main-bottom .latestnews h4 {
  margin: 0 0 10px;
  line-height: 18px;
}
.categories-list h3.page-header {
  margin-bottom: 0px;
}
.categories-list .category-desc {
  margin-bottom: 30px;
}
.page-header.item-title > a {
  color: #32ae8b;
}
.categories-list img {
  max-width: 100%;
}
.tag-category h2 {
  color: #000;
}
#zo2-zt-slide-wrap a.btn {
  background: #32ae8b;
  color: #fff;
  padding: 15px 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
#zo2-zt-slide-wrap a.btn:hover {
  background: #32ae8b;
  box-shadow: 0 0 0 66px rgba(0,0,0,0.15) inset;
}
#zo2-zt-slide-wrap a.view {
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #fff;
  font-weight: 600;
  border-radius: 4px;
}
#zo2-zt-slide-wrap a.view:hover {
  background: #32ae8b;
  box-shadow: 0 0 0 66px rgba(0,0,0,0.15) inset;
}
#zo2-zt-slide-wrap .tp-bullets .tp-bullet {
  width: 30px;
  background-color: #32ae8b;
  height: 5px;
}
#zo2-zt-slide-wrap .tp-bullets .tp-bullet.selected {
  background-color: #fff;
}
a.btn {
  background-color: #000;
  color: #fff;
}
a.btn:hover {
  color: #32ae8b;
}
.article-info a.btn {
  background: none;
  box-shadow: none;
}
.style-switcher ul.options.layout-select li a img {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ECEAEC -moz-use-text-color;
  border-image: none;
  border-style: solid none;
  border-width: 0.3px 0.6px 1px;
}
#style-switcher {
  z-index: 999;
  top: 270px;
}
.cat-children .category-desc {
  margin-bottom: 25px;
}
.btn-group a.btn {
  background: none;
}
.btn-group a.btn.active {
  box-shadow: none !important;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}
.blog-featured h2 a {
  color: #000;
}
.blog-featured h2 a:hover {
  color: #32ae8b;
}
#limit_chzn {
  width: auto !important;
}
.newsfeed ol li {
  list-style: none;
}
.feed-description {
  margin-bottom: 20px;
}
.newsfeed h2 a,
.newsfeed h3 a {
  color: #000;
}
.newsfeed h2 a:hover,
.newsfeed h3 a:hover {
  color: #32ae8b;
}
.newsfeed p a {
  color: #32ae8b;
}
.newsfeed p a:hover {
  color: #000;
}
.zo2-pagination ul > li.active > span {
  background: #32ae8b;
  border: 1px solid #000;
  color: #fff;
}
.result-title a {
  color: #32ae8b;
}
.result-title a:hover {
  color: #000;
}
#searchForm {
  margin-top: 20px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #32ae8b;
}
.page-title,
.page-header h1 {
  color: #000;
}
.login .page-header h1 {
  font-size: 260%;
}
.form-actions {
  margin: 20px 0 25px;
}
.btn-primary {
  background: #000;
  border: 1px solid #000;
}
.btn-primary:hover {
  color: #32ae8b;
  background: #000;
}
.code .container {
  background: none;
}
.alert-warning {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
}
.alert-danger {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
.bs-example input.btn.btn-default {
  margin: 0;
  border-radius: 4px;
  height: 34px;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
}
.contact #slide-contact a.collapsed {
  color: #32ae8b;
}
.contact #slide-contact a {
  color: #000;
}
.contact #slide-contact a:hover {
  color: #32ae8b;
}
.contentpane {
  background: #fff;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
ul.menu li {
  display: inline-block;
}
.pagination-list li {
  list-style: none outside none;
  float: left;
}
.pagination .pull-right {
  float: right !important;
}
.pagination li a,
.pagination li span {
  background: none repeat scroll 0 0;
  border: 0 none !important;
  color: #636363;
  display: inline-block;
  font-size: 108%;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  padding: 0 5px;
  text-align: center;
}
.pagination li.active span {
  background: none repeat scroll 0 0 #000;
  color: #FFFFFF;
}
.pagination-list {
  clear: both;
  margin-left: 34%;
}
.pagination.pagination-toolbar.clearfix {
  width: 100%;
}
.btn-group.pull-left .btn.hasTooltip {
  display: block !important;
}
.contentpane .hasTooltip {
  display: block !important;
}
.contentpane th {
  background: #000;
  color: #fff;
  box-shadow: none;
}
#zo2-component-wrap .btn-group .btn-primary {
  transition: all 1s ease 0s;
  background: #32ae8b;
  border: 1px solid #32ae8b;
  color: #FFFFFF !important;
}
#zo2-component-wrap .btn-group .btn-primary:hover {
  background: #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
.control-group .hasTooltip {
  display: inline-block !important;
}
.edit.item-page {
  margin-bottom: 40px;
}
#editor-xtd-buttons {
  background: none;
  height: 60px;
  border: none;
}
.search form {
  float: right;
  width: 100%;
}
.search i.fa-search,
.search .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 25px;
  margin: 7px 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.search i.fa-search {
  color: #C6C6C6;
  font-size: 116%;
  line-height: 35px;
  z-index: 0;
}
.search .button {
  border: none;
  text-indent: -999em;
  z-index: 1;
}
.search #mod-search-searchword {
  background: #282828 none repeat scroll 0 0;
  border: medium none;
  border-radius: 16px;
  color: #9f9f9f;
  float: right;
  height: 35px;
  margin: 7px 0;
  min-height: 10px;
  padding-right: 25px;
  width: 100%;
}
.search .btn-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 75% 75%;
  -webkit-transform-origin: 75% 75%;
  -ms-transform-origin: 75% 75%;
  -o-transform-origin: 75% 75%;
  -webkit-transition: rotate .4s ease .5s, opacity .3s, visibility .3s;
  -moz-transition: rotate .4s ease .5s, opacity .3s, visibility .3s;
  -o-transition: rotate .4s ease .5s, opacity .3s, visibility .3s;
  transition: rotate .4s ease .5s, opacity .3s, visibility .3s;
}
.search .btn-close:before,
.search .btn-close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #c6c6c6;
  top: 16px;
  left: 0;
}
.search .btn-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.search .btn-close:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#editor-xtd-buttons .btn.modal-button,
#editor-xtd-buttons .btn,
.btn.btn-danger {
  transition: all 1s ease 0s;
  background: #32ae8b;
  border: 1px solid #32ae8b;
  color: #FFFFFF !important;
}
#editor-xtd-buttons .btn.modal-button:hover,
#editor-xtd-buttons .btn:hover,
.btn.btn-danger:hover {
  background: #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
#ezblog-body .blog-read .blog-navi li a:hover {
  color: #000 !important;
}
#ezblog-body .blog-read .blog-navi li a {
  color: #32ae8b !important;
}
#zo2-top-wrap .logo_retina {
  display: none;
}
#zo2-top-wrap .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #zo2-top-wrap .logo_normal {
    display: none;
  }
  #zo2-top-wrap .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-top-wrap .logo_normal {
    display: none;
  }
  #zo2-top-wrap .logo_retina {
    display: block;
  }
}
.search-results dd {
  font-family: arial;
  color: #000;
}
.search-results dd.result-created {
  color: #5F5F5F;
  margin-top: 10px;
}
.searchintro .badge {
  background-color: #32ae8b;
}
#ezblog-menu .blog-navi li.toolbar-item > form input.input {
  background: #999999;
}
#zo2-top-wrap #standard-logo {
  line-height: 100px;
}
#zo2-top-wrap #standard-logo img {
  display: inherit;
}
#zo2-header-wrap {
  background: #1d1d1d;
  height: 50px;
}
#zo2-header-wrap #standard-logo {
  padding-bottom: 17px;
}
body.homepage .zt-services,
body.featured .zt-services {
  position: relative;
  top: -20px;
}
.blog-featured {
  margin-top: 45px;
  margin-bottom: 40px;
}
.blog-featured .zt-box-item-inner {
  padding: 50px 15px 15px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.blog-featured .zt-box-item-inner:hover .zt-box-icon {
  background-color: #32ae8b !important;
}
.blog-featured .zt-box-item-inner:hover .zt-box-icon i {
  color: #fff;
  border-color: #fff;
}
.blog-featured .zt-box-item-inner:hover .zt-box-content .zt-box-link {
  color: #32ae8b;
}
.blog-featured .zt-box-item-inner .zt-box-icon {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #32ae8b !important;
  background-color: #fff;
}
.blog-featured .zt-box-item-inner .zt-box-icon i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #32ae8b;
}
.blog-featured .zt-box-content .zt-box-title {
  font-size: 20px;
  color: #252525;
  display: block;
  margin: 10px 0 20px;
}
.blog-featured .zt-box-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.blog-featured .zt-box-content .zt-box-link {
  margin: 0;
  padding: 20px 0 25px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  color: #32ae8b;
}
.blog-featured .pagination {
  display: none;
}
#zo2-content-top-wrap {
  margin: 0px 0 50px;
  position: relative;
}
#zo2-content-top-wrap .content-donate {
  height: 110px;
  background: #123241;
}
#zo2-content-top-wrap .content-donate a {
  color: #fff;
}
#zo2-content-top-wrap .content-donate .donate-left {
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  width: 75%;
  float: left;
  color: #fff;
  padding: 25px 30px;
  line-height: 30px;
}
#zo2-content-top-wrap .content-donate .donate-left b {
  font-weight: normal;
  color: #32ae8b;
}
#zo2-content-top-wrap .content-donate .donate-right {
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 45px;
}
#zo2-content-top-wrap .content-donate .donate-right a {
  margin-top: -20px;
  padding: 0 28px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #32ae8b;
  color: #fff;
}
#zo2-content-top-wrap .content-donate .donate-right a:hover {
  background-color: #156d53;
}
#zo2-content-main-wrap .zt-box-item {
  text-align: left;
  min-height: 0;
}
#zo2-content-main-wrap .container {
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}
#zo2-content-main-wrap i:after {
  border-radius: 50%;
  box-sizing: content-box;
  background: none repeat scroll 0 0 #32ae8b;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
#zo2-content-main-wrap i:after {
  background: none repeat scroll 0 0 #32ae8b;
  left: -1px;
  padding: 1px;
  top: -1px;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
#zo2-content-main-wrap i:hover:after {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
#zo2-content-main-wrap i {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  transition: color 0.3s;
}
#zo2-content-main-wrap .zt-box-icon {
  display: block;
  float: left;
  border: 3px solid #32ae8b;
}
#zo2-content-main-wrap .zt-box-content {
  padding-left: 85px;
}
#zo2-content-main-wrap .zt-box-content h3 {
  text-transform: uppercase;
  padding-top: 7px;
  margin-top: 0;
}
#zo2-content-main-wrap .container:after {
  width: 97.5%;
}
#zo2-content-main-wrap .container:after {
  background: none repeat scroll 0 0 #CCCCCC;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  bottom: 0;
}
#zo2-last-new-wrap {
  margin-bottom: 60px;
  margin-top: 40px;
}
#zo2-last-new-wrap .latestnews li {
  padding: 0 15px;
  list-style: none;
}
#zo2-last-new-wrap p.read-more {
  float: left;
}
#zo2-last-new-wrap p.read-more a {
  background: #32ae8b;
  border-radius: 3px;
  float: left;
  margin-top: 15px;
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
#zo2-last-new-wrap p.read-more a:hover {
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-last-new-wrap .latestnews .aenean1 p.read-more {
  float: none;
  margin-top: 37px;
}
#zo2-last-new-wrap .latestnews .aenean1 p {
  margin-top: 0;
}
#zo2-last-new-wrap .lightbox-modal > img {
  margin-right: 15px;
  width: 100%;
}
#zo2-last-new-wrap .link-text {
  padding-left: 0;
}
#zo2-last-new-wrap .lightbox-modal > img:last-child {
  margin-right: 0;
}
#zo2-last-new-wrap .latestnews li:last-child {
  margin-right: 0;
}
#zo2-last-new-wrap h4 {
  color: #00d087;
  margin-top: 15px;
}
#zo2-last-new-wrap h3.moduletitle:after {
  width: 12%;
  padding-bottom: 0px;
}
#zo2-last-new-wrap h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
}
#zo2-last-new-wrap h3.moduletitle {
  border-bottom: 2px solid #ddd;
  position: relative;
  z-index: 99;
  padding-bottom: 10px;
  background: none;
  font-size: 24px;
}
#zo2-last-new-wrap .zt-article-item a.readmore {
  display: inline-block;
}
#zo2-bottom-2-wrap {
  background: #282828;
  padding-bottom: 50px;
  margin-top: 50px;
}
#zo2-bottom-2-wrap .icon i {
  font-size: 100%;
  color: #fff;
}
#zo2-bottom-2-wrap .icon {
  display: block;
  clear: both;
  margin-top: 25px;
}
#zo2-bottom-2-wrap p i {
  padding-right: 10px;
}
#zo2-bottom-2-wrap h3.moduletitle {
  font-weight: 400;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 48px;
  font-family: Raleway;
}
#zo2-bottom-2-wrap .newsleter .icon i {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 100%;
  height: 30px;
  padding: 9px 8px;
  width: 30px;
  cursor: pointer;
  transition: all 1s ease 0s;
}
#zo2-bottom-2-wrap .newsleter .icon i:hover {
  background: none repeat scroll 0 0 #32ae8b;
  border: 1px solid #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF !important;
}
#zo2-bottom-2-wrap .zt-social-networks {
  margin-top: 20px;
  overflow: hidden;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item {
  padding: 0;
  background-color: transparent;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item:hover {
  opacity: 1;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item i {
  color: #fff;
  border: 2px solid #fff;
  margin-right: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  border-radius: 20px;
  width: 40px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item i:hover {
  background-color: #32ae8b;
  border-color: #32ae8b;
}
#zo2-bottom-2-wrap .input-text {
  margin: 17px 0;
  position: relative;
  overflow: hidden;
}
#zo2-bottom-2-wrap p a {
  font-weight: bold;
  color: #32ae8b;
  font-family: Raleway;
}
#zo2-bottom-2-wrap h3.moduletitle {
  position: relative;
  background: none;
  bottom: -1px;
  border-bottom: 1px solid #999;
}
#zo2-bottom-2-wrap h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
}
#zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
#zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
  width: 40%;
}
#zo2-bottom-2-wrap #zo2-zt-position-7 h3.moduletitle:after {
  width: 33%;
}
#zo2-header-wrap-sticky-wrapper.is-sticky #zo2-header-wrap {
  background: #1d1d1d;
}
#zo2-language {
  text-align: right;
}
#zo2-language .module {
  float: right;
}
.breadcrumb .divider {
  display: none;
}
.categories-list h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.categories-list h3 a {
  color: #00d087;
  background: none;
}
.categories-list h3 a:hover {
  color: #000;
}
.categories-list h3 a:active {
  box-shadow: 0 0 0 0;
  border-radius: 0;
}
#zo2-header-wrap .container {
  position: relative;
}
.zo2-menu .navbar-nav > li {
  display: block !important;
}
.item-page .article_content .article_icon i {
  padding-right: 0;
}
.col-right {
  padding-top: 30px;
}
.col-right .mod-inner .nav.menu li {
  display: block;
  text-align: left;
}
.col-right .mod-inner .nav.menu li a {
  color: #999;
  text-transform: capitalize;
  font-size: 110%;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 10px;
}
.col-right .mod-inner .nav.menu li .open > a,
.col-right .mod-inner .nav.menu li .open > a:hover,
.col-right .mod-inner .nav.menu li .open > a:focus {
  background-color: rgba(0,0,0,0);
}
.col-right .mod-inner .nav.menu li a:hover,
.col-right .mod-inner .nav.menu li a:focus {
  background: none !important;
  color: #00d087;
}
.col-right .mod-inner .nav.menu li a:before {
  content: ">";
  padding-right: 5px;
}
.col-right .mod-inner .nav.menu .active a {
  color: #00d087;
}
.col-right .mod-wrapper {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
}
.col-right h3.moduletitle:after {
  width: 45%;
}
.col-right h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
}
.col-right h3.moduletitle {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}
.col-right iframe {
  width: 100%;
}
.col-right h3 {
  color: #000;
  background: none;
  font-size: 200%;
  padding: 0px 0 10px;
  font-family: Raleway;
  font-weight: 400;
}
.col-right .nav.menu {
  margin-top: 0px;
}
.col-right .category h3 {
  margin-bottom: 5px;
}
.col-right .nav .open>a,
.col-right .nav .open>a:hover,
.col-right .nav .open>a:focus {
  background: none;
}
.introText .adpption h3 {
  color: #00d087;
}
.introText .adpption h1 {
  margin-top: 24px;
  text-transform: uppercase;
}
.introText .adpption img {
  width: 100%;
}
#section-related div.img img {
  width: 100%;
  height: 134px;
}
#section-comments {
  clear: both;
}
.zt-category .zt-article-content .zt-article-intro-image {
  float: left;
}
.zt-category .zt-article-content .zt-article-intro-image img {
  max-width: 71px;
  height: 71px;
  border-radius: 3px;
}
.zt-category .zt-article-content .zt-article-intro-text {
  padding-left: 82px;
}
.zt-category .zt-article-content .zt-category-title {
  display: none;
}
.zt-category .zt-article {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.zt-category .zt-article .zt-article-sub-info i {
  padding-right: 5px;
}
.zt-category .zt-article .zt-article-link {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
}
.zt-category .zt-article + .zt-article {
  border-bottom: none;
}
.main-left .nav .open > a,
.main-left .nav .open > a:hover,
.main-left .nav .open > a:focus {
  background: #32ae8b;
  transition: color 0.05s linear 0s;
  color: #fff;
}
#zo2-top-wrap {
  background: #fff;
}
#zo2-header-sticky-wrapper {
  background: #123241;
}
#zo2-top-header-wrap {
  background-color: #e4e4e4;
  line-height: 40px;
}
#zo2-top-header-wrap p {
  margin: 0;
}
#zo2-top-header-wrap .zt-social-networks {
  margin-right: 15px;
}
#zo2-top-header-wrap .zt-social-networks .zt-social-icon-item {
  margin: 0;
  padding: 0 5px;
  background-color: transparent;
}
#zo2-top-header-wrap .zt-social-networks .zt-social-icon-item i {
  line-height: 40px;
}
#zo2-top-header-wrap .zt-social-networks .zt-social-icon-item:hover {
  color: #32ae8b;
}
#search-searchword {
  background: #fff;
}
.input-group-btn > .btn {
  background: #32ae8b;
}
.zo2-pagination ul > li.active > span {
  background: #32ae8b;
  color: #fff;
}
.main-left h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
}
.main-left h3.moduletitle:after {
  width: 62%;
}
.main-left h3.moduletitle {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.main-left h3 {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  color: #000000;
  font-family: Raleway;
  font-size: 200%;
  font-weight: 400;
  padding: 0 0 10px;
}
.blog .item-image img {
  display: block;
  float: none !important;
  position: relative;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.blog .item-image img:hover {
  transform: scale(1.1) rotate(2deg);
}
.blog .item-image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
h1.item-title a {
  text-transform: capitalize;
}
.blog-featured .article-info {
  display: inline-block;
  margin: 5px 0 30px;
  width: 94%;
}
#zo2-body-wrap .containt {
  margin: 30px 0 0;
  overflow: hidden;
}
.registration input {
  background: #D4D4D4;
}
.article-info .article-info-inner {
  float: left;
  width: 89%;
  margin: 0 0 10px;
}
.homepage .containt {
  background: none;
}
.homepage #zo2-body-wrap .containt,
.featured #zo2-body-wrap .containt {
  background: none;
  margin: 0;
}
.featured .blog-featured h1 {
  margin: 45px 0 0;
}
.itemImage img {
  width: 100%;
}
.link-text a.img img {
  height: 150px;
  margin-left: -60px;
}
.item-page .itemImage {
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: -8px;
  max-width: 100%;
}
.item-page .itemImage img {
  position: relative;
  float: none !important;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
}
.item-page .itemImage img:hover {
  transform: scale(1.1) rotate(2deg);
}
.modal-content button.close {
  margin-top: -11px;
}
#zo2-content-tab-wrap .image {
  float: left;
  overflow: hidden;
}
#zo2-content-tab-wrap .zt-article-item p {
  margin: 10px 0 5px;
}
#zo2-content-tab-wrap .zt-article-item h3 {
  margin: 0;
}
#zo2-content-tab-wrap .content-text {
  padding-left: 80px;
}
#zo2-content-tab-wrap .news_lead {
  padding: 0;
}
#zo2-content-tab-wrap .zt_news_wrap {
  background: none;
  border: none;
}
#zo2-content-tab-wrap .zt_news_wrap img {
  padding: 0;
  border: none;
}
#zo2-last-new-wrap .created {
  display: none;
}
fieldset.filters.btn-toolbar {
  background: #fff;
}
.col-right .module .mod-wrapper {
  border-radius: 4px;
  border-bottom: 1px solid #DADADA;
}
.main-left .module .mod-wrapper {
  border-radius: 4px;
  border-bottom: 1px solid #DADADA;
}
#zo2-component-wrap .blog {
  margin-top: 15px;
}
.main-left {
  padding-top: 30px;
}
#zo2-body-wrap .item-page .article_content {
  margin-top: 0px;
}
#zo2-content-tab-wrap .zt-article-item {
  border-bottom: 1px solid #DDDDDD;
  clear: both;
  display: block;
  margin: 0px 0 20px;
  padding: 0 0 10px;
}
#zo2-content-tab-wrap .zt-article-item:last-child {
  border-bottom: none;
}
#zo2-content-tab-wrap .zt-article-item h3 a {
  font-size: 100%;
  text-transform: capitalize;
  line-height: 1.7;
  color: #1f1f1f;
  font-weight: 600;
}
#zo2-last-new-wrap .zt-article-item {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#zo2-last-new-wrap .zt-article-item img {
  width: 100%;
}
#zo2-last-new-wrap .zt-article-item h3 {
  padding: 0 15px;
  margin: 15px 0 20px;
  font-size: 20px;
}
#zo2-last-new-wrap .zt-article-item h3 a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  line-height: 20px;
}
#zo2-last-new-wrap .zt-article-item .zt-introtext {
  padding: 0 15px;
  margin-bottom: 30px;
}
#zo2-last-new-wrap .zt-news-readmore {
  margin-bottom: 25px;
  text-align: center;
}
#zo2-last-new-wrap .zt-news-readmore .readmore {
  display: inline-block;
  padding: 0 28px;
  line-height: 40px;
  text-transform: uppercase;
}
#zo2-last-new-wrap .zt-news-readmore .readmore:hover {
  background-color: #156d53;
}
#zo2-last-new-wrap .owl-wrapper-outer .owl-item {
  padding: 0 15px;
}
#zo2-last-new-wrap .zt_news_wrap a.img {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}
#zo2-last-new-wrap .zt_news_wrap a.img:after {
  content: "\f002";
  font-size: 20px;
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: 55%;
  margin-left: -40px;
  margin-top: -40px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 300;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
#zo2-last-new-wrap .zt_news_wrap a.img:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#zo2-last-new-wrap .zt_news_wrap a.img:hover:before {
  left: 0;
}
#zo2-last-new-wrap .zt_news_wrap a.img:hover:after {
  top: 60%;
  left: 55%;
}
.zt-news-readmore {
  padding-top: 15px;
}
.zt-article-item a.readmore {
  display: inline;
  color: #fff;
  border: 1px solid;
}
#zo2-last-new-wrap .zt_news_wrap {
  background: none;
  border: none;
}
#zo2-last-new-wrap .zt-article-item img {
  padding: 0;
  border: none;
}
.zt-article-item h3 a {
  color: #32ae8b;
}
.zt-article-item h3 a:hover {
  color: #000;
}
.zt-category .zt-article-item {
  width: 100%;
}
h1.singleItemTitle {
  color: #32ae8b;
}
.artice-icon {
  text-align: right;
  margin-top: 20px;
}
.artice-icon i {
  background: none repeat scroll 0 0 #999999;
  border-radius: 4px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 210%;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  padding: 3px;
  width: 28px;
}
.artice-icon i:hover {
  background: #32ae8b;
}
#eblog-wrapper .blog-taglist {
  clear: both;
  float: left;
  margin-top: 15px;
  padding: 10px 0 0;
  width: 50%;
}
#eblog-wrapper .blog-taglist.black-tag a i,
#eblog-wrapper .blog-taglist.black-tag a span,
#eblog-wrapper .blog-taglist.black-tag a b {
  background: none;
}
#eblog-wrapper .blog-taglist.black-tag a span {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #000000;
  height: 27px;
  line-height: 27px;
  padding: 0 5px;
}
#eblog-wrapper .blog-taglist.black-tag a i,
#eblog-wrapper .blog-taglist.black-tag a b {
  display: none;
}
#eblog-wrapper .blog-taglist.black-tag a span:hover {
  color: #32ae8b;
}
#ezblog-body .blog-read .blog-navi {
  background: none;
}
.tags .label-info {
  background: none;
  color: #000;
  border: 1px solid #999999 !important;
}
.tag-item .icon {
  float: left;
}
.tag-item .icon i {
  font-size: 150%;
  margin-right: 10px;
  margin-top: 10px;
}
.tags span a:hover {
  background: none !important;
}
code {
  white-space: normal;
}
#zo2-header-sticky-wrapper {
  height: auto !important;
}
body .style-switcher h4 {
  margin: -35px -40px 15px 0;
}
.modal-dialog {
  margin: 5% auto auto;
}
.zo2-copyright-logo {
  float: right;
}
.blog-featured #adminForm {
  margin-top: 45px;
}
#ezblog-body .blog-read .blog-title {
  text-align: center;
}
body #zo2-body-wrap .item-page .article_content {
  margin: -12px 15px 0;
}
.article_content .page-header h3 {
  text-align: center;
}
.tp-simpleresponsive >ul li div {
  position: relative;
  z-index: 1;
}
.tp-simpleresponsive >ul li:after {
  background: url(../templates/zo2_charity/assets/zo2/images/grid.png) repeat scroll 0 0 !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  content: "";
}
#comment-form .comment-body.prel {
  padding: 10px;
}
.article_content .page-header h3 a {
  color: #32ae8b;
}
.article_content .page-header h3 a:hover {
  color: #000 !important;
}
#slide-contact .accordion-group {
  clear: both;
  margin-bottom: 20px;
}
#slide-contact .accordion-group .accordion-heading {
  font-size: 200%;
  display: inline-block;
  padding: 10px;
}
#slide-contact .accordion-group .accordion-heading a {
  color: #32ae8b;
}
#slide-contact .accordion-group .accordion-heading a:hover {
  color: #000;
}
#slide-contact #basic-details,
#slide-contact #display-form {
  display: block !important;
  height: auto !important;
}
#slide-contact .contact-address-block .media-body span {
  display: block;
  clear: both;
  font-size: 115%;
}
#slide-contact .accordion-inner {
  background: #fff;
  display: inline-block;
  padding: 9px 13px;
  width: 100%;
}
#slide-contact .accordion-inner .thumbnail.pull-right {
  width: 110px;
  margin: 0;
}
#slide-contact .accordion-inner .thumbnail.pull-right img {
  max-width: 100%;
}
#slide-contact .dl-horizontal dd {
  margin: 0;
}
#slide-contact .contact-form legend {
  margin: 0;
  display: none;
}
.article-content-about p img {
  float: left;
  margin: 0 25px 10px 0;
  width: 400px;
}
#zo2-component-wrap .article-content-Pricing .plan-price h2 span {
  font-size: 50%;
}
#zo2-component-wrap .article-content-Pricing .th-pricing h2 span {
  font-size: 50%;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-duration {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 5px;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li {
  list-style: none outside none;
  font-size: 16px;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-details ul {
  font-size: 16px;
  padding: 0;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-details ul li:first-child {
  border-top: 1px solid #eee;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-details ul li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin: 0 20px;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-action {
  padding: 30px 10px;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-action a {
  background: none repeat scroll 0 0 #32ae8b;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: none;
}
#zo2-component-wrap .article-content-Pricing ul.plan:hover {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
}
#zo2-component-wrap .article-content-Pricing ul.plan {
  transition: all 0.15s ease 0s;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan {
  border: 2px solid #eee;
  margin: 0;
  padding: 0;
  text-align: center;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-name {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  padding: 20px 10px 15px;
  text-transform: uppercase;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .plan li.plan-duration {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 5px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table {
  padding-bottom: 100px;
  padding-top: 40px;
}
#zo2-component-wrap .article-content-Pricing .moduletable {
  margin-bottom: 40px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col .col-header {
  background: none repeat scroll 0 0 #666666;
  color: #ffffff;
  padding: 10px 20px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col .col-footer {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 20px;
}
#zo2-component-wrap .article-content-Pricing h2,
#zo2-component-wrap .article-content-Pricing h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
}
#zo2-component-wrap .article-content-Pricing .plan-price h2 {
  font-size: 170%;
  font-weight: normal;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col ul {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee #eeeeee rgba(0,0,0,0);
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 20px;
  text-align: center;
}
#zo2-component-wrap .article-content-Pricing .btn-primary3 {
  margin-top: 25px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col-feature {
  margin-top: -20px;
  z-index: 200;
}
#zo2-component-wrap .article-content-Pricing .btn-primary {
  background-color: #32ae8b;
  border-color: #32ae8b;
  color: #ffffff;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col .big-number {
  display: inline-block;
  font-size: 70px;
  margin: 25px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col .big-number sup {
  font-size: 28px;
  top: -1em;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col ul li.row1 {
  background: none repeat scroll 0 0 #f7f7f7;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .featured::before {
  position: absolute;
  content: "\f02e";
  font-family: FontAwesome;
  color: #32ae8b;
  right: 30px;
  font-size: 30px;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col {
  margin-bottom: 0;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col.no-padding {
  padding: 0;
}
#zo2-component-wrap .article-content-Pricing .pricing-table .col-feature .col-header {
  background: none repeat scroll 0 0 #32ae8b;
  padding: 20px;
}
#zo2-component-wrap .article-content-Pricing .col.shadow {
  box-shadow: 0 0 12px 2px rgba(0,0,0,0.5);
}
#zo2-component-wrap .article-content-Pricing .btn.btn-lg {
  padding: 10px 20px;
  font-size: 14px;
}
#zo2-component-wrap .article-content-Pricing .btn.btn-lg.btn-primary {
  background: #32ae8b;
  color: #fff;
  border: 1px solid #32ae8b;
}
#zo2-component-wrap .article-content-Pricing .btn-default2 {
  background: gray !important;
  border: 1px solid gray !important;
}
#zo2-component-wrap .article-content-Pricing .th-pricing .featured li.plan-action a {
  background: none repeat scroll 0 0 #32ae8b;
  color: #ffffff;
}
#zo2-component-wrap .article-content-Pricing .plan-action .btn.btn-primary {
  padding: 10px 80px;
}
#zo2-component-wrap .article-content-Pricing a.btn {
  background-color: #32ae8b;
  transition: all 0.4s ease 0s;
  border-color: #32ae8b;
  color: #fff;
}
#zo2-component-wrap .article-content-Pricing a.btn:hover {
  color: #fff;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
.introText .pricing_box a.button {
  background: gray !important;
  border: 1px solid gray;
  font-size: 100%;
  border-radius: 3px;
  font-weight: bold;
}
p a.readon {
  background-color: #32ae8b !important;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 15px;
}
.faq-item-page {
  margin-bottom: 40px;
}
.zt-accordion #accordion .panel-heading a:before {
  background: none repeat scroll 0 0 #eee;
  color: #b5b5b5;
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}
.zt-accordion #accordion .panel-heading h4 a:hover {
  color: #32ae8b;
}
.zt-accordion #accordion .panel-heading h4 a:hover:before {
  background: none repeat scroll 0 0 #32ae8b;
  color: #ffffff !important;
}
.zt-accordion #accordion .panel-heading.active h4 a:before {
  content: '\f068';
}
.zt-accordion #accordion .panel-default > .panel-heading {
  background-color: rgba(0,0,0,0);
}
#contact-form input {
  width: 100%;
  border: 1px solid #b1b0c1;
  box-shadow: 0 0 2px inset;
}
#contact-form input:hover {
  box-shadow: 0 0 2px inset;
}
#contact-form input:focus {
  border: 1px solid #32ae8b;
}
#contact-form fieldset {
  border: none;
}
.contact .contact-address-block,
.contact .address_block {
  padding: 10px 15px;
}
.contact .contact-address-block legend,
.contact .address_block legend {
  display: none;
}
.contact .contact-address-block .thumbnail,
.contact .address_block .thumbnail {
  width: 230px;
}
.contact .contact-address-block input,
.contact .address_block input {
  padding: 12px 15px;
  border-radius: 4px;
  background: #fff;
}
.contact .form-horizontal .control-label {
  text-align: right !important;
  float: left;
  text-align: left !important;
  width: 100px;
}
.contact .btn-primary {
  background: #32ae8b;
  color: #fff;
  border: 1px solid #32ae8b;
}
.contact .control-group {
  margin-bottom: 15px;
}
.contact .control-group label {
  float: left;
  font-size: 120%;
}
.contact .control-group input#jform_contact_email_copy {
  width: auto !important;
}
.contact textarea:focus {
  border: 1px solid #32ae8b;
}
.contact .page-header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 250%;
  margin-bottom: 30px;
  font-weight: 700;
}
.contact textarea {
  background-color: #fff;
  border-radius: 4px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.faq_block .zt-accordion .panel-group {
  border-bottom: 1px solid #eee;
}
.panel-default {
  border: none;
}
.address_block h3,
.contact-address-block h3 {
  font-weight: 700;
}
.pricing-container {
  width: 100%;
  display: inline-table;
}
.pricing-container .columns {
  padding-left: 0;
  padding-right: 0;
  display: inline;
  float: left;
}
dl.plans {
  border-right: 1px solid #313131;
}
.pricing-container dl,
.pricing-container dd {
  margin: 0;
}
.plan_title,
.plan_price,
.plan_time {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #ffffff;
  text-align: center;
}
.plan_title {
  font-size: 120%;
  font-weight: 900;
  padding: 45px 0;
  text-transform: uppercase;
}
.plan_price {
  font-size: 240%;
  font-weight: 300;
  padding: 0;
}
.plan_time {
  font-size: 93%;
  font-weight: 400;
  padding: 20px 0 50px;
}
dl#four {
  border-left: 1px solid #dfdfdf;
}
.plan {
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.plan_more {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 2px solid #302c2c;
  border-left: 2px solid #302c2c;
  border-right: 2px solid #302c2c;
  display: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 5px;
}
.plan_features {
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 10px;
}
.feature_desc {
  color: #6e6e6e;
  font-size: 106%;
  font-weight: 400;
}
.feature_desc span {
  display: block;
  text-align: center;
}
.plan_features {
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 10px;
}
.feature_desc {
  color: #6e6e6e;
  font-size: 106%;
  font-weight: 400;
}
.feature_desc span {
  display: block;
  text-align: center;
}
.pricing-container span.no {
  font-size: 145%;
  margin-right: 10px;
  color: red;
}
.pricing-container span.yes i {
  color: #32ae8b;
  font-size: 145%;
  margin-right: 10px;
}
.pricing-container span.no {
  background-position: 0 -184px;
}
.plan_buy a,
.body-text .plan_buy a {
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 106%;
  font-weight: 900;
  margin: auto;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.columns:hover {
  bottom: 0;
  box-shadow: 5px 0 30px rgba(0,0,0,0.5);
  position: relative;
  top: -5px;
  transition: box-shadow 0.25s ease 0s;
  z-index: 100;
}
.plan_buy {
  padding: 20px;
}
.buy {
  background: none repeat scroll 0 0 #32ae8b;
  transition: all 0.4s ease-out 0s;
}
.buy:hover {
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #fff !important;
}
.contact #zo2-bottom-2-wrap h3 {
  display: block !important;
}
.q_team .q_team_image img {
  vertical-align: middle;
  max-width: 100%;
}
.q_team_title_holder h3 {
  margin-top: 10px;
}
.zt-persons {
  margin-top: 20px;
}
.q_team_inner {
  border: 1px solid #eee;
  padding: 10px;
}
.zt-person-inner {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
}
.zt-person-inner .zt-person-social ul li {
  float: none;
  display: inline-block;
}
.zt-person-inner .zt-person-social ul {
  padding: 0;
  margin: 0;
}
.zt-person-inner i {
  padding-right: 0;
}
.zt-person-inner .person-name {
  font-size: 24px;
}
.zt-person-inner .person-position {
  font-size: 13px;
  margin: 10px 0;
}
.zt-person-inner a:hover {
  color: #fff;
}
.separator.small {
  background-color: #32ae8b;
  display: block;
  height: 2px;
  margin: 10px auto 20px;
  position: relative;
  width: 135px;
}
.q_team_text {
  text-align: center;
}
.q_team_social_holder {
  margin-top: 10px;
}
.q_team_social_holder i {
  font-size: 130%;
}
.wpb_wrapper h5 {
  font-weight: 700;
}
.capabilities {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 10px;
  margin: 0 0 27px;
  position: relative;
  width: 100%;
}
.capabilities .capabilities_value:before {
  animation: 10s ease-out 0s normal none 1 capabilitieswidth;
  -webkit-animation: capabilitieswidth 10s ease-out;
  background: none repeat scroll 0 0 #32ae8b;
  border-radius: 3px 0 0 3px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.capabilities .capabilities_value:before {
  background: none repeat scroll 0 0 #32ae8b;
}
.capabilities .capabilities_value {
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
}
.wpb_wrapper {
  margin-top: 20px;
}
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
}
.progress-bar {
  background: none;
  height: 10px;
  box-shadow: none;
  left: -1px;
  position: absolute;
  top: -1px;
}
.progress-bar span {
  color: #000;
  position: absolute;
  right: 0;
  left: auto !important;
  top: -23px !important;
}
.progress-bar span {
  animation: 10s ease-out 0s normal none 1 capabilitiesspan;
  -webkit-animation: 10s ease-out 0s normal none 1 capabilitiesspan;
}
.wpb_wrapper h5 span {
  border-bottom: 2px solid #32ae8b;
}
.vc_row-fluid.grid_section {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.separator.small.center {
  margin-top: 7px;
  margin-bottom: 38px;
}
.wpb_wrapper h4 {
  margin-bottom: 10px;
  line-height: 25px;
}
.pricing_box:hover {
  box-shadow: none;
}
li.no {
  color: #999999;
  text-decoration: line-through;
}
.pricing_box.plan1-3 .header {
  background: none repeat scroll 0 0 #666666;
  color: #ffffff;
  text-transform: uppercase;
  height: 57px;
  line-height: 43px;
}
.pricing_box.plan1-3 .header span {
  font-size: 22px;
}
.pricing_box.plan1-3 h2 {
  font-size: 170%;
  font-weight: normal;
}
.pricing_box.plan1-3:nth-child(2) {
  border-right: none !important;
}
.pricing_box.plan1-3:nth-child(8) {
  border-left: none !important;
}
.pricing_box.plan1-3:nth-child(5) {
  margin-top: 5px;
  z-index: 200;
}
.pricing_box.plan1-3:nth-child(5) .header {
  height: 72px;
  line-height: 50px;
  background: #32ae8b;
}
.pricing_box.plan1-3:nth-child(5) a.button {
  margin-top: 20px;
  background: none repeat scroll 0 0 #32ae8b !important;
  border: 1px solid #32ae8b;
}
.pricing_wrap_3 {
  display: block;
  margin-top: 60px;
}
.modal {
  z-index: 999999;
}
.col-right .popular-post h3.moduletitle:after {
  width: 63%;
}
.main-left .zt-article-item h3 a {
  font-size: 100%;
  text-transform: capitalize;
}
.main-left .zt-article-item h3 {
  font-size: 120%;
  border-bottom: none;
  margin: 0;
}
.main-left .image {
  border-radius: 4px;
  float: left;
  overflow: hidden;
}
.main-left .zt_news_wrap img {
  border: medium none;
  padding: 0;
}
.main-left .content-text {
  padding-left: 80px;
}
.col-right .zt-article-item h3 a:hover {
  color: #000;
}
.main-left .zt-article-item h3 a:hover {
  color: #000;
}
.article-info-inner .category-name a:hover {
  color: #000;
}
.main-left .zt-article-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  padding: 0 0 10px;
  width: 100%;
}
.main-left .zt-article-item + .zt-article-item {
  border-bottom: 0 solid #cccccc;
  padding: 0;
}
.contact .btn-primary:hover {
  background: none repeat scroll 0 0 #32ae8b;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.15) inset;
  color: #ffffff !important;
}
.contact .btn-primary {
  transition: all 1s ease 0s;
}
#ezblog-body .tab_button #button-related a:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 14%;
}
.contact .form-control {
  background: none;
  height: auto;
  width: auto;
  line-height: normal;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.contact .alert-error {
  display: none;
}
body .form-inline {
  text-align: center;
}
.categories-list {
  margin-top: 15px;
}
#zo2-component-wrap ul.bullet li {
  list-style: disc outside none;
}
.homepage.modal-open {
  padding: 0 0 !important;
}
.mod-languages ul.lang-inline li {
  display: block;
  float: left;
  line-height: 40px;
}
.mod-languages ul.lang-inline li img {
  display: inline-block;
}
#zo2-content-tab-wrap .nav-tabs > li > a {
  border: none;
}
#zo2-content-tab-wrap .nav-tabs > li.active a {
  transition: all 0s ease 0s;
  border-color: rgba(0,0,0,0);
  background: none;
  color: #32ae8b;
  padding-right: 11px;
  border-radius: 0;
}
#zo2-content-tab-wrap .nav-tabs {
  width: 32%;
  margin: 0;
}
#zo2-content-tab-wrap .nav-tabs li {
  border-bottom: 1px solid #DDDDDD;
}
#zo2-content-tab-wrap .nav-tabs li a {
  margin-bottom: 0px;
  border-radius: 0;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 120%;
  font-family: Raleway;
  padding: 14px 17px 14px 0px;
  color: #666666;
  background-color: transparent;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}
#zo2-content-tab-wrap .nav-tabs li a:hover {
  border-top: none;
  color: #32ae8b;
  background: none;
  padding-right: 11px;
  background-color: transparent;
}
#zo2-content-tab-wrap .nav-tabs li a:after {
  content: "\f054";
  line-height: 22px;
  font-size: 73%;
  float: right;
  text-align: right;
  font-family: FontAwesome;
}
#zo2-content-tab-wrap .tab-content img {
  max-height: 240px;
  width: 100%;
  margin-bottom: 18px;
}
#zo2-content-tab-wrap .adpption {
  padding: 0 0 0 30px;
}
#zo2-content-tab-wrap h1 {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #123241;
}
#zo2-content-tab-wrap .adpption > h3 {
  margin-bottom: 10px;
  color: #00D088;
  font-size: 170%;
}
#zo2-content-tab-wrap p {
  font-family: Raleway;
  font-size: 13px;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url(../templates/zo2_charity/assets/zo2/css/data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../templates/zo2_charity/assets/zo2/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../templates/zo2_charity/assets/zo2/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../templates/zo2_charity/assets/zo2/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#examples .example-image-link {
  float: left;
  margin: 2px;
}
#examples .example-image-link > img {
  height: 77px;
  width: 113px;
  border-radius: 5px;
}
#zo2-header-wrap-sticky-wrapper {
  z-index: 9;
  height: auto !important;
}
.faq_block #accordion .panel-heading.active h4 a:before {
  content: '\f068';
  font-family: FontAwesome;
  color: #fff;
  background: none repeat scroll 0 0 #000000;
}
.faq_block #accordion .panel-heading.active h4 a {
  color: #2f383d;
}
.faq_block .panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.faq_block #accordion .panel-heading {
  padding: 0;
}
.faq_block #accordion .panel-heading a:before {
  content: "\f067";
  color: #c5c6c6;
  border-right: 1px solid #c5c6c6;
  display: inline-block;
  font-family: FontAwesome;
  height: 38px;
  left: 0;
  top: -1px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}
.faq_block #accordion .panel-heading h4 a {
  height: 40px;
  background: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #99abb7;
  text-transform: capitalize;
  border: 1px solid #e2ecf0;
}
.faq_block .panel-body {
  border: none;
}
.faq_block .panel-default {
  border: none;
  background: none;
  box-shadow: none;
}
#zo2-mega-menu.canvas {
  position: relative;
  top: -41px;
}
#zo2-mega-menu.canvas i {
  cursor: pointer;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#zo2-body-wrap .container .container {
  width: auto;
}
#zo2-position-7 ul.menu li,
#zo2-position-8 ul.menu li {
  display: block;
}
#zo2-position-7 .archive-modulearchived-articles,
#zo2-position-8 .archive-modulearchived-articles {
  list-style: none;
}
#zo2-position-7 h3.moduletitle,
#zo2-position-8 h3.moduletitle {
  font-weight: 600;
  margin-top: 0px;
}
#zo2-position-7 .module,
#zo2-position-8 .module {
  margin-bottom: 30px;
}
#zo2-position-7 #login-form .controls,
#zo2-position-8 #login-form .controls {
  position: relative;
}
#zo2-position-7 #login-form .controls .add-on,
#zo2-position-8 #login-form .controls .add-on {
  position: absolute;
  left: 5px;
  top: 5px;
}
#zo2-position-7 #login-form .controls input,
#zo2-position-8 #login-form .controls input {
  width: 95%;
  padding-left: 20px;
}
#zo2-position-7 #login-form #form-login-remember #modlgn-remember,
#zo2-position-8 #login-form #form-login-remember #modlgn-remember {
  top: 3px;
}
#zo2-position-7 #login-form ul.unstyled li,
#zo2-position-8 #login-form ul.unstyled li {
  float: none;
  display: block;
}
#zo2-position-7 #login-form #form-login-submit .controls .btn.btn-primary,
#zo2-position-8 #login-form #form-login-submit .controls .btn.btn-primary {
  background: none;
  border: 2px solid #000000;
  border-radius: 4px;
  color: #000000;
  padding: 6px 25px;
  margin-top: 10px;
  transition: all 0.4s ease 0s;
}
#zo2-position-7 #login-form #form-login-submit .controls .btn.btn-primary:hover,
#zo2-position-8 #login-form #form-login-submit .controls .btn.btn-primary:hover {
  background: none repeat scroll 0 0 #000000;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #ffffff;
}
#zo2-position-7 ul,
#zo2-position-8 ul {
  margin: 0;
}
#zo2-position-7 ul li a,
#zo2-position-8 ul li a {
  font-size: 100%;
}
#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-zt-footer-wrap .tagspopular li {
  list-style: none;
}
.tagspopular.tagswidget li {
  list-style: none;
}
#zo2-canvas-menu {
  position: absolute;
}
#zo2-position-17 .zt-gallery {
  padding: 0;
  box-shadow: none;
  background: none;
}
#zo2-position-17 .zt-gallery .ztshortcodes-gallery {
  padding: 0 2px;
}
#zo2-position-17 .zt-gallery .ztshortcodes-gallery img {
  border-radius: 5px;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !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 #32ae8b;
  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;
}
.pricing-item .plan {
  border-right: none;
}
.pricing-item .plan li {
  line-height: 37px;
}
.pricing-item .plan a.btn {
  color: #fff;
  border: medium none;
}
.zt-box-content .zt-box-link {
  background-color: #32ae8b;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
  transition: all 0.4s ease 0s;
}
.zt-box-content .zt-box-link:hover {
  background: none repeat scroll 0 0 #32ae8b;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.clearfix.zt-box-item {
  clear: initial;
  clear: unset;
}
.tag-item {
  display: inline-block;
}
.carousel-wrap .caroufredsel_wrapper {
  height: auto !important;
  min-height: 170px;
}
#zo2-component-wrap .container {
  padding: 0;
}
.rtl #zo2-zt-slide-wrap {
  direction: ltr;
}
#zo2-canvas-menu i {
  color: #fff;
}
#zo2-bottom-2-wrap h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
#zo2-position-13 h3.moduletitle {
  border-bottom: 2px solid #ddd;
  position: relative;
  padding-bottom: 10px;
  background: none;
  font-size: 24px;
}
#zo2-position-13 h3.moduletitle:after {
  background: none repeat scroll 0 0 #32ae8b;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px;
}
#zo2-zt-slide {
  padding: 0 !important;
}
img {
  max-width: 100%;
}
strong {
}
body.zo2-error > div {
  max-width: 1140px;
  margin: 50px auto 0;
  overflow: hidden;
}
body.zo2-error .img {
  float: left;
  width: 40%;
}
body.zo2-error #outline {
  width: 60%;
  float: left;
}
body.zo2-error #outline #errorboxoutline {
  padding: 0 50px;
}
body.zo2-error #outline #errorboxoutline h3 {
  color: #505050;
}
body.zo2-error #errorboxheader {
  font-size: 45px;
  color: #505050;
}
body.zo2-error ol li {
  margin: 3px 0;
}
body.zo2-error .btn-success {
  background: #23A843;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 0;
  display: inline-block;
}
body.zo2-error .btn-success:hover {
  background: #40C761;
}
@media (max-width: 767px) {
  body.zo2-error #errorboxheader {
    font-size: 35px;
  }
  body.zo2-error .img {
    width: 100%;
    text-align: center;
  }
  body.zo2-error #outline {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header-action {
    display: none;
  }
}
@media (min-width: 1151px) and (max-width: 1180px) {
  .zo2-menu >.container {
    padding: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #zo2-header-wrap nav.zo2-menu .navbar-nav > li > a {
    font-size: 85%;
    padding: 9px 15px;
  }
  body #zo2-content-top-wrap .donate-right {
    padding: 35px 17px;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body #zo2-content-top-wrap .donate-right {
    padding: 45px 17px;
  }
  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: 768px) and (max-width: 1000px) {
  #zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
  #zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
    width: 60%;
  }
  .form-inline {
    text-align: center;
  }
  .form-inline i {
    color: #C6C6C6;
    font-size: 116%;
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .col-right h3.moduletitle:after {
    width: 18%;
  }
  .main-left h3.moduletitle:after {
    width: 20%;
  }
  .col-right .popular-post h3.moduletitle:after {
    width: 21%;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #zo2-bottom-2-wrap #zo2-zt-position-7 h3.moduletitle:after {
    width: 52%;
  }
  .mod-languages {
    margin: auto;
    text-align: center;
  }
  #zo2-header-wrap nav.zo2-menu .navbar-nav > li > a {
    font-size: 90%;
    padding: 9px 15px;
  }
  .mobile-logo {
    text-align: center;
  }
  .mobile-logo #zo2-content-top-wrap {
    margin: 60px 0 50px;
  }
  #zo2-top-wrap #standard-logo {
    line-height: 0;
    margin-top: 10px;
  }
  .header-static {
    text-align: center;
    float: none;
  }
  .header-static ul {
    padding-left: 0;
  }
  .header-static ul li {
    padding: 15px 0;
    text-align: left;
  }
  #zt-module-tabs .tab-content {
    float: right;
    margin-bottom: 60px;
    width: 68%;
  }
  #zo2-content-top-wrap {
    margin: 60px 0 50px;
  }
  #zo2-content-tab-wrap {
    margin-bottom: 15px;
  }
  .zt-article-sub-info {
    padding-left: 82px;
  }
  #zo2-last-new-wrap .link-text {
    margin-bottom: 35px;
  }
  #zo2-content-top-wrap .content-donate .donate-left {
    font-size: 120%;
  }
  #zo2-content-top-wrap .donate-right {
    font-size: 150%;
    padding: 35px 17px;
  }
  #zo2-top-wrap .header-right {
    text-align: center;
  }
  .zt-button {
    margin-left: 0px;
    margin-top: 10px;
  }
  .zo2-menu >.container {
    padding: 0 !important;
  }
  nav.zo2-menu .navbar-nav > li > a {
    font-size: 13px;
    transition-duration: 0.5s;
    padding: 10px 10px;
  }
  #top-search form {
    padding: 0 15px;
  }
  .social a {
    height: 30px;
    margin: 0 2px;
    width: 30px;
  }
  .social a i {
    height: 37px;
    line-height: 34px;
    width: 37px;
  }
  .carousel-caption {
    top: 0;
  }
  .carousel-caption h3 {
    font-size: 30px;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  #news .mod-news img {
    float: none;
  }
  .main-left .lightbox-modal > img {
    width: 25%;
  }
  .zo2-megamenu.animate.slide .mega.hovering > .mega-dropdown-menu {
    max-width: 190px;
    min-width: 150px;
  }
  footer section {
    text-align: center !important;
  }
  .blogs {
    max-width: 160px;
    min-width: 130px;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
    max-width: 190px;
    min-width: 150px;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav >li.parent-blog .mega-dropdown-menu {
    max-width: 150px;
    min-width: 127px;
    margin-left: -100px;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav li.parent-blog .mega-dropdown-menu .level1 .mega-dropdown-menu {
    margin-left: 7px;
  }
  .zo2-megamenu .mega.parent-blog .mega-dropdown-menu:before {
    left: auto;
    border-style: solid;
    border-width: 0 7px 8px;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  .zo2-megamenu .mega.parent-blog li.dropdown-submenu .mega-dropdown-menu:before {
    left: auto;
    border-style: solid;
    border-width: 0;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  footer .zo2-copyright-logo img {
    float: none;
  }
  footer .zo2-copyright-logo {
    text-align: center;
    margin-top: 12px;
  }
  #zo2-footer-wrap .nav.menu {
    margin-top: 10px;
    text-align: center;
  }
  #zo2-bottom-2-wrap .lightbox-modal img {
    width: 47%;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  #zo2-header-wrap .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
    max-width: 180px;
    min-width: 150px;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav >li.parent-blog .mega-dropdown-menu {
    max-width: 150px;
    min-width: 127px;
    margin-left: -100px;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 20%;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav li.parent-blog .mega-dropdown-menu .level1 .mega-dropdown-menu {
    margin-left: 7px !important;
  }
  .zo2-megamenu .mega.parent-blog .mega-dropdown-menu:before {
    border-style: solid;
    border-width: 0 7px 8px;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  .zo2-megamenu .mega.parent-blog li.dropdown-submenu .mega-dropdown-menu:before {
    left: auto;
    border-style: solid;
    border-width: 0;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  .zo2-megamenu .mega.easy-blog .dropdown-menu.mega-dropdown-menu {
    margin-left: -110px;
  }
  .zo2-megamenu .mega.easy-blog li.dropdown-submenu .mega-dropdown-menu:before {
    left: auto;
    border-style: solid;
    border-width: 0;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  .zo2-megamenu .mega.easy-blog .mega-dropdown-menu:before {
    left: auto;
    border-style: solid;
    border-width: 0 7px 8px;
    content: "";
    right: 8%;
    position: absolute;
    top: -1px;
  }
  .zo2-megamenu .mega.easy-blog .dropdown-menu.mega-dropdown-menu ul.level1 .dropdown-menu.mega-dropdown-menu {
    margin-left: 0px;
  }
  #zo2-header-wrap .navbar-default ul.navbar-nav li.parent-blog .mega-dropdown-menu .level1 .mega-dropdown-menu {
    margin-left: -375px !important;
  }
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    top: 100%;
  }
  .nm-menu-offscreen {
    display: none;
  }
  .zo2-menu .navbar-nav li .dropdown-menu {
    background-color: #fff;
  }
  .zo2-menu .navbar-nav li.open a {
    background-color: transparent;
  }
  .zo2-menu .navbar-nav > li.mega {
    margin-right: 3px;
  }
  .zo2-menu .navbar-nav > li.mega.active > a,
  .zo2-menu .navbar-nav > li.mega.active > span {
    color: #fff;
    background-color: #32ae8b;
  }
  .zo2-menu .navbar-nav > li.mega.hovering > a:hover,
  .zo2-menu .navbar-nav > li.mega.hovering > span:hover {
    color: #fff;
    background-color: #32ae8b;
  }
  .zo2-menu .navbar-nav > li.mega:not(.mega-align-justify) .menu-child {
    padding: 0;
  }
  .zo2-menu .navbar-nav > li.mega:not(.mega-align-justify) .menu-child ul > li > a,
  .zo2-menu .navbar-nav > li.mega:not(.mega-align-justify) .menu-child ul > li > span {
    padding-right: 15px;
    padding-left: 15px;
  }
  .zo2-menu .navbar-nav > li.mega:not(.mega-align-justify) > .menu-child {
    margin-top: 6px;
  }
  .zo2-menu .navbar-nav > li.mega.mega-align-justify > .menu-child {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    margin-left: 15px;
  }
  .zo2-menu .navbar-nav .mega.active a:hover,
  .zo2-menu .navbar-nav .mega a:hover {
    color: #fff;
    background-color: #32ae8b;
  }
  .zo2-menu .navbar-nav .mega.mega-align-justify a:hover {
    color: #32ae8b;
    background-color: transparent;
  }
  .zo2-menu ul.level1 a.group-title {
    font-size: 160%;
    font-weight: normal;
  }
  .zo2-menu .mega > .mega-dropdown-menu .mega-dropdown-menu {
    padding: 0;
  }
  .zo2-menu .mega.mega-align-justify > .mega-dropdown-menu .mega-dropdown-menu {
    padding: 0 15px;
  }
  .zo2-menu .caret {
    display: none;
  }
}
@media (max-width: 767px) {
  .sticky-wrapper {
    position: relative;
    z-index: 10;
  }
  #zo2-zt-slide-wrap {
    position: relative;
    z-index: 1;
  }
  #zo2-header-logo {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
  }
  #zo2-header-logo #standard-logo {
    display: none !important;
  }
  #zo2-header-logo #sticky-logo {
    display: block !important;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    margin-left: -20px;
  }
  .mobile-menu-open .is-sticky #zo2-mega-menu #mn-menu-canvas,
  .mobile-menu-open #zo2-mega-menu #mn-menu-canvas {
    top: 50px;
  }
  .nm-menu-offscreen {
    top: 0;
    position: fixed;
    margin-left: 15px;
  }
  #zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
  #zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
    width: 21%;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 20%;
  }
  #style-switcher {
    display: none;
  }
  #zo2-header-wrap-sticky-wrapper #zo2-header-wrap #zo2-mega-menu nav.zo2-menu.navbar-default ul.navbar-nav li a {
    color: #fff;
  }
  .zo2-menu {
    display: none;
    background-color: #1d1d1d;
    position: fixed;
    height: calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    overflow: auto;
  }
  .zo2-menu .navbar-nav > li.open > a:hover {
    background-color: transparent !important;
  }
  .zo2-menu .navbar-nav > li.open .mega-col-nav:nth-child(1) .mega-nav,
  .zo2-menu .navbar-nav > li.open > ul .mega-nav {
    border-top: 1px dotted rgba(90,89,89,0.88);
  }
  .zo2-menu .navbar-nav li {
    border-bottom: 1px dotted rgba(90,89,89,0.88);
  }
  .zo2-menu .navbar-nav li a {
    line-height: 30px;
  }
  .zo2-menu .navbar-nav li > a,
  .zo2-menu .navbar-nav li > a:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
  .zo2-menu .navbar-nav .mega-col-nav {
    padding: 0;
  }
  .zo2-menu .navbar-nav .mega-col-nav ul > .mega-group {
    border-bottom: 1px dotted rgba(90,89,89,0.88);
  }
  .zo2-menu .dropdown-menu .mega-nav > li {
    border-bottom: 1px dotted rgba(90,89,89,0.88);
  }
  .mobile-menu-open .zo2-menu {
    display: block;
  }
  #zo2-header-wrap nav.zo2-menu .navbar-nav li > a {
    margin: 0;
    padding: 10px 0;
  }
  .zo2-menu .navbar-nav ul.level1 a.group-title {
    font-size: 100%;
  }
  .zo2-megamenu {
    margin: 0;
  }
  .zo2-megamenu .mega-inner {
    padding: 0;
  }
  .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;
  }
  .zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: inline-block;
  }
  .zo2-megamenu li.dropdown-submenu >a:after {
    display: none;
  }
  .zo2-megamenu .nav .caret,
  .zo2-megamenu .dropdown-submenu .caret,
  .zo2-megamenu .mega-menu .caret {
    display: block;
  }
  .zo2-megamenu .mega .mega-dropdown-menu .mega-dropdown-inner {
    background-color: #1d1d1d;
    padding: 0;
  }
  .zo2-megamenu .mega > .menu-child.dropdown-menu.mega-dropdown-menu .row {
    border-top: none !important;
    background-color: transparent;
  }
  #zo2-header-wrap nav.zo2-menu li.active ul.level1 li a {
    color: #fff !important;
  }
  .mod-languages {
    margin: auto;
    text-align: center;
  }
  .top-search {
    position: static;
  }
  .search i.fa-search {
    z-index: 1;
  }
  .search .button {
    z-index: -1;
  }
  .search #mod-search-searchword {
    width: 0;
    padding: 4px 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    position: absolute;
    right: 0;
    z-index: 11;
    margin-right: 15px;
  }
  .open-form .zo2-logo {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .open-form .search form {
    position: static;
    z-index: 10001;
  }
  .open-form .search form i.fa-search {
    z-index: 12;
  }
  .open-form .search form .button {
    z-index: 13;
  }
  .open-form .search form i.fa-search,
  .open-form .search form .button {
    right: 40px;
  }
  .open-form .search form #mod-search-searchword {
    width: 91.66666667%;
    padding-left: 7px;
    padding-right: 50px;
    z-index: 11;
  }
  .open-form .search form .btn-close {
    opacity: 1;
    visibility: visible;
    z-index: 13;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .main-left h3.moduletitle:after {
    width: 21%;
  }
  .col-right .popular-post h3.moduletitle:after {
    width: 21%;
  }
  .col-right h3.moduletitle:after {
    width: 18%;
  }
  .mobile-logo {
    min-height: 0;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    padding: 0;
  }
  #zo2-header-wrap .container:after {
    width: 94.5%;
  }
  #zo2-last-new-wrap .latestnews li {
    margin: 0 0 35px;
  }
  #zo2-content-top-wrap .content-donate {
    padding: 0;
    background-color: transparent;
  }
  #zo2-content-top-wrap .content-donate .donate-left {
    background-color: #123241;
    width: 100%;
    padding: 15px;
    float: none;
  }
  #zo2-content-top-wrap .content-donate .donate-right {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  #zo2-content-top-wrap .content-donate .donate-right a {
    margin-top: 0;
  }
  #zo2-footer-wrap .row {
    display: flex;
    flex-direction: column;
  }
  #zo2-footer-wrap .row .col-md-6:first-child {
    order: 1;
  }
  #zo2-footer-wrap .row .col-md-6:last-child {
    order: 0;
  }
  #zo2-footer-wrap .zo2-copyright {
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
  }
  #style-switcher {
    margin-left: -10px;
  }
  #zo2-footer-wrap .nav.menu {
    text-align: center;
    margin-top: 10px;
  }
  .zo2-menu {
    margin: 0;
  }
  .zo2-menu .navbar-toggle {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 11px 0 0 0;
  }
  .zo2-menu .navbar-toggle .icon-bar {
    background-color: #858585;
    display: block;
    height: 4px;
    margin: 0 0 3px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 30px;
  }
  .zo2-menu .navbar-toggle:hover {
    background: none;
  }
  .zo2-menu .navbar-toggle:hover .icon-bar {
    background-color: #32ae8b;
  }
  .navbar-header {
    float: left;
  }
  .zo2-feature {
    margin-bottom: 30px;
  }
  #news .mod-news img {
    float: none;
  }
  #top-search form {
    padding: 0 15px;
  }
  .social a {
    height: 35px;
    margin: 0 3px;
    width: 35px;
  }
  #zo2-header-wrap {
    padding: 30px 0;
  }
  .copyright {
    text-align: center;
    float: none;
  }
  .zo2-copyright-logo {
    text-align: center;
    margin-top: 20px;
  }
  .zo2-copyright-logo img {
    float: none;
  }
  #top-menu {
    text-align: center;
  }
  #top-search form {
    text-align: center;
    border: none;
    float: none;
  }
  .social.header-social {
    text-align: center;
  }
  #zo2-bottom1 .btn {
    font-size: 9px;
  }
  #zo2-bottom1 .no-line h3 {
    margin-bottom: 15px;
  }
  #zo2-bottom-2-wrap .module {
    margin-bottom: 15px;
  }
  #zo2-content-main-wrap .mod-content {
    margin: 0 0 20px;
  }
  #zo2-top-wrap .header-right p {
    display: inline;
    float: none;
  }
  #zo2-top-wrap .header-right {
    text-align: center;
  }
  .main-left .lightbox-modal > img {
    width: 25%;
  }
  #zo2-content-tab-wrap .zt-tabs.zt-left,
  #zo2-content-tab-wrap .tab-content {
    float: none;
    width: 100% !important;
    margin-bottom: 15px;
  }
  #zo2-content-tab-wrap .adpption {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .pricing_box h2 {
    font-size: 20px !important;
  }
  .pricing_box a.button {
    padding: 5px 15px !important;
  }
}
@media (max-width: 650px) {
  #zo2-header-sticky-wrapper nav.zo2-menu .navbar-header .navbar-toggle {
    left: -5px;
    top: -110px;
  }
  #zo2-content-tab-wrap .adpption {
    clear: both;
    padding: 16px 0 0;
  }
  #zo2-content-main-wrap {
    clear: both;
    display: block;
    padding-top: 30px;
  }
  #searchForm .ordering-box {
    clear: both;
  }
  #searchForm #ordering {
    width: 180px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
  #zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
    width: 25%;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 24%;
  }
}
@media (max-width: 600px) {
  .open-form .search form #mod-search-searchword {
    width: calc(91.66666667% - 15px);
    width: -moz-calc(91.66666667% - 15px);
    width: -webkit-calc(91.66666667% - 15px);
    width: -o-calc(91.66666667% - 15px);
  }
}
@media (max-width: 520px) {
  #zo2-language-wrap .visible-xs {
    width: 100% !important;
  }
  .mod-languages {
    text-align: center;
    margin: 2px;
  }
  .custom .zt-contact {
    float: none;
  }
  #zo2-language-wrap .mod-inner {
    text-align: center;
  }
  #zo2-header-wrap nav.zo2-menu .navbar-toggle {
    margin: 10px 0 5px;
  }
  #zo2-header-wrap .container:after {
    width: 94.5%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
  #zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .pricing_box {
    width: 100% !important;
  }
  .main-left .lightbox-modal > img {
    width: 45%;
    margin-right: 10px;
  }
}
@media (max-width: 420px) {
  .zo2-copyright-logo {
    float: none;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 360px) and (max-width: 550px) {
  #zo2-content-main-wrap .container {
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
  }
  #standard-logo img {
    height: 50px !important;
    margin-left: 0;
    width: 250px !important;
  }
}
@media (max-width: 330px) {
  #zo2-header-sticky-wrapper nav.zo2-menu .navbar-header .navbar-toggle {
    left: -5px;
    top: -130px !important;
  }
}
@media (min-width: 320px) and (max-width: 550px) {
  div.video iframe {
    height: 150px;
  }
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 32%;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #zo2-bottom-2-wrap #zo2-zt-position-5 h3.moduletitle:after,
  #zo2-bottom-2-wrap #zo2-zt-position-6 h3.moduletitle:after {
    width: 47%;
  }
  .homepage .zt-services,
  .featured .zt-services {
    position: relative;
    top: 0px !important;
  }
  .homepage .zt-box-content-wrap,
  .featured .zt-box-content-wrap {
    position: relative;
    top: 0px !important;
  }
  .tp-caption a {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  #zo2-content-main-wrap .container {
    padding-bottom: 25px;
    margin-bottom: 60px;
    position: relative;
  }
  #standard-logo img {
    height: 50px !important;
    margin-left: 37px;
    width: 250px !important;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  #zo2-last-new-wrap h3.moduletitle:after {
    padding-bottom: 0;
    width: 50% !important;
  }
  .input-text .zt-button {
    margin-left: 0;
    margin-top: 5px;
  }
  .homepage #zo2-body-wrap {
    position: relative;
  }
  #standard-logo img {
    margin-left: 37px;
    width: 236px !important;
    height: 49px !important;
  }
  nav.zo2-menu .navbar-header .navbar-toggle {
    left: -5px;
    top: -105px !important;
  }
}

/* Here you can include your additional CSS Styles */
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gafancybox-outer{
position: relative;
padding-bottom: 56.25%;
/*padding-top: 30px;*/ 
height: 100%; 
overflow: hidden;
}
.gafancybox-inner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100% !important;

}
.zt-box-icon i{
   color:#ffffff;
}
.zo2-menu .navbar-nav > li > a{
   text-transform:none;
   font-size: 150%;
}
#zo2-last-new-wrap .zt-article-item h3 a{
   text-transform: none;
}
.blog-featured .zt-box-item-inner:hover .zt-box-icon i{color:#ffffff;}
div.cust-top{
padding-top:10px;
}
#zo2-last-new-wrap .zt-article-item{
padding:5px;
}
#zo2-last-new-wrap .zt-article-item .zt-introtext {
margin-bottom:10px;
}
#zo2-last-new-wrap .zt-news-readmore{
    margin-top: 0px;
    margin-bottom: 10px; 
}
.zt-news-readmore{
    padding-top:0;
}
.cellpadding td {
padding:15px;
}
#zo2-last-new-wrap .zt-article-item .zt-newsinfo{
text-align: right;
}
#zo2-last-new-wrap .zt-article-item .zt-newsinfo .date{
font-style: italic;
color: #b4207b;
}
.form-actions {
    margin: 80px 0 25px;
}
.cmc-signup .btn-primary {
    background-color: #b4207b;
    background-image: linear-gradient(to bottom, #b4207b, #b4207b);
    background-repeat: repeat-x;
    border-color: #b4207b #b4207b #002a80;
}
.cmc-signup .alert {
    background-color: #b4207b;
    color: #ffffff;
}
.owl-theme .owl-nav [class*=owl-]{
    background:  #b4207b ;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:  #b4207b ;
}
.item-page .article_content h1.singleItemTitle{
    color: #b4207b ;
}
.navbar-collapse .current.active {
    color: #b4207b ;
}
.zo2-menu .navbar-nav .active > a{
    color: #b4207b;
}
.zo2-menu .navbar-nav .active > a:hover, .zo2-menu .navbar-nav .active > a:focus{
    color: #b4207b;
}
.zo2-menu .navbar-nav > .open > a:hover, .zo2-menu .navbar-nav > .open > a:focus{
color: #b4207b;
}
#zo2-top-header-wrap .zt-social-networks .zt-social-icon-item:hover {
    color: #b4207b;
}

#last-new h3.moduletitle:after {
  width: 12%;
  padding-bottom: 0px;
}            

html body.article.ltr section.zo2-wrapper section#zo2-body-wrap.containt-main div.container div.item-page div.article_content div.introText,
html body.article.ltr section.zo2-wrapper section#zo2-body-wrap.containt-main div.container div.item-page div.article_content div.introText p,
html body.article.ltr section.zo2-wrapper section#zo2-body-wrap.containt-main div.container div.item-page div.article_content div.introText span ,
html body.article.ltr section.zo2-wrapper section#zo2-body-wrap.containt-main div.container div.item-page div.article_content div.introText il {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}            

html body.article.ltr div.item-page div.article_content blockquote {
  padding-top: 2px;
  border-left: 5px solid #B41F7B;
  background-color: rgb(180, 31, 123, 0.05);
  font-size: 14px;
}            

/* address */
.header-static > ul:nth-child(1) > li:nth-child(2),
.modulecontent > p:nth-child(1),
.contact-address > div:nth-child(1) {
  display: none;
}

/* end address */            

/* prosfata */

html body.homepage.ltr section.zo2-wrapper section#zo2-content-main-wrap div.container { 
    margin-bottom: 0px; 
     
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.customwow.fadeInUp.cust-top h3.moduletitle {
    border-bottom: 2px solid #ddd;
    position: relative;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
    font-size: 24px;
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.customwow.fadeInUp.cust-top h3.moduletitle::after {
    background: none repeat scroll 0 0 #B4207B;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 12%;
    padding-bottom: 0px;
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.zt-article-item div.zt-content-wrap h3.zt-title 
{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}


html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.zt-article-item div.zt-content-wrap div.zt-introtext {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.zt-article-item div.zt-content-wrap p.zt-news-readmore {
    text-align: center;
    padding-bottom: 10px;
  
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.zt-article-item div.zt-content-wrap h3.zt-title a
{
    font-size: 14px; 
    color: #333;
    font-weight: 700;
    line-height: 20px;
}

html body.homepage.ltr section.zo2-wrapper section#zo2-contact-map-wrap.full-width div.container div.row div.owl-stage div.owl-item.active {
    background-color: white;
    padding: 5px
}

html body.homepage.ltr section.zo2-wrapper div#zo2-position-6 div.zt-article-item div.zt-content-wrap div.zt-content-wrap div.zt-introtext {
    color: #4e4d4d; 
}

/* end prosfata */            

/* begin article-footer */     
 
body.article.ltr section {
  color: #000;
}

.item-page .article_content {
  //border-bottom: 3px solid #B4207B;
  border-radius: 4px 4px 0px 0px;
  
}

.article-footer {    
  padding: 30px;
  margin: -2px 15px 0px 15px;    
  //border-top: 3px solid #B4207B;
  border-bottom: 3px solid #B4207B;
  border-top: 1px solid #DADADA;
  border-radius: 0px 0px 4px 4px;
  background-color: white;
  max-width: 817.5px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 20px;
  font-size: 14px; 
  font-weight: 400;
}

.pager.pagenav {
  padding: 20px 25px 20px 25px; 
  margin: 0px 15px 0px 15px;    
  background-color: white;
  
}

body.article.ltr .tag-item {
  display: none;
}

body.article.ltr .introText > p:nth-last-child(2) {
  margin-bottom: 50px;
}

/* end article-footer */            

.introText p, .introText div {
  font-size: 14px;
}
@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;
}

a {
  color: #B4207B;
}
#zo2-features .top-features .zo2-feature .zo2-circle {
  color: #B4207B;
}
#zo2-features .top-features .zo2-feature .zo2-circle:before {
  box-shadow: 0 0 0 3px #B4207B;
}
#zo2-features .top-features:hover .zo2-circle {
  background-color: #B4207B;
}
.box-color {
  background: #B4207B;
}
.btn-success {
  background-color: #B4207B;
}
#eblog-wrapper .article_content h2.blog-title a,
#eblog-wrapper .article_content h3.blog-title a {
  color: #B4207B;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore:hover {
  background: none repeat scroll 0 0 #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #ffffff;
}
.zt-accordion #accordion .panel-heading h4 a:hover {
  color: #B4207B;
}
.zt-accordion #accordion .panel-heading h4 a:hover:before {
  background: none repeat scroll 0 0 #B4207B;
}
#eblog-wrapper .blog-taglist.black-tag a span:hover {
  color: #B4207B;
}
.readmore {
  background: #B4207B;
  border: 1px solid #B4207B;
}
#ezblog-body a.readmore {
  background: #B4207B;
  border: 1px solid #B4207B;
}
#btnSubmit {
  background: #B4207B;
}
.single_article_content .article_icon {
  background: #B4207B;
}
.single_article_content {
  border-top: 3px solid #B4207B;
}
#ezblog-body a.readmore {
  background: #B4207B;
  border: 1px solid #B4207B;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  background: none repeat scroll 0 0 #B4207B;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.blog-featured .zt-box-item-inner:hover .zt-box-icon {
  background-color: #B4207B !important;
}
.blog-featured .zt-box-item-inner:hover .zt-box-content .zt-box-link {
  color: #B4207B;
}
.blog-featured .zt-box-item-inner .zt-box-icon {
  border-color: #B4207B !important;
}
.blog-featured .zt-box-item-inner .zt-box-icon i {
  color: #B4207B;
}
.blog-featured .zt-box-content .zt-box-link {
  color: #B4207B;
}
#zo2-content-top-wrap .content-donate .donate-left b {
  color: #B4207B;
}
#zo2-content-top-wrap .content-donate .donate-right a {
  background-color: #B4207B;
}
#zo2-content-top-wrap .content-donate .donate-right a:hover {
  background-color: #A21D6F;
}
#zo2-content-main-wrap i {
  background: #B4207B;
}
#zo2-content-main-wrap .nav.nav-tabs li.active a,
#zo2-content-main-wrap .nav.nav-tabs li.open a {
  color: #B4207B;
}
#zo2-content-tab-wrap .adpption > h3 {
  color: #B4207B;
}
#last-new h3.moduletitle:after {
  width: 12%;
  padding-bottom: 0px;
}
#last-new h3.moduletitle:after {
  background: none repeat scroll 0 0 #B4207B;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
}
#last-new h3.moduletitle {
  border-bottom: 1px solid #999999;
  position: relative;
  z-index: 99;
  padding-bottom: 10px;
  background: none;
}
#last-new h4 {
  color: #B4207B;
}
#last-new p.read-more a {
  background: #B4207B;
}
#last-new p.read-more a:hover {
  background: none repeat scroll 0 0 #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-last-new-wrap .zt-news-readmore .readmore:hover {
  background-color: #A21D6F;
  color: #fff;
}
#easyblogcalendar-module-wrapper #eblog-calendar .calendar_month .currMonth {
  color: #B4207B;
}
#zo2-bottom2 h3.moduletitle:after {
  background: #B4207B;
  bottom: -1px;
}
#zo2-bottom2 p a {
  color: #B4207B;
}
#zo2-bottom2 .zt-button {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-bottom2 .zt-button:hover {
  background: none repeat scroll 0 0 #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF;
}
#zo2-bottom2 .newsleter .icon i:hover {
  background: none repeat scroll 0 0 #B4207B;
  border: 1px solid #B4207B;
}
.col-right h3.moduletitle:after {
  background: #B4207B;
}
td a,
td a:hover {
  color: #B4207B;
}
th a,
th a:hover {
  color: #B4207B;
}
.tags span a:hover {
  color: #B4207B;
}
.main-left h3.moduletitle:after {
  background: none repeat scroll 0 0 #B4207B;
}
.item-page .article_content {
  border-top: 3px solid #B4207B;
}
.item-page .article_content .article_icon {
  background: #B4207B;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.15) inset;
  color: #FFFFFF;
}
ul.pager li a {
  background: #B4207B;
}
.main-left .nav > li > a:hover,
.main-left .nav > li > a:focus {
  background: #B4207B;
}
.main-left .nav .open > a,
.main-left .nav .open > a:hover,
.main-left .nav .open > a:focus {
  background: #B4207B;
  border-bottom: 1px solid #B4207B;
}
.input-group-btn > .btn {
  background: #B4207B;
  color: #fff;
}
.zo2-pagination ul > li.active > span {
  background: #B4207B;
  color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #B4207B;
}
.edit .nav li.active > a {
  background: #B4207B;
  color: #fff;
}
.edit .nav.nav-tabs li.open a {
  background: #B4207B;
  color: #fff;
}
.edit .nav > li > a:hover,
.edit .nav > li > a:focus {
  background: #B4207B;
}
#component .btn-group .btn-primary {
  background: #B4207B;
}
#component .btn-group .btn-primary:hover {
  background: #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF;
}
#editor-xtd-buttons .btn.modal-button,
#editor-xtd-buttons .btn,
.btn.btn-danger {
  background: #B4207B;
}
#editor-xtd-buttons .btn.modal-button:hover,
#editor-xtd-buttons .btn:hover,
.btn.btn-danger:hover {
  background: #B4207B;
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
  color: #FFFFFF;
}
#zt-slide a.btn:hover {
  background: #B4207B;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #B4207B;
}
@media (min-width: 768px) {
  .zo2-menu .navbar-nav li .dropdown-menu {
    background-color: #fff;
  }
  .zo2-menu .navbar-nav li.open a {
    background-color: transparent;
  }
  .zo2-menu .navbar-nav li .active > a {
    background: none;
    color: #B4207B;
  }
  .zo2-menu .navbar-nav > li.mega.active > a,
  .zo2-menu .navbar-nav > li.mega.active > span {
    color: #fff;
    background-color: #B4207B;
  }
  .zo2-menu .navbar-nav > li.mega.hovering > a:hover,
  .zo2-menu .navbar-nav > li.mega.hovering > span:hover {
    color: #fff;
    background-color: #B4207B;
  }
  .zo2-menu .navbar-nav .mega.active a:hover,
  .zo2-menu .navbar-nav .mega a:hover {
    color: #fff;
    background-color: #B4207B;
  }
  .zo2-menu .navbar-nav .mega.mega-align-justify a:hover {
    color: #B4207B;
    background-color: transparent;
  }
}
.breadcrumb span {
  color: #B4207B;
}
.addvanced h2 span,
.saving-money h2 span,
.icloud-services h2 span {
  color: #B4207B;
}
.latestnews h4 a {
  color: #B4207B;
}
#zo2-footer-wrap .copyright a {
  color: #B4207B;
}
#zo2-footer-wrap .nav > li > a {
  color: #B4207B;
}
.page-header.item-title > a {
  color: #B4207B;
}
.categories-list h4 a,
h3.page-header a {
  color: #B4207B;
}
h3.page-header span {
  background-color: #B4207B;
}
.searchintro .badge {
  background-color: #B4207B;
}
.result-title a {
  color: #B4207B;
}
div ul li a {
  color: #B4207B;
}
.blog p a.btn.readmore:hover {
  color: #B4207B;
}
.itemFullText li a {
  color: #B4207B;
}
#ezblog-head a {
  color: #B4207B;
}
.breadcrumb a:hover {
  color: #B4207B;
}
#ezblog-body a {
  color: #B4207B;
}
#ezblog-body .blog-read .blog-navi li a {
  color: #B4207B;
}
.btn-primary:hover {
  color: #B4207B;
}
.category-name a,
.btn-link {
  color: #B4207B;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  color: #B4207B;
}
.btn-group .dropdown-toggle:hover,
.btn-group .dropdown-toggle:active,
.btn-group .dropdown-toggle:focus {
  color: #B4207B;
}
h3.page-header a.btn.btn-mini:hover > span {
  color: #B4207B;
}
.newsfeed p a {
  color: #B4207B;
}
a.btn {
  color: #B4207B;
}
.item-page .page-header a:hover,
.item-page .page-header a:active,
.item-page .page-header a:focus {
  color: #B4207B;
}
.items-leading .page-header a:hover,
.items-leading .page-header a:active,
.items-leading .page-header a:focus {
  color: #B4207B;
}
.item .page-header a:hover,
.item .page-header a:active,
.item .page-header a:focus {
  color: #B4207B;
}
.module-ct .custom img:hover {
  border: 7px solid #B4207B;
}
.aenean-img > img:hover {
  border: 5px solid #B4207B;
}
.contact #slide-contact a:hover {
  color: #B4207B;
}
#btnSubmit:hover {
  color: #B4207B;
}
a.readmore:hover,
a.readmore:active,
a.readmore:focus {
  color: #B4207B;
}
.zt-article-item h3 a {
  color: #B4207B;
}
#zo2-content-tab-wrap .nav-tabs li:hover a,
#zo2-content-tab-wrap .nav-tabs li.active a {
  color: #B4207B;
}
#zo2-content-main-wrap i:after {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-content-main-wrap i:after {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-content-main-wrap i {
  border: 3px solid #B4207B;
  background: #fff;
}
#eblog-wrapper .article_content {
  border-top: 3px solid #B4207B;
}
#eblog-wrapper .article_content h2.blog-title a {
  color: #B4207B;
}
#eblog-wrapper .article_content .article_icon {
  background: none repeat scroll 0 0 #B4207B;
}
#eblog-wrapper .article_content .blog-footer .blog-readmore {
  background: none repeat scroll 0 0 #B4207B;
}
.eblog-pagination li.active b {
  background: none repeat scroll 0 0 #B4207B;
}
.eblog-pagination li a:hover {
  background: #B4207B;
}
#easyblogcalendar-module-wrapper td.withpost {
  background: #B4207B;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner:before {
  content: "";
}
.zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu:before {
  border-color: #B4207B rgba(0,0,0,0);
}
.rtl .nav-tabs.nav-justified > li > a {
  color: #B4207B;
}
h1.singleItemTitle {
  color: #B4207B;
}
.artice-icon i:hover {
  background: #B4207B;
}
.main-left ul.menu li.active a {
  background: none repeat scroll 0 0 #B4207B;
}
.btn-primary {
  background: #B4207B;
  border: 1px solid #B4207B;
}
textarea:focus {
  border: 1px solid #B4207B;
}
.buy {
  background: #B4207B;
}
.buy:hover {
  background: #B4207B;
}
.separator.small,
.capabilities .capabilities_value:before,
.capabilities .capabilities_value:before {
  background: #B4207B;
}
.capabilities .capabilities_value:before {
  background: none repeat scroll 0 0 #B4207B;
}
.wpb_wrapper h5 span {
  border-bottom: 2px solid #B4207B;
}
.pricing_box.plan1-3:nth-child(5) {
  margin-top: 5px;
  z-index: 200;
}
.pricing_box.plan1-3:nth-child(5) .header {
  height: 72px;
  line-height: 50px;
  background: #B4207B;
}
.pricing_box.plan1-3:nth-child(5) a.button {
  margin-top: 20px;
  background: none repeat scroll 0 0 #B4207B;
  border: 1px solid #B4207B;
}
.contact .btn-primary:hover {
  background: none repeat scroll 0 0 #B4207B;
}
.progress-bar:before {
  background: #B4207B;
}
.contact .btn-primary {
  background: #B4207B;
  border: 1px solid #B4207B;
}
#contact-form input:focus {
  border: 1px solid #B4207B;
}
.contact textarea:focus {
  border: 1px solid #B4207B;
}
#ezblog-body .tab_button #button-related a:after {
  background: none repeat scroll 0 0 #B4207B;
}
#component .article-content-Pricing .th-pricing .featured:before {
  color: #B4207B;
}
#component .article-content-Pricing .th-pricing .featured li.plan-action a {
  background: none repeat scroll 0 0 #B4207B;
}
#component .article-content-Pricing .pricing-table .col-feature .col-header {
  background: none repeat scroll 0 0 #B4207B;
}
#component .article-content-Pricing a.btn {
  border-color: #B4207B;
  background-color: #B4207B;
}
#btnSubmit:hover {
  background-color: #B4207B;
}
.blog .article_content .article_icon {
  background-color: #B4207B;
}
.blog .article_content {
  border-top: 3px solid #B4207B;
}
.article_content .page-header h3 a {
  color: #B4207B;
}
.blog .article_content .article_bottom .itemReadmore {
  background-color: #B4207B;
}
#zt-slide a.view:hover {
  background: none repeat scroll 0 0 #B4207B;
}
#zt-slide a.btn {
  background: none repeat scroll 0 0 #B4207B;
}
.blog .article_content .article_bottom .itemReadmore:hover {
  background: none repeat scroll 0 0 #B4207B;
}
.categories-list h3 a {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  color: #B4207B;
}
#zo2-bottom-2-wrap p a {
  color: #B4207B;
}
#zo2-bottom-2-wrap h3.moduletitle:after {
  background: none repeat scroll 0 0 #B4207B;
}
.zt-button {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-last-new-wrap h3.moduletitle:after {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-content-main-wrap .zt-box-icon {
  border: none;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item i:hover {
  border-color: #B4207B;
  background: #B4207B;
}
.zt-box-content .zt-box-link {
  background: #B4207B;
}
.zt-button:hover {
  background: #B4207B;
}
#zo2-footer-wrap .zo2-copyright a {
  color: #B4207B;
}
#zo2-zt-slide-wrap .tp-bullets .tp-bullet {
  background-color: #B4207B;
}
#zo2-zt-slide-wrap .rev-btn {
  background-color: #B4207B !important;
}
#zo2-zt-slide-wrap .rev-btn:hover {
  background-color: #A21D6F !important;
}
#zo2-position-13 h3.moduletitle:after {
  background: none repeat scroll 0 0 #B4207B;
}
#zo2-bottom-2-wrap .newsleter .zt-social-icon-item i:hover {
  background: none repeat scroll 0 0 #B4207B;
}
.header-static ul li i {
  color: #B4207B;
}
.header-action a {
  background-color: #B4207B;
}
.header-action a:hover {
  background-color: #A21D6F;
}
