*,body,html,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,dt{font-family: "Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif}
.banner1 img.a1{display:block;}
.banner1 img.a2{display:none}


/*
Style 1
*/

.zt-gallery{
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #ccc;
    padding: 4px;
}
.zt-gallery .ztshortcodes-gallery{
    border: medium none !important;
    float: left;
    padding: 5px 4px 0;
}
/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  
  display: block;
  font-size: .85em;
  padding: 10px;
}
.zt-parallax-asset-video{
    height: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.zt-parallax-asset-video .zt-content-parallax{
    left: 20px;
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
}
.zt-parallax-asset-inner{
    height: 100% !important;
}
.zt-parallax-asset-video .ui-video-background{
    margin-top: -100px;
}
.zt-parallax-asset-video .ui-video-background ul li{
    float: left;
    list-style: none;
    margin: 0 5px;
    width: 30px;
}
video{
    width: 100%;
}
.ui-icon-play, .ui-icon-pause, .ui-icon-volume-on, .ui-icon-volume-off{
    font-size: 0;
    position: relative;
}
.ui-icon-play:before,
.ui-icon-pause:before,
.ui-icon-volume-on:before,
.ui-icon-volume-off:before{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.ui-icon-play:before{
    content: "\f16a";
}
.ui-icon-pause:before{
    content: "\f03d";
}
.ui-icon-volume-on:before{
    content: "\f028";
}
.ui-icon-volume-off:before{
    content: "\f026";
}

/* =============== Parallax Image ================= */
.zt-parallax-asset{
    background-size: cover;
    background-attachment: fixed;
}
.zt-parallax-asset .zt-content-parallax{
    padding: 0 20px;
}
.zt-social-networks .zt-social-icon-item{
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0 5px 5px 0;
    float: left;
    background-color: #e8e8e8;
    color: #bebdbd;
    transition: all 0.3s ease 0s;
}
.zt-social-networks .zt-social-icon-item:hover{
    opacity: 0.8;
}
.testimonial-content > span{
    display: block;
    padding: 25px;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}
.testimonial-content > span:before{
    border-color: #f6f6f6 transparent transparent;
    border-style: solid;
    border-width: 13px;
    bottom: -26px;
    left: 12px;
    content: "";
    position: absolute;
}
.testimonial-item{
    margin-bottom: 30px;
}
.testimonial-thumbnail{
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 50px;
}
.testimonial-item .company-name{
    line-height: 50px;
}
.testimonial-thumbnail .thumbnail-icon{
    position: relative;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}
.testimonial-thumbnail .thumbnail-icon i{
    z-index: 9;
    line-height: 50px;
}
.testimonial-thumbnail .thumbnail-icon:before{
    background-color: #f6f6f6;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    left: 0;
}

.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 {
  max-width: 100%;
}
.zo2-megamenu .mega-group:before,
.zo2-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .mega.open > .mega-dropdown-menu,
.zo2-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
}
.zo2-megamenu .mega > .mega-dropdown-menu {
  min-width: 160px;
  display: none;
}
.zo2-megamenu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.zo2-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.zo2-megamenu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .mega-group-content {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.zo2-megamenu .mega-group-content:before,
.zo2-megamenu .mega-group-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-group-content:after {
  clear: both;
}
.zo2-megamenu .mega-group-content > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.zo2-megamenu .row-fluid {
  overflow: visible !important;
}
.zo2-megamenu .row-fluid + div .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.zo2-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.zo2-megamenu .mega-inner:before,
.zo2-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.zo2-megamenu .mega-inner:after {
  clear: both;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .caret {

}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .mega-group:after {
  clear: both;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .span12.mega-col-nav .mega-inner {
  padding: 5px;
}
.zo2-megamenu .mega-group {
  *zoom: 1;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .navbar-toggle .icon-bar {
  background-color: #222222;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform-origin: 10% 0;
    -webkit-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    -o-transform-origin: 10% 0;
  }
  .zo2-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .zo2-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
  }
  .zo2-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform-origin: 20% 20%;
    -webkit-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
  }
  .zo2-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .zo2-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 160px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
  .zo2-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    margin-top: 92px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .zo2-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 76px;
  }
  .zo2-megamenu.animate .mega.open > .mega-dropdown-menu,
  .zo2-megamenu.animate .mega.hovering.open > .mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: block !important;
  }
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .banner1 img.a2{display:block;}
.banner1 img.a1{display:none}
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid +div .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
  }
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show .caret,
  .zo2-megamenu .sub-hidden-collapse > .menu-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
}
header#standard-logo {
  display: block;
}
header#retina-logo {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  #standard-logo {
    display: none;
  }
  #retina-logo {
    display: block;
  }
}
.style-switcher {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #738E96;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  position: fixed;
  top: 80px;
  width: 230px;
  height: auto;
  z-index: 9999;
}
.style-switcher.switcher-left {
  left: -230px;
}
.style-switcher.switcher-right {
  right: -230px;
}
.style-switcher .switch-container {
  background-color: #fff;
  width: 230px;
  height: auto;
  padding: 7px 15px;
}
.style-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-switcher ul.options {
  border-bottom: 1px solid #ccc;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 15px 10px;
}
.style-switcher ul.options li {
  display: inline;
  float: left;
  margin-bottom: 0;
  text-align: center;
}
.style-switcher ul.options.layout-select {
  width: auto;
}
.style-switcher ul.options.layout-select li:first-child {
  margin-right: 10px;
}
.style-switcher ul.options.layout-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.layout-select li a {
  color: #fff;
  display: block;
  padding: 4px;
  text-decoration: none;
}
.style-switcher ul.options.layout-select li a img {
  width: auto;
  height: 50px;
}
.style-switcher ul.options.color-select li,
.style-switcher ul.options.background-select li {
  padding: 2px;
  width: 27px;
  margin: 4px;
  border: 1px solid #808080;
}
.style-switcher ul.options.color-select li.selected,
.style-switcher ul.options.background-select li.selected {
  background: #8DC63F;
}
.style-switcher ul.options.color-select li a,
.style-switcher ul.options.color-select li img,
.style-switcher ul.options.background-select li a,
.style-switcher ul.options.background-select li img {
  display: block;
  width: 100%;
  height: 27px;
}
.style-switcher h5 {
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.style-switcher h4 {
  background-color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 30px;
  margin: 0 -40px 15px 0;
  padding: 7px 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 270px;
  height: auto;
  display: inline-block;
  color: #000;
}
.style-switcher h4 .style-switcher-icon {
  float: right;
  font-size: 26px;
  text-align: right;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.style-switcher.switcher-right h4 {
  float: right;
  text-align: right;
  margin-right: 0;
}
.style-switcher.switcher-right h4 .style-switcher-icon {
  float: left;
}



.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.element-invisible {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
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 {
  border: 1px solid #CCC;
  color: #575757;
  padding: 0 12px;
  height: 32px;
  line-height: 32px \9;
  margin-bottom: 10px;
  max-width: 100%;
}
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 {
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: ;
}
textarea {
  border: 1px solid #CCC;
  color: #575757;
  padding: 12px;
  margin-bottom: 10px;
}
textarea:focus {
  border-color: ;
}
select {
  height: 32px;
  padding: 5px;
  line-height: 25px;
}
dt,
dd {
  color: #858585;
  margin: 0 15px 0 0;
}
legend {
  font-weight: 300;
  padding-bottom: 15px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.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;
}
ul.list-striped {
  list-style: none;
}
.item-page .img-wrapper {
  margin-top: 6px;
}
.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
  background: none;
}
.img_caption.left,
.img-intro-left {
  float: left;
  margin: 20px 0;
}
.img_caption.right,
.img-intro-right,
.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;
}
.blog .cat-children h3 {
  font-size: 24px;
}
.blog .cat-children h3.page-header {
  padding: 6px 0;
  margin: 0;
  font-size: 12px;
}
.homepage h2.item-title {
  text-align: center;
  color: #525252;
  font-size: 32px;
}
.items-more .nav-tabs {
  border-top: 1px solid #e2e2e2;
  padding-top: 12px;
}
.items-more .nav-tabs.nav-stacked li a {
  padding: 3px 0;
  border: 0;
}
.items-more .nav-tabs.nav-stacked li a:hover {
  background: #f8f8f8;
}
.homepage .items-leading>div {
  border: none;
}
.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  margin: 0;
}
.page-header a {
  color: #858585;
}
.page-header a:hover,
.page-header a:active,
.page-header a:focus {
  color: ;
}
.dropdown-toggle {
  color: #858585;
}
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  color: ;
}
.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 dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  color: #525252;
  font-size: 100%;
}
.article-info .article-info-inner {
  float: left;
  width: 80%;
}
.article-info .article-info-inner >div {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #525252;
  font-size: 100%;
}
.article-info .article-info-inner >div i {
  color: #404040;
  font-size: 100%;
}
.article-info .article-info-term {
  display: none;
}
.blog .article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #575757;
  font-size: 108%;
  font-weight: 300;
  line-height: 32px;
}
.blog .article-info dd i {
  color: #404040;
  font-size: 100%;
}
.blog .article-info .createdby:before {
  font-family: FontAwesome;
  content: "\f007";
}
.blog .icons .pull-right {
  margin: -7px 0 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;
}
ul.menu li {
  display: inline-block;
}
.zo2-pagination {
  text-align: center;
  width: 100%;
}
.zo2-pagination .counter {
  color: #898989;
  font-size: 13px;
}
.zo2-pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
}
.zo2-pagination ul >li {
  display: inline-block;
  margin: 0 5px;
}
.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;padding:3px 8px;
  border: 1px solid #ebebeb;
}
.zo2-pagination ul >li >span {
  border: 1px solid #ebebeb;padding:3px 8px;
}
.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;
}
#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="email"],
.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;
}
fieldset.filters {
  padding: 20px;
  margin: 0 0 20px 0;
}
.filter-search.alert.alert-info {
  background: none;
  border: 0;
  float: left;
  background-image: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.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: #0C7FCF;
  color: #fff;
}
.edit .nav li.active >a:hover,
.edit .nav li.active >a:active,
.edit .nav li.active >a:focus {
  border: none;
  color: #fff;
}
.edit #jform_tags_chzn {
  width: 100px !important;
}
div#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 {
}
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;
}
.itemImageBorder .modal,
.itemEditLink.modal {
  background-clip: padding-box;
  background-color: 0 !important;
  border: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  left: auto !important;
  margin: 0 !important;
  overflow: hidden;
  position: static !important;
  top: auto !important;
  z-index: 1050;
  display: block;
}
.search #searchForm .inputbox {
  width: 210px;
  margin: 0 10px 0 0;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  float: left;
  margin: 3px 5px 0 0;
  padding: 3px;
}
#finder-search fieldset.word {
  padding: 20px;
}
.item-page .bs-example .btn {
  margin: 0 5px 5px 0;
}
.latestnews li {
  margin: 0 0 15px;
  overflow: hidden;
}
.latestnews li .img {
  padding: 0 10px 0 0;
  margin: 5px 0 0;
}
.latestnews li .post-info {
  padding: 0;
}
.latestnews li .post-info h4 {
  font-size: 108%;
  margin: 0 0 5px;
}
.latestnews li .post-info h4 a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.latestnews li .post-info .moduleItemComments {
  display: block;
  color: #575757;
  font-style: italic;
}
.latestnews li .post-info .moduleItemDateCreated {
  font-size: 91%;
  color: #575757;
}
.zt-choose-us .panel-default {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}
.zt-choose-us .panel-default >.panel-heading {
  padding: 0;
  background: none;
  border-top: 1px dashed #efefef;
}
.zt-choose-us .panel-default >.panel-heading h4 {
  color: #828282;
  font-size: 100%;
  font-weight: 300;
}
.zt-choose-us .panel-default >.panel-heading h4 a {
  padding: 10px 0 10px 30px;
  text-decoration: none !important;
  background: url(../images/icon_accordion.png) 0 10px no-repeat;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  line-height: 20px;
}
.zt-choose-us .panel-default >.panel-heading h4 a:hover,
.zt-choose-us .panel-default >.panel-heading h4 a:focus {
  color: inherit;
}
.zt-choose-us .panel-default >.panel-heading.active h4 {
  color: #363636;
  font-weight: bold;
}
.zt-choose-us .panel-default >.panel-heading.active h4 a {
  background-position: 0 -28px;
}
.zt-choose-us .panel-default .panel-collapse .panel-body {
  color: #828282;
  border: 0;
  padding: 0 0 10px 30px;
  font: 300 108% 'Open Sans', sans-serif;
  text-align: justify;
}
#zt-left .lightbox-modal {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
}
#zt-right .lightbox-modal {
  display: inline-block;
  float: left;
  margin: 0 0 5px 5px;
}
.itemIntroText,
.itemFullText {
  font-size: 100%;
}
div.iheader {
  overflow: hidden;
  line-height: 28px;
  margin: 5px 0 15px;
  text-align: center;
  font-size: 100%;
  border-bottom: 1px solid #c5c5c5;
}
div.iheader > span {
  margin: 0 20px 0 0;
}
div.iheader span.latestItemDateCreated,
div.iheader span.catItemDateCreated,
div.iheader span.catItemTags,
div.iheader span.catItemAuthor,
div.iheader span.userItemCategory,
div.iheader span.userItemTagsBlock,
div.iheader span.latestItemCategory,
div.iheader span.latestItemTags {
  color: #525252;
  float: left;
}
div.iheader span.latestItemDateCreated i,
div.iheader span.catItemDateCreated i,
div.iheader span.catItemTags i,
div.iheader span.catItemAuthor i,
div.iheader span.userItemCategory i,
div.iheader span.userItemTagsBlock i,
div.iheader span.latestItemCategory i,
div.iheader span.latestItemTags i {
  color: #636363;
  font-size: 116%;
}
div.iheader span.latestItemDateCreated a,
div.iheader span.catItemDateCreated a,
div.iheader span.catItemTags a,
div.iheader span.catItemAuthor a,
div.iheader span.userItemCategory a,
div.iheader span.userItemTagsBlock a,
div.iheader span.latestItemCategory a,
div.iheader span.latestItemTags a {
  color: #525252;
}
div.iheader span.latestItemDateCreated a:hover,
div.iheader span.catItemDateCreated a:hover,
div.iheader span.catItemTags a:hover,
div.iheader span.catItemAuthor a:hover,
div.iheader span.userItemCategory a:hover,
div.iheader span.userItemTagsBlock a:hover,
div.iheader span.latestItemCategory a:hover,
div.iheader span.latestItemTags a:hover {
  color: #008aa8;
}
.tagItemCategory a {
  color: #525252;
}
.tagItemCategory a:hover {
  color: #008aa8;
}
.itemView h3 {
  color: #525252;
  font-size: 150%;
}
div.itemComments {
  padding: 0;
}
div.itemComments h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
div.itemComments .form-validate .cform-left {
  padding: 0;
}
div.itemComments .form-validate label {
  display: block;
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
  color: #575757;
  font-size: 108%;
}
div.itemComments .form-validate .inputbox {
  width: 100%;
  font-size: 108%;
}
div.itemComments .form-validate textarea.inputbox {
  height: 177px !important;
  padding: 5px;
}
div.itemComments .form-validate #submitCommentButton {
  float: right;
  margin: 10px 15px;
}
h3.catItemTitle,
h2.tagItemTitle,
h2.latestItemTitle,
h3.userItemTitle,
h2.subCategoryTitle {
  font-size: 216%;
  line-height: 125%;
  text-transform: uppercase;
}
h3.catItemTitle a,
h2.tagItemTitle a,
h2.latestItemTitle a,
h3.userItemTitle a,
h2.subCategoryTitle a {
  color: #525252;
}
h3.catItemTitle a:hover,
h2.tagItemTitle a:hover,
h2.latestItemTitle a:hover,
h3.userItemTitle a:hover,
h2.subCategoryTitle a:hover {
  color: #008aa8;
}
div.catItemIntroText,
div.latestItemIntroText {
  font-size: 100%;
}
.catItemReadMore,
.tagItemReadMore,
.userItemReadMore,
.latestItemReadMore {
  color: #008aa8;
  font-size: 100%;
  display: block;
  text-align: right;
}
.catItemReadMore a,
.tagItemReadMore a,
.userItemReadMore a,
.latestItemReadMore a {
  font-weight: bold;
}
.subCategoryMore {
  font-size: 100%;
  font-weight: bold;
}
.blog-categories li {
  padding: 0 0 7px;
}
.blog-categories li a {
  font-weight: 300;
  font-size: 116%;
  display: block;
  text-decoration: none;
}
.blog-categories li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  color: #a0a0a0;
  margin: 0 8px 0 0;
}
.blog-categories li.active a,
.blog-categories li:hover a {
  font-weight: bold;
}
div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
div.itemComments ul.itemCommentsList li {
  padding: 20px;
  margin: 5px 0;
  background: #F5F5F5;
}
div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
div.itemComments ul.itemCommentsList li .zt-avatar {
  float: left;
  margin: 0 15px 0px 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
div.itemComments ul.itemCommentsList li div div {
  text-align: right;
}
div.itemComments ul.itemCommentsList li div div span {
  margin-left: 20px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
  margin: 0.5em 0 1.5em;
}
div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
.login-form .well {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.login-form .well input {
  min-width: 210px;
}
div.profile fieldset {
  margin: 0 0 30px;
}
div.profile fieldset legend {
  color: #828282;
}
.form-validate .componentheading {
  margin: 0 0 20px 0;
  line-height: 100%;
  font-weight: 300;
}
.form-validate table {
  width: 100%;
}
.form-validate  .k2ProfileHeading {
  background: none repeat scroll 0 0 #F6F6F6;
  color: #222222;
  padding: 8px 8px 28px;
  text-align: left;
  font-weight: 300;
}
.form-validate  .k2ProfileHeading  h3 {
  margin: 0;
}
.form-validate  th {
  text-align: left;
  border: 1px solid #D9D9D9;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: none repeat scroll 0 0 #F6F6F6;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  color: #666666;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  width: 140px;
}
.form-validate tr td {
  border: 1px solid #DDDDDD;
  padding: 6px 10px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #CCCCCC;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}
.form-actions {
  margin: 15px 0 0;
}
.form-validate #genderm-lbl,
.form-validate #genderf-lbl {
  display: inline-block;
  margin: 3px;
}
.box_welcome {
  position: absolute;
  top: -105px;
  left: 10px;
  padding: 12px 0;
  line-height: 30px;
  color: #9c8f8f;
  font: 300 200% 'Open sans', sans-serif;
}
div.tags span {
  font-weight: normal;
}
div.tags span a.label-info {
  font-weight: normal;
  padding: 0;
  background: none !important;
  color: #525252;
  font-size: 100%;
}
div.tags span a.label-info:hover,
div.tags span a.label-info:focus {
  color: ;
  text-decoration: underline;
}
div.tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  color: #404040;
}
div.introText,
.tag-body,
.category-desc {
  font-size: 100%;
  color: #525252;
}
h3.categoryTitle,
.tag-category li h3 {
  color: #525252;
  font-size: 266%;
  font-weight: 300;
  margin: 15px 0 20px;
}
h3.categoryTitle a,
.tag-category li h3 a {
  color: #525252;
}
h3.categoryTitle a:hover,
.tag-category li h3 a:hover {
  color: ;
}
.categories-list >div {
  margin: 0 0 20px;
}
.item-page .itemImage img {
  width: 100%;
}
.profile-edit fieldset {
  margin: 0 0 30px 0;
  padding: 20px;
}
.registration fieldset {
  padding: 20px;
}
.blog .page-header {
  padding: 0;
}
.blog div[class*="items"] .item,
.blog .items-leading > div,
.blog div > div.item {
  margin: 0 0 30px;
}
.blog .item-image:hover ~ .article_content {
  top: 0;
}
.archive .filters select.inputbox {
  min-width: 70px;
  text-align: center;
}
.chzn-container {
  min-width: 60px;
}
#searchForm fieldset {
  padding-bottom: 20px;
}
code {
  white-space: inherit;
}
.block_pricing .pricing_box {
  float: none;
}
.faq_block .zt-accordion .panel-group {
  border-bottom: 1px solid #eee;
}
.faq_block .panel-default {
  border: 0;
}
.faq_block .panel-default >.panel-heading {
  padding: 0;
  border: 0;
  background: none;
}
.faq_block .panel-default >.panel-heading h4 a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.faq_block .panel-default >.panel-heading h4 a:before {
  font-family: FontAwesome;
  content: "\f067";
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  color: #b5b5b5;
  background: #eee;
  margin: 0 15px 0 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.faq_block .panel-default >.panel-heading h4 a:hover {
  color: ;
}
.faq_block .panel-default >.panel-heading h4 a:hover:before {
  color: #fff;
  background: ;
}
.faq_block .panel-default >.panel-heading.active h4 a:before {
  content: '\f068';
}
.faq_block .panel-default .panel-body {
  border: 0 !important;
}
.contact .page-header h1 {
  text-align: center;
  text-transform: uppercase;
}
.contact #contact-form input[type="text"],
.contact #contact-form input[type="email"] {
  height: 40px;
  line-height: 40px \9;
}
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="email"]:hover {
  border: 3px solid #000;
}
.contact #contact-form textarea {
  height: 220px;
}
.contact #contact-form textarea:hover {
  border: 3px solid #000;
}
.pricing_box a.button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border: 0;
  outline: 0;
  background: #eee !important;
  font-size: 133%;
  text-align: center;
  color: #333 !important;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.pricing_box a.button:hover,
.pricing_box a.button:focus {
  background: #CFCFCF !important;
  border: 0;
  outline: 0;
}
.pricing_box li.no {
  text-decoration: line-through;
  color: #C0C0C0;
}
.pricing_wrap_3 .featured .pricing_box {
  position: relative;
  top: -40px;
  margin-left: -1px;
  margin-right: -1px;
  -webkit-transition: box-shadow 0.25s ease 0s;
  -moz-transition: box-shadow 0.25s ease 0s;
  -o-transition: box-shadow 0.25s ease 0s;
  -webkit-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
  box-shadow: 5px 0 30px rgba(0,0,0,0.3);
}
.pricing_wrap_3 .featured .pricing_box ul {
  padding: 40px 0;
}
.pricing_wrap_3 .featured .pricing_box .header,
.block_pricing .dynamic_featured .pricing_box .header {
  background: ;
  color: #fff;
}
.pricing_wrap_3 .featured .pricing_box a.button,
.block_pricing .dynamic_featured .pricing_box a.button {
  background:  !important;
  color: #fff !important;
}
.pricing_wrap_3 .featured .pricing_box a.button:hover,
.pricing_wrap_3 .featured .pricing_box a.button:focus,
.block_pricing .dynamic_featured .pricing_box a.button:hover,
.block_pricing .dynamic_featured .pricing_box a.button:focus {
  background: #CFCFCF !important;
  border: 0;
  outline: 0;
}
.about-us .progress {
  height: 10px;
  position: relative;
  overflow: visible;
}
.about-us .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
}
.about-us .progress .progress-bar:before {
  content: '';
  background: ;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: capabilitieswidth 10s ease-out;
  animation: capabilitieswidth 10s ease-out;
  -moz-animation: capabilitieswidth 10s ease-out;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}
.about-us .progress .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #000;
  -webkit-animation: opacity 10s ease-out;
  animation: opacity 10s ease-out;
  -moz-animation: opacity 10s ease-out;
}
.about-us h2 {
  font-size: 200%;
  text-align: center;
  text-transform: uppercase;
}
.about-us .subtitle {
  font-size: 140%;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  margin: 20px 0;
}
.about-us .item_inner {
  text-align: center;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #eee;
}
.about-us .item_inner .info h3 {
  margin: 10px 0;
  font-size: 130%;
}
.about-us .item_inner .info .social a {
  display: inline-block;
  padding: 3px;
}
.about-us .item_inner .info .social a:hover {
  color: #CFCFCF;
}
.about-us .whatwedo > .row {
  margin-bottom: 20px;
}
.about-us .whatwedo > .row h3 {
  font-size: 140%;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.transition-hover {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.transition-06 {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.transform-3 {
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
.img-filter {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
body .zo2-wrapper {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
body .zo2-wrapper #zo2-mega-menu {
  font-size: 12px;
}
.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: 160px;
  display: none;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module .module-title {
  font-size: 170%;
  margin: 0 0 10px 0;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul {
  margin: 0 0 0 15px;
}
.zo2-megamenu .mega > .mega-dropdown-menu .mega-dropdown-inner .module ul li a {
  color: #4F4F4F;
  display: block;
  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 .col-md-12.mega-col-nav .mega-inner {
  padding: 0;
}
.zo2-megamenu .mega-nav,
.zo2-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zo2-megamenu .mega-nav > li,
.zo2-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.zo2-megamenu .mega-nav > li a,
.zo2-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
}
.zo2-megamenu .mega-group > .mega-nav,
.zo2-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.zo2-megamenu .zo2-module {
  margin-bottom: 10px;
}
.zo2-megamenu .zo2-module .module-title {
  margin-bottom: 0;
}
.zo2-megamenu .zo2-module .module-ct {
  margin: 0;
  padding: 0;
}
.zo2-megamenu .zo2-module .module-ct ul {
  list-style: square;
}
.zo2-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.zo2-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.zo2-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.zo2-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.zo2-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.zo2-megamenu .mega-align-justify {
  position: static;
}
.zo2-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.zo2-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.zo2-megamenu .nav .caret,
.zo2-megamenu .dropdown-submenu .caret,
.zo2-megamenu .mega-menu .caret {
  display: none;
}
.zo2-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.zo2-megamenu .nav [class^="icon-"],
.zo2-megamenu .nav [class*=" icon-"] {
  margin-right: 5px;
}
.zo2-megamenu .mega.dropdown-submenu > .mega-dropdown-menu {
  top: 0;
  left: 100%;
}
@media (min-width: 768px) {
  .zo2-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .zo2-megamenu.animate .mega.hovering > .mega-dropdown-menu {
    display: 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.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .zo2-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid,
  .zo2-megamenu .mega-dropdown-menu,
  .zo2-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .zo2-megamenu .hidden-collapse,
  .zo2-megamenu .always-show  .caret,
  .zo2-megamenu .sub-hidden-collapse > .nav-child,
  .zo2-megamenu .sub-hidden-collapse .caret,
  .zo2-megamenu .sub-hidden-collapse > a:after,
  .zo2-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .zo2-megamenu .mega-caption {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zo2-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .zo2-megamenu .row-fluid + .row-fluid {
    border-top: 1px solid #999;
  }
  .zo2-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .zo2-megamenu .zo2-module {
    margin-bottom: 0;
  }
  .zo2-megamenu .mega-nav > li a,
  .zo2-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 20px;
  }
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu:before {
  left: 150px;
  display: none;
}
#zo2-mega-menu .navbar-toggle {
  margin: 0;
  padding: 9px 7px;
  border-radius: 0;
  -moz-border-radius: 0;
  float: left;
  margin: 7px 0 0;
}
#zo2-mega-menu .featuresWrap {
  position: static;
}
#zo2-mega-menu .featuresWrap .custom_block .custom {
  padding: 10px 0;
}
#zo2-mega-menu .featuresWrap .custom_block .img {
  display: block;
  padding: 15px 0;
}
#zo2-mega-menu .navbar-default {
  background: none;
  border: 0;
  margin: 0;
}
#zo2-mega-menu .navbar-default .navbar-collapse {
  padding: 0;text-align:right;
}
#zo2-mega-menu .navbar-default ul.navbar-nav {
  border-left: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .navbar-default ul.navbar-nav .caret {
 
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li {
  border-right: 1px solid rgba(233,233,233,0.1);
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  color: #000;
  font-size: 100%;
  background: none !important;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
  background:  !important;
  color: #b10b0b
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li.active > a {
   color: #b10b0b
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu {

  top: 75px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu:before {
  display: none;
  border-style: solid;
  border-width: 0 4px 4px;
  border-color:  transparent;
  position: absolute;
  top: -9px;
  left: 35px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f0de";
  color: #ffffff;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li > .mega-dropdown-menu .mega-dropdown-menu {
  top: -2px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu {
  padding: 20px;padding-right:25px;padding-left:15px;
  margin: 0;
  background:rgba(255,255,255,0.8);border-radius:7px;text-align:right;
  font-size: 100%;padding-bottom:15px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner {
  padding: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .mega-inner .module {
  padding: 0 15px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  font-size: 14px;
  color: #333333 !important;
  font-weight: 700;
  background: none !important;
  text-transform: uppercase;
  border: 0 !important;
  margin: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu .module-title {
  padding: 0px 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li a {
  padding: 5px 10px;
  color: #333;
  font-size: 14px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:first-child > a {
  border-top: 0;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a {
  background: none !important;
  color: #6485ff !important;
  text-indent: 10px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.dropdown-submenu > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin: 0;
}
.offcanvas {
  background-color: rgba(0,0,0,0.95);
  position:fixed;
  -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: 100%;
  height: 100%;
}
.offcanvas .sidebar-close {
  font-size: 2em;
  color: #ccc;
  padding: 5px 15px;
  width: 20px;
  height: 30px;
  float: right;
}
.offcanvas .sidebar-close:before {
  background-color: #fff;
  content: "";
  height: 20px;
  right: 20px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(45deg);
}
.offcanvas .sidebar-close:after {
  background-color: #fff;
  content: "";
  height: 20px;
  right: 20px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(-45deg);
}
.offcanvas.active {
  left: 0;
  opacity: 1;
}
.zo2-wrapper {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  padding-left: 0;
  padding-right: 0;
}
.zo2-wrapper:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.2);
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.zo2-wrapper.offcanvas-push {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transform: translate3d(350px,0,0);
  -webkit-transform: translate3d(350px,0,0);
  -ms-transform: translate3d(350px,0,0);
  -o-transform: translate3d(350px,0,0);
  overflow: hidden;
}
.zo2-wrapper.offcanvas-push:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
  height: 100%;
}
body.overflow-hidden {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.offcanvas-overlay {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  opacity: 0.5;
  position:absolute;
  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: 0;
  top: 0;
  z-index: 1000;
  width: 350px;
  transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  -o-transform: translateX(-350px);
}
.offcanvas .sidebar-nav {
  left: 0;
  margin: 0;
  position:fixed;
  top: 42px;
  width: 100%;
}
.offcanvas .sidebar-nav ul li {
  list-style: none;
}
.offcanvas .sidebar-nav ul li a {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #939393;
  display: block;
  text-decoration: none;
  padding: 11px 0 11px 15px;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.offcanvas .sidebar-nav ul li a:hover {
  color: #fff;
}
.offcanvas .sidebar-nav ul.nav-sub {
  margin-left: 20px;
}
.offcanvas .sidebar-nav > ul > li.nav-active > a {
  color: #fff;
}
.offcanvas .sidebar-nav > ul > li:first-child {
  border-top: 1px solid rgba(0,0,0,0.15);
}
.offcanvas.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas.active .sidebar-nav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
body.overflow-hidden > * {
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
}
.nav-parent {
  position: relative;
}
.nav-parent > .nav-oc-toggle {
  border: 0 !important;
  font-size: 15px;
  line-height: 42px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  width: 42px;
  height: 42px;
}
.nav-parent > .nav-oc-toggle:focus {
  outline: none;
}
.icon-caret-up {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
}
.icon-caret-up:focus {
  outline: none;
}
.dropdown-menu {
  z-index: 2000;
}
.nav-parent > .nav-oc-toggle {
  font-family: FontAwesome;
}
.nav-parent > .nav-oc-toggle:before {
  content: "\f107";
}
.button-canvas {
  cursor: pointer;
  display: block;
  padding-top: 10px;
}
.button-canvas .r_icon-bar {
  display: block;
  height: 2px;
  margin: 0 auto 5px;
  transform-origin: 5px 1px 0;
  width: 20px;
  background: #333333;
}
.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 {
  transform: translate3d(-350px,0px,0px);
  -webkit-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.rtl .offcanvas .sidebar-nav ul {
  margin-left: 0;
  padding-left: 0;
}
.rtl .nav-parent > .nav-oc-toggle {
  left: 0;
  right: auto;
  transform: rotate(90deg);
}
.rtl .offcanvas .sidebar-nav {
  padding-left: 0;
  padding-right: 20px;
}
#zo2-mega-menu,
#zo2-mega-menu .navbar {
  position: static;
}
#zo2-zt-top-nav-wrap .container {
  position: relative;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-header-logo {
  margin: 10px 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-mega-menu {
  margin-top: 14px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 {
  margin-top: 25px;
}

#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000000;
  border-radius: 100%;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-icon {
  opacity: 1;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search .search-icon .fa-search {
  font-size: 14px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search-inner {
  top: -8px;
}
.is-sticky #zo2-zt-top-nav-wrap {
  background: url(../images/bg-content-upcoming.png);
}
#zo2-mega-menu .level-top {
  float: right;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu {
  top: 73px;
}
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:hover > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li:focus > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.active > a.group-title,
#zo2-mega-menu .navbar-default ul.navbar-nav > li .mega-dropdown-menu li.open > a.group-title {
  text-indent: 0;
}
.fa-2x {
  width: 25px;
  height: 20px;
}
#zo2-mega-menu .featuresWrap .mega-dropdown-menu > .mega-dropdown-inner .row {
  margin: 0;
}
#zo2-mega-menu .featuresWrap .mega-dropdown-menu > .mega-dropdown-inner .row > .mega-col-nav {
  padding: 0 15px 0 0;
}
#zo2-mega-menu .mega .mega-dropdown-menu > .mega-dropdown-inner .row > .mega-col-nav {
  padding: 0 0px 0 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #525252;
}
.transition-btn {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
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;
}
ul.mostread li {
  float: left;
  display: inline-block;
  padding-right: 6px;
  margin: 3px 0;
}
ul.mostread li a {
  display: block;
  padding: 4px 15px;
  border: 1px solid #e8e8e8;
  color: #666;
  font-size: 11px;
}
ul.mostread li a:hover {
  background-color: #333333;
  padding: 4px 17px 4px 15px;
  color: #fff;
}
.clearfix {
  clear: both;
}
.zt-typo-boxes {
  border-bottom: 1px solid #e2e3e5;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.zt-typo-boxes-inside {
  padding: 0 10px;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 350%;
}
h2 {
  font-size: 275%;
}
h3 {
  font-size: 240%;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 150%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
pre,
.zt-code1,
.zt-code2,
.zt-code3 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #222;
  font: normal .92em/32px 'Curier New', monospace !important;
  margin: 0;
  padding: 20px;
}
pre,
.zt-code1 {
  background: #d3d9f5;
}
.zt-code2 {
  background: #d6edd5;
}
.zt-code3 {
  border: 1px solid #eee;
  background-color: #fefefe;
  color: #363636;
  padding-left: 82px !important;
}
.zt-code3 h4 {
  background: none repeat scroll 0 0 #A8B4EF;
  color: #fff;
  margin: 0 0 0 -64px !important;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  top: 0;
  width: 55px;
}
.zt-highlight1,
.zt-highlight2,
.zt-highlight3,
.zt-highlight4 {
  cursor: default;
  padding: 1px 5px;
  text-shadow: none;
}
.zt-highlight1 {
  background: #e5e5e5;
  color: #2f2f2f;
}
.zt-highlight2 {
  background: #7fb2ff;
  color: #fff;
}
.zt-highlight3 {
  background: #ff7f7f;
  color: #fff;
}
.zt-highlight4 {
  background: #ffe400;
  color: #2f2f2f;
}
.zt-unordered-lists li {
  list-style: none;
  padding: 2px 0;
}
.zt-unordered-lists li i,
.zt-unordered-lists li [class*="fa-"] {
  font-size: 14px;
  width: 20px;
}
.zt-typo-inside blockquote {
  border: none;
  font-style: italic;
  margin: 20px 0;
}
.zt-typo-inside blockquote p {
  font-size: 100%;
}
.zt-typo-inside blockquote small:before {
  content: "";
}
.zt-typo-inside blockquote div {
  display: block;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-left {
  bottom: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote1 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i {
  color: #CACACA;
  font-size: 14px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-left {
  top: 30px;
  left: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote2 i.fa-quote-right {
  top: 30px;
  right: 30px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-left {
  bottom: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote3 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  padding: 0 48px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-left {
  top: 30px;
  left: 50px;
}
.zt-typo-inside blockquote div.zt-blockquote4 i.fa-quote-right {
  top: 30px;
  right: 50px;
}
.zt-typo-inside blockquote div i {
  position: absolute;
}
.zt-typo-boxes-inside > p {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-typo-boxes-inside > p i {
  font-size: 19px;
  width: 30px;
  text-align: center;
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: none;
}
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-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-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;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    margin-left: -28px;
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap div {
    float: left;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    width: 222px;
  }
  .zo2-wrapper #zo2-mega-menu .navbar-default ul.navbar-nav > li > a {
    padding: 0 15px;
  }
  .zo2-wrapper #zo2-position-8 .latest_articles .owl-theme .owl-controls,
  .zo2-wrapper #zo2-position-8 .latest_articles .loading {
    display: none !important;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap .w-instagram .carousel-wrap .carousel-slider .carousel-item .carousel-item-inner img {
    height: auto;
  }
  .category .zo2-wrapper .blog .items-row > div {
    float: none;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    float: left;
    margin: 0 5px;
    width: 48% !important;
  }
  iframe {
    width: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
    padding-left: 15px;
  }
  .home-3 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container,
  .home-4 .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container {
    padding: 0;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 1030px;
  }
}
@media (max-width: 1020px) {
  #zo2-slideshow-wrap .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap .w-instagram .carousel-wrap .carousel-slider .carousel-item .carousel-item-inner img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact,
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 50%;
  }
  iframe {
    width: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: block;
    float: left;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    padding-right: 15px;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: block;
    float: left;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 .d-wap {
    float: left;
  }
  .home-2 .button-canvas,
  .home-3 .button-canvas,
  .home-4 .button-canvas,
  .home-5 .button-canvas {
    color: #ffffff;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 770px;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    width: 33%;
    max-height: 100%;
  }
  .homepage .blog-featured .items-row .item h1.item-title a,
  .home-2 .blog-featured .items-row .item h1.item-title a,
  .home-3 .blog-featured .items-row .item h1.item-title a {
    font-size: 14px;
  }
  .blog .zo2-wrapper .blog .items-row > div,
  .blog-list .zo2-wrapper .blog .items-row > div {
    float: none;
  }
}
@media (max-width: 768px) {
  .button-canvas {
    padding-top: 28px;
    position: relative;
    left: 10px;
  }
  .button-canvas .fa-2x {
    border-color: #e5bd05;
  }
  .button-canvas .fa-2x:after {
    left: 0;
    background: #e5bd05;
    bottom: 7px;
  }
  .home-4 .zo2-wrapper #zo2-h3-about-wrap .w-about .ab-right {
    background: #fafafa;
  }
  .home-4 .zo2-wrapper .items-row .item {
    width: 49%;
  }
  .home-5 .zo2-wrapper #zo2-h4-aboutus-wrap .w-aus .us-item img {
    margin: auto;
  }
  .home-5 .zo2-wrapper #zo2-h4-africa-wrap .w-af .af-left {
    background: #99bf38;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    padding: 0 25%;
    width: auto;
  }
  .zo2-wrapper .fa-2x::after {
    bottom: 14px;
  }
  .zo2-wrapper #zo2-ztstarting-wrap .s-item {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztstarting-wrap .s-item .s-img img {
    margin: auto;
  }
  .zo2-wrapper #zo2-ztmission-wrap .w-mission .m-item img {
    margin: auto;
    float: none;
  }
  .zo2-wrapper #zo2-position-8 .module h3.moduletitle span {
    font-size: 14px;
  }
  .zo2-wrapper #zo2-position-8 .latest_articles .owl-theme .owl-controls,
  .zo2-wrapper #zo2-position-8 .latest_articles .loading {
    display: none !important;
  }
  .blog-featured .items-row .item {
    width: 50%;
    float: left;
    max-height: 430px;
    overflow: hidden;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    margin: 0 5px;
    width: 48% !important;
  }
  .blog-list .zo2-wrapper .blog .items-row > div {
    float: none;
  }
  .plan .head h2 {
    font-size: 18px;
  }
  .plan .btn {
    padding: 10px 15px;
  }
  iframe {
    width: auto;
  }
}
@media (min-width: 768px) {
  .zo2-wrapper #zo2-position-0 .search-inner {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .button-canvas {
    z-index: 9876;
    text-align: center;
  }
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    margin: 0px;margin-top:15px
  }
  .homepage .zo2-wrapper .button-canvas {
    position: relative;
    text-align: center;
  }
  .home-5 .zo2-wrapper #zo2-ztbottom-wrap .w-signup button {
    width: 270px;
    padding: 0;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 {
    padding: 0;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p {
    font-size: 12px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
    margin: 0 5px 0 10px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 35%;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl {
    padding: 0 30px;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl h2 {
    font-size: 25px !important;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl p.sl-text {
    font-size: 14px;
  }
  .zo2-wrapper .blog-featured .items-row .item {
    width: auto;
    text-align: center;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image {
    width: 100%;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image img {
    margin: auto;
  }
  .zo2-wrapper .blog-featured .items-row .item .item-image .position-left {
    left: 25%;
    margin-left: -8px;
    position: absolute;
  }
  .zo2-wrapper #zo2-ztinstagram-wrap {
    display: none;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-33 {
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks {
    text-align: center;
    display: inline-block;
    float: none;
  }
  .zo2-wrapper #zo2-position-33 {
    display: none;
  }
  .zo2-wrapper #zo2-position-0 {
    padding: 0;
    right: auto;
  }
  .zo2-wrapper #zo2-position-0 .search {
    text-align: center;
  }
  .zo2-wrapper #zo2-position-0 .search .search-inner {
    display: inline-block;
    position: relative;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    margin: auto;
  }
  .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
    display: none;
  }
  .zo2-wrapper .introText .pricing-tables .pricing-item {
    width: 100%;
  }
  .zo2-wrapper #zo2-position-0 {
    display: none;
  }
  .zo2-wrapper #zo2-search320-wrap {
    position: relative;
    height: 0px;
    top: -82px;
    display: block;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search {
    float: left;
    margin-right: 0;
    position: absolute;
    width: 100%;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-close {
    right: 35px !important;
    top: 15px !important;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #666666;
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-inner {
    width: 100%;
    right: auto;
    left: 0;
    z-index: 1;
    top: 15px;
  }
  .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
    font-style: normal;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap {
    top: -82px;
    z-index: 8888;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search {
    top: 30px;
  }
  .home-2 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #ffffff;
  }
  .home-5 .zo2-wrapper #zo2-search320-wrap #zo2-position-38 .search .search-icon {
    color: #ffffff;
  }
  .blog-grid .zo2-wrapper .blog .items-row > div {
    width: 100% !important;
  }
  .home-5 .zo2-wrapper #zo2-body-wrap #zo2-component-wrap #zo2-component .blog-featured .items-row .item {
    width: 100%;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    max-height: 100%;
  }
  .home-2 .button-canvas,
  .home-3 .button-canvas,
  .home-4 .button-canvas,
  .home-5 .button-canvas {
    color: #ffffff;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search,
  .home-4 .zo2-wrapper #zo2-position-38 .search,
  #zo2-search320-wrap .zo2-wrapper #zo2-position-38 .search {
    float: left;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner,
  #zo2-search320-wrap .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 480px;
    right: -115px;
  }
  .zo2-wrapper #zo2-ztdoing-wrap .w-doing .why-us .w-signup input {
    width: 245px;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item {
    margin: 0;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item .item {
    margin-bottom: 20px;
  }
  .home-5 .zo2-wrapper #zo2-h4-reasons-wrap .son-item img {
    width: 100%;
  }
  .home-5 .zo2-wrapper #zo2-counter-home4-wrap .zt-count-asset {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .blog .zo2-wrapper .blog .items-row > div,
  .blog-list .zo2-wrapper .blog .items-row > div,
  .blog-grid .zo2-wrapper .blog .items-row > div {
    float: none;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .homepage .zo2-wrapper #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo img {
    padding-left: 60px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 {
    width: 100%;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
    width: 100%;
    text-align: left;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p {
    font-size: 12px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
    margin: 0 0 0 20px;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
    width: 100%;
    text-align: center;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-position-0 {
    display: none;
  }
  .zo2-wrapper #zo2-ztsocial-top-wrap #zo2-header-logo {
    z-index: 100;
  }
  .zo2-wrapper #zo2-slideshow-wrap .ztsl h2 {
    font-size: 30px;
  }
  .zo2-wrapper #zo2-canvas-menu {
    width: auto;
  }
  .zo2-wrapper #zo2-canvas-menu .button-canvas {
    margin-left: 15px;
  }
  .zo2-wrapper #zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li {
    font-size: 9px;
  }
  .zo2-wrapper #zo2-breadcrumb-wrap #zo2-position-2 ul.breadcrumb li a {
    font-size: 9px;
  }
  .zo2-wrapper .blog-featured .items-row .item .position-left .date {
    left: -40px;
  }
  .zo2-wrapper #zo2-search320-wrap {
    display: block;
  }
  .gallery-video .introText > .row {
    margin-left: -30px;
  }
  .gallery-video .introText > .row > div {
    padding-left: 0;
  }
  .homepage .blog-featured .items-row,
  .home-2 .blog-featured .items-row,
  .home-3 .blog-featured .items-row {
    padding: 15px;
  }
  .homepage .blog-featured .items-row .item,
  .home-2 .blog-featured .items-row .item,
  .home-3 .blog-featured .items-row .item {
    float: none;
  }
  .home-3 .zo2-wrapper #zo2-canvas-menu,
  .home-4 .zo2-wrapper #zo2-canvas-menu {
    width: 15%;
  }
  .home-3 .zo2-wrapper #zo2-canvas-menu .button-canvas,
  .home-4 .zo2-wrapper #zo2-canvas-menu .button-canvas {
    margin-left: -15px;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search,
  .home-4 .zo2-wrapper #zo2-position-38 .search {
    float: left;
  }
  .home-3 .zo2-wrapper #zo2-position-38 .search .search-inner,
  .home-4 .zo2-wrapper #zo2-position-38 .search .search-inner {
    width: 300px;
    right: -50px;
    z-index: 9877;
  }
}
@media (max-width: 320px) {
  .offcanvas {
    width: 320px;
  }
}
#zo2-ztbottom-wrap h1{font-size:22px;color:#fff;text-align:center;margin:0;margin-bottom:54px;}
h3.moduletitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 0 12px 0;
}
.custom {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.module.border-black h3.moduletitle {
  border-bottom: 2px solid #000000;
}
.module.border-color h3.moduletitle {
  border-bottom: 2px solid #7bb421;
}
.module.color h3.moduletitle {
  color: #7bb421;
}
.module.black-box {
  background: none repeat scroll 0 0 #1f1f1f;
  color: #808080;
  padding: 24px;
}
.module.black-box h3 {
  color: #fff;
}
.module.green-box {
  background-color: #7bb421;
  color: #e1eecd;
  padding: 24px;
}
.module.green-box h3 {
  color: #fff;
}
.module.gray-box {
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 24px;
}
.module.border-box {
  border: 1px solid #e2e2e2;
  padding: 24px;
}
.module.green-title h3 {
  color: #ffffff;
  padding-left: 12px;
  margin-bottom: 24px;
  background: #7bb421;
}
.module.black-title h3 {
  margin-bottom: 24px;
  background: #1f1f1f;
  color: #ffffff;
  padding-left: 12px;
}
.module.gray-title h3 {
  background-color: #f0f0f0;
  color: #444444;
  padding-left: 12px;
  border: 0 none;
}
.module.big-title h3 {
  font-size: 24px;
  line-height: 30px;
}
#zo2-suffix-9 {
  padding-left: 0;
  padding-right: 0;
}
.module.border-green-top h3 {
  border-top: 2px solid #7bb421;
  border-bottom: 0 none;
}
.module.border-black-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #000000;
}
.module.border-gray-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid #696969;
}
.module.border-red-top h3 {
  border-bottom: 0 none;
  border-top: 2px solid red;
}
#zo2-border-bottom-wrap {
  padding-top: 40px;
}
#zo2-tilter-wrap {
  margin-top: 30px;
}
.menu-accordion ul li {
  position: relative;
}
.menu-accordion ul li span.expand {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  top: 6px;
}
.menu-accordion ul li span.expand.active:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li span.expand:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
}
.menu-accordion ul li h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-accordion h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
}
.menu-accordion h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
}
.categories-modulemenu-accordion ul {
  display: none;
  padding-left: 7px;
  box-shadow: -3px 0 0 0 rgba(0,0,0,0.08);
  margin-left: 10px;
}
#zo2-suffix-1-wrap >.container,
#zo2-suffix-box-wrap >.container,
#zo2-border-top-wrap >.container {
  padding-bottom: 30px;
}
.red-title h3.moduletitle {
  background: ;
}
.green-title h3 {
  background-color: #7bb421;
  text-align: left;
  padding-left: 24px;
}
.black-title h3 {
  background-color: #1f1f1f;
  text-align: left;
  padding-left: 24px;
}
.border-gray h3.moduletitle {
  border-bottom: 2px solid gray;
}
.border-green h3.moduletitle {
  border-bottom: 2px solid green;
}
.border-red h3.moduletitle {
  border-bottom: 2px solid red;
}
h3.moduletitle::after {
  display: none;
}
#zo2-position-7 .green-title h3.moduletitle,
#zo2-position-7 .black-title h3.moduletitle {
  padding: 12px 0 12px 15px;
}
#zo2-position-7 .green-title .custom,
#zo2-position-7 .black-title .custom {
  padding-left: 15px;
}
#zo2-suffix-1-wrap h3.moduletitle,
#zo2-suffix-box-wrap h3.moduletitle,
#zo2-border-top-wrap h3.moduletitle {
  background: none;
}
#zo2-header-wrap .logo_retina {
  display: none;
}
#zo2-header-wrap .logo_normal {
  display: block;
}
@media screen and (min-resolution: 2dppx) {
  #zo2-header-wrap .logo_normal {
    display: none;
  }
  #zo2-header-wrap .logo_retina {
    display: block;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #zo2-header-wrap .logo_normal {
    display: none;
  }
  #zo2-header-wrap .logo_retina {
    display: block;
  }
}
body {
  color: #000000;
  background: #fff;
  overflow-x: hidden;
}
body.modal-open,
.body-overlayed {
  overflow: auto !important;
}
.zo2-wrapper {
  margin: 0 auto;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.zo2-wrapper ul,
.zo2-wrapper ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zo2-wrapper p {
  margin: 12px 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
}
.modal-body {
  padding: 10px;
}
body.modal-open {
  margin-right: 0;
  overflow: visible;
}
body.form.body-overlayed {
  overflow: inherit;
}
.sticky-wrapper {
  height: auto !important;
}
.is-sticky {
  position: relative;
  z-index: 1010;
}
.is-sticky #zo2-header,
.is-sticky #zo2-zt-top-nav-wrap {
  border-bottom: 1px solid #6a6d6a;
  max-width: none;
  width: 100%;
}
body.boxed .zo2-wrapper .is-sticky #zo2-header {
  width: auto;
}
body.boxed .zo2-wrapper .is-sticky #zo2-zt-top-nav-wrap {
  width: auto;
}
#gototop {
  width: 58px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 170%;
  display: none;
  border: 1px solid #ff8b0c;
}
#gototop:hover {
  background: #ff8b0c;
  color: #ffffff;
}
#zo2-footer-copyright .col-md-5{
font-size:18px;
color:#899aac;}
a {
  padding: 0;
}
a:hover {
  background: none;
  text-decoration: none;
}
#zo2-slide {
  padding: 0;
}
#zo2-position-0 {
  border-right: 1px solid #e9e9e9;
  right: -50px;
}
#zo2-position-0 .search .search-icon {
  display: none;
}
#zo2-position-0 .search .search-inner .search-close {
  display: none;
}
#zo2-position-0 .search .search-inner .form-inline input {
  margin: 0;
  height: 40px;
  width: 200px;
  float: right;
  border: 0;
  background:none;font-size:13px;
}
#zo2-position-0 .search .search-inner .form-inline button.button {
  position: absolute;
  right: 0;
  border: 0;background:none;height:41px;
  z-index: 565;border-right:1px solid #cecece;
}
#zo2-position-0 .search .search-inner .form-inline button.button:before {
 font-family: FontAwesome;
  content: "\f002";
  color: #666666;
  height: 29px;
  width: 30px;
}
.zo2-wrapper a:focus {
  outline: none;
}
.zo2-wrapper .container {
  padding: 0;
}
.btn-success {
  background: #b10b0b;
  border-color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.btn-success:hover,
.btn-success:focus {
  color: #ff992b;
  background: none;
  border-color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.zo2-wrapper .zt-progress {
  width: 100%;
}
.column-modal #zo2-component .introText > div:nth-of-type(2) {
  padding: 0 15px;
}
.tabs #zo2-component .introText > .row {
  margin: 0;
}
.social #zo2-component .introText a.zt-social-icon-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.zo2-wrapper #zo2-body-wrap {
  background: #ffffff;
}
#zo2-ztsocial-top-wrap {
  background: #e3e3e3;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .social-right {
  display: none;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p {
  display: inline-block;
  font-size: 13px;
  margin: 0 15px;
  padding-top: 6px;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p .fa {
  padding-right: 6px;
}
#zo2-ztsocial-top-wrap #zo2-position-4 p:last-child {
  margin-right: 0;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .social-right {
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 85;
  display: block;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  background: none;
  text-align: left;
  padding-left: 0;
  color: #666666;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p:first-child {
  margin-left: 0;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a {
  display: inline-block;font-size:13px;
  color: #666666;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztsocial-top-wrap #zo2-position-4 .t-contact a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks {
  float: right;
}
#zo2-ztsocial-top-wrap #zo2-position-33 .zt-social-networks a {
  
}
#zo2-search320-wrap {
  display: none;
}
#zo2-position-7 .module {
  margin-bottom: 60px;
}
#zo2-position-7 .module h3.moduletitle {
  padding-top: 0;
  margin-top: 0;
  line-height: 9px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 25px;
}
#zo2-position-7 .module h3.moduletitle span {
  font-size: 18px;
  font-weight: bold;
}
#zo2-position-7 .module h3.moduletitle:before {
  content: "";
  background: #b10b0b;
  height: 1px;
  width: 50px;
  position: absolute;
  margin-top: 38px;
}
#zo2-position-7 .module ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
  list-style: square inside;
}
#zo2-position-7 .module ul li a {
  color: #8e8d8d;
  display: inline-block;
  padding-left: 10px;
}
#zo2-position-7 .flickr {
  background: #ffffff;
  padding-bottom: 5px;
}
#zo2-position-7 .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-7 .flickr .zt-gallery .ztshortcodes-gallery:hover:before {
  background: #000000;
  opacity: 0.5;
  width: 76px;
  height: 76px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .module {
  margin-bottom: 60px;padding:0 10px;
}
#zo2-position-8 .module h3.moduletitle {
  padding-top: 0;
  margin-top: 0;
  line-height: 9px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}
#zo2-position-8 .module h3.moduletitle span {
  font-size: 18px;
  font-weight: bold;
  color: #252525;
}
.blog{padding:0 10px;}
#zo2-position-8 .module h3.moduletitle:before {
  content: "";
  background: #b10b0b;
  height: 1px;
  width: 50px;
  position: absolute;
  margin-top: 39px;
  bottom: 0;
}
#zo2-position-8 .module ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;list-style:none;
}
#zo2-position-8 .module ul li a {
  color: #8e8d8d;
  display: inline-block;
  padding-left: 18px;background: url(../images/icon_dot1.png) no-repeat left center;
}
#zo2-position-8 .module ul li a:hover,#zo2-position-8 .module ul li.current a{background:url(../images/icon_dot1_current.png) no-repeat left center;color:#b10b0b}
#zo2-position-8 .latest_articles .mod-content .zt-category {
  padding: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 {
  margin-top: 20px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item {
  clear: left;
  width: 100% !important;
  margin-bottom: 15px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail a {
  max-width: 100px;
  max-height: 100px;
  float: left;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .post-thumnail a img {
  border: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content h3 {
  overflow: hidden;
  padding: 0 0 0 5px;
  font-size: 14px;
  margin: 0 0 15px 0;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content h3 a {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  max-width: 100%;
  max-height: 100%;
  line-height: 22px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .item .zt-article_content span.created {
  padding-left: 5px;
  color: #CBCBCB;
  font-size: 12px;
}
#zo2-position-8 .latest_articles .mod-content #zt-newsiv3 .owl-item:last-child {
  border: 0;
}
#zo2-position-8 .flickr {
  background: #ffffff;
  padding-bottom: 5px;
}
#zo2-position-8 .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .flickr .zt-gallery .ztshortcodes-gallery:hover:before {
  background: #000000;
  opacity: 0.5;
  width: 76px;
  height: 76px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .tagswidget .tagspopular {
  margin-top: 20px;
}
#zo2-position-8 .tagswidget .tagspopular ul li {
  display: inline-block;
  float: left;
  padding: 4px 10px;
  border: 1px solid #f1f1f1;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #f9f9f9;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-position-8 .tagswidget .tagspopular ul li a {
  color: #8e8d8d;
  font-size: 13px;
}
#zo2-position-8 .tagswidget .tagspopular ul li:hover {
  background: #ffffff;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-zt-top-nav-wrap-sticky-wrapper {
  background: #ffffff;
  min-height: 82px;
  padding: 12px 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo {
  margin: 0;
  padding-top: 8px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .zo2-megamenu {
  display: inline-block;margin-right:144px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: left;
  border-left: 0;
  padding-left: 30px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li {
  border-right: 0;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #666666;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top >li > a {
  font-weight: 400;
  letter-spacing: 2px;
  color: #333333;
  font-size: 14px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li.active > a,
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:hover > a,
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:focus > a {
  color: #6485ff !important;font-weight:700;
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-position-0 .search {
  width: auto;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap {
  float: right;
  padding-top: 15px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap div {
  display: inline-block;
  float: left;
  color: #ffffff;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap div a {
  color: #ffffff;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-icon {
  padding: 22px 30px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  padding: 6px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #b10b0b;
  letter-spacing: 1px;
  border: 2px solid #b10b0b;
  position: relative;
  z-index: 1;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover {
  color: #ff992b;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn .fa {
  padding-right: 6px;
}
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-lg-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-md-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-sm-9,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-1,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-10,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-11,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-12,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-2,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-3,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-4,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-5,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-6,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-7,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-8,
#zo2-zt-top-nav-wrap-sticky-wrapper .col-xs-9 {
  padding: 0;
}
#zo2-ztfooter-wrap {
  background: #373d41;
  color: #8e8d8d;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 40px;
  font-size: 13px;
}
#zo2-ztfooter-wrap a {
  display: inline-block;
  color: #ff992b;
}
#zo2-ztfooter-wrap > .container {
  border-top: 2px solid #6e7173;
  padding-top: 20px;
}
#zo2-ztfooter-wrap footer {
  text-align: left;
}
#zo2-ztfooter-wrap footer .zo2-copyright {
  padding-top: 0px;font-size:18px;color:#fff;
}
#zo2-ztfooter-wrap .zt-social-networks {
  display: inline-block;
  float: right;
}
#zo2-ztfooter-wrap .zt-social-networks a {
  height: 36px;
  width: 36px;display:inline-block;
  margin-left: 8px;
  
}
#zo2-ztfooter-wrap .zt-social-networks a.icon_footer1{background:url(../images/icon_footer1.png) no-repeat;}
#zo2-ztfooter-wrap .zt-social-networks a.icon_footer2{background:url(../images/icon_footer2.png) no-repeat;}
#zo2-ztfooter-wrap .zt-social-networks a.icon_footer3{background:url(../images/icon_footer3.png) no-repeat;}
#zo2-ztfooter-wrap .zt-social-networks a.icon_footer4{background:url(../images/icon_footer4.png) no-repeat;}
#zo2-ztfooter-wrap .zt-social-networks a.icon_footer5{background:url(../images/icon_footer5.png) no-repeat center center;width:55px}
#zo2-ztfooter-wrap .zt-social-networks a:hover {
opacity:0.6;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper {
  padding: 0px 0;
  background: #ffffff;box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap {
  text-align: center;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap > .container {
  width: 1170px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-header-logo {
  padding-left: 0;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  float: left;
  border-left: 0;
  padding-left: 30px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li {
  border-right: 0;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top li a {
  color: #666666;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top >li > a {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.tel_part{font-size:24px;color:#000;float:right;margin-top:-2px;margin-left:15px}
.tel_part p i{display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_tel.png) no-repeat;
  vertical-align: middle;margin-right:12px;margin-top:-5px;}
  .site_wrap1{display:inline-block;width:100%;background:url(../images/banner2.png) #fff no-repeat bottom center;min-height:800px;}
  .site_wrap11  h1{margin:0;padding:0;font-size:36px;text-align: center;color:#000;margin-bottom:48px;}
  .site_wrap11 p{margin:0;padding:0;font-size:16px;line-height:30px;color:#000;text-align: center;}
  .site_wrap11{padding:50px 0}
  .bussiness-body {
    display:block;
    padding-bottom:0px;
    overflow:hidden;
    margin: 0 -27px;
  }
  .bussiness-body .item {
    position:relative;
    display:inline-block;
    width:300px;
    opacity:0;
    filter:alpha(opacity=0);
    overflow:hidden;
    padding: 0 27px;
  }
  .bussiness-body .item1 {margin:0 2px;padding:0;background:none;
    -webkit-transition:left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
    -o-transition:left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
    transition:left 0.3s 0.5s linear,opacity 0.3s 0.5s linear,background 0.3s linear,width 0.3s linear;
  }
  .bussiness-body .item2 {margin:0 1px;padding:0;
    -webkit-transition:left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
    -o-transition:left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
    transition:left 0.5s 0.5s linear,opacity 0.5s 0.5s linear,background 0.3s linear,width 0.3s linear;
    ;
  }
  .bussiness-body .item3 {margin:0 1px;padding:0;
    -webkit-transition:left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
    -o-transition:left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
    transition:left 0.7s 0.5s linear,opacity 0.7s 0.5s linear,background 0.3s linear,width 0.3s linear;
  }
  .bussiness-body .item4 {margin:0 1px;padding:0;
    -webkit-transition:left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
    -o-transition:left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
    transition:left 0.9s 0.5s linear,opacity 0.9s 0.5s linear,background 0.3s linear,width 0.3s linear;
  }
  .site_wrap4{display:inline-block;width:100%;background:#fff}
  .site_wrap31{display:inline-block;width:100%;padding:40px 0  160px 0;text-align: center;}
.site_wrap31 h1{font-size:36px;line-height:40px;margin-bottom:48px;color:#fff;}
.site_wrap31 p{font-size:14px;line-height:36px;color:#fff}
.site_wrap41{display:inline-block;width:100%;padding:50px 0 70px 0;text-align: center;}
.site_wrap41 h1{font-size:36px;line-height:40px;margin-bottom:45px;color:#000}
.site_wrap41 p{font-size:15px;line-height:30px;color:#000}
.site_wrap32{display:inline-block;width:100%}
.site_wrap32 .item{text-align:center;color:#fff;height:180px;}
.site_wrap32 .item h1{font-size:52px;font-weight:700;line-height:60px;}
.site_wrap32 .item p{font-size:16px;}
.site_wrap3{min-height:704px;background:url(../images/banner3.png) #1a223d no-repeat bottom center;margin-top:-5px;position:relative}
.site_wrap6 {
    display: inline-block;
    width: 100%;
    min-height: 638px;
    background: url(../images/banner4.png) #151516 no-repeat bottom center;
    background-size: 100% 100%;
}
.site_wrap7 {
    display: inline-block;
    width: 100%;
    padding: 67px 0 0 0;
    min-height: 400px;
    background: url(../images/banner5.png) #080808 no-repeat bottom center;
}
.site_wrap7{display:inline-block;width:100%;padding:67px 0 0 0;min-height:400px;background:url(../images/banner5.png) #080808 no-repeat bottom center;}


.site_wrap7 .col-md-6 .col-md-4 dl dt{margin-bottom:30px;font-weight:700;color:#545454;font-size:18px;}
.site_wrap7 .col-md-6 .col-md-4 dl dd{margin-bottom:3px}
.site_wrap7 .col-md-6 .col-md-4 dl dd a{color:#505050;font-size:14px;}
.site_wrap7 .col-md-6 .col-md-4 dl dd a:hover{color:#fff}
.site_wrap7 .right{}

.site_wrap7 .right .div1{margin-bottom:10px;line-height:24px;font-size:14px;color:#545454}
.site_wrap7 .right .div1 img{margin-bottom:20px}
.site_wrap7 .right .div2{display:inline-block;width:100%;margin-top:30px}
.site_wrap7 .right .div2 .col-md-2{line-height:24px;color:#545454;font-size:12px;text-align: center;margin-left:0;padding-left:0}
.site_wrap7 .right .div2 .col-md-10{text-align: right;font-size:12px;line-height:24px;color:#545454;}
.site_wrap6{display:inline-block;width:100%;min-height:638px;background:url(../images/banner4.png) #151516 no-repeat bottom center;background-size:100% 100%;}
.site_wrap8{display:inline-block;width:100%;padding:32px 0;margin-top:-10px;background:#000}
.site_wrap42{display:inline-block;width:100%;} 
.more2{display:inline-block;width:100%;padding:30px 0;text-align: center;}
.more2 a{background:#6485ff;font-size:15px;color:#fff;display:inline-block;width:188px;height:54px;line-height:54px;text-align: left;text-indent:40px}
.more2 a i{display:inline-block;width:14px;height:10px;background:url(../images/icon_right.png) no-repeat;margin-left:13px;transition: margin-top 1s;
    -moz-transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    -o-transition: margin-top 1s;}
.more2 a:hover i{margin-left:20px}
.site_wrap42 ul li{float:left;width:100%;position:relative}
.site_wrap42 ul li img{width:100%;} 
.site_wrap42 ul li .intro{position:absolute;display:none;left:0;top:0;width:100%;height:100%;background:#6485ff;text-align: center;}
.site_wrap42 ul li:hover .intro{display:block}
.site_wrap42 ul li .intro h1{font-size:5vh;color:#fff;line-height:1;padding-top:30%;font-weight:700;margin-bottom:3%}
.site_wrap42 ul li .intro p{color:#fff;font-size:2.8vh;line-height:4vh;height:12vh;overflow:hidden;margin:0 4vh}
.bussiness-body .item5 {
    -webkit-transition:left 1.1s 0.5s linear,opacity 1.1s 0.5s linear,background 0.3s linear,width 0.3s linear;
    -o-transition:left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
    transition:left 1.1s 0.5s linear,opacity 1.1s 0.9s linear,background 0.3s linear,width 0.3s linear;
  }
  .bussiness-body .item.on {
    width:580px;
  }
.container2{width:1200px;margin:auto}
  .bussiness .bussiness-body.show .item {
    left:0;
    opacity:1;
    filter:alpha(opacity=100);
  }
  .bussiness-body .item .service {
    display:block;
    height:401px;
    text-align:center;
    -webkit-transition:0.6s linear;
    -o-transition:0.6s linear;
    transition:0.6s linear;
  }
  .bussiness-body .item.on .service {
    width:50%;
    background:url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .bussiness-body .item .service .case-content {
    display:block;
    height:279px;
    padding-top:66px;
    line-height:1;
  }
  .bussiness-body .item .service .case-content h4 {
    display:block;
    font-size:24px;
    line-height: 1;
    font-weight:bold;
    color:#000;
  }
  .site_wrap12{padding:0 30px}

.home-case .box {
    position: relative;
    background: #6485ff;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
}


.home-case .box:hover:before {
    transform: scaleX(1);
    opacity: 1;
}


.home-case .box:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.home-case .box .imgBox {
    position: relative;
}

.home-case .box .imgBox img {
    width: 100%;
    transition: 0.5s;
}

.home-case .box:hover .imgBox img {
    opacity: 0;
    transform: scale(1.1);
}

.home-case .box .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.home-case .col-md-4{padding:0}
.home-case .box .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;margin-bottom:30px;
    visibility: hidden;
    font-size: 27px;line-height:27px;
}

.home-case .box .content h3 {
    margin: 0 0 10px;
    padding: 1rem 0 3rem;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    font-size: 27px;
}

.home-case .box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;font-weight:400;
    font-size: 14px;line-height:30px;
}

.home-case .box:hover .content h2,
.home-case .box:hover .content h3,
.home-case .box:hover .content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

  .bussiness-body .item .service .case-content h4 span{font-size:12px;text-transform: uppercase;font-weight: 400;display:block;margin-top:5px}
  .bussiness-body .item.on .service .case-content h4{padding:0;margin:0;
    color:#fff;
  }
  .bussiness-body .item .service .case-content p {margin:0;padding:0;
    display:block;
    margin-top:15px;
    line-height: 1;width:260px;margin:auto;
    font-size: 13px;line-height:22px;height:44px;
    color:#000;
  }
  .bussiness-body .item.on .service .case-content p {
    color:#fff;
  }
  .bussiness-body .item .service .case-content .icon {
    display:inline-block;
    margin-top:8px;
    background-size: 100% 100%;
  }
  .bussiness-icon1 {
    background:url(../images/icon1.png) no-repeat center;
    width:80px;
    height:80px;
  }
  .bussiness-body .item.on .service .case-content .bussiness-icon1{
    background:url(../images/icon6.png) no-repeat center;
  }
  .bussiness-icon2 {
    background:url(../images/icon2.png) no-repeat center;
    width: 80px;
    height:80px;
  }
  .bussiness-body .item.on .service .case-content .bussiness-icon2 {
    background:url(../images/icon7.png) no-repeat center;
  }
  .bussiness-icon3 {
    background:url(../images/icon3.png) no-repeat center;
    width: 80px;
    height: 80px;
  
  }
  .bussiness-body .item.on .service .case-content .bussiness-icon3 {
    background:url(../images/icon8.png) no-repeat center;
  }
  .bussiness-icon4 {
    background:url(../images/business4.png) no-repeat center;
    width: 66px;
    height: 49px;
  }
  .bussiness-body .item.on .service .case-content .bussiness-icon4 {
    background:url(../images/business9.png) no-repeat center;
  }
  .bussiness-icon5 {
    background:url(../images/business5.png) no-repeat center;
    width: 79px;
    height: 42px;
  }
  .bussiness-body .item.on .service .case-content .bussiness-icon5 {
    background:url(../images/business10.png) no-repeat center;
  }
  .bussiness-body .item .service .info {
    display:block;
    padding:23px 40px 0 40px;
    border-top:1px dashed #cfcfcf;
    font-size:14px;
    line-height:20px;
    color:#000;
  }
  .bussiness-body .item.on .service .info {
    color:#fff;
    border-top:1px dashed rgba(255,251,251,0.5);
  }
  .bussiness-body .item .price {
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: 100% 100%;
    position:absolute;
    display: table;
    width:100%;
    height:401px;
    left:100%;
    top:0;
  }
  .bussiness-body .item .price:before{
    content: '';
    width: 5px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
  }
  .bussiness-body .item.on .price {
    width:46%;text-align: center;
    left:49.5%;
  }
  .bussiness-body .item .price ul {
    display: table-cell;padding:0;margin:0;
    vertical-align: middle;
    position:relative;
    z-index:5;
  }
  .bussiness-body .item .price ul li {padding:0;margin:0;
    font-size: 12px;
    line-height: 35px;
    display:block;
    white-space:nowrap;
  }
  .bussiness-body .item .price ul li a {
    display:block;
    color:#fff;
  }
  
  .business_warp .layui-carousel{
    background: #ffffff !important;
  }
  @media (max-width: 1800px){
    .bussiness-body{
      margin: 0 -15px;
    }
    .bussiness-body .item{
      padding: 0 15px;
    }
    .bussiness-body .item .service .info{
        padding: 18px 30px 0 30px;
    }
    .bussiness-body .item.on .price {
      width: 48%;
      left: 49.5%;
    }
  }
  @media (max-width: 1750px){
    .business_warp{
      width: 100%;
    }
    .bussiness-body .item .service .case-content h4{
     padding:0;margin:0; font-size: 18px;
    }
    .bussiness-body .item .service .case-content .icon{
      background-size: 80% 80%;
    }
    .bussiness-body .item.on .service .case-content .icon{
      background-size: 80% 80%;
    }
    .bussiness-body .item .service .info{
      padding: 18px 20px 0 20px;
    }
    .bussiness-body{
      
      margin: 0 -10px;
    }
    .bussiness-body .item{
      padding: 0 10px;
    }
   
    .bussiness-body .item .service .info, .bussiness-body .item .service .case-content p{
      font-size: 13px;
    }
  }
  @media (max-width: 1440px){
    .bussiness-body .item .service .case-content h4{
        font-size: 16px;
    }
    .bussiness-body{
      margin: 0 -5px;
    }
    .bussiness-body .item{
      padding: 0 5px;
    }
    .business_section .container{
      padding-left: 3%;
      padding-right: 3%;
    }
   
   
    .bussiness-body .item .service{
      height: 380px;
    }
    .bussiness-body .item.on .service{
        width: 51%;
    }
    .bussiness-body .item .service .case-content{
      height: 265px;
        padding-top: 50px;
    }
    .bussiness-body .item .service .case-content .icon{
        margin-top: 45px;
    }
    .bussiness-body .item .price{
      height: 380px;
    }
    .bussiness-body .item.on .price{
      width: 48%;
        left: 50.5%;
    }
    .bussiness-body .item .service .case-content .icon{
      background-size: 70% 70%;
    }
    .bussiness-body .item.on .service .case-content .icon{
      background-size: 70% 70%;
    }
    .bussiness-body .item .service .case-content p{
        white-space: inherit;
          line-height: 1.3;
          width: 94%;
          margin:15px auto 0;
    }
  }
  @media (max-width: 1240px){
    .business_section{
      overflow: hidden;
    }
    .business_section .container{
      padding-left: 4%;
      padding-right: 4%;
    }
    .bussiness-body-warp{
      overflow: hidden;
      margin: 0 auto;
    }
    .bussiness-body{
      position: relative;
    }
    .bussiness-body .item.on .service{
      width: 50%;
    }
    .bussiness-body .item.on .price{
      width: 50%;
      left: 50%;
    }
    .bussiness-body .item.on{
      float: left;
    }
    .bussiness-body .item .service .info{
      padding: 12px 15px 0 15px;
    }
    #buttons {
          position: relative;
          left: 50%;
          top: -20px;
          z-index: 2;
          height: 12px;
          width: 100px;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
      }
      .site_wrap12 .container1{overflow-x: auto;}
      #buttons span {
          float: left;
          margin-right: 5px;
          width: 12px;
          height: 12px;
          border: 1px solid #fff;
          border-radius: 50%;
          background: #333;
          cursor: pointer;
      }
      #buttons .active {
          background: #fff;
      }
  }
  .container11{width:1200px;margin:auto}
  @media (max-width: 480px){
   .container11{width:300px}
    .site_wrap7 .right.col-xs-12 .col-md-12{text-align: center;font-size:14px;}
.site_wrap7 .right.col-xs-12 .col-md-10{text-align: center;font-size:14px;margin-bottom:30px}
.site_wrap7 .right.col-xs-12 .col-md-2{font-size:14px;line-height:30px}
    .site_wrap12 .container1{overflow-x: auto;}
    .bussiness-body{
    }
    .bussiness-body .item.on .price{
      width: 44%;
      left: 56.5%;
    }

    .bussiness-body .item .service .case-content p{
      white-space:normal;
      line-height: 18px;
      margin: 12px auto 0;
    }
    .bussiness-body .item .service .case-content{
      padding-top: 45px;
      height: 250px;
    }
    .bussiness-body .item .service .case-content h4{
      font-size: 15px;
    }
.bussiness-body .item{width:360px}
  }
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li.active > a,
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:hover > a,
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li:focus > a {
  color: #6485ff;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-3 {
  float: right;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap {
  padding-top: 11px;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-icon {
  display: none;
}
.homepage #zo2-zt-top-nav-wrap-sticky-wrapper .d-wap .d-btn a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.homepage .is-sticky #zo2-zt-top-nav-wrap {
  background: #ffffff;
}
.zt-slideshow .ps-top-center:not(.element-embed),
.zt-slideshow .ps-center-middle:not(.element-embed),
.zt-slideshow .ps-bottom-center:not(.element-embed) {
  max-width: 100%;
}
#zo2-slideshow-wrap .bx-wrapper {
  margin: 0;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a {
  height: 52px;
  width: 52px;
  border: 2px solid #ffffff;
  background: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  text-indent: 0;
  font-size: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction a:hover {
  background: #b10b0b;
  border-color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-prev {display:none;
  left: 30px;
  padding-left: 10px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-prev:before {
  font-family: FontAwesome;
  content: "\f177";
  color: #ffffff;
  font-size: 23px;
  line-height: 52px;
  position: absolute;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-next {display:none;
  right: 30px;
  padding-left: 13px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-controls-direction .bx-next:before {
  font-family: FontAwesome;
  content: "\f178";
  color: #ffffff;
  font-size: 23px;
  line-height: 52px;
  position: absolute;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager {
  z-index: 999;
  bottom: 40px;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  border: 0;
  background: #b10b0b;
  width: 70px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
#zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
#zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
#zo2-slideshow-wrap .ztsl h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
#zo2-slideshow-wrap .ztsl p.sl-text {
  font-size: 21px;
  font-weight: 100;
  margin: 20px 0;
}
#zo2-slideshow-wrap .ztsl .btn-slide a {
  padding: 15px 42px;
  border: 3px solid #ffffff;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 1px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  color: #000000;
  background: #ffffff;
}
#zo2-slideshow-wrap .ztsl .btn-slide a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.home-3 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a,
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a,
#zo2-search320-wrap #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  color: #ffffff;
}
.home-3 #zo2-zt-top-nav-wrap-sticky-wrapper,
.home-4 #zo2-zt-top-nav-wrap-sticky-wrapper,
#zo2-search320-wrap #zo2-zt-top-nav-wrap-sticky-wrapper {
  background: #333232;
}
.home-3 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
.home-4 .zo2-wrapper #zo2-zt-top-nav-wrap > .container,
#zo2-search320-wrap .zo2-wrapper #zo2-zt-top-nav-wrap > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.home-3 #zo2-position-38,
.home-4 #zo2-position-38,
#zo2-search320-wrap #zo2-position-38 {
  margin-top: 0;
  height: 71px;
}
.home-3 #zo2-position-38 .search,
.home-4 #zo2-position-38 .search,
#zo2-search320-wrap #zo2-position-38 .search {
  background: none;
  height: 100%;
  padding: 20px 20px 0 30px;
  width: auto;
  position: relative;
  margin-right: -15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  z-index: 88;
}
.home-3 #zo2-position-38 .search .search-icon,
.home-4 #zo2-position-38 .search .search-icon,
#zo2-search320-wrap #zo2-position-38 .search .search-icon {
  color: #ffffff;
}
.home-3 #zo2-position-38 .search .search-inner,
.home-4 #zo2-position-38 .search .search-inner,
#zo2-search320-wrap #zo2-position-38 .search .search-inner {
  top: 0;
}
.home-3 #zo2-position-38 .search .search-inner .inputbox,
.home-4 #zo2-position-38 .search .search-inner .inputbox,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
  height: 71px;
  line-height: 71px;
  background: #333232;
}
.home-3 #zo2-position-38 .search .search-inner .search-close .fa,
.home-4 #zo2-position-38 .search .search-inner .search-close .fa,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close .fa {
  position: relative;
  margin-right: -15px;
  color: #ff992b;
  display: none;
}
.home-3 #zo2-position-38 .search,
.home-4 #zo2-position-38 .search,
#zo2-search320-wrap #zo2-position-38 .search {
  float: right;
  width: 20px;
  height: 50px;
  line-height: 35px;
  text-align: center;
}
.home-3 #zo2-position-38 .search .search-icon,
.home-4 #zo2-position-38 .search .search-icon,
#zo2-search320-wrap #zo2-position-38 .search .search-icon {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}
.home-3 #zo2-position-38 .search .search-icon i,
.home-4 #zo2-position-38 .search .search-icon i,
#zo2-search320-wrap #zo2-position-38 .search .search-icon i {
  font-size: 15px;
}
.home-3 #zo2-position-38 .search .search-icon:hover,
.home-3 #zo2-position-38 .search .search-icon:focus,
.home-4 #zo2-position-38 .search .search-icon:hover,
.home-4 #zo2-position-38 .search .search-icon:focus,
#zo2-search320-wrap #zo2-position-38 .search .search-icon:hover,
#zo2-search320-wrap #zo2-position-38 .search .search-icon:focus {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.home-3 #zo2-position-38 .search .search-inner,
.home-4 #zo2-position-38 .search .search-inner,
#zo2-search320-wrap #zo2-position-38 .search .search-inner {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: -180px;
  background: ;
  padding: 0;
  width: 1170px;
}
.home-3 #zo2-position-38 .search .search-inner .search-close,
.home-4 #zo2-position-38 .search .search-inner .search-close,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close {
  position: absolute;
  width: 50px;
  height: 71px;
  line-height: 71px;
  color: #ffffff;
  font-size: 200%;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  font-size: 2em;
  color: #ccc;
  padding: 5px 15px;
  width: 20px;
  height: 30px;
  float: right;
}
.home-3 #zo2-position-38 .search .search-inner .search-close:before,
.home-4 #zo2-position-38 .search .search-inner .search-close:before,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close:before {
  background-color: #666666;
  content: "";
  height: 20px;
  right: 15px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(45deg);
}
.home-3 #zo2-position-38 .search .search-inner .search-close:after,
.home-4 #zo2-position-38 .search .search-inner .search-close:after,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .search-close:after {
  background-color: #666666;
  content: "";
  height: 20px;
  right: 15px;
  position: absolute;
  top: 8px;
  width: 2px;
  transform: rotate(-45deg);
}
.home-3 #zo2-position-38 .search .search-inner .inputbox,
.home-4 #zo2-position-38 .search .search-inner .inputbox,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox {
  margin: 0;
  width: 100%;
  height: 71px;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 150%;
  font-style: italic;
  background: #ffffff;
  color: #666666 !important;
  cursor: text;
  padding-left: 15px;
}
.home-3 #zo2-position-38 .search .search-inner .inputbox:focus,
.home-4 #zo2-position-38 .search .search-inner .inputbox:focus,
#zo2-search320-wrap #zo2-position-38 .search .search-inner .inputbox:focus {
  color: #fff;
}
.home-3 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-3 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 42px;
}
.home-3 #zo2-slideshow-wrap .btn-slide a {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-3 #zo2-slideshow-wrap .btn-slide a:hover {
  border-color: #ffffff;
}
.home-3 #zo2-slideshow-wrap .btn-slide a:after {
  top: 0;
}
.home-4 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-4 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 40px;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a {
  background: #df5900;
  border-color: #df5900;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  border-color: #ffffff;
}
.home-4 #zo2-slideshow-wrap .ztsl .btn-slide a:after {
  top: 0;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  background: #df5900;
}
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
.home-4 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
.home-4 #zo2-position-38 .search .search-inner .search-close .fa {
  color: #df5900;
}
.home-5 #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
  color: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl {
  color: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl h2 {
  font-size: 43px;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a {
  background: #99bf38;
  border-color: #99bf38;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a:hover {
  border-color: #ffffff;
  background: #ffffff;
}
.home-5 #zo2-slideshow-wrap .ztsl .btn-slide a:after {
  top: 0;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  background: #99bf38;
}
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
.home-5 #zo2-slideshow-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
.w-starting {
  padding-bottom: 70px;
  display: inline-block;
}
.w-starting h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
.w-starting h3.moduletitle span {
  font-size: 24px;
  font-weight: bold;
  color: #252525;
}
.w-starting .s-item .s-context a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #252525;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.w-starting .s-item .s-context a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.w-starting .s-item .s-context p {
  font-size: 14px;
  color: #8e8d8d;
  letter-spacing: 0;
}
.w-starting .s-item .s-img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.w-starting .s-item .s-img img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item .s-img:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item:hover .s-img:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.w-starting .s-item:hover .s-img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap {
  padding-bottom: 70px;
}
#zo2-ztstarting-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
#zo2-ztstarting-wrap h3.moduletitle span {
  font-size: 28px;
  font-weight: 500;
  color: #444;
  text-transform: capitalize;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item .created {
  color: #999999;
  font-weight: 300;
  padding-left: 20px;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item a {
  margin-bottom: 15px;
  overflow: hidden;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item a img {
  background: none;
  border: 0;
  padding: 0;width:100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px !important;
  font-weight:400;
  color: #2b2b2b;
  letter-spacing: 0;
  display: block;
  clear: left;
  padding-bottom: 10px;
  margin: 0;
  text-transform: capitalize;
  padding-left:0px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a em{font-style:normal;color:#7c7c7c}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item h3 a:hover em{ color: #ff992b;}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item .zt-introtext {
  color: #666666;
  line-height: 26px;
  padding-left: 20px;
}
#zo2-ztstarting-wrap .latest-news .owl-wrapper-outer .owl-item:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #252525;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-context p {
  font-size: 14px;
  color: #8e8d8d;
  letter-spacing: 0;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item .s-img:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item:hover .s-img:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztstarting-wrap .w-starting .s-item:hover .s-img img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap > .container {
  width: auto;
}
#zo2-ztdoing-wrap .w-doing {
  height: 264px;
}
#zo2-ztdoing-wrap .w-doing .d-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg-how.png) top right no-repeat;
  background-size: cover;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap .w-doing .d-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f3f8;
}
#zo2-ztdoing-wrap .w-doing .why-us {
  color: #666666;
  padding-left: 30px;
  padding-bottom: 30px;
}
#zo2-ztdoing-wrap .w-doing .why-us h3 {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  margin-top: 58px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#zo2-ztdoing-wrap .w-doing .why-us p {
  display: table;
  font-size: 14px;
  margin-bottom: 30px;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup input {
  width: 360px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button {
  margin-left: 10px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  background: #b10b0b;
  border: 0;
  letter-spacing: 1px;
  border: 2px solid #b10b0b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  position: relative;
  z-index: 1;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:hover {
  color: #ff992b;
  background: #ffffff;
}
#zo2-ztdoing-wrap .w-doing .why-us .w-signup button:hover:after {
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-ztdoing-wrap .w-doing:hover .d-left {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .page-header h1 {
  font-size: 28px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 35px;
  margin-top: 76px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.blog-featured .items-row .item {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 55px;
}
.blog-featured .items-row .item .item-image {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.blog-featured .items-row .item .item-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .item-image:before {
  content: "";
  height: 100%;
  width: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item:hover .item-image:before {
  width: 100%;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item:hover .item-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .position-left {
  position: absolute;
}
.blog-featured .items-row .item .position-left .date {
  width: 58px;
  height: 52px;
  background: #b10b0b;
  display: inline-block;
  padding-top: 9px;
  position: relative;
  top: -52px;
}
.blog-featured .items-row .item .position-left .date span {
  display: block;
  clear: left;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
}
.blog-featured .items-row .item .article-info {
  display: none;
}
.blog-featured .items-row .item h1.item-title {
  margin-top: 0;
}
.blog-featured .items-row .item h1.item-title a {
  font-size: 16px;
  letter-spacing: 1px !important;
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: 0;
  display: block;
  clear: left;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.blog-featured .items-row .item h1.item-title a em{color:#7c7c7c;font-style:normal}
.blog-featured .items-row .item h1.item-title a:hover,.blog-featured .items-row .item h1.item-title a:hover em {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.blog-featured .items-row .item .readmore {
  margin-top: 20px;
  padding-left: 0px;
}
.blog-featured .items-row .item .readmore a {
  border: 2px solid #b10b0b;
  color: #ff992b;
  padding: 11px 30px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.blog-featured .items-row .item .readmore a:after {
  content: "";
  background: #b10b0b;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.blog-featured .items-row .item .readmore a:hover {
  color: #fff;
}
.blog-featured .items-row .item .readmore a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
.blog-featured .items-row .item p.l-text {
  padding-left: 0px;
}
.blog-featured .items-row .item p.zraised {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  width: 100%;
  display: inline-block;
  clear: left;
  margin: 20px 0 0px 0;
  padding-left: 0px;
}
.blog-featured .items-row .item p.zraised a{color:#b10b0b;}
.blog-featured .items-row .item p.zraised a:hover{text-decoration:underline}
.blog-featured .items-row .item p.zraised span {
  color: #ff992b;
}
.container-fluid {
  padding: 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap {
  color: #ffffff;
  text-align: center;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap h2,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap h2 {
  font-size: 30px;
  margin-top: 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap p,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap p {
  font-weight: 500;
  margin: 30px 0;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a {
  border: 3px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  position: relative;
  z-index: 1;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:after,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:hover,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:hover {
  color: #000000;
  background: #ffffff;
}
#zo2-parallax-wrap .zt-content-parallax .also-wap a:hover:after,
#zo2-h3-ztsologan-wrap .zt-content-parallax .also-wap a:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-ztmission-wrap {
  background: #fff;
  padding-bottom:30px;
}
#zo2-ztmission-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 66px;
  margin-bottom: 46px;
}
#zo2-ztmission-wrap h3.moduletitle span {
  font-size: 28px;
  font-weight: 500;
  color: #444;
  text-transform: capitalize;
}
#zo2-ztmission-wrap .w-mission .m-item {
  padding: 0;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 15px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-title i {
  display: none;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
  line-height: 65px;
  height: 65px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  padding-left: 25px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #666666;
  font-size: 36px;
  float: right;
  width: 65px;
  height: 65px;
  border-left: 1px solid #e9e9e9;
  text-align: center;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:hover,
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a:focus {
  text-decoration: none;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active {
  background: #b10b0b;
  color: #ffffff;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active:after {
  content: "\f106";
  color: #ffffff;
  border-color: #70c6ae;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content {
  border: 0;
  padding: 25px;
  width: 100%;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:first-child {
  width: 27%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:first-child img {
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p:last-child {
  width: 70%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content p {
  color: #666666;
  font-size: 14px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open {
  display: block;
  width: 100%;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p:first-child {
  width: 27%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p:last-child {
  width: 70%;
  float: left;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-content.open p {
  margin: 0;
  padding-bottom: 20px;
}
#zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section a.active i {
  background: #b10b0b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztmission-wrap .w-mission .m-item img {
  float: right;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztmission-wrap .w-mission .m-item img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-ztmission-wrap .w-mission .m-item iframe {
  border: 0;
}
#zo2-howcan-wrap {
  padding-bottom: 70px;
  background: #ffffff;
}
#zo2-howcan-wrap h3.moduletitle {
  text-align: center;
  border-bottom: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
#zo2-howcan-wrap h3.moduletitle span {
  font-size: 30px;
  font-weight: 500;
  color: #252525;
  text-transform: capitalize;
}
#zo2-howcan-wrap .w-how .how-item {
  text-align: center;
}
#zo2-howcan-wrap .w-how .how-item .tear {
  width: 55px;
  height: 55px;
  border-radius: 160% 0 100% 70%/100% 0 160% 70%;
  border: 3px solid #b10b0b;
  transform: rotate(-45deg);
  background: #b10b0b;
  margin: auto;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item .tear1{width: 38px;
  height: 38px;margin:auto;margin-top:15px;

}
#zo2-howcan-wrap .w-how .how-item .tear1 i{display:inline-block;width:38px;height:38px;}
#zo2-howcan-wrap .w-how .how-item .tear1 i.icon1{background:url(../images/icons_11.png) no-repeat center center;}
#zo2-howcan-wrap .w-how .how-item .tear1 i.icon2{background:url(../images/icons_12.png) no-repeat center center;}
#zo2-howcan-wrap .w-how .how-item .tear1 i.icon3{background:url(../images/icons_13.png) no-repeat center center;}
#zo2-howcan-wrap .w-how .how-item .tear .fa {
  color: #ffffff;
  line-height: 65px;
  font-size: 22px;
  transform: rotate(45deg);
  padding-right: 12px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item:hover .tear {
  background: #ffffff;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item:hover .tear .fa {
  color: #ff992b;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item .how-text h5 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 28px;
  font-size: 21px;margin-bottom:30px;
}
#zo2-howcan-wrap .w-how .how-item .how-text p{text-align:left}




#zo2-howcan-wrap .w-how .how-item .how-text a.btn{
  border: 2px solid #b10b0b;
  color: #ff992b;
  padding: 11px 0px 10px;width:160px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn:after {
  content: "";
  background: #b10b0b;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn:hover {
  color: #fff;
}
#zo2-howcan-wrap .w-how .how-item .how-text a.btn:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}

#zo2-testimonial-wrap {
  height: 380px;
}
#zo2-testimonial-wrap .zt-parallax-asset .zt-content-parallax {
  height: 380px;
}
#zo2-testimonial-wrap .zt-parallax-asset .zt-content-parallax:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-testimonial-wrap .zt-testimo {
  position: relative;
  top: 50px;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item {
  background: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content {
  background: none;
  text-align: center;
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  color: #ffffff;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content > div {
  background: none !important;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content > div img {
  margin: auto;
  padding-bottom: 25px;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content a {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-viewport .testimonial-item .testimonial-content span {
  font-size: 14px;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .bx-controls-direction {
  display: none;
}
#zo2-testimonial-wrap .zt-testimo .bx-wrapper .author {
  display: none;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager {
  z-index: 999;
  bottom: 40px;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a {
  border: 0;
  background: #b10b0b;
  width: 30px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a:hover,
#zo2-testimonial-wrap .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ffffff;
}
#zo2-testimonial-wrap .bx-wrapper .bx-pager,
#zo2-testimonial-wrap .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
#zo2-ztbottom-wrap {
  background: #373d41;padding-top:75px;
  padding-bottom: 20px;
}
#zo2-ztbottom-wrap h3.moduletitle {
  border-bottom: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}
#zo2-ztbottom-wrap h3.moduletitle span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
#zo2-ztbottom-wrap ul li {
  line-height: 22px;margin-bottom:20px;font-size:16px;color:#eee;
}
#zo2-ztbottom-wrap ul li a {
  color: #eee;font-size:16px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztbottom-wrap ul li a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-ztbottom-wrap .flickr .zt-gallery {
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  background: #202020;
}
#zo2-ztbottom-wrap .flickr .zt-gallery .ztshortcodes-gallery {
  width: 76px;
  padding: 0;
  margin: 6px;
}
#zo2-ztbottom-wrap .flickr .zt-gallery .ztshortcodes-gallery img {
  width: 76px;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
  min-width: 76px;
}


#zo2-position-8 {
  padding-top: 40px;
}
.category #zo2-body-wrap {
  padding-top: 40px;
}
.category #zo2-body-wrap #zo2-position-8 {
  padding-top: 0;
}
.category #zo2-ztbanner-wrap .container-fluid {
  padding: 0;
}
.category #zo2-ztbanner-wrap .container-fluid img {
  width: 100%;
}
.category .blog .items-row > div {
  float: left;
}
.category .blog .items-row .item {
  margin-bottom: 40px;
}
.category .blog .items-row .item .item-image {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  overflow: hidden;
  position: relative;
}
.category .blog .items-row .item .item-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.category .blog .items-row .item:hover .item-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1.15) rotate(-3deg);
  -moz-transform: scale(1.15) rotate(-3deg);
  -webkit-transform: scale(1.15) rotate(-3deg);
  -o-transform: scale(1.15) rotate(-3deg);
}
.category .blog .items-row .item .article_content {
  display: inline-block;
  position: relative;
  top: -40px;
  margin-left: 20px;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.category .blog .items-row .item .article_content .page-header {
  display: inline-block;
}
.category .blog .items-row .item .article_content .page-header h2 {
  margin-bottom: 0;
}
.category .blog .items-row .item .article_content .page-header h2 a {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  text-transform: capitalize;
}
.category .blog .items-row .item .article_content .page-header h2 a:hover {
  color: #252525;
}
.category .blog .items-row .item .article_content dl:nth-of-type(1) {
  display: none !important;
}
.category .blog .items-row .item .article_content .article-info dd:before,
.category .blog .items-row .item .article_content .article-info .icon-calendar:before {
  display: none;
}
.category .blog .items-row .item .article_content .article-info dd {
  font-size: 12px;
  font-weight: 500;
}
.category .blog .items-row .item .article_content .introtext {
  color: #8e8d8d;
  line-height: 28px;
  padding-top: 10px;
}
.category .blog .items-row .item .article_content .article_bottom a.itemReadmore {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
  padding-top: 25px;
  border-bottom: 1px solid #252525;
  display: inline-block;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.category .blog .items-row .item .article_content .article_bottom a.itemReadmore:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  border-color: #ff992b;
}
.blog-grid .zo2-wrapper .blog .items-row > div {
  width: 48%;margin:0 1%;
}
.blog-grid .zo2-wrapper .blog .items-row .article_content .page-header h2 a {
  font-size: 18px;
  font-weight: bold;
}
.zo2-pagination {
  padding-bottom: 60px;
}
.zo2-pagination ul.pagination1 {
  display: block;
}
.zo2-pagination ul.pagination1 li > a {
  color: #000000;
}
.zo2-pagination ul.pagination1 > li > a,
.zo2-pagination ul.pagination1 > li > span {
  background: #f3f3f3;
  color: #000000;
  border-color: #f3f3f3;
}
.zo2-pagination ul.pagination1 > li.active > span,
.zo2-pagination ul.pagination1 > li > a:focus,
.zo2-pagination ul.pagination1 > li > a:hover,
.zo2-pagination ul.pagination1 > li > span:focus,
.zo2-pagination ul.pagination1 > li > span:hover {
  background: #b10b0b;
  border-color: #ff992b;
  color: #ffffff;
}
.contact-category h2 {
  font-size: 30px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.contact-category ul.list-striped li {
  border-bottom: 1px solid #eee;
  line-height: 25px;
  font-size: 13px;
  padding: 10px 0;
}
.contact-category ul.list-striped li strong {
  padding-bottom: 15px;
  display: inline-block;
}
.contact-category ul.list-striped li a {
  color: #ff992b;
  font-size: 14px;
  line-height: 0;
  display: inline;
}
.contact-category ul.list-striped li a:hover {
  color: #534741;
}
.contact-category ul.list-striped li span.pull-right {
  padding-top: 13px;
}
#zo2-body-wrap .contact {
  margin-top: 40px;
}
#zo2-body-wrap .contact .control-group small {
  margin: -7px 10px 0;
}
#zo2-body-wrap .contact .alert-error {
  display: none;
}
#zo2-body-wrap .contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
#zo2-body-wrap .contact h3 {
  font-size: 30px;
  margin: 30px 0;
  
  color: #252525;
}
#zo2-body-wrap .contact .block-imfomation {
  margin-bottom: 20px;
}
#zo2-body-wrap .contact .block-imfomation .pull-left {
  height: 48px;
  width: 40px;
  text-align: left;
  line-height: 48px;
  font-size: 18px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#zo2-body-wrap .contact .block-imfomation .block-imfomation-body p {
  margin: 5px 0 0;
  font-weight: 500;
}
#zo2-body-wrap .contact input {
  padding: 10px 0;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  line-height: 25px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: 0;
}
#zo2-body-wrap .contact #jform_contact_email {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
#zo2-body-wrap .contact #jform_contact_email:hover,
#zo2-body-wrap .contact #jform_contact_email:focus {
  background: #f9f9f9;
  border-bottom: 1px solid #b10b0b;
}
#zo2-body-wrap .contact textarea {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  width: 100%;
  height: 150px;
  padding: 10px 0;
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: 0;
  padding-left: 15px;
}
#zo2-body-wrap .contact .text_column p {
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .text_column h2 {
  font-size: 30px;
  margin-top: 0;
  
  color: #252525;
}
#zo2-body-wrap .contact .hp-buttons button {
  padding: 8px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #b10b0b;
  letter-spacing: 1px;
  border: 2px solid #b10b0b;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#zo2-body-wrap .contact .hp-buttons button:after {
  content: "";
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
#zo2-body-wrap .contact .hp-buttons button:hover {
  color: #ff992b;
}
#zo2-body-wrap .contact .hp-buttons button:hover:after {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 100%;
}
#zo2-body-wrap .contact fieldset {
  border: 0;
}
#zo2-body-wrap .contact .page-header h1 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#zo2-body-wrap .contact .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
#zo2-body-wrap .contact .form-actions .btn-primary {
  width: 100%;
  background: #0c80d1;
  transition-duration: 0.5s;
  text-transform: uppercase;
  height: 50px;
}
#zo2-body-wrap .contact .form-actions .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0,0,0,0.1) inset;
}
#zo2-body-wrap .contact .address_block {
  text-align: center;
  margin-bottom: 30px;
}
#zo2-body-wrap .contact .contact .custom {
  margin: 0 -15px;
}
#zo2-body-wrap .contact iframe {
  box-shadow: -1px 0px 8px 1px #ccc;
  padding: 5px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  display: inline-block;
  margin-top: 5px;
}
#zo2-body-wrap .contact .contact-contactinfo .fa,
#zo2-body-wrap .contact .contact-contactinfo .s-name,
#zo2-body-wrap .contact .contact-address .fa,
#zo2-body-wrap .contact .contact-address .s-name {
  display: none;
}
#zo2-body-wrap .contact .contact-contactinfo img,
#zo2-body-wrap .contact .contact-address img {
  display: none !important;
}
#zo2-body-wrap .contact .contact-contactinfo span,
#zo2-body-wrap .contact .contact-address span {
  clear: left;
  width: 100%;
}
#zo2-body-wrap .contact .contact-contactinfo .media,
#zo2-body-wrap .contact .contact-address .media {
  clear: left;
  display: block;
}
#zo2-body-wrap .contact .contact-contactinfo .media .s-phone,
#zo2-body-wrap .contact .contact-address .media .s-phone {
  text-align: left;
  margin: 0;
  padding: 0;
}
#zo2-body-wrap .contact .contact-contactinfo .media .s-phone span,
#zo2-body-wrap .contact .contact-address .media .s-phone span {
  color: #666666 !important;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto,
#zo2-body-wrap .contact .contact-address .contact-emailto {
  padding-top: 30px;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto a,
#zo2-body-wrap .contact .contact-address .contact-emailto a {
  color: #666666;
  font-size: 15px;
}
#zo2-body-wrap .contact .contact-contactinfo .contact-emailto a:hover,
#zo2-body-wrap .contact .contact-address .contact-emailto a:hover {
  color: #ff992b;
}
#zo2-body-wrap .contact .contact-form .control-label label {
  display: none;
}
#zo2-body-wrap .contact .contact-form input {
  width: 100%;
  margin-bottom: 0;
}
#zo2-body-wrap .contact .contact-address-block h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#zo2-body-wrap .contact .contact-address-block p {
  text-align: center;
  margin-bottom: 35px;
}
#zo2-body-wrap .contact .media-left,
#zo2-body-wrap .contact .media-right,
#zo2-body-wrap .contact .media-body {
  display: block;
  width: auto;
}
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form input[type="text"]:hover,
.contact #contact-form input[type="text"]:focus,
.contact #contact-form textarea:hover,
.contact #contact-form textarea:focus {
  border: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #b10b0b;
}
#zo2-ztmaps-wrap {
  padding-bottom: 30px;
}
.accordion-toggle .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
}
.tabs .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul {
  padding-left: 0 !important;
}
.tabs .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul li a {
  display: block;
}
.pricing-table .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a,
.shortcodes .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
  color: #ffffff !important;
}
.pricing-table .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:hover,
.shortcodes .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:hover {
  color: #6485ff !important;
}
.person .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .zt-person-details ul li {
  list-style: none !important;
}
.person .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .zt-person-details ul li a {
  color: #ffffff !important;
}
.zt-tabs.zt-tab-horizontal li.active a::after {
  background: #b10b0b;
}
.article .zo2-wrapper #zo2-body-wrap {
  padding-top: 40px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .introText .row:first-child .zo2-title-horizontal:first-child {
  padding-top: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .position-left {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child {
  background: #ffffff;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -55px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child h1 {
  font-size: 24px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child h1.singleItemTitle {
  font-size: 36px;
  font-weight: 500;
  padding-top: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .fa,
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .btn-group {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div {
  font-size: 12px;
  padding-bottom: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div:after {
  content: " / ";
  position: relative;
  right: 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div a {
  color: #ff992b;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article-info .article-info-inner > div:last-child:after {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content {
  line-height: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .progress-pie-chart {
  display: none;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content p.zraised {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  width: 100%;
  display: inline-block;
  clear: left;
  margin: 0 0 10px 0;
  padding-left: 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content p.zraised span {
  color: #ff992b;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .d-bold {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a {
  color: #ff992b;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content a:focus {
  color: #6485ff !important;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul {
  padding-left: 30px;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content ul li {
  line-height: 30px;
  list-style: outside;
}
.article .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child .article_content .d-pleft {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 2px solid #b10b0b;
}
.search #searchForm fieldset label,
.search #searchForm fieldset input {
  padding: 0 15px;
  left: 0;
}
.module-variations h3 {
  font-size: 18px;
}
.module-variations .zo2-wrapper #zo2-body-wrap .detail .itemImage:last-child {
  top: 0;
}
.module-variations #zo2-position-7 .module h3.moduletitle {
  padding: 12px 15px;
}
.module-variations #zo2-position-7 .module h3.moduletitle:before {
  display: none;
}
#zo2-see-wrap a {
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 60px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
#zo2-see-wrap a i{font-style:normal}
#zo2-see-wrap a:hover {
  color: #ff992b;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.home-2 .is-sticky #zo2-zt-top-nav-wrap,
.home-3 .is-sticky #zo2-zt-top-nav-wrap,
.home-4 .is-sticky #zo2-zt-top-nav-wrap,
.home-5 .is-sticky #zo2-zt-top-nav-wrap {
  background: #333232;
}
.home-2 .r_icon-bar,
.home-3 .r_icon-bar,
.home-4 .r_icon-bar,
.home-5 .r_icon-bar {
  background: #ffffff;
}
html .article .zo2-wrapper #zo2-body-wrap .detail ul.item-list li {
  list-style: none !important;
}
.introText .main-content {
  line-height: 25px;
}
.introText .main-content a {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.introText .main-content p {
  margin-bottom: 25px;
}
.introText .main-content h1 {
  font-size: 36px !important;
}
.introText .main-content h2 {
  font-size: 30px;
}
.introText .main-content h3 {
  font-size: 26px;
}
.introText .main-content h4 {
  font-size: 24px;
}
.introText .main-content h5 {
  font-size: 20px;
}
.introText .main-content h6 {
  font-size: 16px;
}
.introText blockquote {
  padding-left: 35px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  border: 0;
}
.introText blockquote:before {
  content: "\f10d";
  float: left;
  margin-left: -35px;
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 22px;
  line-height: 1.33;
  color: #ff992b;
  opacity: 0.88;
}
.introText blockquote p {
  padding-top: 0;
  margin-top: 0;
}
.introText .alignleft,
.introText a img.alignleft {
  float: left;
  margin: 0.5em 2em 0.5em 0;
}
.introText .alignright,
.introText a img.alignright {
  float: right;
  margin: 7px 0 14px 22px;
}
.introText .main-content ul,
.introText .main-content ol {
  margin: 3em 0 3em 45px;
}
.introText .main-content ul {
  padding-left: 0 !important;
}
.introText .main-content ul li::before {
  background: #b10b0b none repeat scroll 0 0;
  content: "";
  display: block;
  float: left;
  height: 5px;
  margin-left: -15px;
  margin-top: 0.75em;
  vertical-align: middle;
  width: 5px;
}
.introText .main-content li {
  margin-bottom: 0.9em;
  list-style: none !important;
}
.introText .main-content ol {
  list-style-type: decimal;
  margin-left: 45px;
}
.introText .main-content ol li {
  list-style-type: decimal !important;
  padding-left: 10px;
}
.progress-pie-chart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
  top: 35px;
}
.progress-pie-chart.gt-50 {
  background-color: #ff992b;
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(10%);
  top: calc(10%);
  width: 80px;
  height: 80px;
  clip: rect(0,80px,80px,40px);
  left: 0;
  top: 0;
}
.ppc-progress .ppc-progress-fill,
.ppc-progress .ppc-progress-fill1 {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(10%);
  top: calc(10%);
  width: 80px;
  height: 80px;
  clip: rect(0,40px,80px,0);
  background: #b10b0b;
  transform: rotate(60deg);
  left: 0;
  top: 0;
}
.gt-50 .ppc-progress {
  clip: rect(0,80px,80px,40px);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0,80px,80px,/2);
  background: #E5E5E5;
}
.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(15.217391304348%);
  top: calc(15.217391304348%);
  width: 69.565217391304px;
  height: 69.565217391304px;
  background: #fff;
  text-align: center;
  display: table;
  left: 6px;
  top: 5px;
}
.ppc-percents span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #ff992b;
}
.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}
body {
  
}
.zsm_pic img{width:100%}
.progress-pie-chart {
  margin: 50px auto 0;
}
.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;
}
body {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  
  font-weight: 400;
}
blockquote {
}
#zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top > li > a {
}
.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 {
  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: #FFFFFF;
  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;
}
[class^="zt-icon-"] li,
[class*=" zt-icon-"] li {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  list-style: none;
}
[class^="zt-icon-"] li:before,
[class*=" zt-icon-"] li:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  margin-right: 5px;
}
.zt-icon-angle-left li:before {
  content: "\f104";
}
.zt-icon-angle-right li:before {
  content: "\f105";
}
.zt-icon-angle-up li:before {
  content: "\f106";
}
.zt-icon-angle-down li:before {
  content: "\f107";
}
.zt-icon-arrow-left li:before {
  content: "\f060";
}
.zt-icon-arrow-right li:before {
  content: "\f061";
}
.zt-icon-arrow-up li:before {
  content: "\f062";
}
.zt-icon-arrow-down li:before {
  content: "\f063";
}
.zt-icon-caret-down li:before {
  content: "\f0d7";
}
.zt-icon-caret-up li:before {
  content: "\f0d8";
}
.zt-icon-caret-left li:before {
  content: "\f0d9";
}
.zt-icon-caret-right li:before {
  content: "\f0da";
}
.zt-icon-chevron-up li:before {
  content: "\f077";
}
.zt-icon-chevron-down li:before {
  content: "\f078";
}
.zt-icon-chevron-left li:before {
  content: "\f053";
}
.zt-icon-chevron-right li:before {
  content: "\f054";
}
.zt-icon-chevron-sign-left li:before {
  content: "\f137";
}
.zt-icon-chevron-sign-right li:before {
  content: "\f138";
}
.zt-icon-chevron-sign-up li:before {
  content: "\f139";
}
.zt-icon-chevron-sign-down li:before {
  content: "\f13a";
}
.zt-icon-circle-arrow-left li:before {
  content: "\f0a8";
}
.zt-icon-circle-arrow-right li:before {
  content: "\f0a9";
}
.zt-icon-circle-arrow-up li:before {
  content: "\f0aa";
}
.zt-icon-circle-arrow-down li:before {
  content: "\f0ab";
}
.zt-icon-double-angle-left li:before {
  content: "\f100";
}
.zt-icon-double-angle-right li:before {
  content: "\f101";
}
.zt-icon-double-angle-up li:before {
  content: "\f102";
}
.zt-icon-double-angle-down li:before {
  content: "\f103";
}
.zt-icon-hand-right li:before {
  content: "\f0a4";
}
.zt-icon-hand-left li:before {
  content: "\f0a5";
}
.zt-icon-hand-up li:before {
  content: "\f0a6";
}
.zt-icon-hand-down li:before {
  content: "\f0a7";
}
.zt-icon-long-arrow-down li:before {
  content: "\f175";
}
.zt-icon-long-arrow-up li:before {
  content: "\f176";
}
.zt-icon-long-arrow-left li:before {
  content: "\f177";
}
.zt-icon-long-arrow-right li:before {
  content: "\f178";
}
.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 {
  background: url(../images/open1.png) no-repeat left bottom;
}
.zt-typo-inside blockquote div.zt-blockquote1 div {
  background: url(../images/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote2 {
  background: url(../images/open1.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote2 div {
  background: url(../images/close1.png) no-repeat right top;
  padding: 0 22px;
}
.zt-typo-inside blockquote div.zt-blockquote3 {
  background: url(../images/open2.png) no-repeat left bottom;
  padding-bottom: 1px;
}
.zt-typo-inside blockquote div.zt-blockquote3 div {
  background: url(../images/close2.png) no-repeat right top;
  padding: 5px 48px 0;
}
.zt-typo-inside blockquote div.zt-blockquote4 {
  background: url(../images/open2.png) no-repeat left top;
}
.zt-typo-inside blockquote div.zt-blockquote4 div {
  background: url(../images/close2.png) no-repeat right top;
  padding: 0 48px;
}
.zt-box-info,
.zt-box-warning,
.zt-box-stickynote,
.zt-box-upload,
.zt-box-download {
  color: #353535;
  padding: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.99);
}
.zt-box-info:before,
.zt-box-warning:before,
.zt-box-stickynote:before,
.zt-box-upload:before,
.zt-box-download:before {
  text-decoration: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 150%;
  speak: none;
  margin-right: 10px;
}
.zt-box-info:before {
  content: "\f129";
}
.zt-box-warning:before {
  content: "\f071";
}
.zt-box-stickynote:before {
  content: "\f0eb";
}
.zt-box-upload:before {
  content: "\f093";
}
.zt-box-download:before {
  content: "\f019";
}
.zt-box-info {
  background: #e5f4f9;
}
.zt-box-warning {
  background: #f8e7e5;
}
.zt-box-stickynote {
  background: #f6f2e1;
}
.zt-box-upload {
  background: #e4f7d3;
}
.zt-box-download {
  background: #e7ebfb;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 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-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 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  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;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rtl #zo2-slideshow-wrap,
.rtl #zo2-testimonial-wrap,
.rtl #zo2-ztstarting-wrap,
.rtl #zo2-h4-reasons-wrap {
  direction: ltr;
}
.rtl #zo2-ztdoing-wrap > .container,
.rtl #zo2-ztinstagram-wrap > .container,
.rtl #zo2-h3-about-wrap > .container,
.rtl #zo2-h4-africa-wrap > .container {
  max-width: none;
}
.rtl #zo2-ztdoing-wrap .w-doing .d-left {
  background: #333232;
}
.rtl #zo2-ztdoing-wrap .w-doing .d-right {
  background: url(../images/bg-how.png) no-repeat scroll right top / cover;
}
.rtl #zo2-h4-africa-wrap .w-af .af-left {
  background: url(../images/h4-bg-africa.png) top left no-repeat;
}
.rtl #zo2-h4-africa-wrap .w-af .af-right {
  background: #99bf38;
}
.rtl #zo2-h3-about-wrap .w-about .ab-right {
  background: #f0f3f8;
}
.rtl #zo2-h3-about-wrap .w-about .ab-left {
  background: url(../images/bg-about-h3.png) top left no-repeat;
  height: 430px;
}
.rtl #zo2-ztmission-wrap .w-mission .m-item .accordion-toggle .accordion-section .accordion-section-title i {
  float: left;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search {
  right: auto;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner {
  position: relative;
  right: 175px;
  top: -33px;
  width: 1170px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .search-close {
  right: auto;
  left: 0;
  line-height: 140px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .inputbox {
  padding-left: 0;
  padding-right: 30px;
  height: 140px;
}
.rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  direction: ltr;
}
.rtl #zo2-mega-menu .navbar-default ul.navbar-nav > .featuresWrap > .mega-dropdown-menu {
  position: absolute;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact {
  text-align: right;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-contact p .fa {
  padding-right: 0;
  padding-left: 6px;
}
.rtl #zo2-ztsocial-top-wrap #zo2-position-4 .t-social {
  text-align: left;
}
.rtl .blog .article-info dd {
  float: right;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search {
  left: -116px !important;
  right: auto;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner {
  position: relative;
  right: 175px;
  top: -33px;
  width: 1170px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .search-close {
  right: auto;
  left: 0;
  line-height: 140px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-position-0 .search .search-inner .inputbox {
  padding-left: 0;
  padding-right: 30px;
  height: 140px;
}
.homepage .rtl #zo2-zt-top-nav-wrap-sticky-wrapper #zo2-zt-top-nav-wrap #zo2-mega-menu .level-top {
  direction: ltr;
}

/* Here you can include your additional CSS Styles */
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.is-sticky #zo2-zt-top-nav-wrap {
  background: #ffffff;
  border-bottom: #333232;
  height: 88px;box-shadow:0 0 10px rgba(0,0,0,0.2)
}
.d-btn a {
  background: #b10b0b;
  color: #ffffff;
}
.d-btn a:hover {
  color: #ff992b;
}

.zxxw .hd{}
.zxxw .hd h4{font-size:19px;font-weight:400;padding:0;margin:0;font-family:Microsoft YaHei;color:#333}
.zxxw .hd{height:38px;border-bottom:1px solid #d6d6d6;position:relative;}
.zxxw .hd i{display:block;height:1px;background:#b10b0b;width:95px;position:absolute;bottom:-1px;left:0;}
.zxxw .bd ul li{padding:11px 0;border-bottom:1px solid #d6d6d6;position:relative;}
.zxxw .bd ul li b{font-weight:400;font-size:13px;display:block;margin-right:80px;}
.zxxw .bd ul li b a{color:#999999;padding-left:16px;background:url(../images/icon_dot1.png) no-repeat left center;}
.zxxw .bd ul li b a:hover{background:url(../images/icon_dot1_current.png) no-repeat left center;color:#b10b0b}
.zxxw .bd ul li span{position:absolute;right:0;top:11px;color:#bababa;font-size:12px;}
.zxxw .bd ul li i{display:block;height:1px;background:#b10b0b;width:95px;position:absolute;bottom:-1px;left:0;}

.banner1{margin:auto;position:relative;width:100%;}
.swiper-container{width:100%}
.swiper-slide{position:relative;height:auto;width:100%}
.banner2 img{width:100%}
.banner4 img,.banner5 img,.banner6 img{width:80%;margin:0 10%}
.pagination{position:absolute;text-align:center;left:0;bottom:5px;width:100%;z-index:6;margin:0}
.banner1 .swiper-pagination-switch{display:inline-block;width:50px;height:2px;background:#fff;margin:0 3px;cursor:pointer}
.banner1 .swiper-active-switch{background:#6485ff;}

.category .blog .items-row .item .item-image img{width:100%;height:258px}
.owl-item .item h3 a{color:#333;font-size:16px;}
.owl-item .item h3 a em{font-style:normal;color:#666}
.owl-item .item h3 a:hover,.owl-item .item h3 a:hover em{color:#b10b0b}
.site_wrap1 .hd{text-align:center;padding:35px 0 48px 0;width:100%;display:inline-block;}
.site_wrap1{display:inline-block;width:100%;padding-bottom:85px;}
.site_wrap1 .hd h1{font-size:20px;color:#333;font-weight:400;margin:0;margin-bottom:16px;}
.site_wrap1 .hd p{font-size:14px;color:#666;margin:0}
.site_wrap1 .hd p b{font-weight:400;color:#ffaa4e}
.site_wrap2{display:inline-block;width:100%;background:#f3f3f3;padding-bottom:40px}
.site_wrap2 .hd h1{text-align:center;font-size:20px;margin:0;margin-top:38px;color:#333;line-height:38px;margin-bottom:30px;}
.site_wrap2 .hd h1 b{font-weight:400;color:#fe9118}
.site_wrap2 .hd h3{padding:0px 0 30px 0;text-align:center;margin:0;font-size:18px;color:#333;}
.item1{background:#fff;display:inline-block;width:100%;margin-bottom:30px;border-radius:5px;padding:20px 0}

.col-md-1-9{width:112px;float:left}
.item1 .pic{margin-left:-15px;}
.item1 .col-md-2{float:right;margin-top:30px;text-align:right}
.item1 .col-md-2 p a{display:inline-block;width:104px;height:43px;border:1px solid #ffa13a;border-radius:5px;font-size:16px;color:#ff9522;text-align:center;line-height:43px;}
.item1 .col-md-2 p a:hover{background:#ff9522;color:#fff;}
.items1{margin-left:30px;}
.item1 .pic img{width:112px;height:119px;border-radius:5px;}
.col-md-1-5 {

width: 20%;

float: left;

}

.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {

min-height: 1px;

padding-left:8px;

padding-right: 8px;

position: relative;

}
.col-md-1-6 {

width: 16.6%;

float: left;

}
.site_wrap3{display:inline-block;width:100%;padding-bottom:77px;}
.site_wrap3 .hd{padding:60px 0 45px;display:inline-block;width:100%;text-align:center}
.site_wrap3 .hd h1{font-size:32px;color:#333;font-weight:400;margin:0;margin-bottom:18px;}
.site_wrap3 .hd p{margin:0;font-size:14px;color:#666}
.site_wrap3 .hd p a{color:#4c91e1;display:inline-block}
.site_wrap3 .hd p a:hover{color:#ffa13a}
.mod4{text-align:center;margin-bottom:15px;}
.mod4 h2{width:144px;margin:0 auto;}
.mod4 h2 img{width:144px;height:140px;}
.mod4 h3{margin:0;margin-top:15px;}
.mod4 h3{font-size:16px;color:#666;}
.mod4 h3 a:hover{color:#ffa13a;}
.site_wrap5{display:inline-block;width:100%;background:#f6f8fb}
.site_wrap51{display:inline-block;width:100%;padding-top:0px;text-align: center;}
.site_wrap51 h1{font-size:36px;letter-spacing: 12px;color:#000}
.site_wrap51 p{font-size:16px;line-height:16px;color:#000}
.mynav{display:inline-block;width:100%;padding:32px 0 12px 0;text-align: center;}
.mynav a{display:inline-block;margin:0 7px;margin-bottom:20px;width:144px;height:52px;line-height:52px;color:#000;font-size:16px;background:#f2f2f2;text-align: center;}
.mynav a.current,.mynav a:hover{background:#6485ff;color:#fff;}

.list2 .box1{margin-bottom:30px;height:135px;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);color:#000;position:relative}
.list2  .box1:hover{background:#6485ff;color:#fff}
.list2 .box1 .pic{float:left;width:115px;text-align: center;}
.list2 .box1 .pic strong{color:#333333;font-weight:700;display: block;font-size:50px;line-height:50px;padding-top:30px}
.list2 .box1 .pic span{color:#888888;display:block;font-size:12px}
.list2 .box1:hover .pic strong{color:#fff}
.list2 .box1:hover .pic span{color:#fff}
.list2 .box1 .item-info{margin-left:120px;padding-top:14px;margin-right:30px}
.list2 .box1 .item-info h1{font-size:18px;line-height:18px;margin-bottom:8px;font-weight:700}
.list2 .box1 .item-info p{font-size:14px;line-height:18px;height:36px;overflow:hidden;}
.mod5 .pic{background:#ffffff;
box-shadow:0px 0px 9px 2px rgba(255,133,0,0.13);

height:228px;}


.site_wrap8 h1{font-size:18px;margin-bottom:25px;color:#3c3c3c;margin-bottom:20px;font-weight:700}
.site_wrap8 .link ul{display:inline-block;}
.site_wrap8 .link ul li{display:inline-block;margin-bottom:10px;}
.site_wrap8 .link ul li a{font-size:14px;color:#3c3c3c;display:inline-block;padding:0 6px}
.site_wrap8 .link ul li a:hover{color:#fff;}
.site_wrap8 .link ul li span{display:inline-block;width:2px;height:16px;background:#2f2f2f;vertical-align: middle;}
.site_wrap61{display:inline-block;width:100%;padding:35px 0 25px 0;text-align: center;}
.site_wrap61 h1{font-size:36px;line-height:36px;margin-bottom:40px;color:#fff;}
.site_wrap61 p{font-size:16px;color:#fff;}
.site_wrap62 .col-md-2{height:82px;text-align: center;}
.site_wrap62 .col-md-2 p{display: table-cell;height:82px;vertical-align: middle;}
.mod5 .item-info{margin-top:30px;padding:0 20px;margin-bottom:30px}
.mod5 .item-info p{font-size:14px;color:#666;line-height:26px;height:52px;overflow:hidden;}
.mod5 .pic img{width:100%;height:160px;}
.mod5 .pic span{height:68px;line-height:68px;display:block;font-size:14px;color:#333;overflow:hidden;}
.mod5 a:hover .pic  span{color:#ffa13a}
.col-xs-1-6,.col-sm-1-6,.col-md-1-6,.col-lg-1-6 {

min-height: 1px;

padding-left: 15px;

padding-right: 15px;

position: relative;

}
.mod3 h2{font-size:20px;color:#333;margin:0;margin-top:12px;margin-bottom:15px;}
.mod3 p{font-size:16px;color:#666;line-height:26px;margin:0}
.col-xs-1-5{width:100%}

@media (min-width: 768px) {

.col-sm-1-5 {

width: 20%;

float: left;

}

}

@media (min-width: 992px) {

.col-md-1-5 {

width: 20%;

float: left;

}

}

@media (min-width: 1200px) {

.col-lg-1-5 {

width: 20%;

float: left;

}

}
.mod1{text-align:center;}
.mod1 h2{margin:0 auto;height:56px;text-align:center;width:56px;margin-bottom:30px;}
.mod1 h3{margin:0;margin-bottom:15px;font-size:14px;line-height:26px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif}
.mod1 p{font-size:12px;color:#666;line-height:19px;height:95px;overflow:hidden}

.mod2{text-align:center;}
.mod2 h2{margin:0 auto;height:64px;text-align:center;width:66px;margin-bottom:30px;}
.mod2 h3{margin:0;margin-bottom:15px;font-size:14px;line-height:26px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif}
.mod2 p{font-size:12px;color:#666;line-height:19px;height:115px;overflow:hidden}

@media (max-width: 992px) {
.col-md-1-9{display:none}
.items1{margin-left:15px}
.mod2 h3{font-size:16px;}
.col-xs-1-6{width:50%}
}

#zo2-ztbottom-wrap .module{float:left;padding:0 5px;height:300px;}
.banner3 p{font-size:40px;margin:0;color:#fff;position:absolute;left:50%;top:50%;width:192px;height:48px;line-height:48px;margin-left:-96px;margin-top:-24px;}
.site_wrap5{display:inline-block;width:100%;padding-top:0px;}
.prdnav{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;display:inline-block;width:100%;padding-bottom:20px;}
.mod6{
	text-align:center;
	padding-top:51px;
	position:relative
}
.mod6.current s{position:absolute;left:0;top:-1px;height:12px;background:#ff9929;width:100%;display:block}
.mod6.current s i{display:block;position:absolute;width:19px;height:20px;background:url(../images/nav_current.png) no-repeat;left:50%;top:12px;margin-left:-10px;}
.mod6 .pic{width:88px;margin:auto;height:72px;background:#fff;border-radius:5px;}
.mod6.current .pic{height:91px;}
.mod6 .pic img{-webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
    -ms-transform: scale(1, 1);
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 150ms;} 
a:hover .mod6 .pic img{-webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 350ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 350ms;
  -ms-transform: scale(1.1);
  -ms-transition-timing-function: ease-out;
  -ms-transition-duration: 350ms;}
.mod6.current .pic{background:#ff9522;}
.mod6 .pic h2{margin:0;width:66px;height:63px;background:#f2f2f2;border-radius:66px;margin:9px 6px;display:inline-block;text-align:center}
.mod6.current .pic h2{background:#fff;width:70px;height:67px;margin:12px 7px;border-radius:70px;}
.mod6 .pic h2 strong i{width:66px;height:63px;display:table-cell;vertical-align:middle;text-align:center}
.mod6.current .pic h2 strong i{width:70px;height:67px;display:table-cell;vertical-align:middle;text-align:center}
.mod6 .item-info h3{font-size:16px;color:#333;margin-top:12px;margin-bottom:12px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif}
.mod6.current .item-info h3{font-size:18px;margin-top:28px;margin-bottom:20px;}
.mod6 .item-info p{font-size:12px;color:#666;text-align:left}
.mod6.current .item-info p{font-size:14px;}
.scyyxt .hd{text-align:center;display:inline-block;width:100%;padding:36px 0 40px 0;}
.scyyxt .hd h1{margin:0;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;color:#333;font-size:20px;margin-bottom:15px;}
.scyyxt .hd p{font-size:14px;color:#666;margin:0}
.mod7{border:1px solid #eee;padding:25px;margin-bottom:28px;height:295px;}
.mod7 h2{margin:0;font-size:20px;color:#333;font-weight:400;margin-bottom:10px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;border-bottom:1px solid #eee;height:40px;text-align:center}
.mod7 .pic{position:relative;height:235px;}
.mod7 .pic img{width:100%}
.mod7 .pic .txt1{display:none;}
.mod7:hover .pic .txt1{display:block;position:absolute;left:0;top:0;}
.mod7:hover .pic .txt1 p{color:#666;font-size:14px;line-height:26px;display:table-cell;height:235px;vertical-align:middle;}
.mod7:hover .pic img{display:none;}
.scyykhd{display:inline-block;width:100%;margin-top:36px;border-top:1px solid #ccc;padding-bottom:65px;border-bottom:1px solid #ccc;}
.scyykhd .hd{display:inline-block;width:100%;padding:62px 0 60px 0;text-align:center;}
.scyykhd .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:20px;}
.scyykhd .hd p{font-size:14px;color:#666;margin:0}
.mod8{text-align:center}
.mod8 h2{margin:0;}
.mod8 img{width:122px;height:122px;}
.mod8 h3{margin:0;color:#333;margin-top:46px;margin-bottom:45px;font-size:16px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.sccmsgld{display:inline-block;width:100%;padding-bottom:65px;border-bottom:1px solid #ccc;}
.sccmsgld .hd{display:inline-block;width:100%;padding:62px 0 60px 0;text-align:center;}
.sccmsgld .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:20px;}
.sccmsgld .hd p{font-size:14px;color:#666;margin:0}
.sccmsgld .bd{background:#f3f3f3;display:inline-block;width:100%;position:relative}
.page4{display:none;}
a.arrow-left,a.arrow-left1,a.arrow-left2{position:absolute;left:10px;top:50%;width:20px;height:36px;background:url(../images/leftnav2.png) no-repeat;margin-top:-18px;z-index:999}
a.arrow-right,a.arrow-right1,a.arrow-right2{position:absolute;right:10px;top:50%;width:20px;height:36px;background:url(../images/rightnav2.png) no-repeat;margin-top:-18px;z-index:999}
.sccase{display:inline-block;width:100%;padding-bottom:120px;}
.sccase .hd{display:inline-block;width:100%;padding:60px 0 40px 0;text-align:center}
.sccase .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.sccase .hd p{font-size:14px;color:#666;margin:0}
.mod9{background:#f3f3f3;
border:2px solid #f3f3f3;
height:260px;margin-bottom:35px}
.mod9 .pic{height:170px;overflow:hidden;}
.mod9 .pic img{width:100%;height:170px;}
.mod9 .item-info{padding:0 15px;text-align:left;}
.mod9 .item-info h2{font-size:18px;margin:12px 0 7px 0;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;color:#333}
.mod9 .item-info p{margin:0;font-size:14px;color:#999;line-height:19px;height:38px;overflow:hidden;}
.zxty{display:inline-block;width:100%;border-top:1px solid #ccc;padding-bottom:70px;}
.zxty .hd{display:inline-block;width:100%;padding:60px 0 40px 0;text-align:center}
.zxty .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.zxty .hd p{font-size:14px;color:#666;margin:0}
.zxty .bd p{text-align:center;}
.banner13{background:url(../images/banner3_bg.png) #70cbff repeat-x;min-height:276px;position:relative;text-align:center;color:#fff;}
.banner15{background:url(../images/banner5_bg.png) #43d782 repeat-x;min-height:276px;position:relative;text-align:center;color:#fff;}
.banner16{background:url(../images/banner6_bg.png) #ff.scyyxt .hd h1847b repeat-x;min-height:276px;position:relative;text-align:center;color:#fff;}
.banner17{background:url(../images/banner7_bg.png) #ffa23c repeat-x;min-height:276px;position:relative;text-align:center;color:#fff;}

.banner13 h1{font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;font-size:40px;padding-top:95px;margin-top:0;margin-bottom:28px;}
.banner13 p{margin:0;font-size:20px;padding-bottom:20px;}
.crmys{display:inline-block;width:100%;padding-bottom:85px;border-bottom:1px solid #ccc;}
.crmys .hd{display:inline-block;width:100%;text-align:center;padding:42px 0;}
.crmys .hd h1{font-size:20px;color:#333;margin:0;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.zo2-logo{padding-top:0px;}
.zo2-logo img{display:block;height:auto;margin-top:15px;margin-left:65px;}
.crmgntd{display:inline-block;width:100%;padding-bottom:65px;border-bottom:1px solid #ccc}
.crmgntd .hd{display:inline-block;width:100%;padding:55px 0 35px 0;text-align:center}
.crmgntd .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.crmgntd .hd p{font-size:14px;color:#666;margin:0}
.crmgntd .bd{display:inline-block;width:100%;border:1px solid #eee;padding:32px 0}
.mod11{text-align:center}
.mod11 h2{margin:0;}
.mod11 h2 img{width:100px;height:100px;}
.mod11 h3{margin:12px 0 16px 0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.mod11 p{font-size:14px;color:#999;line-height:22px;}
.bipart1{display:inline-block;width:100%;border-top:1px solid #ccc;padding-bottom:55px;}
.bipart1 .hd{display:inline-block;padding:50px 0 45px 0;width:100%;text-align:center;}
.bipart1 .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.bipart1 .hd p{font-size:14px;color:#666;margin:0}
.bipart1 .hd p b{font-weight:400;color:#ffa198}
.bi_img1{text-align:center}
.item2{margin-left:50px;margin-bottom:20px;}
.item2_1{background:#f3f3f3;border-radius:5px;height:150px;}
.item2_1 .pic{margin-left:-35px;margin-top:34px;width:80px;float:left;}
.item2_1 .pic img{width:80px;height:80px;border-radius:5px;}
.item2_1 .item-info h2{font-size:24px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin:0;padding-top:25px;margin-bottom:10px;}
.item2_1 .item-info p{margin:0;font-size:16px;line-height:26px;color:#666}
.lydwcp{display:inline-block;padding-bottom:90px;width:100%}
.lydwcp .hd{display:inline-block;width:100%;text-align:center;padding:65px 0 55px 0;}
.lydwcp .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.lydwcp .hd p{font-size:14px;color:#666;margin:0}
.mod12 img{width:100%;height:215px;}
.mod12 h2{margin:0}
.mod12 h3{margin:0;font-size:16px;font-weight:700;color:#333;margin-bottom:20px;text-align:center;margin-top:15px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.mod12 p{text-align:center;font-size:14px;line-height:26px;color:#666}
.mod13{margin-top:35px;text-align:center}
.mod13 h2{margin:0 auto;height:105px;vertical-align:middle;text-align:center;width:100px;display:block}
.mod13 h2 strong{display:table-cell;vertical-align:middle;width:100px;text-align:center;height:105px;}
.mod13 h2 img{vertical-align:middle;}
.mod13 h3{margin:0;font-size:14px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-top:12px;margin-bottom:15px;}
.mod13 p{font-size:12px;color:#666;line-height:26px;margin:0}
.sc_img1{display:inline-block;width:100%;border-bottom:1px solid #ccc;text-align:center;padding-bottom:80px}
.qbsc{display:inline-block;padding-bottom:0px;width:100%}
.qbsc .hd{display:inline-block;width:100%;text-align:center;padding:40px 0 55px 0;border-top:1px solid #ccc;}
.qbsc .hd h1{margin:0;font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin-bottom:10px;}
.qbsc .hd p{font-size:14px;color:#666;margin:0}
.page8{display:inline-block;width:100%;padding:30px 0;}
.page8 p{text-align:center}
.page8 a{display:inline-block;width:39px;height:39px;margin:0 15px}
.page8 a.prev{background:url(../images/leftnav1.png) no-repeat;}
.page8 a.prev:hover{background:url(../images/leftnav1_hover.png) no-repeat;}
.page8 a.next{background:url(../images/rightnav1.png) no-repeat;}
.page8 a.next:hover{background:url(../images/rightnav1_hover.png) no-repeat;}
.mkzx{display:inline-block;width:100%;padding-bottom:50px;border-bottom:1px solid #ccc;}
.mkzx .hd{display:inline-block;width:100%;padding:50px 0;text-align:center;}
.mkzx .hd h3{font-size:20px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.mod14{margin-bottom:65px}
.mod14 .pic{border:1px solid #eee;border-radius:7px;padding:2px 5px;}
.mod14 .pic img{width:100%;height:130px}
.mod14 .item-info{padding:0 5px;}
.mod14 .item-info h2{margin:0;font-size:16px;margin-top:20px;margin-bottom:10px;}
.mod14 .item-info h2 a{color:#333;}
.mod14 .item-info p{font-size:14px;line-height:22px;color:#666}
.mod14 .item-info h3{margin:0;display:inline-block;width:100%;}
.mod14 .item-info h3 strong{float:left;font-weight:400;color:#333;font-size:14px;}
.mod14 .item-info h3 b{float:right;font-weight:400}
.mod14 .item-info h3 b a{color:#333;font-size:14px;}
.mod14 .item-info h3 b a span{display:inline-block;vertical-align:middle;margin-right:5px}
.mod14 .item-info h3 b a i{display:inline-block;width:19px;height:19px;background:url(../images/go_btn.png) no-repeat;vertical-align:middle;}
.aboutus_nav{display:inline-block;width:100%;padding-bottom:90px;}
.aboutus_nav a{display:block;height:50px;width:100%;background:#ccc;font-size:18px;line-height:50px;text-align:center;margin-bottom:10px;color:#fff}
.aboutus_nav a.current{background:#ff8500}
.aboutus_part1{display:inline-block;width:100%;padding-bottom:40px;}
.aboutus_part1 .col-md-1-5{margin-bottom:20px;}
.aboutus_part1 .col-md-3{margin-bottom:20px;}
.intro1{padding:0 0px;text-align:left;margin-top:15px;}
.intro1 h1{font-size:20px;color:#ff8b0c;text-align:center;font-weight:700;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;margin:0;padding-top:0px;margin-bottom:20px;}
.intro1 p{font-size:16px;color:#666;line-height:24px;margin:0;text-align:center;margin-bottom:30px;}
.item3{display:inline-block;width:100%;margin-bottom:30px}
.item3 .col-md-12{text-align:center}
.mkdsj{display:inline-block;width:100%;margin-bottom:70px;position:relative;}
.mkdsj_con{padding:0 20px 0 55px;}
.mkdsj_con .line{position:absolute;left:170px;top:0;width:4px;height:100%;background:#d8d8d8;}
.mkdsj_con .line .icon1{position:absolute;left:0;top:0;height:11px;background:#fff;z-index:99;display:block;width:4px}
.mkdsj_con .line .icon2{position:absolute;left:0;bottom:0;height:31px;background:#fff;z-index:99;display:block;width:4px}
.mkdsj_con .year{margin-bottom:35px;}
.mkdsj_con .year strong{display:inline-block;font-weight:400;color:#fff;font-size:16px;width:104px;height:37px;line-height:37px;text-align:center;background:url(../images/nav_current2.png) no-repeat;}
.mkdsj_con .year i{display:inline-block;width:14px;height:14px;background:url(../images/icon_dot_current.png) #fff no-repeat;position:relative;margin-left:6px;}
.dashi{display:inline-block;width:100%;margin-bottom:26px}
.dashi .pic{float:left;width:124px;}
.dashi .pic strong{display:inline-block;width:98px;font-size:16px;color:#333;text-align:right;font-weight:400}
.dashi .pic i{display:inline-block;width:9px;height:9px;background:url(../images/icon_dot.png) no-repeat;margin-left:14px;position:relative;}
.dashi .item-info{margin-left:140px}
.dashi .item-info p{margin:0;font-size:16px;color:#333}
.joinuspart .hd{display:inline-block;width:100%;padding-bottom:20px;}
.joinuspart .hd h1{text-align:center;font-size:38px;color:#333;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.joinuspart .hd p{font-size:16px;line-height:26px;margin-bottom:20px;color:#666;text-align:center;}
.join_pic{margin-bottom:55px}
.join_pic p{text-align:center;margin:0;margin-bottom:25px;}
.join_pic h3{margin:0;text-align:center;line-height:42px;
font-size:22px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;
color:#ff9724;}
.join_pic h4{text-align:center;margin:0;margin-top:35px;}
.join_pic h4 a{display:inline-block;background:#ffffff;
border:1px solid #ff8500;
border-radius:87px;
width:163px;
height:58px;line-height:58px;text-align:center;color:#fe8402;font-size:20px;margin:0 28px;margin-bottom:15px;}
.zhiwei{margin-bottom:90px}
.job_item h2{margin:0;font-weight:700;font-size:16px;margin-bottom:20px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;color:#333;}
.job_item p{color:#666;font-size:16px;line-height:26px;margin:0;margin-bottom:20px;}
.contactus_part1{display:inline-block;width:100%;border-bottom:1px solid #ccc;position:relative;}
.contactus_part1 .line{position:absolute;left:50%;width:1px;height:216px;background:#979797;top:40px;}
.mod15{text-align:center;margin-bottom:75px;}
.mod15 h2{margin:0}
.mod15 h2 img{width:198px;height:198px;}
.mod15 h3{margin:0 auto;margin-top:65px;background:#ffffff;
border:1px solid #ff8500;font-size:20px;color:#fe8402;line-height:66px;
border-radius:87px;
width:244px;
height:66px;}
.mod15 h3 i{display:inline-block;width:25px;height:28px;background:url(../images/icon_tel.png) no-repeat;vertical-align:middle;margin-right:8px}
.contactus_part2{display:inline-block;width:100%;padding-bottom:90px;}
.contactus_part2 .hd{display:inline-block;padding:50px 0 35px 0;width:100%;text-align:center}
.contactus_part2 .hd h1{font-size:20px;color:#333;margin:0;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.tabs{margin-bottom:55px;display:inline-block;width:100%}
.tabs a{display:block;width:100%;height:50px;background:#f3f3f3;font-size:16px;color:#666;text-align:center;line-height:50px;margin-left:1%;
margin-right:1%;margin-bottom:10px;
position: relative;float:left;width:14.6%;}
.tabs a.active{background:#ff8500;color:#fff}
.map_con{display:inline-block;width:100%;background:#f3f3f3;padding:65px 0;position:relative;}
.map_con1{margin:0 135px;}
.map_con1 .col-md-5 img{border:10px solid #fff;width:100%}
.intro2 h2{margin:0;font-size:24px;color:#333;margin-top:25px;margin-bottom:15px;font-family:"Microsoft Yahei","Heiti",Segoe UI,Arial,sans-serif,serif;}
.intro2 p{font-size:18px;line-height:28px;color:#666;font-weight:400;margin:0}
a.arrow-left4{display:block;position:absolute;left:45px;top:50%;width:45px;height:81px;background:url(../images/leftnav.png) no-repeat;margin-top:-40px;z-index:99}
a.arrow-left4:hover{background:url(../images/leftnav_hover.png) no-repeat;}
a.arrow-right4{display:block;position:absolute;right:45px;top:50%;width:45px;height:81px;background:url(../images/rightnav.png) no-repeat;margin-top:-40px;z-index:99}
a.arrow-right4:hover{background:url(../images/rightnav_hover.png) no-repeat;}
body,html{overflow-x:hidden;}
@media (max-width: 992px) {
.box13 ul li .txt{
	font-size:16px;
}	
.contactus_part1 .line{background:none;}
	.item2{margin-left:0}
	.tabs a{width:98%;}
	.map_con1{margin:0 35px;}
	a.arrow-left4{position:absolute;left:10px;top:50%;width:20px;height:36px;background:url(../images/leftnav2.png) no-repeat;margin-top:-18px;z-index:999}
	a.arrow-left4:hover{background:url(../images/leftnav2.png) no-repeat;}
a.arrow-right4{position:absolute;right:10px;top:50%;width:20px;height:36px;background:url(../images/rightnav2.png) no-repeat;margin-top:-18px;z-index:999}
a.arrow-right4:hover{background:url(../images/rightnav2.png) no-repeat;}
	.item2_1 .pic{display:none}
	.items1{margin-right:15px}
	.mod15 h3{font-size:12px;}
	}
.banner_inner{position:relative;background:url(../images/banner_aboutus.png) no-repeat center center;background-size:cover;display:inline-block;width:100%;height:303px}
.banner_case{background-image:url(../images/banner_cases.png);height:303px;}
.banner_case2{background-image:url(../images/banner_case.png);height:303px}
.banner_case2 .container{position:relative;height:303px}
.banner_case2 h1{color:#fff;font-size:36px;position:absolute;bottom:20px;left:0;z-index:999}
.banner_case2 h1 b{font-weight:400;font-size:15px}
.banner_inner img{width:100%}
.banner_txt h1{color:#fff;line-height:60px;font-size:36px;line-height:60px;font-weight:400;text-align:center;padding-top:45px;font-weight:400}
.banner_case .banner_txt h1{padding-top:108px;padding-bottom:105px;font-size:36px;font-weight:400;line-height:36px}
.banner_case .banner_txt h1 b{font-size:15px;font-weight:400;line-height:15px;}
.site_wrap_aboutus{display:inline-block;width:100%;padding:0 0 20px 0;}
.position{text-align:right;margin:20px 0;font-size:15px;}
.position a{font-weight:400;display:inline-block;color:#333;font-size:15px}
.position em{font-weight:700;display:inline-block;color:#333;font-style:normal;font-size:15px}
.aboutus_1 h1{font-size:45px;font-weight:700;line-height:45px;text-transform:none;letter-spacing: -3px;}
.aboutus_1 h1 b{font-weight:400;font-size:26px;line-height:26px;letter-spacing: 0;}
.intro4 p{font-size:18px;color:#262626;margin-top:50px;text-align:justify;line-height:30px}
.tongji{margin-bottom:50px;display:inline-block;width:100%;margin-top:40px;border-bottom:1px solid #cccccc;padding-bottom:30px}
.tongji .item{text-align:center}
.tongji .item h1{font-size:50px}
.tongji .item p{font-size:14px;}
.brand_list .col-md-2 {
    height: 82px;
    text-align: center;
}
.brand_list .col-md-2 p {
    display: table-cell;
    height: 82px;
    vertical-align: middle;
}
.nav2{margin-top:0px;display:inline-block;width:100%;background:#fff}
.nav2 a{display:inline-block;color:#262626;padding:20px 25px 25px 25px;text-align:center}
.nav2 a:hover,.nav2 a.current{background:#6485ff;color:#fff;font-family:'SourceHanSansCN-Regular';}
.nav2 a i{display:block;font-style:normal;color:#fff;font-size:36px;line-height:36px; font-family:"myfont"}
@font-face {
  font-family: "myfont";
  src: url("../font/myfont.woff2") format("woff2"),
       url("../font/myfont.woff") format("woff"),
       url("../font/myfont.ttf") format("truetype"),
       url("../font/myfont.eot") format("embedded-opentype"),
       url("../font/myfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
case_details p a{display:inline-block}
.nav2 a b{display:block;font-weight:400;margin-top:15px;font-size:15px;}
.relatepages{text-align:right}
.relatepages a{display:inline-block;width:153px;height:53px;font-size:15px;background:#6485ff;line-height:53px;color:#fff;text-align:center;border-left:1px solid #fff}
.relatepages a.prev i{display:inline-block;width:14px;height:10px;background:url(../images/icon_left.png) no-repeat;veritical-align:middle;margin-right:5px}
.relatepages a.next i{display:inline-block;width:14px;height:10px;background:url(../images/icon_right.png) no-repeat;veritical-align:middle;margin-left:5px}
.case_details h1{font-size:24px;font-weight:700;line-height:24px;color:#262626}
.case_details p{font-size:15px;line-height:36px;margin-bottom:40px;text-align:justify;color:#262626}
.case_detail{margin-bottom:100px}
.newlist{display:inline-block;width:100%;background:#eaeaec;padding:20px 0;margin-top:24px}
.newlist .box1{background:#fff;border-bottom:3px solid #fff;transition: 0.5s;box-shadow: 0 5px 10px rgba(0,0,0,.15);margin-bottom:30px;}
.newlist .box1:hover{border-color:#6485ff}
.newlist .box1 .pic{overflow:hidden}
.newlist .box1 .pic img{width:100%}


.newlist .box1 .pic img{transition: 0.5s;transform: scale(1);}




.newlist .box1:hover .pic img{
    transform: scale(1.1);
}


.newlist .box1 .item-info{padding:0 15px}
.newlist .box1 .item-info h2{padding:0;margin:20px 0;font-size:24px;line-height:24px;color:#000;overflow:hidden;height:24px;white-space: nowrap;
    text-overflow: ellipsis;}
.newlist .box1 .item-info h3{padding:0;margin:0;font-size:15px;font-weight:400;color:#333;padding-left:20px;background:url(../images/icon_clock.png) no-repeat left -1px}
.newlist .box1 .item-info p{font-size:15px;color:#999;line-height:22px;height:185px;overflow:hidden}
.newlist .box1 .item-info h4{display:inline-block;width:100%;color:#999}
.newlist .box1 .item-info h4 strong{float:left;font-weight:400;font-size:12px;}
.newlist .box1 .item-info h4 b{float:right;font-weight:400;font-size:12px}
.news_detail{display:inline-block;width:100%;margin-top:25px;background:#eaeaec;padding:60px 0}
.case_part1{background:#fff;padding:50px 0 10px 0;margin-top:30px;display:inline-block;width:100%}
.case_part2{background:#fff;padding:50px 0 0 0;margin-top:30px;display:inline-block;width:100%}
.case_part1 .col{padding:0 30px}
.case_part2 .col{padding:0 30px;}
.case_part1 p {
    font-size: 16px;line-height:30px;text-align:justify
}
.border-top {
    border-top: 1px solid #dee2e6!important;padding-top:30px;font-size:16px
}
.border-top a{display:inline-block;color:#333}
.border-top .col-md-6{margin-top:20px;}
.border-top .col-md-6:last-child{text-align:right}
.case_part1 p.a1{color:#999;font-size:12px;margin-top:30px}
.case_part1 p.a1 img{display:inline-block;vertical-align:middle;margin-top:-3px;margin-right:4px;}
.case_part1 p.a1 span{padding-right:20px}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.title-h1 {padding:0;margin:0;
        font-weight: normal;
        font-size: 30px;line-height:30px;margin-bottom:40px;
    }
    .title-h2 {
        font-weight: normal;
        font-size: 1.2rem;
    }
    .title-h3 {
        font-weight: normal;
        font-size: 1.1rem;
    }
    .title-h3-bold {
        font-weight: bold;
        font-size: 1.1rem;
    }
    .title-h4 {
        font-weight: normal;
        font-size: 1rem;
    }
    .title-h5 {
        font-weight: normal;
        font-size: 0.9rem;
    }
    .title-h6 {
        font-weight: normal;
        font-size: 0.8rem;
    }
    .news p {
        font-size: 0.85rem;
    }
.clientName p{padding:0;margin:0;line-height:30px}
.aboutus_4 h1{padding:0;margin:0;margin-bottom:85px;margin-top:30px;text-align:center;font-size:40px;font-weight:700;color:#5e5e5e}
.aboutus_4 img{width:100%}
.aboutus_4 h2{padding:0;margin:0;text-align:center;font-size:28px;margin-top:60px;font-weight:700;margin-bottom:50px;color:#5e5e5e}
.news_detail h1{font-size:24px;margin-bottom:40px;line-height:24px;font-weight:700;text-align:center}
.ask_list{padding-top:60px;padding-bottom:20px}
.ask_list .item{margin-bottom:60px;position:relative;line-height:40px}
.ask_list .item strong{color:#000;font-size:40px;font-weight:700;position:absolute;left:0;top:0}
.ask_list .item .txt1{font-size:24px;margin-left:100px}
.ask_list .item:nth-of-type(2n) .txt1{margin-left:65px}
.intro5 p{font-size:15px;line-height:30px;color:#5f5f5f}
.solution_page{display:inline-block;width:100%;background:#eaeaec}
.solution_part1{padding-top:50px}
.solution_part1 p{font-size:15px;line-height:30px;margin:15px 0;text-align:justify;color:#010101}
.solution_part2 .box1{height:345px;}
.solution_part2 .box1 .pic{height:230px;overflow:hidden}
.solution_part2 .box1 .pic  img{width:100%;height:230px;transition: 0.5s;}




.solution_part2 .box1:hover .pic  img {
    transform: scale(1.1);
}

.solution_part2 .box1 .item-info{padding:0 12px}
.solution_part2 .box1 .item-info h2{margin:15px 0;font-size:24px;padding:0;line-height:24px}
.solution_part2 .box1 .item-info p{font-size:15px;color:#3a3a3a;line-height:15px}
.home-case .col-md-6{padding:0}

.case_details2 p{margin-bottom:10px}
.site_wrap13{display:inline-block;width:100%;padding:50px 0 30px 0;background:#f0f2f7;text-align:center}
.site_wrap13 .hd1{margin-bottom:50px;text-align:center;}
.site_wrap13 .hd1 h1{font-size:36px;font-weight:400}
.site_wrap13 .col-md-3{margin-bottom:20px;}
.site_wrap13 .box1{display:inline-block;text-align:center;width:150px;vertical-align:top;margin-bottom:50px}
.site_wrap13 .box1 .pic{width:150px;height:150px;border-radius:100%;background: #fff;box-shadow:10px 10px 10px  rgba(0,0,0,0.15);margin:auto;color:#83879e;margin-bottom:10px;font-size:16px;line-height:24px;padding-top:35px}
.site_wrap13 .col-md-3 img{width:100%}
.site_wrap13 .box1 img{width:150px;height:150px;}
.site_wrap13 .col-md-3 b{display:block;text-align:center;margin-top:15px;font-weight:400;font-size:18px}
.site_wrap13 .box1 b{display:block;text-align:center;margin-top:0px;font-weight:400;font-size:18px}
.site_wrap13 .box1 p{padding-top:30px;font-size:16px;line-height:24px}
.site_wrap13 .pic{margin-bottom:50px}
.site_wrap13 .pic img{width:50%}
.site_wrap13 .box2{text-align:left;margin-bottom:0px}
.site_wrap13 .box3{background:#8ea5fd;border-radius:8px;padding:30px 50px;color:#fff;font-size:20px;line-height:36px;margin-bottom:50px}
.site_wrap13 .box2 h2{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:5px;border:1px solid #dedfe1;font-size:28px;padding-left:15px;height:60px;line-height:60px}
.site_wrap13 .box2 p{border:1px solid #d9dadc;margin-top:15px;padding:15px;font-size:26px;line-height:38px;height:420px}
.step_list{display:inline-block;width:100%;margin-bottom:100px}
.step_list ul{margin-left:-25px;margin-right:-25px;}
.step_list ul li{float:left;width:20%;}
.step_list ul li .box11{height:200px;padding:0 40px;background:#fff;border-radius:20px;margin:0 25px;position:relative;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);}
.step_list ul li .box11 .icon{position:absolute;right:-35px;width:20px;height:81px;background:url(../images/pics_41.png) no-repeat;top:50%;margin-top:-40px}
.step_list ul li .box11 h1{border-bottom:1px solid #8fa6ff;height:96px;line-height:96px;color:#83879e;text-align: center;}
.step_list ul li .box11 p{color:#83879e;font-size:20px;line-height:30px;text-align: center;}
.step_list ul li .box11 h2{color:#6485ff;font-size:36px;line-height:46px;text-align: center;padding-top:50px}
.box12{background:rgba(100,133,255,0.7);border-radius:20px;padding:35px;font-size:18px;line-height:30px;color:#fff;}
.site_wrap93{display:inline-block;width:100%;padding:100px 0;background: #f0f2f7;text-align: center;}
.site_wrap94{display:inline-block;width:100%;padding:100px 0;background: #b1c2fe;text-align: center;}
.site_wrap93 img{width:70%;}
.box13{background:#fff;border-radius:20px;padding:35px;font-size:20px;line-height:36px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);}
.box13 ul li{display:inline-block;width:100%;border-bottom:1px solid #6485ff;padding:45px 0;position:relative}
.box13 ul li strong{position:absolute;left:0;top:45px;font-size:30px;font-weight:400}
.box13 ul li .txt{margin-left:100px;text-align: center;color:#6485ff;font-size:30px}
.box13 ul li .txt span{margin:0 20px}
.site_wrap95{display:inline-block;width:100%;padding:100px 0;background:#f0f2f7}
.intro8{margin-bottom:50px}
.intro8 p{text-align: center;font-size:20px;line-height:36px;color:#333}
.site_wrap95 .col-md-3{margin-bottom:20px}
.site_wrap93 .hd2{font-size:26px;line-height:36px;text-align: center;margin-bottom:20px}
.site_wrap93 .hd2 strong{font-size:30px;color:#6485ff}
.site_wrap95 .col-md-3 img{width:80%}
.site_wrap96{display:inline-block;width:100%;padding:100px 0;background:#b1c2ff;text-align: center;}
.site_wrap97{display:inline-block;width:100%;padding:100px 0;background:#f0f2f7;text-align: center;}
.site_wrap96 img{width:70%}
.box71{background:rgba(100,133,255,0.7);border-radius:20px;padding:70px;font-size:20px;line-height:36px;color:#fff;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);}
.box71 h1{font-size:24px;line-height:30px;color:#000;margin:0;margin-bottom:5px}
.box71 h2{margin:0;margin-bottom:25px}
.box71 h2 img{width:60px;}
.site_wrap98{display:inline-block;width:100%;background:#f0f2f7;padding:100px 0;text-align: center;}
.site_wrap98 .box19{width:200px;height:200px;border-radius:100%;background:#fff;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);display:inline-block;margin:0 40px;margin-bottom:40px;line-height:200px;font-size:36px;color:#6485ff}
.site_wrap98 .box19.current{background:#6485ff;color:#fff}
.site_wrap99 .col-md-1{margin-bottom:50px}
.site_wrap991{display:inline-block;width:100%;background:#f0f2f7;padding:100px 0;}
.boxs4{background:#a3b6fd;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);padding:60px 120px;border-radius:20px;font-size:22px;line-height:36px}
.site_wrap99{display:inline-block;width:100%;background:#b1c2ff;padding:100px 0}
.boxs1{background: #fff;padding:20px;border-radius:20px;text-align:center;font-size:22px;line-height:40px;height:220px;padding-top:70px;}
.boxs2{background: #fff;padding:20px;border-radius:20px;font-size:22px;line-height:40px;height:220px;padding-left:70px;padding-top:30px;}
.boxs9{padding:20px 30px;background:#7b97ff;border-radius:20px;color:#fff;font-size:18px;line-height:36px;margin-top:50px}
.site_wrap992{display:inline-block;width:100%;padding:100px 0;background:#b1c2ff}
.boxs5{background:#fff;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);padding:30px 60px;border-radius:20px}
.boxs5 ul li{display:inline-block;width:100%;margin-bottom:20px;position:relative}
.boxs5 ul li strong{position:absolute;left:0;top:0;width:100px;height:100px;background: #6485ff;border-radius: 100%;color:#fff;font-size: 24px;text-align: center;line-height:100px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);}
.boxs5 ul li .txt{margin-left: 120px;min-height:120px;padding-top:30px;font-size:20px;line-height:36px;text-align: justify;}
.down{text-align: center;margin-top:20px;display:inline-block;width:100%}
.site_wrap994{display:inline-block;width:100%;padding:100px 0;background:#b1c2ff}
.boxs999{background:#fff;border-radius:20px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);padding:120px 60px;text-align: center;font-size:18px;line-height:36px}
.down img{height:40px}
.txt2{text-align: center;margin-top:40px;font-size:30px;line-height:50px;}
.txt2 span{margin:0 20px}
.site_wrap993{display:inline-block;width:100%;padding:100px 0;background:#f0f2f7;}
.cb_list ul li{float:left;width:20%;margin-bottom:40px}
.cb_list ul li .box111{height:150px;background:#6485ff;border-radius:30px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);margin:0 25px;text-align:center;font-size:18px;color:#fff;line-height:30px;padding-top:20px;}
@media (max-width: 480px){
  .site_wrap95 .col-md-3 img{width:100%}
  .site_wrap96 img{width:100%}
  .step_list ul li{width:100%}
.border-top .col-md-6:last-child{text-align:left}
.banner_txt h1{font-size:24px;line-height:40px;padding-top:70px}
.banner_case .banner_txt h1{padding-top:70px;font-size:26px}
.banner_case .banner_txt h1 b{margin:0 20px;display:block;line-height:28px;margin-top:20px}
.site_wrap13 .box1{width:300px}
.cb_list ul li{width:50%}
.txt2 span{margin:0 35px}
.boxs4{padding:30px 20px;font-size:16px;line-height:30px}
.site_wrap991{padding:15px 0}
.site_wrap991 .container{padding:0}
.bussiness-body .item{width:auto}
.boxs5 ul li strong{position:relative;display:block;margin:auto}
.boxs5 ul li .txt{margin-left:0;}
.boxs5{padding:30px 30px}
.site_wrap93{padding:30px 0}
.box13 ul li{padding:25px 0 15px 0}
.box13 ul li strong{position:relative;display:block;margin:auto;top:inherit;font-size:24px;margin-bottom:20px}
.site_wrap94{padding:30px 0}
.box13 ul li .txt{margin-left:0;text-align:left;font-size:16px;}
.box13 ul li .txt span{margin:0;font-size:16px;margin:0 4px}
.site_wrap93 .container img{width:100%}
.site_wrap95{padding:20px 0}
}
.bussiness-body{text-align:center}
.site_wrap13 .col-md-3 .info{background:#8ea5fd;padding:30px 25px;font-size:18px;line-height:30px;border-radius:8px;margin-top:30px;color:#fff;text-align: justify;min-height:210px;box-shadow: 10px 8px 10px rgba(0,0,0,0.2);}
.site_wrap91{display:inline-block;width:100%;padding:90px 0;background: #b1c2ff;}
.box91{background:#fff;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);border-radius:20px;padding:60px 58px}
.box91 ul li{display:inline-block;width:100%;position: relative;margin-bottom:10px}
.box91 ul li i{position:absolute;left:0;top:6px;width:22px;height:22px;background:#6485ff;border-radius:100%;}
.box91 ul li p{display:block;margin:0;padding:0;margin-left:34px;font-size:18px;line-height:32px}
.site_wrap92{display:inline-block;width:100%;padding:200px 0;background:rgba(100,133,255,0.5);}
