﻿@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    color: #00a3e9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #00a3e9;
    outline: none;
}

p {
    margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    #color: #000;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.copyrights{
    text-indent:-9999px;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
}

.edge--bottom {
    position: relative;
    z-index: 1;
}
.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}
.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 100%;
}

.edge--top {
    position: relative;
    z-index: 1;
}
.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--top:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

.edge--top--reverse {
    position: relative;
    z-index: 1;
}
.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}

.edge--both {
    position: relative;
    z-index: 1;
}
.edge--both:before, .edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--both:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}
.edge--both:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--both--reverse {
    position: relative;
    z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}
.edge--both--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
}

#cv-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 40px;
}
#cv-header a{
    text-decoration: none;
}
.navbar-fixed-top .header-bg{
    background: url(../images/head-black.png) repeat;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
}
#cv-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}
#cv-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff;
}
#cv-header.navbar-fixed-top {
    position: fixed !important;
    padding: 5px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
    z-index: 100;
}
#cv-header.navbar-fixed-top .navbar-brand {
    color: #00a3e9;
}
#cv-header.navbar-fixed-top #navbar li a {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#cv-header.navbar-fixed-top #navbar li a:hover {
    color: #00a3e9;
}
#cv-header.navbar-fixed-top #navbar li.active > a {
    background: transparent;
    background: none;
    color: #00a3e9;
}
#cv-header.navbar-fixed-top #navbar li.active > a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #00a3e9;
}
#cv-header.navbar-fixed-top .navbar-wrap{
    opacity: 1;
}
#cv-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
@media screen and (max-width: 768px) {
    #cv-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
#cv-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}
#cv-header .navbar-default .brand-slogan em {
    color: #00a3e9;
    font-style: normal;
}
#cv-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

@media (min-width: 768px) {

    #cv-header #navbar > ul > li > a {
        font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        font-size: 17px;
        font-weight: 300;
    }
    #cv-header #navbar > ul > li > a span {
        position: relative;
        display: block;
        padding-bottom: 2px;
    }
    #cv-header #navbar > ul > li a > span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    #cv-header.navbar-fixed-top #navbar > ul > li a > span:before {
        background-color: #00a3e9;
    }

    #cv-header #navbar > ul > li > a:hover {
        color: #fff;
    }
    #cv-header #navbar > ul > li > a:hover span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
    #cv-header #navbar > ul > li.active > a {
        background: transparent;
        background: none;
        color: #fff;
    }
    #cv-header #navbar > ul > li.active > a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    #navbar .menu-ul1{
        display: none;
    }
    /*//pc-navbar-wrap*/
    .navbar-wrap{
        display: block;
        position: absolute;
        border-radius: 10px;
        left: 0px;
        top: 60px;
        width: 100%;
        background: #f0f0f0 url(../images/head-down02.jpg) repeat-x left top;
        z-index: 8;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#d6d6d6', Direction=120, Strength=4);
        background-color: #f0f0f0;
        -moz-box-shadow: 0px 2px 4px #d6d6d6;
        -webkit-box-shadow: 0px 2px 4px #d6d6d6;
        box-shadow: 0px 2px 4px #d6d6d6;
        opacity: 0.9;
    }
    .down_menu {
        display: none;
        font-size: 12px;
        position: relative;
        padding: 30px 0px 30px 0px;
    }
    .down_menu .down_block {
        height: 100%;
        min-width: 190px;
        #padding: 0 20px 0 60px;
        overflow: hidden;
        border-left: 1px solid #d6d6d6;
        position: relative;
    }
    .down_menu .first {
        border-left: none;
        padding-left: 15px !important;
    }
    .nav-down-cell {
        overflow: hidden;
    }
    .nav-down-cell ul, .nav-down-cell li {
        padding: 0;
        outline: none;
    }
    .down_block .dropdown_dot {
        color: #e60010;
        cursor: default;
        text-decoration: none;
        font-size: 17px;
    }
    .dropdown_menu {
        margin-top: 10px;
        list-style: none;
        height: auto;
        left: auto;
        margin-left: 0;
        float: none;
    }
    .dropdown_menu a:hover {
        color: #00a3e9;
    }
    .menu1 > li {
        width: 100%;
    }
    .menu2 > li {
        width: 50%;
    }
    .dropdown_menu > li {
        float: left;
        list-style: none;
    }
    .dropdown_menu > li > a {
        clear: both;
        color: #666;
        display: inline-block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 6px 0px 6px 0px;
        white-space: nowrap;
        font-size: 12px;
        outline: none;
        text-decoration: none;
    }
    /*//pc-navbar-wrap*/
}

@media screen and (max-width: 768px) {
    /*phone-navbar-wrap*/
    #navbar a {
        display: block;
        text-decoration: none;
        margin: 0px 15px;
        height: 42px;
        line-height: 42px;
    }
    #navbar a:hover{
        color: #00a3e9;
    }
    #navbar {
        #overflow: auto;
    }
    #navbar .nav .nav-menu1 {
        border-bottom: 1px solid #d6d6d6;
    }
    #navbar ul {
        list-style-type: none;
        padding-left: 0px;
    }
    #navbar .nav .last{
        border:none;
    }
    #navbar .nav-menu1 > a{
        font-size: 18px;
    }
    #navbar .nav-menu1 > a.active{
        background: url(../images/nav06.png) no-repeat right center;
        color: #e60213;
    }
    #navbar .nav-menu2 > a{
        color: #333;
        text-indent: 15px;
        font-size: 15px;
    }
    #navbar .nav-menu2 > a.active{
        background: url(../images/nav07.png) no-repeat right center;
        color: #e60213;
    }
    #navbar .nav-menu3 > a{
        border-bottom: 1px solid #fff;
        text-indent: 30px;
        margin: 0px;
        color: #fff;
        font-size: 13px;
    }
    #navbar .nav-menu4{
        background: #666;
    }
    #navbar .nav-menu4> a{
        color: #fff;
        text-indent: 15px;
        font-size: 15px;
    }
    .menu-ul1{
        display: none;
        background: #d6d6d6;
        padding-bottom: 15px;
    }
    .menu-ul2{
        display: none;
        background: #898989;
        margin: 0px 15px;
    }
    .menu-a1{
        background: url(../images/nav05.png) no-repeat right center;
    }
    .menu-a2{
        background: url(../images/nav06.png) no-repeat right center;
    }
    .menu-a3{
        background: url(../images/nav08.png) no-repeat right center;
    }
    .menu-a4{
        background: url(../images/nav07.png) no-repeat right center;
    }
    /*//phone-navbar-wrap*/

    /*header*/
    #cv-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }
    #cv-header .navbar-brand {
        color: #00a3e9 !important;
    }
    #cv-header #navbar > ul > li > a {
        line-height: normal;
    }
    #cv-header #navbar > ul > li.active > a {
        background: transparent;
        background: none;
        color: #00a3e9 !important;
    }
    /*//header*/
}

#cv-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    /*position: relative;*/
    width: 100%;
    background-color: #52d3aa;
    color: #fff;
    overflow: hidden;
}
/*
#cv-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ *
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #00a3e9), color-stop(1, #52d3aa));
  /* Android 2.3 *
  background-image: -webkit-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
  /* IE10+ *
  background-image: repeating-linear-gradient(to bottom right, #00a3e9 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
}


#cv-home, #cv-home .text-wrap {
  height: 900px;
}
*/

#cv-home .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}
#cv-home .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#cv-home .text-inner a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#cv-home .text-inner a:hover, #cv-home .text-inner a:active, #cv-home .text-inner a:focus {
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}
#cv-home .text-inner h1 {
    font-size: 50px;
    color: white;
    margin: 0 0 20px 0;
}
#cv-home .text-inner h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.slant {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    bottom: 0;
    margin-bottom: -35px;
    padding: 0;
    width: 101%;
}

#cv-vision {
    position: relative;
    bottom: 0;
    margin-top: -10px;
    z-index: 10;
    padding-bottom: 0em;
}
@media screen and (max-width: 768px) {
    #cv-vision {
        padding-bottom: 3em;
    }
}
#cv-vision > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
#cv-vision .cv-block {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 16px;
    height: 340px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
    overflow: hidden;
}
#cv-vision .cv-block > .overlay-darker {
    z-index: 8;
    opacity: .5;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#cv-vision .cv-block > .overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#cv-vision .cv-block > .cv-text {
    position: relative;
    z-index: 10;
}
#cv-vision .cv-block > .cv-text .cv-vision-icon {
    font-size: 50px;
    color: #00a3e9;
    margin-bottom: 30px;
    display: block;
}
#cv-vision .cv-block h2 {
    font-size: 24px;
    font-weight: 400;
}
#cv-vision .cv-block:hover > .overlay, #cv-vision .cv-block:focus > .overlay {
    opacity: 0;
    z-index: 9;
}
#cv-vision .cv-block:hover > .cv-text, #cv-vision .cv-block:focus > .cv-text {
    color: #fff;
}
#cv-vision .cv-block:hover > .cv-text .cv-vision-icon, #cv-vision .cv-block:focus > .cv-text .cv-vision-icon {
    color: #fff;
}
#cv-vision .cv-block:hover h2, #cv-vision .cv-block:focus h2 {
    color: #fff;
}
#cv-vision .cv-block:hover .btn, #cv-vision .cv-block:focus .btn {
    border: 2px solid #fff !important;
    background: transparent;
}
#cv-vision .cv-block:hover .btn:hover, #cv-vision .cv-block:focus .btn:hover {
    background: #00a3e9 !important;
    border: 2px solid #00a3e9 !important;
}
@media screen and (max-width: 768px) {
    #cv-vision{
        margin-top: 0px;
    }
    #cv-vision .cv-block {
        width: 100%;
        padding: 20px 40px;
        height: 260px;
    }
    #cv-vision .cv-block > .overlay, #cv-vision .cv-block > .overlay {
        opacity: 0;
        z-index: 9;
    }
    #cv-vision .cv-block > .cv-text, #cv-vision .cv-block > .cv-text {
        color: #fff;
    }
    #cv-vision .cv-block > .cv-text .cv-vision-icon, #cv-vision .cv-block > .cv-text .cv-vision-icon {
        color: #fff;
    }
    #cv-vision .cv-block h2, #cv-vision .cv-block h2 {
        color: #fff;
    }
    #cv-vision .cv-block .btn, #cv-vision .cv-block .btn {
        border: 2px solid #fff !important;
        background: transparent;
    }
}

.watch-video {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}
.watch-video span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.watch-video .btn-video {
    display: block;
    font-size: 60px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 2px solid #52d3aa;
    line-height: 0px;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
    text-decoration: none;
}
.watch-video .btn-video i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    right: -9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#cv-news, #cv-product, #cv-counters, #cv-about, #cv-contact, #cv-service {
    padding: 2em 0;
}

#cv-news, #cv-about, #cv-counters {
    padding: 4em 0;
}
@media screen and (max-width: 768px) {
    #cv-news, #cv-about, #cv-counters {
        padding: 4em 0;
    }
}

#cv-news {
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #00a3e9), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #00a3e9 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}
#cv-news:before, #cv-news:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#cv-news:before {
    top: 0;
    margin-top: -35px;
}
#cv-news:after {
    bottom: 0;
    margin-bottom: -35px;
}
#cv-news .cv-service {
    padding-right: 30px;
}
#cv-news h3 {
    font-size: 24px;
    color: #fff;
}
#cv-news .icon {
    font-size: 50px;
    margin-bottom: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#cv-news .icon:before {
    color: #fff;
}
#cv-news .section-heading h2 {
    color: #fff;
}
#cv-news .section-heading h2.left-border:after {
    background: rgba(255, 255, 255, 0.3);
}

#cv-counters {
    background: #00a3e9;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
    #cv-counters {
        padding: 4em 0;
    }
}
#cv-counters .cv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}
#cv-counters:before, #cv-counters:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#cv-counters:before {
    top: 0;
    margin-top: -35px;
}
#cv-counters:after {
    bottom: 0;
    margin-bottom: -35px;
}
#cv-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
#cv-counters .section-heading h2 {
    color: #fff;
}
#cv-counters .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3) !important;
}
#cv-counters .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.7) !important;
}
#cv-counters .cv-counter {
    position: relative;
    z-index: 3;
    text-align: center;
}
@media screen and (max-width: 992px) {
    #cv-counters .cv-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }
}
#cv-counters .cv-counter .cv-counter-icon,
#cv-counters .cv-counter .cv-counter-number,
#cv-counters .cv-counter .cv-counter-label {
    display: block;
}
#cv-counters .cv-counter .cv-counter-icon {
    font-size: 40px;
    color: #00a3e9;
}
#cv-counters .cv-counter .cv-counter-number {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}
#cv-counters .cv-counter .cv-counter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

#cv-product .section-heading a {
    text-decoration: none;
}
#cv-product .section-heading a:hover h2 {
    transition: 0.2s;
    color: #262626;
}
#cv-product .product-list div {
    text-align: center;
}
#cv-product .product-list a {
    text-decoration: none;
    text-align: center;
}
#cv-product .product-list a img {
    display: inline;
}
#cv-product .product-list a h3 {
    font-size: 20px;
    transition: 0.2s;
    color: #969696;
}
#cv-product .product-list a:hover h3 {
    color: #262626;
}

#cv-about {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #00a3e9), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #00a3e9 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #00a3e9 0%, #52d3aa 100%);
}
#cv-about:before, #cv-about:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}
#cv-about:before {
    top: 0;
    margin-top: -35px;
}
#cv-about:after {
    bottom: 0;
    margin-bottom: -35px;
}
#cv-about .section-heading h2 {
    color: #fff;
}
#cv-about .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3);
}
#cv-about .section-heading h3 {
    color: rgba(255, 255, 255, 0.8);
}
#cv-about .cv-project-item {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#cv-about .cv-project-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#cv-about .cv-project-item .cv-text {
    padding: 10px 20px;
}
#cv-about .cv-project-item .cv-text h2, #cv-about .cv-project-item .cv-text span {
    text-decoration: none !important;
}
#cv-about .cv-project-item .cv-text h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
#cv-about .cv-project-item .cv-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
#cv-about .cv-project-item:hover, #cv-about .cv-project-item:focus {
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
}
#cv-about .cv-project-item:hover img, #cv-about .cv-project-item:focus img {
    opacity: .7;
}
#cv-about .cv-project-item:hover h2, #cv-about .cv-project-item:hover span, #cv-about .cv-project-item:focus h2, #cv-about .cv-project-item:focus span {
    text-decoration: none !important;
}

.cv-person {
    border: 2px solid #f2f2f2;
    padding: 80px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 992px) {
    .cv-person {
        margin-bottom: 3.5em;
    }
}
.cv-person figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px;
}
.cv-person figure img {
    width: 120px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.cv-person h3 {
    margin-bottom: 0px;
}
.cv-person .cv-position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
}

.form-control {
    #box-shadow: none;
    #background: transparent;
    #border: 2px solid rgba(0, 0, 0, 0.1);
    #height: 54px;
    #font-size: 18px;
    #font-weight: 400;
}
.form-control:active, .form-control:focus {
    #outline: none;
    #box-shadow: none;
    #border-color: #52d3aa;
}

.btn {
    #-webkit-transition: 0.5s;
    #-o-transition: 0.5s;
    #transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
    #outline: none;
}

#cv-contact {
    padding-bottom: 0;
}
#cv-contact .cv-contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
}
#cv-contact .cv-contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}
#cv-contact .cv-contact-info li i {
    position: absolute;
    top: .2em;
    left: 0;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    clear: both;
}
.section-heading h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}
.section-heading h2.left-border:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 0%;
    margin-left: 0px;
    bottom: 0;
}
.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}
.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}
@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.btn {
    #-webkit-transition: 0.3s;
    #-o-transition: 0.3s;
    #transition: 0.3s;
}

.cv-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.cv-nav-toggle.active i::before, .cv-nav-toggle.active i::after {
    background: #00a3e9;
}
.cv-nav-toggle:hover, .cv-nav-toggle:focus, .cv-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.cv-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #00a3e9;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #00a3e9;
    transition: all .2s ease-out;
}
.cv-nav-toggle i::before, .cv-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #00a3e9;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cv-nav-toggle i::before {
    top: -7px;
}

.cv-nav-toggle i::after {
    bottom: -7px;
}

.cv-nav-toggle:hover i::before {
    top: -10px;
}

.cv-nav-toggle:hover i::after {
    bottom: -10px;
}

.cv-nav-toggle.active i {
    background: transparent;
}

.cv-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.cv-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.cv-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .cv-nav-toggle {
        display: block;
    }
}

/*page-footer*/
.page-footer {
    #position: relative;
    z-index: 99;
    background: #272727;
    color:#efefef;
}
.page-footer .left {
    display: block;
    padding-top: 40px;
}
.page-footer .left-inner {
    display: table;
    width: 100%;
}
.page-footer .left-inner div {
    display: table-cell;
    border-right: 20px solid transparent;
}
.page-footer label {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.page-footer .left-inner div ul {
    list-style-type: none;
    margin: 14px 0px 0px 0px ;
    padding: 0;
}
.page-footer .left-inner div ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.page-footer .left-inner div ul li a {
    text-decoration: none;
}
.page-footer .left-inner div ul li a:hover {
     color: #00a3e9;
 }
.page-footer-contact div a:hover {
    color: #00a3e9;
}
.page-footer .top, .page-footer .bottom {
    display: table;
    width: 100%;
}
.page-footer a {
    color:#efefef;
}
.page-footer-header {
    display: block;
    padding-top: 40px;
    text-align: center;
}
.page-footer-header label {
    margin-left: 70px;
    margin-bottom: 20px;
}
.page-footer-contact {
    margin: 0px auto 0px auto;
}
.footer-contact-left {
    float: left;
}
.footer-contact-right {
    float: right;
}
.page-footer-contact p{
    font-size: 15px;
    margin-bottom: 0px;
    color:#efefef;
}
.page-footer-contact a{
    font-size: 12px;
    text-decoration: none;
}
.page-footer-contact img{
    margin-top: 15px;
    max-width: 100px;
    border-radius: 6px;
}
.page-footer-contact h4{
    text-align: center;
    color:#efefef;
    font-size: 15px;
    margin: 10px 0px;
}
.page-footer-contact .foot2 {
    font-size: 12px;
}
.page-footer-title {
    padding-bottom: 5px;
}
.page-footer-title img {
    width: 100%;
    max-width: 320px;
}
.text-center{
    text-align: center;
}
.footer-bottom{
    font-size: 15px;
}
.footer-bottom p {
    color: #efefef;
    margin: 20px;
}
@media screen and (max-width: 768px) {
    .footer-top .col-sm-7 {
        display: none;
    }
    .footer-top .col-sm-5 {
        width: 100%;
        text-align: center;
    }
}
/*//page-footer*/

/*contact-info*/
.contact-info {
    background: #f5f5f5;
}

/*//contact-info*/

#footer {
    padding: 50px 0;
    color: #7f7f7f;
    position: relative;
}
#footer .gotop {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
    background: #fff;
    z-index: 8;
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
    top: -25px;
    text-decoration: none !important;
}
#footer .copyright {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.btn {
    #text-transform: uppercase;
    #letter-spacing: 2px;
    #-webkit-transition: 0.3s;
    #-o-transition: 0.3s;
    #transition: 0.3s;
}
.btn.btn-primary {
    #background: #52d3aa;
    #color: #fff;
    #border: none !important;
    #border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    #box-shadow: none;
    #background: #52d3aa;
}
.btn:hover, .btn:active, .btn:focus {
    #background: #393e46 !important;
    #color: #fff;
    #outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    #border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
.social li a i {
    display: table-cell;
    vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}
.social li a.social-box {
    background: #52d3aa;
    color: #fff;
}
.social li a.social-circle {
    background: #52d3aa;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.social li a:hover {
    background: #393e46 !important;
}
.social.social-box a {
    background: #52d3aa;
    color: #fff;
}
.social.social-circle a {
    background: #52d3aa;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.cv-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cv-product-text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.cvwx--code {
    position:absolute;
    top:15px;
    right:50%;
    margin-right:-500px;
}

.option-toggle {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    margin-left: -30px;
    width: 30px;
    height: 30px;
    background: #b3b3b3;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.option-toggle i {
    top: 2px;
    position: relative;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
    color:  #fff;
    text-decoration: none;
    outline: none;
}

.date {
    background: #FFFFFF;
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.date p {
    color: #777;
    font-size: 45px;
    text-align: center;
    margin: 0;
    padding: .3em 0 0 0;
}
.date span {
    display: block;
    line-height: 0.6em;
    color: #777;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.date-info a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}
.date-info p {
    font-size: .9em;
    margin: 1em 0 3em 0;
    color: #fff;
    line-height: 2em;
}

.cv-join{
    background: url(../images/gzbg.jpg) no-repeat 0px 0px;
    padding: 0px 0px;
    background-size: cover;
    background-position: bottom;
}
.cv-join-info{
    opacity: 0.6;
    background: #000;
    padding: 50px;
    width: 40%;
}
.cv-join-info a {
    color: #FFFFFF;
    text-decoration: none;
}
.cv-join-info a:hover {
    text-decoration: none;
    color: #C8C8C8;
}
.cv-join-info h3{
    color: #FFF;
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
}
.cv-join-info p{
    color: #FFF;
    font-size: 15px;
    margin: 1em 0 0 0;
    line-height: 25px;
}
@media screen and (max-width: 768px) {
    .cv-join-info{
        width: 70%;
        padding: 20px;
    }
    .cv-join-info h3{
        font-size: 23px;
        margin: 0px;
    }
    .cv-join-info p{
        color: #FFF;
        font-size: 13px;
        margin-top: 10px;
        line-height: 20px;
    }
}


/*
 * page-error
 * */
div.page-error {
    padding-top: 80px;
    width: 320px;
    padding-bottom: 30px;
    margin: auto;
    position: relative
}
div.page-error .pe-heading {
    color: #e15656;
    text-align: center;
    font-size: 24px;
    font-family: Georgia,"Times New Roman",Times,serif
}

@-webkit-keyframes error-swing {
    0% {
        -webkit-transform: rotate(1deg)
    }

    100% {
        -webkit-transform: rotate(-2deg)
    }
}

@-moz-keyframes error-swing {
    0% {
        -moz-transform: rotate(1deg)
    }

    100% {
        -moz-transform: rotate(-2deg)
    }
}

@keyframes error-swing {
    0% {
        transform: rotate(1deg)
    }

    100% {
        transform: rotate(-2deg)
    }
}

div.page-error .pe-code {
    width: 319px;
    height: 300px;
    padding: 130px 0;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    z-index: 5;
    line-height: 1;
    font-size: 32px;
    color: #752a2a;
    font-weight: 700;
    text-align: center;
    background: url("../images/error-hanger.png") no-repeat center center;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: error-swing infinite 2s ease-in-out alternate;
    -moz-animation: error-swing infinite 2s ease-in-out alternate;
    animation: error-swing infinite 2s ease-in-out alternate
}

div.page-error .pe-code span {
    font-size: 96px;
    display: block
}

div.page-error .pe-pin {
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
    margin-bottom: -27px;
    z-index: 10;
    position: relative;
    background: url("../images/error-pin.png") no-repeat center center
}

div.page-error p {
    text-align: center;
    font-size: 14px
}

div.page-error p a {
    margin: 5px;
    color: #fff;
    background: #00a3e9;
    text-decoration: none;
    padding: 1px 6px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}



/*# sourceMappingURL=style.css.map */
