a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong {
    font-weight: 700
}

body, html {
    width: 100%;
    color: rgba(255, 255, 255, .8);
    background: #222;
    background-size: cover;
    font: normal 14px Roboto, Helvetica, Arial, san-serif;
    overflow-x: hidden
}

a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none
}

img {
    vertical-align: top;
    outline: 0;
    max-width: 100%
}

p {
    line-height: 1.5
}

.article {
    width: 100%
}

.article p {
    margin: 1em 0
}

.article img {
    width: 100%;
    margin: 20px 0
}

.article table {
    margin: 20px 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sub, sup {
    font-size: 80%
}

strong {
    font-weight: 700;
    font-size: 16px
}

em {
    font-style: italic;
    display: inline
}

button, input, textarea {
    border: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

input:focus, textarea:focus {
    outline: 0
}

video {
    width: 100%;
    height: auto
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    margin-left: auto
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pos-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.center {
    margin: 0 auto
}

.text-center {
    text-align: center
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.col-2 > * {
    width: 48%;
    margin-left: 4%
}

.col-2 > :nth-child(2n+1) {
    margin-left: 0
}

.col-3 > * {
    width: 32%;
    margin-left: 2%
}

.col-3 > :nth-child(3n+1) {
    margin-left: 0
}

.col-4 > * {
    width: 23%;
    margin-left: 2.66%
}

.col-4 > :nth-child(4n+1) {
    margin-left: 0
}

.float {
    float: left
}

.float-right {
    float: right
}

.inline-block {
    display: inline-block
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fixed-popout-window {
    overflow: hidden;
    padding-right: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: calibri;
    src: local("calibri"), local("Calibri"), url(../font/calibri.ttf) format("truetype"), url(../font/calibri.woff) format("woff"), url(../font/calibri.eot)
}

.pagecontainer {
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 1365px) {
    .pagecontainer {
        width: 980px
    }
}

.header {
    background: #1f1f1f;
    overflow: hidden
}

.logo {
    float: left;
    padding: 20px 0 24px 0
}

.logo div {
    font-size: 15px;
    margin: -45px 0 0 90px
}

.logo div h1 {
    display: inline
}

.logo p {
    font-size: 15px;
    margin: -48px 0 0 90px
}

.headerright {
    width: 210px;
    float: right
}

.china {
    width: 72px;
    height: 18px;
    float: right;
    margin: 30px 4px 4px 0
}

.china a {
    font-size: 13px;
    float: right
}

.china i {
    float: left;
    width: 18px;
    height: 14px;
    background-image: url(../image/commonuse/cnss-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.contact {
    float: right;
    display: block;
    margin-top: 18px
}

.contact li {
    width: 100%;
    height: 24px
}

.contact a {
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0;
    padding-left: 4px
}

.contact i {
    float: left;
    width: 18px;
    height: 14px;
    background-image: url(../image/commonuse/cnss-sprite.png);
    background-repeat: no-repeat
}

.contact li:first-child i {
    background-position: 0 -14px
}

.contact li:last-child i {
    background-position: 0 -28px;
    margin-top: 1px
}

.navbox {
    width: 100%;
    height: 48px;
    background: rgba(10, 10, 10, .8);
    position: relative;
    z-index: 999
}

#nav {
    position: relative;
    width: 800px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1365px) {
    #nav {
        width: 720px
    }
}

#nav > li {
    width: 16%;
    text-align: center;
    position: relative
}

#nav > li:hover {
    background: #e55500
}

#nav > li > a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    padding-right: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*text-shadow: 0 0 12px rgba(255, 255, 255, 0.95), 0 0 8px rgba(255, 255, 255, 0.95);*/
}

#nav > li:first-of-type > a, #nav > li:last-of-type > a {
    padding-right: 0
}

#nav > li:hover > a {
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.95), 0 0 4px rgba(255, 255, 255, 0.95);
}

#nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 12%;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(255, 255, 255, .8);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

#nav > li:first-of-type > a:after, #nav > li:last-of-type > a:after {
    display: none
}

#nav > li:nth-of-type(4) > a:after {
    right: 24%
}

#nav > li:nth-of-type(5) {
    width: 20%
}

#nav > li:nth-of-type(5) > a:after {
    right: 14%
}

#nav > li.active {
    background: #e55500
}

.searchbox {
    width: 210px;
    height: 34px;
    position: absolute;
    top: 8px;
    right: 0
}

.searchinput {
    width: 210px;
    height: 34px;
    line-height: 34px;
    color: #1f1f1f;
    border-radius: 18px;
    padding-left: 12px;
    padding-right: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    right: 0;
    top: 0
}

.search:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e55500
}

.search:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 9px;
    right: 9px;
    width: 6px;
    height: 2px;
    border-radius: 1px;
    background: #e55500;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav li div, #nav li > ul {
    background: rgba(10, 10, 10, .9);
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    display: none
}

#nav li ul li {
    width: 180px;
    float: left;
    text-align: left;
    margin-right: 20px
}

#nav li ul li:last-child {
    margin-right: 0
}

#nav li ul a {
    line-height: 26px;
    color: #ccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#nav li ul a:hover {
    text-decoration: underline;
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, .9), 0 0 4px rgba(255, 255, 255, 0.95);
}

#nav li #productsslide {
    padding: 16px 0 20px 30px;
    width: 865px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.productslist {
    width: 200px;
    float: left;
    margin-right: 24px
}

.productslist:first-child {
    width: 180px
}

.productslist:last-child {
    width: 180px;
    margin-right: 0
}

.productslist:nth-child(3) {
    margin-right: 0
}

#nav li ul li a.productslist-title {
    font-size: 16px;
    color: #e55500;
    line-height: 2;
    text-decoration: underline
}
#nav li ul li a.productslist-title:hover{
    text-shadow: none;
}

#nav li #aboutslide {
    width: 120px;
    padding: 16px 20px
}

#nav li #newsslide {
    width: 120px;
    padding: 16px 22px
}

#newsslide li ul {
    position: absolute;
    top: 26px;
    left: 100%;
    width: 120px;
    padding: 16px 24px
}

#nav li #downloadsslide {
    width: 160px;
    padding: 16px 22px
}

.footer {
    width: 100%;
    margin-top: 60px
}

.footerlist {
    width: 100%;
    padding: 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerlist ul:first-child {
    width: 200px
}

.footerlist ul:nth-of-type(2) {
    width: 200px
}

.footerlist ul:nth-of-type(3) {
    width: 300px
}

.footerlist ul:nth-of-type(4) {
    width: 150px;
    margin-right: 0
}

.footerlist ul:last-child {
    width: 120px
}

@media screen and (max-width: 1365px) {
    .footerlist ul:nth-of-type(2) {
        display: none
    }
}

.footerlist li a{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footerlist li a:hover {
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, .95), 0 0 4px rgba(255, 255, 255, 0.95);
}

.footerlist .footerlist_title {
    font-weight: 500;
    font-size: 16px;
    color: #e55500;
    line-height: 2;
    border-bottom: 1px solid #e55500;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.footerlist .footerlist_title:hover{
    text-shadow: none;
    color: #e55500;
}

.footerlist li {
    margin: 8px 0
}

.footerlist ul:last-of-type a {
    padding-left: 32px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.footerlist ul:last-of-type a.footerlist_title {
    padding-left: 0;
    line-height: 2
}

.footerlist .footer-facebook {
    background-image: url(../image/commonuse/facebook.svg)
}

.footerlist .footer-linkedin {
    background-image: url(../image/commonuse/linkedin.svg)
}

.footerlist .footer-twitter {
    background-image: url(../image/commonuse/twitter.svg)
}

.footerlist .footer-youtube {
    background-image: url(../image/commonuse/youtube.svg)
}

.footerlist .footer-pinterest {
    background-image: url(../image/commonuse/pinterest.svg)
}

.info {
    width: 100%;
    margin: 10px 0;
    padding: 16px 0;
    background: rgba(10, 10, 10, .8)
}

.info p {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    line-height: 1.5
}

.copyrightbox {
    padding: 6px 0 12px;
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-size: 12px
}

.page-nav {
    overflow: hidden;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 4px;
    color: #e55500
}

.page-nav li:hover a {
    color: #e55500
}

.page-nav li:last-of-type a {
    color: #e55500
}

.page-nav li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 1px;
    background: rgba(255, 255, 255, .6)
}

.page-nav li:last-of-type:after {
    display: none
}

.page-nav li:nth-of-type(3) {
    width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-nav li:nth-of-type(3):after {
    display: none
}

.page-nav li:nth-of-type(3) a {
    color: #e55500
}

.page-article-content-wrapper {
    width: 940px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-bottom: 40px
}

@media screen and (max-width: 1365px) {
    .page-article-content-wrapper {
        width: 720px
    }
}

.page-article-main-title {
    font-size: 24px;
    line-height: 1.8;
    color: #e55500;
    text-transform: uppercase
}

.page-article-main-title > a {
    color: #e55500
}

.page-article-sub-title {
    font-size: 18px;
    line-height: 2;
    color: #e55500
}

.page-article-sub-title > a {
    color: #e55500
}

.page-article-section {
    width: 100%;
    margin-top: 10px
}

.page-article-section > img {
    width: 100%
}

.page-article-content-section {
    width: 100%;
    margin-top: 30px
}

.page-article-content-section > img {
    width: 100%
}

.wpageBox {
    width: 80%;
    margin: 80px auto
}

.wpageTop img {
    float: left;
    margin: 0 20px 0 0
}

#wpageTopcontent {
    width: 400px;
    float: right
}

#wpageTopcontent h2 {
    font-size: 32px;
    color: #e55500;
    vertical-align: text-top;
    margin-top: 0
}

#wpageTopcontent p {
    font-size: 16px;
    margin: 1em 0
}

#wpageTopcontent p:nth-of-type(2) {
    font-size: 14px
}

#wpageTopcontent a {
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    background: #e55500;
    text-align: center;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 20px
}

.wpageMid {
    width: 100%;
    margin-top: 80px;
    text-align: center
}

.wpageMid p {
    margin: 10px 0
}

.wpageMid p span {
    color: #e55500
}

.wpageMid img {
    margin: 20px auto
}

.skype {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 9999;
    display: none
}

.skypebox {
    width: 140px;
    height: 404px;
    background: #10bef1;
    position: relative;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.skypebox1 {
    width: 130px;
    height: 394px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin: 5px 5px 0 5px;
    float: left
}

.skypetitle {
    width: 100px;
    height: 36px;
    border-bottom: solid 1px #ccc;
    line-height: 36px;
    margin: 0 15px;
    color: #0099e5;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.skypetitle li {
    float: left;
    border-bottom: solid 1px #ccc;
    width: 100px;
    padding: 0
}

.skypetitle li a {
    margin: 6px 0 6px 10px;
    display: block;
    text-align: left
}

.skypetitle li img {
    float: left;
    margin-bottom: 4px
}

.skypetitle li span {
    float: left;
    line-height: 20px;
    color: #0099e5;
    margin: 2px 0 0 12px;
    font-size: 12px;
    cursor: pointer
}

.skypetitle li span:hover {
    color: #00d5ff
}

.skypetitle li span.nohover:hover {
    color: #0099e5
}

#skype-slide1 {
    cursor: pointer;
    width: 30px;
    height: 84px;
    background: url(../image/images/slide-right.jpg) no-repeat;
    position: absolute;
    top: 42px;
    left: -30px
}

#skype-slide2 {
    position: absolute;
    top: 42px;
    right: 0;
    cursor: pointer;
    width: 30px;
    height: 84px;
    background: url(../image/images/slide-left.jpg) no-repeat;
    display: none
}

.nav_scroll {
    width: 976px;
    height: 40px;
    border: solid 2px #e55500;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -490px;
    z-index: 1000;
    background: #fff;
    display: none
}

.nav_scroll a {
    float: left;
    display: block;
    padding: 0 10px;
    color: #13235f;
    font-weight: 700;
    font-size: 15px
}

.nav_scroll li {
    display: inline
}

.nav_scroll li > a {
    padding: 0 16px;
    text-align: center;
    border-bottom: 0;
    border-top: 0;
    display: block;
    float: left;
    line-height: 40px;
    position: relative
}

.nav_scroll li a:hover {
    background: #e5e5e5;
    color: #e55500
}

.nav_scroll #products-slide {
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 132px;
    display: none;
    padding: 20px 18px;
    border-top: 2px solid #e55500;
    z-index: 9999
}

.nav_scroll #products-slide .products-slidetitle {
    color: #13235f;
    font-weight: 700
}

.nav_scroll li ul {
    overflow: hidden
}

.nav_scroll li ul li {
    width: 200px;
    float: left;
    margin-right: 20px
}

.nav_scroll li ul li a {
    line-height: 26px;
    padding: 0;
    margin: 0;
    display: block;
    width: 180px;
    text-align: left;
    color: #333;
    font-weight: 400
}

.nav_scroll li ul li a:hover {
    background: 0;
    text-decoration: underline;
    color: #e55500
}

.nav_scroll li ul li #products-slidetitle {
    color: #13235f;
    font: bold 14px Arial;
    line-height: 26px
}

.nav_scroll #about-slide {
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 248px;
    display: none;
    padding: 20px 18px;
    width: 100px;
    height: 48px;
    border-top: 2px solid #e55500;
    z-index: 9999
}

.nav_scroll #news-slide {
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 361px;
    display: none;
    padding: 20px 18px;
    width: 86px;
    height: 74px;
    border-top: 2px solid #e55500;
    z-index: 9999
}

.nav_scroll #news-slide a {
    padding: 0;
    margin: 0;
    display: block;
    width: 200px;
    text-align: left;
    color: #333;
    font-weight: 400;
    line-height: 26px
}

.nav_scroll #news-slide a:hover {
    background: 0;
    text-decoration: underline;
    color: #e55500
}

.nav_scroll #news-slide ul {
    background: #e5e5e5;
    position: absolute;
    top: 58px;
    left: 146px;
    display: none;
    padding: 20px 18px;
    width: 96px
}

.nav_scroll #down-slide {
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 447px;
    display: none;
    padding: 20px 18px;
    width: 140px;
    height: 74px;
    border-top: 2px solid #e55500;
    z-index: 9999
}

/*!*background: #10bef2;*!*/
.search-callout {
    position: absolute;
    top: 36px;
    left: 0;
    width: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    background: rgba(255, 255, 255, .9);
    display: none;
    border-radius: 0 0 2px 2px;
    font-size: 15px;
    color: #e55500
}

.search-callout a {
    color: #111;
    font-size: 14px;
    line-height: 1.8
}

.search-callout a:hover {
    text-decoration: underline;
    color: #e55500
}

.search-callout ul {
    margin-top: 10px
}

@font-face {
    font-family: icomoon;
    src: url(../font/icomoon.eot?yezcj8);
    src: url(../font/icomoon.eot?yezcj8#iefix) format("embedded-opentype"), url(../font/icomoon.ttf?yezcj8) format("truetype"), url(../font/icomoon.woff?yezcj8) format("woff"), url(../font/icomoon.svg?yezcj8#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-message:before {
    content: "\e902"
}

.icon-whatsapp:before {
    content: "\e900"
}

.icon-skype:before {
    content: "\e903"
}

.icon-email:before {
    content: "\e901"
}

.contactOnline {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 60px;
    z-index: 1000
}

.contactOnline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.contactOnline li {
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    background: #e55500;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.contactOnline li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.contactOnline li i {
    font-size: 32px;
    line-height: 56px
}

.contactOnline li:first-of-type i {
    font-size: 30px
}

.contactOnline li span {
    display: inline-block;
    width: 100%;
    height: 60px
}

.contactOnline li p {
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #e55500;
    font-size: 12px;
    font-weight: 700
}

.contactOnline li:hover a {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.contact-message-content {
    position: fixed;
    z-index: 1001;
    right: 10px;
    bottom: 40px;
    width: 240px;
    height: 320px;
    background: #e55500;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.contact-message-content.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.contact-message-head {
    width: 100%;
    height: 40px;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.contact-message-head span {
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
    color: #fff
}

.contact-message-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    cursor: pointer
}

.contact-message-close:after, .contact-message-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: 0;
    border-radius: 1px;
    background: #fff
}

.contact-message-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-message-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.contact-message-form {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-message-form input {
    width: 100%;
    height: 36px;
    background: #fff;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    line-height: 36px;
    color: #666
}

.contact-message-form textarea {
    width: 100%;
    height: 96px;
    background: #fff;
    padding: 8px 10px;
    line-height: 1.3;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-bottom: 14px
}

.contact-message-form input[type=submit] {
    cursor: pointer;
    font-size: 18px;
    color: #e55500
}

.contact-message-form input[type=submit]:hover {
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .2)
}

.contact-message-form textarea::webkit-scrollbar {
    width: 8px
}

.contact-message-form textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.contact-message-form textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.contact-message-status {
    padding: 0 10px;
    width: 100%;
    height: 270px;
    padding-top: 10px;
    margin-top: 10px;
    background: #e55500;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.contact-message-status.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.contact-message-status a, .contact-message-status p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center
}

.contact-message-status .contact-message-status-title {
    font-size: 28px;
    margin: 20px 0
}

.contact-message-status-close {
    width: 220px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.contact-message-status-close:after, .contact-message-status-close:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #e55500;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -1px
}

.contact-message-status-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-message-status-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.contact-message-error, .contact-message-success {
    display: none
}

.pagination {
    margin: 60px 0 20px;
    width: 720px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pagination a {
    margin: 0 2px;
    padding: 6px 12px
}

.pagination a.current {
    background: #e55500 top left repeat-x !important;
    border-color: #ccc !important;
    color: #fff !important
}

.pagination a.current:hover {
    text-decoration: underline
}