﻿
#colorlib-footer {
    padding-top: 6em;
    background: #302a39;
    color: rgba(255,255,255,.6) !important
}

    #colorlib-footer p {
        font-size: 14px;
        line-height: 1.8
    }

    #colorlib-footer .f-blog {
        position: relative;
        padding: 0;
        padding-left: 80px;
        margin-bottom: 40px;
        background: 0 0
    }

        #colorlib-footer .f-blog .blog-img {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 70px;
            height: 60px;
            float: left
        }

        #colorlib-footer .f-blog .desc {
            padding: 0
        }

            #colorlib-footer .f-blog .desc h2 {
                font-size: 16px;
                margin-bottom: 5px
            }

                #colorlib-footer .f-blog .desc h2 a {
                    color: #ccc
                }

            #colorlib-footer .f-blog .desc .admin {
                font-size: 13px
            }

@media screen and (max-width:768px) {
    #colorlib-footer .colorlib-widget {
        margin-bottom: 40px;
        width: 100%;
        float: left
    }
}

#colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0
}

@media screen and (max-width:768px) {
    #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px
    }
}

#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: block;
    font-size: 14px
}

    #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255,255,255,.9);
        text-decoration: none
    }

        #colorlib-footer .colorlib-footer-links li a i {
            padding-right: 10px
        }

#colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px
}

    #colorlib-footer .colorlib-social-icons li a:first-child {
        padding-left: 0
    }

#colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    font-weight: 500
}

#colorlib-footer .copy {
    padding: 1.2em 0
}

    #colorlib-footer .copy p {
        margin-bottom: 0;
        color: #fff
    }

        #colorlib-footer .copy p small a {
            color: rgba(255,255,255,.7)
        }

#map {
    width: 100%;
    height: 550px;
    position: relative
}

@media screen and (max-width:768px) {
    #map {
        height: 200px
    }
}

#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #1a1a1a;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media screen and (max-width:768px) {
    #colorlib-offcanvas {
        /*display: block*/
    }
    #divns{
        position:relative !important;
    }
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

#colorlib-offcanvas a {
    color: rgba(255,255,255,.5)
}

    #colorlib-offcanvas a:hover {
        color: rgba(255,255,255,.8)
    }

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0
}

    #colorlib-offcanvas ul li {
        padding: 0;
        margin: 0;
        list-style: none
    }

        #colorlib-offcanvas ul li > ul {
            padding-left: 20px;
            display: none
        }

        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
            display: block;
            position: relative
        }

            #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
                position: absolute;
                right: 0;
                font-family: icomoon;
                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;
                content: "\e0c5";
                font-size: 20px;
                color: rgba(255,255,255,.2);
                -webkit-transition: .5s;
                -o-transition: .5s;
                transition: .5s
            }

        #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        #colorlib-offcanvas ul li.btn-cta {
            margin-top: 5px
        }

            #colorlib-offcanvas ul li.btn-cta a {
                border-bottom: 1px solid #4586ff;
                padding-bottom: 5px
            }

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .gototop.active {
        opacity: 1;
        visibility: visible
    }

    .gototop a {
        width: 50px;
        height: 50px;
        display: table;
        background: #000;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .gototop a i {
            height: 50px;
            display: table-cell;
            vertical-align: middle
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus {
            text-decoration: none;
            outline: none
        }

.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.5em !important
}

    .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
        background: #444
    }

    .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
        outline: none;
        border-bottom: none !important
    }

    .colorlib-nav-toggle i {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 2px;
        color: #252525;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #252525;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
            content: '';
            width: 25px;
            height: 2px;
            background: #252525;
            position: absolute;
            left: 0;
            -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

    .colorlib-nav-toggle.colorlib-nav-white > i {
        color: #fff;
        background: #000
    }

        .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
            background: #000
        }

    .colorlib-nav-toggle i::before {
        top: -7px
    }

    .colorlib-nav-toggle i::after {
        bottom: -7px
    }

    .colorlib-nav-toggle:hover i::before {
        top: -10px
    }

    .colorlib-nav-toggle:hover i::after {
        bottom: -10px
    }

    .colorlib-nav-toggle.active i {
        background: 0 0
    }

        .colorlib-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);
            background: #fff
        }

        .colorlib-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);
            background: #fff
        }

.colorlib-nav-toggle {
    position: absolute;
    right: 10px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important
}

@media screen and (max-width:768px) {
    .colorlib-nav-toggle {
        /*display: block*/
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
  
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 8px 20px
}

    .btn.btn-md {
        padding: 8px 20px !important
    }

    .btn.btn-lg {
        padding: 18px 36px !important
    }

    .btn:hover, .btn:active, .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important
    }

.btn-primary {
    background: #4586ff;
    color: #fff;
    border: 1px solid #4586ff
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #5f97ff !important;
        border-color: #5f97ff !important
    }

    .btn-primary.btn-outline {
        background: 0 0;
        color: #4586ff;
        border: 1px solid #4586ff
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #4586ff;
            color: #fff
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 1px solid #5cb85c
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important
    }

    .btn-success.btn-outline {
        background: 0 0;
        color: #5cb85c;
        border: 2px solid #5cb85c
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 1px solid #5bc0de
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important
    }

    .btn-info.btn-outline {
        background: 0 0;
        color: #5bc0de;
        border: 1px solid #5bc0de
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 1px solid #f0ad4e
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important
    }

    .btn-warning.btn-outline {
        background: 0 0;
        color: #f0ad4e;
        border: 1px solid #f0ad4e
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 1px solid #d9534f
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important
    }

    .btn-danger.btn-outline {
        background: 0 0;
        color: #d9534f;
        border: 1px solid #d9534f
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff
        }

.btn-outline {
    background: 0 0;
    border: 1px solid gray;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

    .btn.with-arrow:hover {
        padding-right: 50px
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1
        }

.row-pb-lg {
    padding-bottom: 7em !important
}

.row-pb-md {
    padding-bottom: 5em !important
}

.row-pb-sm {
    padding-bottom: 3em !important
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.colorlib-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff
}

.js .animate-box {
    opacity: 0
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    color: #79b6e4;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 768px;
    background-color: #39393c;
    margin: 2em auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 40px 70px;
    z-index: 1;
}

    .cd-testimonials-wrapper::after {
        /* quotation mark */
        content: '\201C';
        position: absolute;
        top: 10px;
        left: 0;
        width: 50px;
        height: 50px;
        padding-top: 8px;
        margin-left: -25px;
        background: rgba(32, 32, 34, 0.9);
        font-family: "Georgia", serif;
        color: #ffffff;
        font-size: 70px;
        font-size: 4.375rem;
        text-align: center;
        /* visible on big devices only */
        display: none;
    }

@media only screen and (min-width: 768px) {
    .cd-testimonials-wrapper {
        margin: 4em auto;
        padding: 64px 50px 114px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-wrapper::after {
        /* quotation mark visible */
        display: block;
    }
}

.cd-testimonials {
    color: #ffffff;
    text-align: center;
}

    .cd-testimonials::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-testimonials > li {
        position: absolute;
        opacity: 0;
    }

        .cd-testimonials > li:first-child {
            position: relative;
            opacity: 1;
        }

    .cd-testimonials p {
        font-family: "Georgia", serif;
        font-style: italic;
        line-height: 1.4;
        margin-bottom: 1em;
        padding: 0 14px;
    }

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.6;
    }
}

.cd-author img, .cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.cd-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2;
}

    .cd-author .cd-author-info li:first-child {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .cd-author .cd-author-info li:last-child {
        font-size: 12px;
        font-size: 0.75rem;
        color: #6b6b70;
    }

@media only screen and (min-width: 768px) {
    .cd-author img {
        width: 50px;
        height: 50px;
    }

    .cd-author .cd-author-info {
        line-height: 1.4;
    }

        .cd-author .cd-author-info li:first-child {
            font-size: 16px;
            font-size: 1rem;
        }

        .cd-author .cd-author-info li:last-child {
            font-size: 14px;
            font-size: 0.875rem;
        }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
}

    .flex-direction-nav li:first-child {
        left: 0;
    }

    .flex-direction-nav li:last-child {
        right: 0;
    }

    .flex-direction-nav li a {
        display: block;
        height: 100%;
        width: 100%;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

.no-touch .flex-direction-nav li a:hover {
    background-color: #323234;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #ffffff;
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav li {
        width: 50px;
    }
}

@media only screen and (min-width: 1170px) {
    .flex-direction-nav li a::before, .flex-direction-nav li a::after {
        background-color: #5e5e63;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
        background-color: #ffffff;
    }
}

.cd-see-all {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #252527;
    text-align: center;
    text-transform: uppercase;
    color: #6b6b70;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}

.no-touch .cd-see-all:hover {
    color: #79b6e4;
}

.cd-testimonials-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-testimonials-all .cd-testimonials-all-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
    }

        .cd-testimonials-all .cd-testimonials-all-wrapper > ul {
            width: 90%;
            max-width: 1170px;
            margin: 4em auto;
        }

            .cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
                clear: both;
                content: "";
                display: table;
            }

    .cd-testimonials-all .cd-testimonials-item {
        margin-bottom: 2em;
        opacity: 0;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0) scale(0.4);
        -moz-transform: translate3d(0, 0, 0) scale(0.4);
        -ms-transform: translate3d(0, 0, 0) scale(0.4);
        -o-transform: translate3d(0, 0, 0) scale(0.4);
        transform: translate3d(0, 0, 0) scale(0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        -moz-transition: -moz-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
    }

    .cd-testimonials-all p {
        position: relative;
        background: #79b6e4;
        color: #ffffff;
        padding: 2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.4;
        border-radius: 0.25em;
        margin-bottom: 1em;
    }

        .cd-testimonials-all p::after {
            /* creating the triangle in css */
            content: '';
            position: absolute;
            top: 100%;
            left: 2em;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-top-color: #79b6e4;
        }

    .cd-testimonials-all .cd-author {
        text-align: left;
        margin-left: 1.5em;
    }

        .cd-testimonials-all .cd-author img {
            box-shadow: 0 0 0 transparent;
        }

    .cd-testimonials-all.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

        .cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
            -webkit-overflow-scrolling: touch;
        }

        .cd-testimonials-all.is-visible .cd-testimonials-item {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
            -moz-transform: translate3d(0, 0, 0) scale(1);
            -ms-transform: translate3d(0, 0, 0) scale(1);
            -o-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
        }

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }

    .cd-testimonials-all .cd-author {
        margin-left: 1em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

.close-btn {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

    .close-btn::before, .close-btn::after {
        /* close icon in css */
        content: '';
        position: absolute;
        display: inline-block;
        width: 2px;
        height: 24px;
        top: 8px;
        left: 19px;
        background-color: #39393c;
    }

    .close-btn::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-btn::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.grindNumber {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .grindNumber a, .grindNumber span {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .grindNumber span {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }

    .grindNumber a {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

.gridcenter {
    text-align: center;
}
