/*æ¸…é™¤ä¸å¿…è¦çš„æ ¼å¼*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    font-size: 100%;
}

body {
    font-family: verdana, "helvetica", "Microsoft YaHei", "å¾®è½¯é›…é»‘", "Microsoft JhengHei", "åŽæ–‡é»‘ä½“", arial, sans-serif, STHeiti;
    color: #666;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 180%;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.2em;
}

a {
    color: #888;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #444;
}

.softhide {
    display: none;
}

.visible-no {
    visibility: hidden;
}

.display-none,
.hidden {
    display: none;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

/*å¯¹é½*/
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.center,
.align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*æ¨ªçº¿*/
.line-1-fff {
    border-top: 1px solid #fff;
    height: 1px;
    width: 100%;
}

.line-1-ddd {
    border-top: 1px solid #ddd;
    height: 1px;
    width: 100%;
}

.line-1-333 {
    border-top: 1px solid #ddd;
    height: 1px;
    width: 100%;
}

/*æ–‡å­—ç²—ç»†*/
.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.text-no-deco {
    text-decoration: none;
}



/*é˜´å½±*/
.box-shadow-1px {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/*æ¸…é™¤labelå’Œbtnçš„å†—ä½™é˜´å½±*/
.label {
    text-shadow: none;
    border: none;
}

.qbtn {
    font-weight: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
    border: none;
}

.btn-xlg {
    padding: 10px 30px;
    font-size: 24px;
    line-height: 1.6;
}

/*æŒ‰é’®*/
.btn-light {
    background-color: #f9f9f9;
    color: #999;
}

.btn-light:hover,
.btn-light:focus {
    background-color: #eee;
    color: #888;
}

.btn-gray {
    background-color: #ccc;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: #888;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #666;
}

.btn-dark {
    background-color: #444;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: #000;
    color: #fff;
}


.btn-black {
    background-color: #111;
    color: #fff;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #222;
    color: #fff;
}


.btn-blue {
    background-color: #74d5e3;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #5dd4e5;
    color: #fff;
}

.btn-green {
    background-color: #9bcf87;
    color: #fff;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #86d767;
    color: #fff;
}

.btn-cyan {
    background-color: #7bdad4;
    color: #fff;
}

.btn-cyan:hover,
.btn-cyan:focus {
    background-color: #6fe1da;
    color: #fff;
}

.btn-pink {
    background-color: #f69694;
    color: #fff;
}

.btn-pink:hover,
.btn-pink:focus {
    background-color: #f87e7c;
    color: #fff;
}

.btn-red {
    background-color: #f16653;
    color: #fff;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #f45844;
    color: #fff;
}

.btn-yellow {
    background-color: #f2d58f;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #f4d07a;
    color: #fff;
}

.btn-orange {
    background-color: #f2b48f;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #f5ab7f;
    color: #fff;
}


/*åœ†è§’*/
.radius-0 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.radius-left-0 {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.radius-right-0 {
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/*è¾¹æ¡†*/
.border-0 {
    border: none;
}

.border-red-1 {
    border: 1px solid #f16653;
}

.border-green-1 {
    border: 1px solid #9bcf87;
}

.border-white-1 {
    border: 1px solid #fff;
}

.border-pink-1 {
    border: 1px solid #f69694;
}

.border-blue-1 {
    border: 1px solid #74d5e3;
}

.border-light-1 {
    border: 1px solid #dedede;
}

.border-light-t1 {
    border-top: 1px solid #dedede;
}

.border-light-b1 {
    border-bottom: 1px solid #dedede;
}

.border-ccc-1 {
    border: 1px solid #ccc;
}

.border-ccc-t1 {
    border-top: 1px solid #ccc;
}

.border-ccc-b1 {
    border-bottom: 1px solid #ccc;
}

/*å¸ƒå±€æ¯”ä¾‹*/
.grid20 {
    width: 20%;
}

.grid25 {
    width: 25%;
}

.grid33 {
    width: 33%;
}

.grid48 {
    width: 48%;
}

.grid50 {
    width: 50%;
}

.grid70 {
    width: 70%;
}

.grid90 {
    width: 90%;
}

.grid98 {
    width: 98%;
}

.grid99 {
    width: 99%;
}

/*é€æ˜Žåº¦*/
.opacity20 {
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.opacity50 {
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.opacity80 {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.opacity90 {
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

/*å…³é—­æŒ‰é’®*/
.close-btn {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
}


/*æœ€å¤§å®½åº¦*/
.max-width-30 {
    max-width: 30px;
    max-width: 30px !important;
}

.max-width-50 {
    max-width: 50px;
    max-width: 50px !important;
}

.max-width-60 {
    max-width: 60px;
    max-width: 60px !important;
}

.max-width-80 {
    max-width: 80px;
    max-width: 80px !important;
}

.max-width-100 {
    max-width: 100px;
    max-width: 100px !important;
}

.max-width-200 {
    max-width: 200px;
    max-width: 200px !important;
}

.max-width-300 {
    max-width: 300px;
    max-width: 300px !important;
}

.max-width-400 {
    max-width: 400px;
    max-width: 400px !important;
}

.max-width-500 {
    max-width: 500px;
    max-width: 500px !important;
}

.max-width-550 {
    max-width: 550px;
    max-width: 550px !important;
}

.max-width-600 {
    max-width: 600px;
    max-width: 600px !important;
}

.max-width-700 {
    max-width: 700px;
    max-width: 700px !important;
}

/*æœ€å°å®½åº¦*/
.min-width-200 {
    min-width: 200px;
    min-width: 200px !important;
}

.min-width-300 {
    min-width: 300px;
    min-width: 300px !important;
}

.min-width-400 {
    min-width: 400px;
    min-width: 400px !important;
}

.min-width-500 {
    min-width: 500px;
    min-width: 500px !important;
}

/*paddingï¼›åŠ -responsiveè¡¨ç¤ºéšå±å¹•å˜åŒ–è€Œå˜åŒ–*/
.padding-0 {
    padding: 0;
}

.padding-1px {
    padding: 1px;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.padding-05em {
    padding: 0.5em;
}

.padding-1em,
.padding-1em-responsive {
    padding: 1em;
}

.padding-2em,
.padding-2em-responsive {
    padding: 2em;
}

.padding-3em,
.padding-3em-responsive {
    padding: 3em;
}

.padding-4em,
.padding-4em-responsive {
    padding: 4em;
}

.padding-t1em {
    padding-top: 1em;
}

.padding-b1em {
    padding-bottom: 1em;
}

.padding-t2em,
.padding-t2em-responsive {
    padding-top: 2em;
}

.padding-b2em,
.padding-b2em-responsive {
    padding-bottom: 2em;
}

.padding-t3em,
.padding-t3em-responsive {
    padding-top: 3em;
}

.padding-b3em,
.padding-b3em-responsive {
    padding-bottom: 3em;
}

.padding-t4em,
.padding-t4em-responsive {
    padding-top: 4em;
}

.padding-b4em,
.padding-b4em-responsive {
    padding-bottom: 4em;
}


/*margin;åŠ -responsiveè¡¨ç¤ºéšå±å¹•å˜åŒ–è€Œå˜åŒ–*/
.img-center,
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-0 {
    margin: 0;
}

.margin-1px {
    margin: 1px;
}

.margin-1em,
.margin-1em-responsive {
    margin: 1em;
}

.margin-2em,
.margin-2em-responsive {
    margin: 2em;
}

.margin-3em,
.margin-3em-responsive {
    margin: 3em;
}

.margin-4em,
.margin-4em-responsive {
    margin: 4em;
}

.margin-t0 {
    margin-top: 0;
}

.margin-b0 {
    margin-bottom: 0;
}

.margin-t05em {
    margin-top: 0.5em;
}

.margin-b05em {
    margin-bottom: 0.5em;
}

.margin-t1em {
    margin-top: 1em;
}

.margin-b1em {
    margin-bottom: 1em;
}

.margin-t2em,
.margin-t2em-responsive {
    margin-top: 2em;
}

.margin-b2em,
.margin-b2em-responsive {
    margin-bottom: 2em;
}

.margin-t3em,
.margin-t3em-responsive {
    margin-top: 3em;
}

.margin-b3em,
.margin-b3em-responsive {
    margin-bottom: 3em;
}

.margin-t4em,
.margin-t4em-responsive {
    margin-top: 4em;
}

.margin-b4em,
.margin-b4em-responsive {
    margin-bottom: 4em;
}



/*paddingï¼›åŠ -resè¡¨ç¤ºéšå±å¹•å˜åŒ–è€Œå˜åŒ–*/
.p0 {
    padding: 0;
}

.p1px {
    padding: 1px;
}

.p5px {
    padding: 5px;
}

.p10px {
    padding: 10px;
}

.p05em {
    padding: 0.5em;
}

.p1em,
.p1em-res {
    padding: 1em;
}

.p2em,
.p2em-res {
    padding: 2em;
}

.p3em,
.p3em-res {
    padding: 3em;
}

.p4em,
.p4em-res {
    padding: 4em;
}

.pt1em {
    padding-top: 1em;
}

.pb1em {
    padding-bottom: 1em;
}

.pt2em,
.pt2em-res {
    padding-top: 2em;
}

.pb2em,
.pb2em-res {
    padding-bottom: 2em;
}

.pt3em,
.pt3em-res {
    padding-top: 3em;
}

.pb3em,
.pb3em-res {
    padding-bottom: 3em;
}

.pt4em,
.pt4em-res {
    padding-top: 4em;
}

.pb4em,
.pb4em-res {
    padding-bottom: 4em;
}


/*margin;åŠ -resè¡¨ç¤ºéšå±å¹•å˜åŒ–è€Œå˜åŒ–*/
.img-center,
.mauto {
    mleft: auto;
    mright: auto;
}

.m0 {
    margin: 0;
}

.m1px {
    margin: 1px;
}

.m1em,
.m1em-res {
    margin: 1em;
}

.m2em,
.m2em-res {
    margin: 2em;
}

.m3em,
.m3em-res {
    margin: 3em;
}

.m4em,
.m4em-res {
    margin: 4em;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt05em {
    margin-top: 0.5em;
}

.mb05em {
    margin-bottom: 0.5em;
}

.mt1em {
    margin-top: 1em;
}

.mb1em {
    margin-bottom: 1em;
}

.mt2em,
.mt2em-res {
    margin-top: 2em;
}

.mb2em,
.mb2em-res {
    margin-bottom: 2em;
}

.mt3em,
.mt3em-res {
    margin-top: 3em;
}

.mb3em,
.mb3em-res {
    margin-bottom: 3em;
}

.mt4em,
.mt4em-res {
    margin-top: 4em;
}

.mb4em,
.mb4em-res {
    margin-bottom: 4em;
}


/*è­¦å‘Šçª—å£*/
.alert {
    text-shadow: none;
    border: none;
}

.alert-round {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 200%;
}

.alert-square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 200%;
}

.alert-thin {
    border: 0;
    padding: 1em 3em;
}

.alert-thick {
    border: 0;
    padding: 3em 5em;
}

.alert-hero {
    border: 0;
    padding: 5em 8em;
}

/*åˆ†é¡µ*/
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #7a8c8c;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #7a8c8c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #7a8c8c;
    border-color: #7a8c8c;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}


/*èƒŒæ™¯æ¯”ä¾‹*/
.bg-resize-100 {
    background-size: 100% auto;
}

.bg-resize-120 {
    background-size: 120% auto;
}

.bg-resize-150 {
    background-size: 150% auto;
}

.bg-resize-200 {
    background-size: 200% auto;
}

.bg-resize-300 {
    background-size: 300% auto;
}


/*å…¶ä»–*/
.block {
    display: block;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: inline-block;
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.form-row {
    -moz-box-sizing: border-box;
    -moz-transition: 3s linear all;
    -ms-transition: 3s linear all;
    -o-transition: 3s linear all;
    -webkit-box-sizing: border-box;
    -webkit-transition: 3s linear all;
    box-sizing: border-box;
    color: #444;
    display: inline-block;
    height: 100%;
    margin-left: 5%;
    transition: 3s linear all;
    width: 80%;
}

.form-row-error p.error {
    color: #df9420;
}

.form-row-error2 {
    background: #f69694 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.img-full {
    height: auto;
    width: 100%;
}



/*æ–‡å­—é¢œè‰²*/
.color-fff {
    color: #fff;
    color: #fff !important;
}

.color-999 {
    color: #999;
    color: #999 !important;
}

.color-666 {
    color: #666;
    color: #666 !important;
}

.color-333 {
    color: #333;
    color: #333 !important;
}

.color-000 {
    color: #000;
    color: #000 !important;
}

.color-ccc {
    color: #ccc;
    color: #ccc !important;
}

.color-ddd {
    color: #ddd;
    color: #ddd !important;
}

.color-eee {
    color: #eee;
    color: #eee !important;
}

.color-dark {
    color: #333;
    color: #333 !important;
}

.color-gray {
    color: #ccc;
    color: #ccc !important;
}

.color-light {
    color: #e6e6e6;
    color: #e6e6e6 !important;
}

.color-lwarm {
    color: #f7f8f2;
    color: #f7f8f2 !important;
}

.color-lyellow {
    color: #fdfdf2;
    color: #fdfdf2 !important;
}

.color-yellow {
    color: #ccb47a;
    color: #ccb47a !important;
}

.color-lblue {
    color: #f2fafd;
    color: #f2fafd !important;
}

.color-blue {
    color: #78abbc;
    color: #78abbc !important;
}

.color-lgreen {
    color: #f3fdf2;
    color: #f3fdf2 !important;
}

.color-green {
    color: #82ae71;
    color: #82ae71 !important;
}

.color-pink {
    color: #f69694;
    color: #f69694 !important;
}

.color-red {
    color: #f16653;
    color: #f16653 !important;
}

.color-orange {
    color: #f2b48f;
    color: #f2b48f !important;
}

.color-cyan {
    color: #7bdad4;
    color: #7bdad4 !important;
}

/*èƒŒæ™¯é¢œè‰²*/
.bg-no {
    background: none;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #333;
}

.bg-ccc {
    background-color: #ccc;
}

.bg-ddd {
    background-color: #ddd;
}

.bg-eee {
    background-color: #eee;
}

.bg-gray {
    background-color: #e6e6e6;
}

.bg-light {
    background-color: #f9f9f9;
}

.bg-lwarm {
    background-color: #f7f8f2;
}

.bg-lyellow {
    background-color: #fdfdf2;
}

.bg-yellow {
    background-color: #f2d58f;
}

.bg-lblue {
    background-color: #f2fafd;
}

.bg-blue {
    background-color: #95ddf5;
}

.bg-lgreen {
    background-color: #f3fdf2;
}

.bg-green {
    background-color: #b0f595;
}

.bg-pink {
    background-color: #f69694;
}

.bg-red {
    background-color: #f16653;
}

.bg-orange {
    background-color: #f2b48f;
}


.bg-white50 {
    background-color: rgba(255, 255, 255, 0.5)
}

.bg-white70 {
    background-color: rgba(255, 255, 255, 0.7)
}

.bg-white90 {
    background-color: rgba(255, 255, 255, 0.9)
}



.lh-100 {
    line-height: 100%;
}

.lh-120 {
    line-height: 120%;
}

.lh-150 {
    line-height: 150%;
}

.softhide {
    display: none;
}

.radius-0 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.divide {
    margin-top: 1em;
    width: 100%;
}

.line-dotted {
    border-top: 1px dotted #ddd;
    height: 1px;
    margin: 1em 0;
}

.line-solid {
    border-top: 1px solid #ddd;
    height: 1px;
    margin: 1em 0;
}




/* å…¨å¹…èƒŒæ™¯å›¾ */
.fullbg-box {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}

.fullbg-inner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: table;
}

.fullbg-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}




@charset "utf-8";
/* 

3D Flat Buttons
http://dubhe.com.br/freebies/3dflatbuttons/

Developed by DUBHE 
Version: 1.0 - 05/11/2014
Author: Rafael Zago

*/

.btn3d {
    background-color: #bdc3c7;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    position: relative;
    margin-left: 35px;
    padding: 10px 20px;
    border-left: solid 1px #d3d8db;
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px #dcdfe1, 0px 5px 0px 0px #7f8c8d, 0px 10px 5px rgba(39, 39, 39, 0.8);
}

.btn3d:hover {
    top: 7px;
    color: #95a5a6;
    background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    box-shadow: inset 0px 1px 0px #ecf0f1, 0px 1px 0px 0px #7f8c8d, 0px 2px 5px rgba(39, 39, 39, 0.8);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

.btn3d-primary {
    color: #fff;
    background-color: #3498db;
    border-left: solid 1px #6fbaec;
    box-shadow: inset 0px 1px 0px #73b0d8, 0px 6px 0px #2980b9, 0px 10px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-primary:hover {
    color: #2980b9;
    box-shadow: inset 0px 1px 0px #73b0d8, 0px 1px 0px 0px #2980b9, 0px 2px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-success {
    color: #fff;
    background-color: #2ecc71;
    border-left: solid 1px #78e0a4;
    box-shadow: inset 0px 1px 0px #6ccc95, 0px 6px 0px #27ae60, 0px 10px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-success:hover {
    color: #26a95e;
    box-shadow: inset 0px 1px 0px #6ccc95, 0px 1px 0px 0px #27ae60, 0px 2px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-error {
    color: #fff;
    background-color: #e74c3c;
    border-left: solid 1px #ee897f;
    box-shadow: inset 0px 1px 0px #e98a80, 0px 5px 0px #c0392b, 0px 10px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-error:hover {
    color: #cc3e2f;
    box-shadow: inset 0px 1px 0px #e98a80, 0px 1px 0px 0px #c0392b, 0px 2px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-warning {
    color: #fff;
    background-color: #e67e22;
    border-left: solid 1px #f0ab6e;
    box-shadow: inset 0px 1px 0px #e3a36a, 0px 6px 0px #d35400, 0px 10px 5px rgba(39, 39, 39, 0.8);
}

.btn3d-warning:hover {
    color: #c56816;
    box-shadow: inset 0px 1px 0px #e3a36a, 0px 1px 0px 0px #d35400, 0px 2px 5px rgba(39, 39, 39, 0.8);
}



@media (max-width: 1200px) {
    .md-align-left {
        text-align: left;
    }

    .md-align-right {
        text-align: right;
    }

    .md-align-center {
        text-align: center;
    }

    .bg-md-150 {
        background-size: 150% auto;
    }

    .bg-md-200 {
        background-size: 200% auto;
    }

    .bg-md-300 {
        background-size: 300% auto;
    }
}

@media (max-width: 992px) {
    .sm-align-left {
        text-align: left;
    }

    .sm-align-right {
        text-align: right;
    }

    .sm-align-center {
        text-align: center;
    }

    .bg-sm-150 {
        background-size: 150% auto;
    }

    .bg-sm-200 {
        background-size: 200% auto;
    }

    .bg-sm-300 {
        background-size: 300% auto;
    }
}

@media (max-width: 768px) {

    .xs-align-left {
        text-align: left;
    }

    .xs-align-right {
        text-align: right;
    }

    .xs-align-center {
        text-align: center;
    }

    .alert-thin {
        border: 0;
        padding: 0.4em 1em;
        text-shadow: none;
    }

    .alert-thick {
        border: 0;
        padding: 1em 2em;
        text-shadow: none;
    }

    .alert-hero {
        border: 0;
        padding: 2em 3em;
        text-shadow: none;
    }

    .bg-xs-150 {
        background-size: 150% auto;
    }

    .bg-xs-200 {
        background-size: 200% auto;
    }

    .bg-xs-300 {
        background-size: 300% auto;
    }

    .padding-1em-responsive {
        padding: 0.5em;
    }

    .padding-2em-responsive {
        padding: 1.5em;
    }

    .padding-3em-responsive {
        padding: 2em;
    }

    .padding-4em-responsive {
        padding: 3em;
    }

    .padding-t2em-responsive {
        padding-top: 1.5em;
    }

    .padding-t3em-responsive {
        padding-top: 2em;
    }

    .padding-t4em-responsive {
        padding-top: 3em;
    }

    .padding-b2em-responsive {
        padding-bottom: 1.5em;
    }

    .padding-b3em-responsive {
        padding-bottom: 2em;
    }

    .padding-b4em-responsive {
        padding-bottom: 3em;
    }

    .margin-1em-responsive {
        margin: 0.7em;
    }

    .margin-2em-responsive {
        margin: 1.5em;
    }

    .margin-3em-responsive {
        margin: 2em;
    }

    .margin-4em-responsive {
        margin: 3em;
    }

    .margin-t2em-responsive {
        margin-top: 1.5em;
    }

    .margin-t3em-responsive {
        margin-top: 2em;
    }

    .margin-t4em-responsive {
        margin-top: 3em;
    }

    .margin-b2em-responsive {
        margin-bottom: 1.5em;
    }

    .margin-b3em-responsive {
        margin-bottom: 2em;
    }

    .margin-b4em-responsive {
        margin-bottom: 3em;
    }


    .p1em-res {
        padding: 0.5em;
    }

    .p2em-res {
        padding: 1.5em;
    }

    .p3em-res {
        padding: 2em;
    }

    .p4em-res {
        padding: 3em;
    }

    .pt2em-res {
        padding-top: 1.5em;
    }

    .pt3em-res {
        padding-top: 2em;
    }

    .pt4em-res {
        padding-top: 3em;
    }

    .pb2em-res {
        padding-bottom: 1.5em;
    }

    .pb3em-res {
        padding-bottom: 2em;
    }

    .pb4em-res {
        padding-bottom: 3em;
    }

    .m1em-res {
        margin: 0.7em;
    }

    .m2em-res {
        margin: 1.5em;
    }

    .m3em-res {
        margin: 2em;
    }

    .m4em-res {
        margin: 3em;
    }

    .mt2em-res {
        margin-top: 1.5em;
    }

    .mt3em-res {
        margin-top: 2em;
    }

    .mt4em-res {
        margin-top: 3em;
    }

    .mb2em-res {
        margin-bottom: 1.5em;
    }

    .mb3em-res {
        margin-bottom: 2em;
    }

    .mb4em-res {
        margin-bottom: 3em;
    }


}

@media (max-width: 480px) {

    .alert-thin {
        border: 0;
        padding: 0.1em .5em;
        text-shadow: none;
    }

    .alert-thick {
        border: 0;
        padding: 0.8em 1em;
        text-shadow: none;
    }

    .alert-hero {
        border: 0;
        padding: 1.6em 1.2em;
        text-shadow: none;
    }

    .bg-tn-150 {
        background-size: 150% auto;
    }

    .bg-tn-200 {
        background-size: 200% auto;
    }

    .bg-tn-300 {
        background-size: 300% auto;
    }

    .tn-align-left {
        text-align: left;
    }

    .tn-align-right {
        text-align: right;
    }

    .tn-align-center {
        text-align: center;
    }

    .padding-2em-responsive {
        padding: 1em;
    }

    .padding-3em-responsive {
        padding: 1.5em;
    }

    .padding-4em-responsive {
        padding: 2em;
    }

    .padding-t2em-responsive {
        padding-top: 1em;
    }

    .padding-t3em-responsive {
        padding-top: 1.5em;
    }

    .padding-t4em-responsive {
        padding-top: 2em;
    }

    .padding-b2em-responsive {
        padding-bottom: 1em;
    }

    .padding-b3em-responsive {
        padding-bottom: 1.5em;
    }

    .padding-b4em-responsive {
        padding-bottom: 2em;
    }

    .margin-1em-responsive {
        margin: 0.5em;
    }

    .margin-2em-responsive {
        margin: 1em;
    }

    .margin-3em-responsive {
        margin: 1.5em;
    }

    .margin-4em-responsive {
        margin: 2em;
    }

    .margin-t2em-responsive {
        margin-top: 1em;
    }

    .margin-t3em-responsive {
        margin-top: 1.5em;
    }

    .margin-t4em-responsive {
        margin-top: 2em;
    }

    .margin-b2em-responsive {
        margin-bottom: 1em;
    }

    .margin-b3em-responsive {
        margin-bottom: 1.5em;
    }

    .margin-b4em-responsive {
        margin-bottom: 2em;
    }


    .col-tn-1,
    .col-tn-2,
    .col-tn-3,
    .col-tn-4,
    .col-tn-5,
    .col-tn-6,
    .col-tn-7,
    .col-tn-8,
    .col-tn-9,
    .col-tn-10,
    .col-tn-11,
    .col-tn-12 {
        float: left;
    }

    .col-tn-12 {
        width: 100%;
    }

    .col-tn-11 {
        width: 91.66666667%;
    }

    .col-tn-10 {
        width: 83.33333333%;
    }

    .col-tn-9 {
        width: 75%;
    }

    .col-tn-8 {
        width: 66.66666667%;
    }

    .col-tn-7 {
        width: 58.33333333%;
    }

    .col-tn-6 {
        width: 50%;
    }

    .col-tn-5 {
        width: 41.66666667%;
    }

    .col-tn-4 {
        width: 33.33333333%;
    }

    .col-tn-3 {
        width: 25%;
    }

    .col-tn-2 {
        width: 16.66666667%;
    }

    .col-tn-1 {
        width: 8.33333333%;
    }
}






body {
    background: #f9f9f9;
}

.container {
    max-width: 988px;
}

h1 {
    color: #333;
}

h2 {
    color: #333;
}

h3 {
    color: #333;
}

h4 {
    color: #333;
}

h5 {
    color: #333;
}

small {
    font-size: 0.9em
}

p {
    line-height: 200%;
}

ul {
    margin-left: 20px;
}

a.color-hover-888:hover {
    color: #888;
    color: #888 !important;
}


.linethrough {
    text-decoration: line-through;
}

.stretchbg-box {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-position: 50% 50%\9 !important;
}


.div-scroll-box {
    height: 30em;
    width: 100%;
    overflow: hidden;
}

.div-scroll-inner {
    margin-top: 5em;
}

.div-scroll-img {
    margin-top: 0;
    width: 20em;
    height: 20em;
}




.swiper-container,
.swiper-container .swiper-slide {
    max-width: 988px;
    height: auto;
    max-height: 426px;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #eee;
    margin: 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #ccc;
}

.arrow-left {

    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    color: red;
}

.arrow-right {

    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    color: red;
}





.divide {
    margin-top: 1em;
    width: 100%;
}

.img-fullheight {
    display: block;
    max-height: 100%;
    width: auto;
}

.line-dotted {
    border-top: 1px dotted #ddd;
    height: 1px;
    margin: 1em 0;
}

.line-solid {
    border-top: 1px solid #ddd;
    height: 1px;
    margin: 1em 0;
}


.qincoNav {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100px;
    background: #f9f9f9;
    border: 0;
    padding: 0;
}

.navSlimmed {
    height: 70px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.qincoNav>.container>.navbar-header {
    height: 100px;
    padding: 0;
    margin: 0;
}

.navSlimmed>.container>.navbar-header {
    height: 60px;
}

.qincoNav>.container>.navbar-header>a.navbar-brand {
    margin: 0;
    padding: 0;
    height: 100%;
}

.qincoNav>.container>.navbar-header>a.navbar-brand>.logo {
    height: 60px;
    width: auto;
    margin-top: 20px;
    margin-left: -5px;
    display: inline;
}

.navSlimmed>.container>.navbar-header>a.navbar-brand>.logo {
    margin-top: 10px;
    height: 50px;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav {
    margin: 0;
    padding: 0;
    margin-top: 38px;
}

.navSlimmed>.container>.navbar-collapse>.navbar-nav {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.qincoNav>.container>.navbar-header button {
    margin-top: 40px;
    margin-right: 20px;
    border: 0;
    background: #fff;
}

.qincoNav>.container>.navbar-header button span {
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 1px;
    background-color: #7dcef4;
}

.qincoNav>.container>.navbar-header button:hover {
    background: #7dcef4;
}

.qincoNav>.container>.navbar-header button:hover span {
    background-color: #fff;
}

.qincoNav>.container>.navbar-collapse {
    overflow-x: visible;
    overflow-x: visible !important;
    margin: 0;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li {
    margin: 0 0.2em;
    padding: 0;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li a,
.qincoNav>.container>.navbar-collapse>.navbar-nav>li a.dropdown-toggle {
    font-size: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: #aaa;
    display: block;
    text-decoration: none;
    background: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.navSlimmed>.container>.navbar-collapse>.navbar-nav>li {
    margin-top: 8px;
}

.navSlimmed>.container>.navbar-collapse>.navbar-nav>li a,
.navSlimmed>.container>.navbar-collapse>.navbar-nav>li a.dropdown-toggle {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}



.qincoNav>.container>.navbar-collapse>.navbar-nav>li a.dropdown-toggle:hover,
.qincoNav>.container>.navbar-collapse>.navbar-nav>li a.dropdown-toggle:focus,
.qincoNav>.container>.navbar-collapse>.navbar-nav>li a:hover,
.qincoNav>.container>.navbar-collapse>.navbar-nav>li a:focus {
    color: #333;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li.active {
    border-bottom: 3px solid #333;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li.active a {
    color: #333;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li.important a {
    background-color: #83d2f5;
    color: #fff;
}


.qincoNav>.container>.navbar-collapse>.navbar-nav>li ul.dropdown-menu {
    margin-top: -5px;
    border: 0;
    background: #222;
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li ul.dropdown-menu a {
    color: #fff;
    background: #222
}

.qincoNav>.container>.navbar-collapse>.navbar-nav>li ul.dropdown-menu a:hover {
    color: #8893ef;
}



.qincoHeadhesive {
    display: none;
    width: 100%;
    z-index: 999;
}



.nav-stacked-simple {
    padding: 0;
    margin: 0;
    margin-top: 1em;
}

.nav-stacked-simple>li {
    clear: both;
    background: #fff;
    display: block;
    color: #999;
    font-size: 0.9em;
    padding: 1em;
    text-decoration: none;
    margin: 0;
    width: 100%;
}

.nav-stacked-simple>li>a {
    display: inline;
}

.nav-stacked-simple>li b {
    color: #ccc;
    font-weight: normal;
}



.softhide {
    display: none;
}

.radius-0 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}







@media (max-width:982px) {
    .resize-md-100 {
        font-size: 1em;
    }

    .resize-md-90 {
        font-size: 0.9em;
    }

    .resize-md-80 {
        font-size: 0.8em;
    }

}


@media (max-width: 768px) {


    .resize-sm-100 {
        font-size: 1em;
    }

    .resize-sm-90 {
        font-size: 0.9em;
    }

    .resize-sm-80 {
        font-size: 0.8em;
    }


    .img-fullheight {
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
    }
}



@media (max-width: 480px) {

    .resize-xs-100 {
        font-size: 1em;
    }

    .resize-xs-90 {
        font-size: 0.9em;
    }

    .resize-xs-80 {
        font-size: 0.8em;
    }

    .resize-xs-70 {
        font-size: 0.7em;
    }

    .resize-xs-60 {
        font-size: 0.6em;
    }

    .resize-xs-50 {
        font-size: 0.5em;
    }

}