/*
 * CODE09 Template
 * Styles Custom
 * Copyright 2014, Thystudio
 */

@import url(codegrid.tabs.css);

.layout-box {
    padding: 30px 0;
    background: url(../imgs/pixel_weave.png)
}
.layout-box>div {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 1040px
}
@media only screen and (min-width: 960px) and (max-width: 1040px) {
    .layout-box>div {
        width: auto
    }
}
@media only screen and (min-width: 1282px) {
    .layout-box>div {
        width: 1256px
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .layout-box {
        padding: 20px 0
    }
    .layout-box>div {
        width: 788px
    }
}
@media only screen and (min-width: 768px) and (max-width: 788px) {
    .layout-box>div {
/*        width: auto; */
        width: 100%;		
    }
}
@media only screen and (max-width: 767px) {
    .layout-box {
        padding: 20px
    }
    .layout-box>div {
/*        width: auto; */
        width: 100%;	
    }
}
.dark {
    background-color: #444;
    color: #eee
}
.bg-light {
    color: #333
}
.bg-dark {
    color: #fff
}
.bg-dark article>.title {
    color: hsla(0, 0%, 100%, .7)
}
.bg-dark .title-up {
    background-color: hsla(0, 0%, 100%, .15);
    color: hsla(0, 0%, 100%, .5)
}
.bg-dark .bo-b,
.bg-dark .bo-t,
.bg-dark .show-full>article,
.bg-dark .show-full>li,
.bg-dark .show-list,
.bg-dark .show-list>li {
    border-color: hsla(0, 0%, 100%, .5)
}
.bg-dark .show-full .meta>span {
    color: hsla(0, 0%, 100%, .5)
}
.dark .show-full>article,
.dark .show-full>li,
.dark .show-list,
.dark .show-list>li {
    border-color: #666
}
.dark .show-full>article:hover,
.dark .show-full>li:hover {
    border-color: #872120
}
.dark .show-full .meta>.title {
    color: #fff
}
.dark .show-full .meta>span {
    color: #666
}
.dark .show-full .meta:hover>.title {
    color: #872120
}
.dark .portfolio.single .meta,
.dark .portfolio.single .meta a {
    color: #ccc
}
.layout-box .dark,
.layout-box.dark>div {
    background-color: #444
}
.bg-white {
    background-color: #fff!important
}
.bg-black {
    background-color: #333!important
}
.bg-blue {
    background-color: #1e90ff!important
}
.bg-cyan {
    background-color: #40e0d0!important
}
.bg-green {
    background-color: #32cd32!important
}
.bg-olive {
    background-color: olive!important
}
.bg-orange {
    background-color: orange!important
}
.bg-pink {
    background-color: #ff69b4!important
}
.bg-purple {
    background-color: purple!important
}
.bg-red {
    background-color: #dc143c!important
}
.bg-teal {
    background-color: teal!important
}
.bg-yellow {
    background-color: #fc0!important
}
.bg-hl {
    background-color: #872120!important
}
.color-hl {
    color: #872120!important
}
body .bg-trans {
    background-color: transparent
}
.bg-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    text-align: center
}
.fullscreen,
bg-wrap {
    background-color: #444
}
.fullscreen .bg-img {
    position: fixed;
    z-index: -1
}
.bg-wrap {
    position: relative
}
.bg-wrap .bg-img {
    position: absolute
}
.bg-img>img {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0
}
.bg-img.ready>img {
    width: auto
}
.bg-img [class*=overlay-] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}
.bg-img .overlay-light {
    background-image: url(../imgs/background/pattern_dot_light.png)
}
.bg-img .overlay-dark {
    background-image: url(../imgs/background/pattern_dot_dark.png)
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #181818;
    word-wrap: break-word
}
h1,
h2 {
    font-weight: 100
}
h3,
h4,
h5,
h6 {
    font-weight: 200
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}
h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px
}
h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px
}
h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px
}
h5 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px
}
h6 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.subheader {
    color: #777
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff
}
p {
    margin: 0 0 5px
}
p img {
    margin: 0
}
p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777
}
em {
    font-style: italic
}
.bold,
.strong {
    font-weight: 700
}
.thin {
    font-weight: 100
}
.light {
    font-weight: 200
}
.info {
    background-color: #d9f9f9!important;
    color: #069!important
}
.warning {
    background-color: #fff777!important;
    color: #a80!important
}
.error {
    background-color: #f9d9d9!important;
    color: #c00!important
}
.success {
    background-color: #d0f0c0!important;
    color: #248800!important
}
.text-info {
    color: #09d!important
}
.text-success {
    color: #3b0!important
}
.text-warning {
    color: #da0!important
}
.text-error {
    color: #d00!important
}
[class*=dark] .text-info {
    color: #88c0ff!important
}
[class*=dark] .text-success {
    color: #4f0!important
}
[class*=dark] .text-warning {
    color: #fc0!important
}
[class*=dark] .text-error {
    color: #ff3030!important
}
.muted {
    color: #999
}
.dark .muted {
    color: #ccc
}
.bg-light .muted {
    color: #666
}
.bg-dark .muted {
    color: #fff
}
.hsla .bg-dark .muted {
    color: hsla(0, 0%, 100%, .8)
}
.text-highlight {
    color: #872120
}
.text-small {
    font-size: 85%!important;
    line-height: 1.5em
}
.label {
    background-color: #666;
    color: #fff;
    padding: 1px 5px 2px
}
.label.highlight {
    background-color: #872120;
    color: #fff
}
.label.code {
    background-color: #f5f5f5;
    color: #d00;
    border: 1px dashed #ddd
}
.dark .label {
    background-color: #fff;
    color: #444
}
.dark .label.highlight {
    background-color: #872120;
    color: #fff
}
.dark .label.code {
    color: #eee
}
.bg-light .label.code {
    border-color: hsla(0, 0%, 0%, .2)
}
.bg-dark .label {
    background-color: #fff;
    color: #333
}
.bg-dark .label.code {
    border-color: #fff;
    color: #fff
}
.bg-hl.bg-dark .label.highlight,
.bg-hl.dark .label.highlight {
    background-color: #333;
    background-color: hsla(0, 0%, 0%, .25)
}
.dropcap:first-letter {
    float: left;
    padding: .3em .2em 0 0;
    color: #872120;
    font-size: 3em;
    font-weight: 700
}
.dropcap.dc-muted:first-letter {
    color: #999
}
.bg-light .dropcap:first-letter {
    color: #333
}
.bg-light .dropcap.dc-muted:first-letter {
    color: #777
}
.bg-dark .dropcap:first-letter {
    color: #fff
}
.bg-dark .dropcap.dc-muted:first-letter {
    color: hsla(0, 0%, 100%, .75)
}
blockquote {
    margin: 0 0 20px;
    padding: 0 20px;
    border-left: 4px solid #872120
}
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}
blockquote cite {
    display: block;
    color: #555;
    font-size: 12px
}
blockquote cite:before {
    content: '\2014 \0020'
}
blockquote cite a,
blockquote cite a:visited {
    color: #555
}
.bq-highlight>blockquote {
    position: relative;
    margin-bottom: 34px;
    padding-bottom: 10px;
    border-width: 1px 1px 4px;
    border-style: solid;
    border-color: #872120
}
.bq-highlight>blockquote:first-letter {
    float: left;
    padding: .25em .2em 0 0;
    color: #872120;
    font-size: 3em;
    font-weight: 700
}
.bq-highlight>blockquote:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 100%;
    width: 0;
    height: 0;
    border-width: 0 30px 26px 0;
    border-style: solid;
    border-color: transparent #872120 transparent transparent
}
.bq-highlight {
    margin-bottom: 30px
}
.bq-highlight>figure {
    margin: -30px 0 0 55px
}
.bq-highlight>figure>.author {
    display: block;
    float: left
}
.bq-highlight>figure img {
    margin-right: 10px
}
.bq-highlight>figure .name,
.bq-highlight>figure .name>* {
    color: #872120;
    margin-bottom: 0
}
.bq-highlight>figure>.others {
    color: #999;
    font-size: .85em
}
.dark blockquote,
.dark blockquote p {
    color: #ccc
}
.dark blockquote cite {
    color: #eee
}
.bg-light blockquote {
    border-left-color: #999
}
.bg-light blockquote cite {
    color: #333
}
.bg-dark blockquote,
.bg-dark blockquote p {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}
.bg-dark blockquote {
    border-left-color: #fff;
    border-left-color: hsla(0, 0%, 100%, .8)
}
.bg-dark blockquote cite {
    color: #fff
}
.text-box {
    display: block;
    padding: 30px;
    border: 1px solid #e5e5e5
}
.text-box>* {
    margin-bottom: 0
}

.list[class*=cross] li:after {
    width: 1px;
    height: 9px;
    left: 4px;
    top: 6px
}
.list.cross li:before {
    top: 10px
}
.list.cross-2 li:before {
    height: 3px
}
.list.cross-2 li:after {
    width: 3px;
    left: 3px;
    top: 6px
}
.list[class*=line] li:before {
    width: 5px;
    height: 1px;
    top: 9px
}
.list.line-2 li:before {
    width: 6px;
    height: 2px
}
.list.tri li:before {
    width: 0;
    height: 0;
    top: 6px;
    background-color: transparent!important;
    border: 4px solid transparent;
    border-left-color: #ccc
}
.list[class*=arrow] li:before {
    width: 2px;
    height: 5px;
    top: 9px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    transform: rotate(40deg)
}
.list[class*=arrow] li:after {
    width: 2px;
    height: 5px;
    left: 0;
    top: 6px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg)
}
.list[class*=arrow]:after {
    display: none
}
.list[class*=check] li {
    padding-left: 18px
}
.list[class*=check] li:after,
.list[class*=check] li:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg)
}
.list[class*=check] li:before {
    width: 5px;
    height: 2px;
    top: 10px
}
.list[class*=check] li:after {
    width: 2px;
    height: 9px;
    left: 5px;
    top: 5px
}
.list.check-2 li:before {
    height: 3px;
    top: 9px
}
.list.check-2 li:after {
    width: 3px;
    height: 10px;
    top: 4px
}
.list.hover li:hover,
.list.hover li:hover>*,
ul.hover li:hover,
ul.hover li:hover>* {
    color: #872120
}
.list.hover li:hover:after,
.list.hover li:hover:before {
    background-color: #872120
}
.list.hover>li:hover ul {
    color: #444
}
.list.hover.tri li:hover:before {
    border-left-color: #872120
}
.list.condensed li,
ol.condensed li {
    margin-bottom: 3px
}
.ie7 ul.list {
    list-style: disc inside
}
.ie7 ul.list li {
    padding-left: 0
}
.dark .list li:after,
.dark .list li:before {
    background-color: #777;
    border-left-color: #777
}
.bg-light .list li:after,
.bg-light .list li:before {
    background-color: #999;
    border-left-color: #999
}
.bg-dark .list li:after,
.bg-dark .list li:before {
    background-color: #fff;
    border-left-color: #fff
}
.bg-light .list.hover li:hover,
.bg-light .list.hover li:hover>*,
.bg-light ul.hover li:hover,
.bg-light ul.hover li:hover>* {
    color: inherit
}
.bg-light .list.hover li:hover:after,
.bg-light .list.hover li:hover:before {
    background-color: #333;
    border-left-color: #333
}
.bg-dark .list.hover li:hover,
.bg-dark .list.hover li:hover>*,
.bg-dark ul.hover li:hover,
.bg-dark ul.hover li:hover>*,
.bg-light .list.hover>li:hover ul {
    color: inherit
}
.bg-dark .list.hover li:hover:after,
.bg-dark .list.hover li:hover:before {
    background-color: #fff;
    border-left-color: #fff
}
.bg-dark .list.hover>li:hover ul {
    color: inherit
}
a,
a:visited {
    color: #444;
    text-decoration: none;
    outline-width: 0
}
a:focus,
a:hover {
    color: #872120
}
a:focus {
    background-color: transparent
}
p a {
    line-height: inherit;
    text-decoration: underline
}
a.no-deco {
    text-decoration: none
}
.muted a,
a.muted {
    color: #999
}
.muted a:focus,
.muted a:hover,
a.muted:focus,
a.muted:hover {
    color: #872120
}
.dark a,
.dark a:visited {
    color: #eee
}
.dark a:focus,
.dark a:hover {
    color: #872120
}
.bg-light a,
.bg-light a:visited {
    color: #333
}
.bg-dark a,
.bg-dark a:visited {
    color: #fff
}
.dark .muted a,
.dark a.muted {
    color: #ccc
}
.dark .muted a:focus,
.dark .muted a:hover,
.dark a.muted:focus,
.dark a.muted:hover {
    color: #872120
}
.bg-light .muted a,
.bg-light a.muted {
    color: #666
}
.bg-dark .muted a,
.bg-dark a.muted {
    color: #fff
}
.hsla .bg-dark .muted a,
.hsla .bg-dark a.muted {
    color: hsla(0, 0%, 100%, .8)
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: inherit
}
.prettyall,
.prettyprint {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
    border-left: 1px dashed #d5d5d5;
    background-color: #fff;
    font-size: 12px;
    line-height: 19px
}
.prettyprint span {
    word-wrap: break-word
}
.prettyall>.prettyprint {
    padding: 0;
    border-width: 0
}
.prettyall>.prettyprint:last-child {
    margin-bottom: 0
}
.title-line {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5
}
.title-line:after {
    content: ' ';
    display: block;
    width: 50px;
    height: 1px;
    margin-bottom: -1px;
    background-color: #872120
}
.title-line * {
    margin-bottom: 0
}
article>.title-muted {
    margin-bottom: 10px;
    color: #999
}
.title-up {
    position: absolute;
    padding: 2px 10px;
    top: -50px;
    background-color: #f5f5f5;
    color: #999;
    font-size: .85em
}
.dark .title {
    border-bottom-color: #222
}
.bg-light .title {
    border-bottom-color: #999;
    border-bottom-color: hsla(0, 0%, 0%, .1)
}
.bg-light .title:after {
    background-color: #333
}
.bg-dark .title {
    border-bottom-color: #444;
    border-bottom-color: hsla(0, 0%, 100%, .2)
}
.bg-dark .title:after {
    background-color: #fff
}
.dark article>.title {
    color: #aaa
}
.dark .title-up {
    background-color: #222;
    color: #666
}
.hr {
    position: relative;
    height: 1px;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #e5e5e5
}
.hr.short {
    margin-top: 10px;
    margin-bottom: 10px
}
.hr.long {
    margin-top: 100px;
    margin-bottom: 100px
}
.hr.dash:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    left: 50%;
    top: -1px;
    margin-left: -25px;
    background-color: #872120
}
.hr.dash.none {
    background-color: transparent
}
.hr.cross:after,
.hr.cross:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #872120
}
.hr.cross:before {
    width: 11px;
    height: 3px;
    margin-left: -6px;
    margin-top: -1px
}
.hr.cross:after {
    width: 3px;
    height: 11px;
    margin-left: -2px;
    margin-top: -5px
}
.hr.dash.left:after {
    left: 0;
    margin-left: 0
}
.hr.dash.right:after {
    left: 100%;
    margin-left: -50px
}
.hr.cross.left:before {
    left: 0;
    margin-left: 0
}
.hr.cross.left:after {
    left: 0;
    margin-left: 4px
}
.hr.cross.right:before {
    left: 100%;
    margin-left: -11px
}
.hr.cross.right:after {
    left: 100%;
    margin-left: -7px
}
.dark .hr {
    background-color: #222
}
.bg-light .hr {
    background-color: #666;
    background-color: hsla(0, 0%, 0%, .1)
}
.bg-light .hr:after,
.bg-light .hr:before {
    background-color: #333
}
.bg-dark .hr {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .2)
}
.bg-dark .hr:after,
.bg-dark .hr:before {
    background-color: #fff
}
.wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}
iframe {
    margin-bottom: 20px
}
.fullwidth {
    width: 100%
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-center img,
.text-center>* {
    margin-left: auto;
    margin-right: auto
}
.text-justify {
    text-align: justify
}
.pull-left {
    float: left!important
}
.pull-right {
    float: right!important
}
.no-bo {
    border: none!important
}
.bo-t {
    border-top: 1px dotted #ccc
}
.bo-b {
    border-bottom: 1px dotted #ccc
}
.bo-b,
.bo-t {
    border-color: hsla(0, 0%, 0%, .2)
}
.bo-l-h {
    border-left: 1px solid #872120;
    padding-left: 20px
}
.bo-r-h {
    border-right: 1px solid #872120;
    padding-right: 20px
}
.dark .bo-b,
.dark .bo-t {
    border-color: #666;
    border-color: hsla(0, 0%, 100%, .4)
}
.no-ma {
    margin: 0!important
}
.ma-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}
.ma-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
}
.ma-50 {
    margin-top: 50px!important;
    margin-bottom: 50px!important
}
.ma-100 {
    margin-top: 100px!important;
    margin-bottom: 100px!important
}
.ma-t-10 {
    margin-top: 10px!important
}
.ma-t-20 {
    margin-top: 20px!important
}
.ma-t-50 {
    margin-top: 50px!important
}
.ma-t-100 {
    margin-top: 100px!important
}
.ma-b-10 {
    margin-bottom: 10px!important
}
.ma-b-20 {
    margin-bottom: 20px!important
}
.ma-b-50 {
    margin-bottom: 50px!important
}
.ma-b-100 {
    margin-bottom: 100px!important
}
.ma-l-10 {
    margin-left: 10px!important
}
.ma-l-20 {
    margin-left: 20px!important
}
.ma-l-50 {
    margin-left: 50px!important
}
.ma-l-100 {
    margin-left: 100px!important
}
.ma-r-10 {
    margin-right: 10px!important
}
.ma-r-20 {
    margin-right: 20px!important
}
.ma-r-50 {
    margin-right: 50px!important
}
.ma-r-100 {
    margin-right: 100px!important
}
.no-pa {
    padding: 0!important
}
.pa-10 {
    padding: 10px!important
}
.pa-20 {
    padding: 20px!important
}
.pa-50 {
    padding: 50px!important
}
.pa-100 {
    padding: 100px!important
}
.pa-t-10 {
    padding-top: 10px!important
}
.pa-t-20 {
    padding-top: 20px!important
}
.pa-t-50 {
    padding-top: 50px!important
}
.pa-t-100 {
    padding-top: 100px!important
}
.pa-b-10 {
    padding-bottom: 10px!important
}
.pa-b-20 {
    padding-bottom: 20px!important
}
.pa-b-50 {
    padding-bottom: 50px!important
}
.pa-b-100 {
    padding-bottom: 100px!important
}
.pa-l-10 {
    padding-left: 10px!important
}
.pa-l-20 {
    padding-left: 20px!important
}
.pa-l-50 {
    padding-left: 50px!important
}
.pa-l-100 {
    padding-left: 100px!important
}
.pa-r-10 {
    padding-right: 10px!important
}
.pa-r-20 {
    padding-right: 20px!important
}
.pa-r-50 {
    padding-right: 50px!important
}
.pa-r-100 {
    padding-right: 100px!important
}
.hide,
.hide-desktop {
    display: none!important
}
@media only screen and (max-width: 767px) {
    .show-desktop {
        display: none!important
    }
    .hide-desktop {
        display: inherit!important
    }
}
.show {
    display: inherit!important
}
.visible {
    visibility: visible
}
.invisible {
    visibility: hidden
}
.overflow {
    overflow: hidden
}
.affix {
    position: fixed;
    top: 40px;
    overflow: auto
}
.inline,
.inline>* {
    display: inline
}
.btn-toggle~[class*=hide-].actived {
    display: inherit!important
}
form {
    margin-bottom: 20px
}
#form2 input[type=email], #form2 input[type=password], #form2  input[type=text], #form2 textarea {
    display: block;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 9px 12px;
    border: 1px solid #e5e5e5;
    border-left-width: 4px;
    outline: 0;
    color:#181818;
	font-size: 15px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    color:#181818;
}
textarea {
	width: 100%;
    resize: vertical;
    overflow-y: hidden;
    line-height: 20px;
	border: 0;
}
.checkbox {
    cursor: pointer;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle
}
.checkbox input[type=checkbox] {
    display: block;
    float: left;
    margin-left: -20px
}
fieldset {
    margin: 0 0 20px;
    padding: 5px 10px;
    border: 1px solid #e5e5e5
}
label,
legend {
    display: block
}
legend {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic
}
label {
    padding-top: 5px;
    padding-bottom: 5px
}
form.block input[type=email],
form.block input[type=password],
form.block input[type=text],
form.block select,
form.block textarea {
    width: 100%
}
.ie7 form.block input[type=email],
.ie7 form.block input[type=password],
.ie7 form.block input[type=text],
.ie7 form.block select,
.ie7 form.block textarea {
    width: 92.5%;
    padding-left: 3%;
    padding-right: 3%
}
.input-icon {
    position: relative
}
.input-icon [class*=i-] {
    position: absolute;
    left: 19px;
    top: 9px;
    margin-right: 0;
    font-size: 1.2em;
    color: #fff;
    text-align: left
}
.input-icon [class*=i-]:before {
    margin-right: 0;
    margin-left: -50%
}
.input-icon input[type=password],
.input-icon input[type=text] {
    border-left-width: 38px
}
.ie7 form.block .input-icon {
    padding-right: 38px
}
.input-icon.large>input[type=password],
.input-icon.large>input[type=text],
input[type=password].large,
input[type=text].large {
    padding-top: 11px;
    padding-bottom: 11px;
    border-left-width: 6px;
    height: 48px;
    line-height: 24px
}
.input-icon.large>input[type=password],
.input-icon.large>input[type=text] {
    border-left-width: 48px
}
.input-icon.large>[class*=i-] {
    left: 24px;
    font-size: 1.6em;
    line-height: 28px
}
.ie7 form.block .input-icon.large {
    padding-right: 48px
}
.dark input[type=email],
.dark input[type=password],
.dark input[type=text],
.dark textarea {
    border-color: #333
}
.dark input[type=email]:focus,
.dark input[type=password]:focus,
.dark input[type=text]:focus,
.dark textarea:focus {
    border-color: #872120;
    color: #eee
}
.dark fieldset {
    border-color: #333
}
.dark legend {
    color: #eee
}
.dark .input-icon [class*=i-] {
    color: #444
}
.bg-light input[type=email],
.bg-light input[type=password],
.bg-light input[type=text],
.bg-light textarea {
    border-color: #999
}
.bg-light input[type=email]:focus,
.bg-light input[type=password]:focus,
.bg-light input[type=text]:focus,
.bg-light textarea:focus {
    border-color: #333;
    color: #333
}
.bg-light fieldset {
    border-color: #999
}
.bg-dark input[type=email],
.bg-dark input[type=password],
.bg-dark input[type=text],
.bg-dark textarea {
    border-color: #fff;
    color: #fff;
    opacity: .5
}
.bg-dark input[type=email]:focus,
.bg-dark input[type=password]:focus,
.bg-dark input[type=text]:focus,
.bg-dark textarea:focus {
    opacity: 1
}
.bg-dark fieldset {
    border-color: #fff;
    border-color: hsla(0, 0%, 100%, .5)
}
.bg-dark legend {
    color: #fff
}
.bg-dark .input-icon [class*=i-] {
    color: #ccc
}
.bg-dark::-webkit-input-placeholder {
    color: #fff
}
.bg-dark:-moz-placeholder {
    color: #fff
}
.bg-dark:-ms-input-placeholder {
    color: #fff
}
select {
    width: 220px !important;
    margin: 0 0 10px;
    padding: 9px 10px;
    outline: 0;
}
select:focus {
    border-color: #872120
}
option {
    margin-top: 10px
}
.select {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    z-index: 2
}
.ie7 .select {
    zoom: 1
}
.select:hover {
    border: 1px solid #e5e5e5;
    background-color: #fff
}
.select li {
    height: 0;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: padding-top .25s, padding-bottom .25s;
    -moz-transition: padding-top .25s, padding-bottom .25s;
    transition: padding-top .25s, padding-bottom .25s
}
.select li:hover {
    color: #872120
}
.select li.selected {
    border-bottom: 1px dotted #ddd
}
.select li.selected,
.select:hover li {
    height: auto;
    padding: 10px 28px 10px 12px;
    text-indent: 0
}
.select.right li {
    text-align: left
}
.select.right li.selected,
.select.right:hover li {
    padding: 10px 12px 10px 28px;
    text-align: right
}
.select:hover li.selected {
    color: #872120
}
.select:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10px;
    top: 18px;
    border: 4px solid transparent;
    border-top-color: #999;
    border-top-color: hsla(0, 0%, 0%, .2)
}
.select:hover:after {
    top: 14px;
    border-top-color: transparent;
    border-bottom-color: #999;
    border-bottom-color: hsla(0, 0%, 0%, .2)
}
.select.right:after {
    left: 10px;
    right: auto
}
.dark select {
    background-color: #444;
    border-color: #333;
    color: #eee
}
.dark select:focus {
    border-color: #872120
}
.dark .select:hover {
    background-color: #333;
    border-width: 0
}
.dark .select .selected {
    border-bottom-color: #333
}
.dark .select:hover li.selected {
    border-bottom-color: #222
}
.dark .select li:hover {
    color: #872120
}
.dark .select:after {
    border-top-color: #999
}
.dark .select:hover:after {
    border-top-color: transparent;
    border-bottom-color: #999
}
.bg-light select {
    border-color: #999;
    background-color: #fff
}
.bg-light .select:hover {
    border-color: #999;
    color: #333

}
.bg-light .select .selected {
    border-color: #999
}
.bg-light .select li:hover,
.bg-light .select:hover li.selected {
    color: #333
}
.bg-dark select {
    background-color: #444;
    border-color: #444;
    color: #fff
}
.bg-dark .select:hover {
    background-color: #444;
    border-width: 0
}
.bg-dark .select li,
.bg-dark .select li:hover,
.bg-dark .select:hover li.selected {
    color: #fff
}
.bg-dark .select .selected {
    border-bottom-color: #fff
}
.hsla .bg-dark .select .selected {
    border-bottom-color: hsla(0, 0%, 100%, .5)
}
.social .title {
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    margin-bottom: 0;
    font-size: .85em
}
.social .items {
    float: left
}
.social:after {
    content: ' ';
    display: table;
    clear: both
}
.social [class*=i-] {
    position: relative;
    display: inline-block;
    overflow-y: hidden;
    width: 24px;
    height: 24px;
    font-size: 1.4em;
    text-indent: -9999px
}
.ie7 .social [class*=i-] {
    text-indent: 0
}
.ie7 .title+.items,
.social>.title+.items>[class*=i-] {
    margin-left: 10px;
    margin-right: 0
}
.social [class*=i-]:after,
.social [class*=i-]:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 3px;
    text-indent: 0;
    -webkit-transition: top .15s;
    -moz-transition: top .15s;
    transition: top .15s
}
.social [class*=i-]:before {
    color: #999
}
.ie8 .social [class*=i-]:before {
    filter: alpha(opacity=50)
}
.social [class*=i-]:before {
    top: 0
}
.social [class*=i-]:after {
    top: 100%
}
.social [class*=i-]:hover:before {
    top: -100%
}
.social [class*=i-]:hover:after {
    top: 0
}
.social .fx-none[class*=i-]:after,
.social .fx-none[class*=i-]:before {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}
.social .tooltip {
    display: inline-block;
    border-bottom-width: 0
}
.social .tooltip [class*=i-] {
    z-index: 2
}
.dark .social .title {
    border-right-color: #666
}
.dark .social [class*=i-]:hover {
    background-color: #fff
}
.ie7 .dark .social [class*=i-] {
    background-color: transparent
}
.bg-light .social .title {
    border-right-color: #999
}
.bg-light .social [class*=i-]:before {
    color: #666;
    opacity: .5
}
.bg-dark .social .title {
    border-right-color: #fff
}
.bg-dark .social [class*=i-]:before {
    color: #fff;
    opacity: .5
}
.bg-dark .social [class*=i-]:hover {
    background-color: #fff
}
.ie7 .bg-dark .social [class*=i-] {
    background-color: transparent
}
body.center-ver {
    height: 100%
}
.center-ver {
    display: table;
    width: 100%
}
.center-ver>.c-outer {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}
.ie7 .center-ver {
    position: relative
}
.ie7 .center-ver>.c-outer {
    position: absolute;
    bottom: 50%
}
.ie7 .center-ver .c-inner {
    position: relative;
    bottom: -50%
}
.btn {
    display: inline-block;
    height: 38px;
    margin: 0 0 20px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #999;
    font-size: .85em;
    line-height: 36px;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a.btn {
    color: #999
}
.btn:focus,
.btn:hover {
    border-color: #999;
    color: #333
}
.btn:active {
    border-color: #333
}
.ie7 button,
.ie7 input[type=button],
.ie7 input[type=reset],
.ie7 input[type=submit] {
    overflow: visible
}
.btn.small {
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    line-height: 30px
}
.btn.large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em;
    height: 48px;
    line-height: 46px
}
.btn.mega {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 1.2em;
    height: 70px;
    line-height: 68px
}
.btn.mega [class*=i-] {
    margin-right: 20px;
    font-size: 1.6em;
    line-height: 1em
}
.btn.mega [class*=i-].right {
    margin-left: 20px
}
.btn.link {
    padding-top: 1px;
    padding-bottom: 1px;
    border: none
}
.btn.link:active {
    background-color: #f5f5f5
}
.btn.dash {
    border-width: 0 0 3px
}
.btn.bg {
    padding-top: 1px;
    padding-bottom: 1px;
    border: none;
    background-color: #666;
    color: #fff
}
.btn.bg:focus,
.btn.bg:hover {
    background-color: #444
}
.btn.bg:active {
    background-color: #222
}
.btn.block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}
[class*=row-]>.btn.block {
    width: 100%
}
.btn-group {
    position: relative;
    overflow-y: hidden
}
.btn-group .btn {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.ie7 .btn-group .btn {
    width: 48.9%
}
.ie7 .btn-group .btn.bg,
.ie7 .btn-group .btn.dash,
.ie7 .btn-group .btn.link {
    width: 50%
}
.btn-group em {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 100%;
    z-index: 2;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 25px
}
.btn-group em.white {
    background-color: #fff;
    color: #444
}
.btn-group em.small {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    line-height: 18px
}
.btn-group em.large {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    font-size: 12px;
    line-height: 30px
}
.btn.highlight {
    border-color: #872120!important;
    color: #872120!important
}
.btn.highlight:focus,
.btn.highlight:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}
.btn.highlight:active {
    opacity: .25;
    filter: alpha(opacity=25)
}
.btn.bg.highlight {
    background-color: #872120!important;
    color: #fff!important
}
.dark .btn {
    border-color: #333;
    color: #181818
}
.dark .btn:focus,
.dark .btn:hover {
    border-color: #ccc;
    color: #ccc
}
.dark .btn:active {
    border-color: #fff;
    color: #fff
}
.dark a.btn {
    color: #181818
}
.dark .btn.link:active {
    background-color: #333
}
.dark .btn.bg {
    background-color: #333;
    color: #fff
}
.dark .btn.bg:focus,
.dark .btn.bg:hover {
    background-color: #ccc;
    color: #333
}
.dark .btn.bg:active {
    background-color: #fff;
    color: #333
}
.bg-light .btn {
    border-color: #999
}
.bg-light .btn:focus,
.bg-light .btn:hover {
    border-color: #444;
    color: #333
}
.bg-light .btn:focus {
    border-color:#181818;
    color: #333
}
.bg-light .btn.link:active {
    background-color: hsla(0, 0%, 0%, .05)
}
.bg-light .btn.dash:active {
    background-color: hsla(0, 0%, 0%, .05);
    border-bottom-color:#181818
}
.bg-light .btn.bg:focus,
.bg-light .btn.bg:hover {
    color: #fff
}
.bg-dark .btn {
    border-color: #fff;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50)
}
.bg-dark .btn:focus,
.bg-dark .btn:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}
.bg-dark .btn:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.bg-dark .btn.link:hover,
.bg-dark .btn:focus {
    opacity: 1;
    background-color: transparent
}
.bg-dark .btn.link:active {
    opacity: 1;
    background-color: hsla(0, 0%, 0%, .05)
}
.bg-dark .btn.bg {
    background-color: #fff;
    color: #333
}
figure>* {
    margin-bottom: 20px
}
.fig-group {
    overflow: hidden
}
.fig-group a {
    float: left
}
.fig-group a:nth-child(n+3) {
    width: 33.33%
}
.fig-group a:nth-child(1),
.fig-group a:nth-child(2) {
    width: 50%
}
.fig-group img {
    width: 100%;
    height: auto
}
.img-full,
figure.img-full img {
    display: block;
    width: 100%;
    height: auto
}
.img-box {
    display: block;
    padding: 4px;
    border: 1px solid #e5e5e5
}
.img-box>.player,
.img-box>img {
    margin-bottom: 0
}
.thumbnail .spec {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    text-indent: -9999px;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #872120 transparent transparent;
    color: #fff
}
.thumbnail .spec[class*=i-] {
    margin-right: 0;
    text-indent: 0;
    font-size: 15px
}
.thumbnail .spec[class*=i-]:before {
    display: block;
    position: absolute;
    left: 28px;
    top: 6px;
    line-height: 1em;
    text-align: center;
    text-indent: 0
}
.ie7 .thumbnail .spec[class*=i-] {
    line-height: 30px;
    text-indent: 28px
}
.thumbnail .type {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #fff
}
.thumbnail .type[class*=i-] {
    margin-right: 0;
    opacity: .5;
    filter: progid: DXImageTransform.Miscrosoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    font-size: 24px
}
.lightbox {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    font-weight: 400
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff
}
.lb-outerContainer:after {
    content: " ";
    display: table;
    clear: both
}
.lb-container {
    padding: 6px
}
.lightboxOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-color:#181818;
    opacity: .8;
    filter: alpha(opacity=80)
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit
}
.lightbox a img {
    border: none
}
.lb-loader {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -2em;
    text-align: center;
    line-height: 0
}
a.lb-cancel {
    display: block;
    margin: 0 auto;
    color: #ddd;
    font-size: 4em;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes loading-rotate {
    0% {
        transform: rotate(360deg)
    }
}
.ie7 a.lb-cancel {
    font-size: 4em
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11
}
a.lb-next,
a.lb-prev {
    cursor: pointer;
    width: 25%;
    height: 100%;
    display: block;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    filter: alpha(Opacity=0);
    opacity: 0;
    text-shadow: 0 0 2px hsla(0, 0%, 0%, .4);
    color: #fff;
    font-size: 4em
}
.lb-prev {
    float: left;
    left: 0
}
.lb-next {
    float: right;
    right: 0
}
.lb-next>.i-right-mini,
.lb-prev>.i-left-mini {
    position: absolute;
    top: 50%;
    margin-top: -.6em
}
.lb-prev>.i-left-mini {
    left: 20px
}
.lb-next>.i-right-mini {
    right: 20px
}
.ie7 .lb-next>.i-right-mini,
.ie7 .lb-prev>.i-left-mini {
    margin-top: -2em
}
a.lb-next:hover,
a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.lb-dataContainer {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px
}
.lb-dataContainer:after {
    content: " ";
    display: table;
    clear: both
}
.lb-data {
    color: #ccc
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}
.lb-data .lb-caption {
    color: #ccc
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #666
}
.lb-data .lb-close {
    cursor: pointer;
    display: block;
    filter: alpha(Opacity=20);
    opacity: .2;
    color: #ccc;
    font-size: 1.4em;
    text-align: right
}
.lb-data .lb-close:before {
    margin-right: 2px
}
.lb-data .lb-close:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}
.linkto,
.zoom {
    display: block;
    position: relative;
    overflow: hidden
}
.linkto:after,
.zoom:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    filter: alpha(opacity=80)
}
.linkto:before,
.zoom:before {
    visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 1em;
    text-align: center;
    z-index: 2;
    -webkit-transition: -webkit-transform .15s .1s;
    -moz-transition: -moz-transform .15s .1s;
    transition: transform .15s .1s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
}
.zoom:before {
    content: '\e824'
}
.linkto:before {
    content: '\00bb'
}
.linkto:hover:after,
.zoom:hover:after {
    background-color: #333
}
.linkto:hover:before,
.zoom:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}
.linkto>img,
.zoom>img {
    margin-bottom: 0;
    -webkit-transition: -webkit-transform .15s;
    -moz-transition: -moz-transform .15s;
    transition: transform .15s
}
.linkto:hover>img,
.zoom:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}
.linkto img,
.zoom img {
    display: block
}
.fx-img-hover {
    overflow: hidden;
    position: relative;
    display: none!important
}
.fx-img-hover.fx-ready {
    display: inline-block!important
}
.fx-img-hover a {
    width: 100%
}
.fx-img-hover img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: left .1s;
    -moz-transition: left .1s;
    transition: left .1s
}
.fx-img-hover:hover img {
    left: -100%
}
.fx-img-hover.fx-none img {
    -webkit-transition: left 0s;
    -moz-transition: left 0s;
    transition: left 0s
}
@media only screen and (max-width: 767px) {
    .fx-img-hover.m-alter:hover img {
        left: 0
    }
}
.thumbnail {
    position: relative;
    overflow: hidden
}
.thumbnail img {
    margin-bottom: 0
}
.backface,
.frontface {
    -webkit-transition: -webkit-transform .2s .05s;
    -moz-transition: -moz-transform .2s .05s;
    transition: transform .2s .05s
}
.backface {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.show-less .backface {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    background-color: #fff
}
.ie7 .show-less .backface {
    padding: 0
}
.ie7 .show-less .backface>.backface-inner {
    padding: 20px
}
.csstransitions .show-less .backface {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}
.csstransitions .show-less .thumbnail:hover .frontface {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%)
}
.csstransitions .show-less .thumbnail:hover .backface {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}
.no-csstransitions .show-less .backface {
    left: -100%
}
.no-csstransitions .show-less .thumbnail:hover .frontface {
    left: 100%
}
.no-csstransitions .show-less .thumbnail:hover .backface {
    left: 0
}
.dark .show-less .backface {
    background-color: #333
}
.bg-light .show-less .backface {
    background-color: #fff
}
.bg-dark .show-less .backface {
    background-color: #333
}
.show-expand .backface {
    padding-top: 17px;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center
}
.show-expand .backface [class*=i-] {
    margin-right: 0;
    margin-top: 17px;
    font-size: 1.4em;
    opacity: .5
}
.csstransitions .show-expand .backface {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}
.csstransitions .expand-actived .backface,
.csstransitions .show-expand .thumbnail:hover .backface {
    -webkit-transform: translateY(68%);
    -moz-transform: translateY(68%);
    transform: translateY(68%)
}
.csstransitions .expand-actived .frontface,
.csstransitions .show-expand .thumbnail:hover .frontface {
    -webkit-transform: translateY(-32%);
    -moz-transform: translateY(-32%);
    transform: translateY(-32%)
}
.no-csstransitions .show-expand .backface {
    top: 100%
}
.no-csstransitions .show-expand .frontface {
    position: relative;
    height: 100%;
    top: 0
}
.no-csstransitions .expand-actived .backface,
.no-csstransitions .show-expand .thumbnail:hover .backface {
    top: 68%
}
.no-csstransitions .expand-actived .frontface,
.no-csstransitions .show-expand .thumbnail:hover .frontface {
    top: -20%
}
.show-expand article.dark .backface {
    background-color: #333
}
.show-expand article.bg-light .backface {
    background-color: #fff
}
.show-expand article.bg-dark .backface {
    background-color: #333
}
.show-expand article.expand-actived .backface {
    background-color: #872120
}
.fx-3d {
    -webkit-perspective: 600;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px
}
.fx-3d .fx-inner {
    z-index: 1;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: transform .5s
}
.fx-3d .fx-inner:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.fx-3d .fx-inner img,
.fx-3d .fx-inner>* {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}
.fx-3d .fx-meta {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #872120;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: opacity .5s;
    opacity: 0
}
.fx-3d .fx-inner:hover .fx-meta {
    opacity: 1
}
.fx-3d .fx-meta>* {
    margin: 10px
}
.font-custom {
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    opacity: 0;
    filter: progid: DXImageTransform.Miscrosoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}
.font-custom.font-ready {
    opacity: 1;
    filter: alpha(opacity=100)
}
.textfill {
    text-align: center;
    line-height: 1.2em;
    -webkit-transition: font-size .3s;
    -moz-transition: font-size .3s;
    transition: font-size .3s
}
.textghost {
    visibility: hidden;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    white-space: nowrap
}
.textghost>* {
    display: block;
    float: left
}
.font-highlight,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .2)
}
.bg-dark .font-highlight,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.dark .font-highlight,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    text-shadow: 0 1px 0 hsla(0, 0%, 0%, .2)
}
html.textshadow .fx-text-3d {
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c4c4c4, 0 3px 0 #bbb, 0 4px 0 #b4b4b4, 0 5px 0 #aaa, 0 6px 1px hsla(0, 0%, 0%, .1), 0 0 5px hsla(0, 0%, 0%, .1), 0 1px 3px hsla(0, 0%, 0%, .3), 0 3px 5px hsla(0, 0%, 0%, .2), 0 5px 10px hsla(0, 0%, 0%, .25), 0 10px 10px hsla(0, 0%, 0%, .2), 0 20px 20px hsla(0, 0%, 0%, .15)!important
}
html.textshadow .fx-text-shadow {
    color: #fff;
    text-shadow: 0 1px 0 hsla(0, 0%, 0%, .2), 0 0 1px hsla(0, 0%, 0%, .1), -.16em .09em 0 hsla(0, 0%, 0%, .1)!important
}
html.page-viewport body {
    height: 100%;
    background-color: #333
}
.page-perspective {
    position: relative;
    height: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.page-perspective.page-running {
    overflow: hidden
}
.page {
    visibility: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.page.actived {
    visibility: visible;
    overflow-y: visible;
    height: 100%
}
.page>.center-ver {
    height: 100%
}
.page-slideOut {
    -webkit-animation: slideOut .6s both ease;
    animation: slideOut .6s both ease
}
.page-slideIn {
    -webkit-animation: slideIn .6s both ease;
    animation: slideIn .6s both ease
}
@-webkit-keyframes slideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes slideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}
@keyframes slideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}
@keyframes slideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}
.fx-hover-fade {
    opacity: .5;
    filter: progid: DXImageTransform.Miscrosoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}
.fx-hover-fade:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
@media only screen and (max-width: 767px) {
    .fx-hover-fade {
        opacity: 1
    }
}
.accordion {
    margin-bottom: 20px
}
.accordion>section {
    border-bottom: 1px dotted #ccc
}
.accordion>section>:first-child {
    position: relative;
    margin-bottom: 0;
    padding: 13px 20px 13px 0;
    cursor: pointer
}
.accordion>section>:first-child:after,
.accordion>section>:first-child:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #ccc
}
.accordion>section>:first-child:before {
    width: 10px;
    height: 2px;
    right: 0;
    top: 22px
}
.accordion>section>:first-child:after {
    width: 2px;
    height: 10px;
    right: 4px;
    top: 18px
}
.accordion>section.ready>:first-child:before {
    background-color: #872120
}
.accordion>section.ready>:first-child:after {
    background-color: transparent
}
.accordion>section.ready>:first-child,
.accordion>section:hover>:first-child {
    color: #872120
}
.accordion section>* {
    display: none
}
.accordion section.actived>*,
.accordion section>:first-child {
    display: inherit
}
.accordion.tag>section {
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e5e5e5;
    border-color: hsla(0, 0%, 0%, .1)
}
.accordion.tag>section>:first-child {
    padding-top: 11px;
    padding-bottom: 11px
}
.accordion.tag>section.ready {
    border-color: #ccc;
    border-color: hsla(0, 0%, 0%, .2)
}
.accordion.bg {
    background-color: #fff
}
.accordion.bg>section {
    padding-left: 15px;
    padding-right: 15px
}
.accordion.bg>section:last-child {
    border-bottom-width: 0
}
.accordion.tag.bg {
    background-color: transparent
}
.accordion.tag.bg>section {
    background-color: #fff;
    border-color: transparent
}
.dark .accordion>section>:first-child:after,
.dark .accordion>section>:first-child:before {
    background-color: #fff
}
.dark .accordion>section.ready>:first-child:before {
    background-color: #872120
}
.dark .accordion>section.ready>:first-child:after {
    background-color: transparent
}
.dark .accordion>section {
    border-bottom-color: #222
}
.dark .accordion.bg {
    background-color: #333
}
.dark .accordion.bg>section:last-child {
    border-bottom-color: transparent
}
.dark .accordion.tag>section {
    border-color: #333
}
.dark .accordion.tag>section.ready {
    border-color: #222
}
.dark .accordion.tag.bg {
    background-color: transparent
}
.dark .accordion.tag.bg>section {
    background-color: #333
}
.hsla .bg-light .accordion>section {
    border-bottom-color: hsla(0, 0%, 0%, .2)
}
.bg-light .accordion>section>:first-child {
    color: #181818
}
.bg-light .accordion>section>:first-child:after,
.bg-light .accordion>section>:first-child:before {
    background-color: #999
}
.bg-light .accordion>section.ready>:first-child:before {
    background-color: #333
}
.bg-light .accordion>section.ready>:first-child:after {
    background-color: transparent
}
.bg-dark .accordion>section>:first-child {
    color: #fff
}
.bg-dark .accordion>section.ready>:first-child:before,
.bg-dark .accordion>section>:first-child:after,
.bg-dark .accordion>section>:first-child:before {
    background-color: #fff
}
.bg-dark .accordion>section.ready>:first-child:after {
    background-color: transparent
}
.bg-dark .accordion>section {
    border-bottom-color: #fff;
    border-bottom-color: hsla(0, 0%, 100%, .5)
}
.bg-dark .accordion.bg {
    background-color: hsla(0, 0%, 0%, .08)
}
.bg-dark .accordion.tag>section {
    border-color: #fff;
    border-color: hsla(0, 0%, 100%, .3)
}
.bg-dark .accordion.tag>section.ready {
    border-color: #fff;
    border-color: hsla(0, 0%, 100%, .75)
}
.bg-dark .accordion.tag.bg {
    background-color: transparent
}
.bg-dark .accordion.tag.bg>section {
    background-color: hsla(0, 0%, 0%, .08)
}
.accordion.block>section {
    border-bottom: none
}
.accordion.block>section>:first-child {
    margin-bottom: 0;
    padding: 40px 0
}
.accordion.block>section>:first-child>* {
    margin-bottom: 0
}
.accordion.block>section>:last-child {
    padding-bottom: 30px
}
.accordion.block>section>:first-child:before {
    width: 24px;
    height: 4px;
    right: 0;
    top: 50px
}
.accordion.block>section>:first-child:after {
    visibility: visible;
    width: 4px;
    height: 24px;
    right: 10px;
    top: 40px
}
.accordion.block>section.dark>:first-child:after,
.accordion.block>section.dark>:first-child:before {
    background-color: #fff
}
.accordion.block>section.dark.ready>:first-child:before {
    background-color: #872120
}
.accordion.block>section.dark.ready>:first-child:after {
    background-color: transparent
}
.accordion.block>section.bg-light>:first-child:after,
.accordion.block>section.bg-light>:first-child:before {
    background-color: #999
}
.accordion.block>section.bg-light.ready>:first-child:before {
    background-color: #333
}
.accordion.block>section.bg-light.ready>:first-child:after {
    background-color: transparent
}
.accordion.block>section.bg-dark>:first-child:after,
.accordion.block>section.bg-dark>:first-child:before {
    background-color: #fff
}
.accordion.block>section.bg-dark.ready>:first-child:after {
    background-color: transparent
}
.accordion.block>section.bg-light>:first-child {
    color: #181818
}
.accordion.block>section.bg-dark>:first-child {
    color: #fff
}
.accordion.block.bg>section {
    padding-left: 40px;
    padding-right: 40px
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .accordion.block.bg>section {
        padding-left: 32px;
        padding-right: 32px
    }
}
@media only screen and (max-width: 767px) {
    .accordion.block>section>:first-child {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .accordion.block>section>:first-child:before {
        top: 35px
    }
    .accordion.block>section>:first-child:after {
        top: 25px
    }
    .accordion.block.bg>section {
        padding-left: 15px;
        padding-right: 15px
    }
    .accordion.block.bg>section [class*=span] {
        width: 270px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .accordion.block.bg>section [class*=span] {
        width: 430px
    }
}
.tablist {
    margin-left: 0;
    margin-bottom: 0
}
.tablist li>a {
    display: block
}
.tablist a>span {
    display: block;
    color: #ccc;
    font-size: .85em;
    font-style: italic
}
body .tablist li.actived>a {
    border-bottom: 4px solid #872120
}
body .tablist li.actived>a,
body .tablist li.actived>a>:first-child,
body .tablist li:hover>a,
body .tablist li:hover>a>:first-child {
    color: #872120
}
.tab-hor {
    margin-bottom: 30px
}
.tab-hor .tablist {
    border-bottom: 1px solid #e5e5e5
}
.tab-hor .tablist li {
    display: inline-block;
    zoom: 1;
    margin-right: 30px;
    margin-bottom: 0
}
.tab-hor .tablist li.actived,
.tab-hor .tablist li:hover {
    margin-bottom: -1px
}
.tab-hor .tablist li:last-child {
    margin-right: 0
}
.tab-hor .tablist li>a {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #ccc
}
.tab-hor .tablist li>a>* {
    margin-bottom: 0
}
.tab-hor section {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px
}
.tab-hor section>:first-child {
    display: none
}
.tab-hor section.actived {
    display: inherit
}
.tab-hor.bg {
    margin-bottom: 30px
}
.tab-hor.bg .tablist {
    border-bottom: 2px solid #872120
}
.tab-hor.bg .tablist li {
    margin-right: 1px
}
.tab-hor.bg .tablist li:last-child {
    margin-right: 0
}
.tab-hor.bg .tablist li>a {
    padding: 10px 15px
}
.tab-hor.bg .tablist li.actived>a {
    border-bottom: none;
    background-color: #872120;
    color: #fff
}
.tab-hor.bg section {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: #fff
}
.tab-hor.tab-mini .tablist li {
    margin-right: 1px;
    vertical-align: bottom
}
.tab-hor.tab-mini .tablist li:last-child {
    margin-right: 0
}
.tab-hor.tab-mini .tablist li>a {
    width: 60px;
    height: 20px;
    padding: 0
}
.tab-hor.tab-mini .tablist li.actived>a,
.tab-hor.tab-mini .tablist li:hover>a {
    padding-bottom: 1px
}
.tab-ver {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 30px
}
.tab-ver .tablist {
    display: block;
    float: left;
    height: 100%
}
.tab-ver .tablist li {
    margin-bottom: 0
}
.tab-ver .tablist li>a {
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    color: #999
}
.tab-ver .tablist li.actived>a {
    padding-bottom: 12px
}
.tab-ver .tablist a>* {
    margin-bottom: 0
}
.tab-ver>section {
    display: none
}
.tabcontent {
    float: left
}
.tabcontent>section,
.tabcontent>section>:first-child {
    display: none
}
.tabcontent>section {
    display: none;
    margin-right: 0
}
.tabcontent>section.actived {
    display: inherit
}
.tab-ver.width-auto .tablist {
    width: 25%
}
.tab-ver.width-auto .tabcontent {
    width: 75%
}
.tab-ver.width-auto .tabcontent>section {
    padding-left: 20px
}
.tab-ver.bg .tabcontent {
    margin-left: 0
}
.tab-ver.bg .tabcontent section {
    padding: 20px;
    border-left: 2px solid #872120;
    background-color: #fff
}
.tab-ver.bg .tablist {
    margin-top: 1px
}
.tab-ver.bg .tablist li {
    margin-top: -1px
}
.ie7 .tab-ver.bg .tablist,
.ie7 .tab-ver.bg .tablist li {
    margin-top: 0
}
.tab-ver.bg .tablist li>a {
    padding-left: 15px;
    padding-right: 15px
}
.tab-ver.bg .tablist li.actived>a {
    background-color: #872120;
    color: #fff
}
.tab-ver.bg .tablist li.actived>a>* {
    color: #fff
}
.tab-ver.tab-mini .tablist {
    position: absolute;
    width: auto;
    left: 0;
    border-right: 1px solid #e5e5e5
}
.tab-ver.tab-mini .tablist li {
    margin-bottom: 1px
}
.tab-ver.tab-mini .tablist li.actived,
.tab-ver.tab-mini .tablist li:hover {
    margin-right: -1px
}
.tab-ver.tab-mini .tablist li>a {
    width: 20px;
    height: 60px;
    padding: 0;
    border-bottom: none
}
.tab-ver.tab-mini .tablist li.actived>a,
.tab-ver.tab-mini .tablist li:hover>a {
    padding-bottom: 0;
    padding-left: 1px
}
.tab-ver.tab-mini .tablist li:first-child>a {
    border-top: none
}
.tab-ver.tab-mini .tabcontent {
    width: auto
}
.tab-ver.tab-mini .tabcontent>section {
    margin-left: 22px;
    padding-left: 18px
}
.tab-ver.tab-mini.bg .tablist {
    border-right: 2px solid #872120
}
.tab-ver.tab-mini.bg .tabcontent section {
    border-left: none
}
.tab-ver.tab-mini.bg .tablist,
.tab-ver.tab-mini.bg .tablist li {
    margin-top: 0
}
.ie7 .tab-ver.width-auto {
    width: 100%
}
.ie7 .tab-ver.tab-mini .tablist {
    left: -16px
}
.tab-mini .tablist li>a {
    overflow: hidden;
    background-color: #e5e5e5;
    text-indent: -9999px
}
.tab-mini .tablist li.actived>a {
    border-bottom: none
}
.tab-mini section>:first-child {
    display: block;
    margin-bottom: 10px
}
.tab-mini section>:first-child>* {
    margin-bottom: 0
}
.tab-mini section>:first-child>span {
    color: #ccc;
    font-size: .85em;
    font-style: italic
}
body .tab-mini .tablist li.actived>a,
body .tab-mini .tablist li:hover>a {
    background-color: #872120
}
.dark .tab-hor .tablist {
    border-bottom-color: #872120
}
.dark .tab-hor .tablist li>a {
    color: #999
}
.dark .tab-hor .tablist li.actived>a,
.dark .tab-hor .tablist li:hover>a {
    color: #872120
}
.dark .tab-hor.tab-mini .tablist li>a {
    background-color: #222
}
.dark .tab-hor.tab-mini .tablist li.actived>a,
.dark .tab-hor.tab-mini .tablist li:hover>a {
    background-color: #872120
}
.dark .tab-hor.bg .tablist li.actived>a {
    color: #fff
}
.dark .tab-hor.bg section {
    border-width: 0;
    background-color: #333
}
.dark .tab-ver .tablist li>a {
    border-bottom-color: #222
}
.dark .tab-ver .tablist li.actived>a {
    border-bottom-color: #872120
}
.dark .tab-ver.tab-mini .tablist {
    border-right-color: #872120
}
.dark .tab-ver.tab-mini .tablist li>a {
    background-color: #222
}
.dark .tab-ver.tab-mini .tablist li.actived>a,
.dark .tab-ver.tab-mini .tablist li:hover>a {
    background-color: #872120
}
.dark .tab-ver.bg .tabcontent>section {
    background-color: #333
}
.bg-light .tablist li>a {
    color: #999
}
.bg-light .tab-hor .tablist {
    border-bottom-color: #999
}
.bg-light .tab-hor .tablist li.actived>a,
.bg-light .tab-hor .tablist li:hover>a {
    border-bottom-color: #666;
    color: #181818
}
.bg-light .tab-hor.tab-mini .tablist li>a {
    background-color: hsla(0, 0%, 0%, .1)
}
.bg-light .tab-hor.tab-mini .tablist li.actived>a,
.bg-light .tab-hor.tab-mini .tablist li:hover>a {
    background-color: #666
}
.bg-light .tab-hor.bg .tablist {
    border-bottom-color: #666
}
.bg-light .tab-hor.bg .tablist li.actived>a {
    background-color: #666;
    color: #fff
}
.bg-light .tab-hor.bg section {
    border-width: 0
}
.bg-light .tab-ver .tablist li>a {
    border-bottom-color: #999
}
.bg-light .tab-ver .tablist li.actived>a,
.bg-light .tab-ver .tablist li:hover>a {
    border-bottom-color: #666;
    color: #181818
}
.bg-light .tab-ver.tab-mini .tablist {
    border-right-color: #999
}
.bg-light .tab-ver.tab-mini .tablist li>a {
    background-color: hsla(0, 0%, 0%, .1)
}
.bg-light .tab-ver.tab-mini .tablist li.actived>a,
.bg-light .tab-ver.tab-mini .tablist li:hover>a {
    background-color: #666
}
.bg-light .tab-ver.bg .tablist li.actived>a {
    background-color: #666;
    color: #fff
}
.bg-light .tab-ver.bg .tabcontent>section {
    border-left-color: #666
}
.bg-light .tab-ver.tab-mini.bg .tablist {
    border-right-color: #666
}
.bg-dark .tablist li>a {
    color: hsla(0, 0%, 100%, .5)
}
.no-hsla .bg-dark .tablist li>a {
    color: #fff
}
.bg-dark .tab-hor .tablist {
    border-bottom-color: #fff
}
.bg-dark .tab-hor .tablist li.actived>a,
.bg-dark .tab-hor .tablist li:hover>a {
    border-bottom-color: #fff;
    color: #fff
}
.bg-dark .tab-hor.tab-mini li>a {
    background-color: hsla(0, 0%, 100%, .3)
}
.bg-dark .tab-hor.tab-mini li.actived>a,
.bg-dark .tab-hor.tab-mini li:hover>a {
    background-color: #fff
}
.bg-dark .tab-hor.bg .tablist li.actived>a {
    background-color: #fff;
    color: #666
}
.bg-dark .tab-hor.bg section {
    border-width: 0;
    background-color: #444;
    background-color: hsla(0, 0%, 0%, .1)
}
.bg-dark .tab-ver .tablist li>a {
    border-bottom-color: #fff;
    border-bottom-color: hsla(0, 0%, 100%, .3)
}
.bg-dark .tab-ver .tablist li.actived>a,
.bg-dark .tab-ver .tablist li:hover>a {
    border-bottom-color: #fff;
    color: #fff
}
.bg-dark .tab-ver.tab-mini .tablist {
    border-right-color: #fff
}
.bg-dark .tab-ver.tab-mini .tablist li>a {
    background-color: #666;
    background-color: hsla(0, 0%, 100%, .3)
}
.bg-dark .tab-ver.tab-mini .tablist li.actived>a,
.bg-dark .tab-ver.tab-mini .tablist li:hover>a {
    background-color: #fff
}
.bg-dark .tab-ver.bg .tablist li.actived>a {
    background-color: #fff;
    color: #666
}
.bg-dark .tab-ver.bg .tabcontent>section {
    border-left-color: #fff;
    background-color: #444;
    background-color: hsla(0, 0%, 0%, .1)
}
.tooltip {
    position: relative;
    cursor: default
}
a.tooltip,
p.tooltip,
span.tooltip {
    border-bottom: 1px dotted #999
}
.tt-content {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #fff;
    border: 0 solid #999;
    color: #444;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left, right, top, bottom;
    -moz-transition: left, right, top, bottom;
    transition: left, right, top, bottom;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    transition-duration: .15s
}
.tooltip:hover .tt-content {
    overflow: visible;
    width: auto;
    height: auto;
    padding: 9px 15px;
    z-index: 10;
    border-width: 1px
}
.tp-left:hover .tt-content,
.tp-right:hover .tt-content {
    padding-top: 10px;
    padding-bottom: 10px
}
.tooltip:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 5px;
    left: 0;
    top: -5px;
    background-color: transparent
}
.tooltip.width-auto .tt-content {
    width: 220px;
    white-space: normal
}
.tp-top .tt-content {
    bottom: 0
}
.tp-bottom .tt-content {
    top: 0
}
.tp-left .tt-content {
    right: 0
}
.tp-right .tt-content {
    left: 0
}
.tp-top:hover .tt-content {
    bottom: 100%;
    margin-bottom: 10px;
    border-bottom-width: 3px
}
.tp-bottom:hover .tt-content {
    top: 100%;
    margin-top: 15px;
    border-top-width: 3px
}
.tp-left:hover .tt-content {
    right: 100%;
    margin-right: 10px;
    border-right-width: 3px
}
.tp-right:hover .tt-content {
    left: 100%;
    margin-left: 10px;
    border-left-width: 3px
}
.tp-bottom.ta-left .tt-content,
.tp-top.ta-left .tt-content {
    left: 0
}
.tp-bottom.ta-right .tt-content,
.tp-top.ta-right .tt-content {
    right: 0
}
.tp-bottom.ta-center .tt-content,
.tp-top.ta-center .tt-content {
    left: 50%
}
.tp-left.ta-top .tt-content,
.tp-right.ta-top .tt-content {
    top: -11px
}
.tp-left.ta-bottom .tt-content,
.tp-right.ta-bottom .tt-content {
    bottom: -11px
}
.tp-left.ta-center .tt-content,
.tp-right.ta-center .tt-content {
    top: 50%
}
.tooltip .tt-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent
}
.tooltip:hover .tt-content:after {
    display: block;
    border-width: 4px
}
.tp-top .tt-content:after {
    bottom: -11px;
    border-top-color: #999
}
.tp-bottom .tt-content:after {
    top: -11px;
    border-bottom-color: #999
}
.tp-left .tt-content:after {
    right: -11px;
    border-left-color: #999
}
.tp-right .tt-content:after {
    left: -11px;
    border-right-color: #999
}
.tp-bottom.ta-left .tt-content:after,
.tp-top.ta-left .tt-content:after {
    left: 13px
}
.tp-bottom.ta-right .tt-content:after,
.tp-top.ta-right .tt-content:after {
    right: 13px
}
.tp-bottom.ta-center .tt-content:after,
.tp-top.ta-center .tt-content:after {
    left: 50%;
    margin-left: -4px
}
.tp-left.ta-top .tt-content:after,
.tp-right.ta-top .tt-content:after {
    top: 15px
}
.tp-left.ta-bottom .tt-content:after,
.tp-right.ta-bottom .tt-content:after {
    bottom: 15px
}
.tp-left.ta-center .tt-content:after,
.tp-right.ta-center .tt-content:after {
    top: 50%;
    margin-top: -4px
}
.tt-content>.player {
    min-width: 150px
}
.dark .tooltip .tt-content {
    background-color: #333;
    border-color:#181818;
    color: #eee
}
.dark .tp-top .tt-content {
    border-width: 0 0 3px
}
.dark .tp-bottom .tt-content {
    border-width: 3px 0 0
}
.dark .tp-left .tt-content {
    border-width: 0 3px 0 0
}
.dark .tp-right .tt-content {
    border-width: 0 0 0 3px
}
.dark .tp-top .tt-content:after {
    border-top-color:#181818
}
.dark .tp-bottom .tt-content:after {
    border-bottom-color:#181818
}
.dark .tp-left .tt-content:after {
    border-left-color:#181818
}
.dark .tp-right .tt-content:after {
    border-right-color:#181818
}
.bg-light .tt-content {
    border-color: #666
}
.bg-light .tp-top .tt-content {
    border-width: 0 0 3px
}
.bg-light .tp-bottom .tt-content {
    border-width: 3px 0 0
}
.bg-light .tp-left .tt-content {
    border-width: 0 3px 0 0
}
.bg-light .tp-right .tt-content {
    border-width: 0 0 0 3px
}
.bg-light .tp-top .tt-content:after {
    border-top-color: #666
}
.bg-light .tp-bottom .tt-content:after {
    border-bottom-color: #666
}
.bg-light .tp-left .tt-content:after {
    border-left-color: #666
}
.bg-light .tp-right .tt-content:after {
    border-right-color: #666
}
.bg-dark a.tooltip,
.bg-dark p.tooltip,
.bg-dark span.tooltip {
    border-bottom-color: #fff;
    border-bottom-color: hsla(0, 0%, 100%, .5)
}
.bg-dark .tt-content {
    background-color: #444;
    border-color: #444;
    color: #fff
}
.bg-dark .tp-top .tt-content:after {
    border-top-color: #444
}
.bg-dark .tp-bottom .tt-content:after {
    border-bottom-color: #444
}
.bg-dark .tp-left .tt-content:after {
    border-left-color: #444
}
.bg-dark .tp-right .tt-content:after {
    border-right-color: #444
}
.tt-highlight .tt-content {
    border-color: #872120!important
}
.tt-highlight.tp-top .tt-content:after {
    border-top-color: #872120
}
.tt-highlight.tp-bottom .tt-content:after {
    border-bottom-color: #872120
}
.tt-highlight.tp-left .tt-content:after {
    border-left-color: #872120
}
.tt-highlight.tp-right .tt-content:after {
    border-right-color: #872120
}
.alert {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 20px 20px 72px;
    background-color: #d9f9f9;
    color: #069;
    font-size: 14px;
    line-height: 21px
}
.alert * {
    color: #069!important
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .2)
}
.alert h1,
.alert h2 {
    margin-bottom: 10px
}
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    margin-bottom: 5px
}
.alert:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 25px;
    background-image: url(../imgs/icons/alert_icons.png);
    background-repeat: no-repeat;
    background-position: -32px -32px
}
.alert.no-icon {
    padding-left: 20px
}
.alert.no-icon:after {
    display: none
}
.alert>.close {
    position: absolute;
    display: block;
    width: 30px;
    right: 0;
    top: 0;
    padding: 14px 0;
    margin: 0;
    border: none;
    background-color: transparent;
    opacity: .1;
    filter: Alpha(opacity=10);
    text-indent: -9999px;
    cursor: pointer
}
.alert>.close>.cite {
    display: block;
    width: 10px;
    height: 2px;
    margin-left: 10px;
    background-color: #333
}
.alert>.close:focus,
.alert>.close:hover {
    opacity: .75;
    filter: Alpha(opacity=75)
}
.alert>.close:active {
    opacity: 1
}
.alert.warning:after {
    background-position: 0 0
}
.alert.warning * {
    color: #a80!important
}
.alert.error:after {
    background-position: -32px 0
}
.alert.error * {
    color: #c00!important
}
.alert.success:after {
    background-position: 0 -32px
}
.alert.success * {
    color: #248800!important
}
.alert-block {
    visibility: hidden;
    background-color: #d9f9f9
}
.alert-block .alert {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px
}
.alert-block .alert:after {
    top: 30px
}
.alert-block .alert>.close {
    width: 38px;
    padding-top: 18px;
    padding-bottom: 18px
}
.alert-block .alert>.close>.cite {
    width: 12px;
    margin-left: 13px
}
.alert-block.ready {
    visibility: visible
}
@media only screen and (max-width: 767px) {
    .alert {
        padding-left: 62px;
        padding-right: 15px
    }
    .alert:after {
        left: 15px
    }
}
.alert.fx-zoomin {
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0
}
table {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
table caption,
table td,
table th {
    padding: 9px 0 9px 15px;
    text-align: left
}
table caption * {
    margin-bottom: 0
}
table th {
    border-bottom: 1px solid #999;
    color: #999;
    vertical-align: bottom;
    text-align: left;
    font-weight: 400
}
table td {
    border-top: 1px dotted #ddd
}
table tr:first-child td {
    border-top: none
}
table.striped tbody>tr:nth-child(odd)>td {
    background-color: #f5f5f5
}
table.hover tbody>tr:hover>td {
    background-color: #eee
}
table.box {
    border: 1px solid #e5e5e5
}
table.highlight {
    border: 1px solid #872120
}
table.highlight>thead th {
    background-color: #872120;
    border-bottom-color: #872120;
    color: #fff
}
table.box caption,
table.highlight caption {
    position: relative
}
table.box caption:before,
table.highlight caption:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 12px;
    left: 0;
    top: 15px;
    background-color: #ccc
}
table.condensed>tbody td {
    padding-top: 4px;
    padding-bottom: 4px
}
.dark table {
    border-top-color: #666;
    border-top-color: hsla(0, 0%, 100%, .2)
}
.dark table tr {
    border-bottom-color: #666;
    border-bottom-color: hsla(0, 0%, 100%, .2)
}
#backtop {
    position: fixed;
    display: block;
    bottom: 60px;
    width: 38px;
    height: 38px;
    background-color: #ccc;
    color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    line-height: 38px;
    text-align: center;
    text-indent: -9999px;
    border: none
}
#backtop:focus,
#backtop:hover {
    background-color: #872120;
    opacity: 1;
    filter: alpha(opacity=100)
}
#backtop>.first {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-bottom-color:#181818;
    border-top: none
}
#backtop>.last {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    background-color:#181818
}
#backtop:focus>.first,
#backtop:hover>.first {
    border-bottom-color: #fff
}
#backtop:focus>.last,
#backtop:hover>.last {
    background-color: #fff
}
.csstransitions #backtop {
    right: 0;
    -webkit-transition: -webkit-transform .25s;
    -moz-transition: -moz-transform .25s;
    transition: transform .25s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%)
}
.csstransitions #backtop.actived {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}
.no-csstransitions #backtop {
    right: -38px
}
.no-csstransitions #backtop.actived {
    right: 0
}
.dark #backtop {
    opacity: .15;
    filter: alpha(opacity=15)
}
.dark #backtop:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.autohide {
    display: none
}
.autohide.actived {
    display: block
}
.view-outer {
    position: relative;
    height: 37px
}
.view-inner {
    position: absolute;
    left: 50%;
    width: 35px;
    height: 35px
}
.viewmore {
    position: absolute;
    display: block;
    left: -50%;
    width: 100%;
    height: 100%;
    background: url(../imgs/viewmore.png) 0 0 no-repeat #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-indent: -9999px
}
.viewmore:hover {
    background-position: 0 -37px;
    border-color: #666
}
.viewmore.actived {
    background-position: 0 -74px
}
.viewmore.actived:hover {
    background-position: 0 -111px;
    border-color: #666
}

.pagi,
.pagi li {
    float: left;
    margin-bottom: 0
}
.pagi li a {
    display: block;
    margin-right: 1px;
    padding: 10px 15px
}
.pagi.mini li a {
    padding: 3px 8px
}
.pagi.tiny li a {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    padding: 0;
    text-indent: -9999px;
    line-height: 0
}
.pagi li a {
    color: #ccc;
    border: 1px solid transparent
}
.pagi li:hover a {
    border-color: #666;
    color: #333
}
.pagi li.selected a {
    color: #872120
}
.pagi.tiny li a {
    background-color: #ccc;
    border-width: 0
}
.hsla .pagi.tiny li a {
    background-color: hsla(0, 0%, 0%, .2)
}
.pagi.tiny li.selected a,
.pagi.tiny li:hover a {
    background-color: #872120
}
.dark .pagi li a {
    color: #666
}
.dark .pagi li:hover a {
    border-color: #666;
    color: #fff
}
.dark .pagi li.selected a {
    color: #872120
}
.bg-light .pagi li a {
    color: #999
}
.bg-light .pagi li:hover a {
    border-color: #666;
    color: #333
}
.bg-light .pagi li.selected a {
    color: #666;
    font-weight: 700
}
.bg-dark .pagi li a {
    color: #fff
}
.hsla .bg-dark .pagi li a {
    color: hsla(0, 0%, 100%, .8)
}
.bg-dark .pagi li:hover a {
    border-color: #fff;
    color: #fff
}
.bg-dark .pagi li.selected a {
    color: #fff;
    font-weight: 700
}
.thumbnail img {
    display: block
}
.show-less>article,
.show-less>li {
    margin-bottom: 20px
}
.slider show-less li {
    margin-bottom: 0
}
.show-full article,
ul.show-full>li {
    margin-bottom: 50px;
    border-bottom: 1px dotted #ddd
}
.show-full article:hover,
ul.show-full>li:hover {
    border-color: #872120
}
.ie7 .show-full {
    z-index: 1
}
.show-full .thumbnail {
    display: block;
    position: relative
}
.show-full .thumbnail img {
    width: 100%;
    height: auto
}
.show-full .thumbnail .linkto,
.show-full .thumbnail .zoom {
    margin-bottom: 0
}
.no-hsla .show-full .thumbnail:hover img {
    filter: alpha(opacity=25)
}
.show-full .meta {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}
.show-full .meta>.title {
    margin-bottom: 0;
    color: #666;
    line-height: .9em
}
.show-full .meta:hover>.title {
    color: #872120
}
.show-full .meta>.tags {
    color: #ccc;
    font-size: .85em;
    line-height: .85em
}
.show-list {
    border-top: 1px dotted #ccc
}
.show-list>li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc
}
.show-list img {
    float: left;
    margin: 0 10px 10px 0
}
.show-list .author {
    float: right;
    margin-top: -10px;
    color: #999;
    font-size: .85em;
    font-weight: 700
}
.show-fit {
    overflow: hidden;
    visibility: hidden
}
.show-fit .thumbnail,
.show-fit>article {
    float: left
}
.show-fit .thumbnail img {
    margin-bottom: 0
}
.show-fit.ready {
    visibility: visible
}
.show-fit.ready thumbnail>img {
    width: 100%;
    height: auto
}
.show-expand>article>.expand,
.show-fit .meta {
    display: none
}
.expand {
    position: absolute;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 0;
    border-top: 4px solid #872120;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.expand.ready {
    opacity: 1
}
.expand img {
    width: 100%;
    height: auto
}
.show-expand .thumbnail img {
    margin-bottom: 0
}
.expand-close {
    position: absolute;
    display: block;
    width: 48px;
    padding: 23px 0;
    right: 0;
    top: -50px;
    border: none
}
.expand-close .cite {
    display: block;
    width: 12px;
    height: 2px;
    margin-left: 18px;
    background-color: #666
}
.expand-close:hover {
    background-color: #333
}
.expand-close:hover .cite {
    background-color: #fff
}
.ie7 .portfolio .show-expand {
    z-index: 1
}
.wrapper.header {
    padding-top: 20px;
    padding-bottom: 0
}
.logo {
    display: inline-block;
/*    padding-bottom: 20px; */
    line-height: 1em
}
.logo>* {
    margin-bottom: 0
}
.logo img {
    display: block
}
.logo-left .logo {
    float: left
}
.logo-right .logo {
    float: right
}
.logo-center {
    text-align: center
}
.logo-center .logo {
    display: inline-block
}
.header.logo-center.logo-v3 .logo {
    position: absolute;
    margin: 0;
    z-index: 9
}
.logo.m-alter img,
.logo.m-scale img {
    display: none
}
.logo.m-alter img:first-child,
.logo.m-scale img:first-child {
    display: block
}
@media only screen and (max-width: 767px) {
   
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  
}
@media only screen and (max-width: 767px) {
   
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
}
@media only screen and (max-width: 767px) {
    .layout-box .header.helper {
        width: 320px;
        margin-left: -160px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .layout-box .header.helper {
        width: 480px;
        margin-left: -240px
    }
}
@media only screen and (max-width: 767px) {
    
}


@-webkit-keyframes menubounce {
}
@media only screen and (min-width: 768px) {
}

.bc-nav {
    margin-top: 5px;
    margin-bottom: 0
}
.bc-nav li {
    float: left;
    margin-bottom: 0
}
.bc-nav a {
    position: relative;
    padding-left: 13px;
    padding-right: 10px;
    color: #ccc;
    font-size: .85em
}
.bc-nav a:hover {
    color: #872120
}
.bc-nav a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    left: 0;
    border: 4px solid transparent;
    border-left-color: #ccc
}
.bc-nav a:hover:before {
    border-left-color: #872120
}
.bc-nav li.i-home {
    font-size: 1em
}
.bc-nav li.i-home a {
    display: inline-block;
    opacity: .2;
    text-indent: -9999px
}
.bc-nav li.i-home {
    color: #ccc;
    margin-right: 0
}
.bc-nav li.i-home:hover {
    color: #872120
}
.bc-nav li:first-child a {
    padding-left: 0
}
.bc-nav li:first-child a:before {
    display: none
}
.ie7 .bc-nav li a {
    padding-left: 5px
}
.dark .page-title {
    border-bottom-color: #666
}
.dark .bc-nav a,
.dark .bc-nav li.i-home {
    color: #999
}
.dark .bc-nav a:hover,
.dark .bc-nav li.i-home:hover {
    color: #872120
}
.dark .bc-nav a:before {
    border-left-color: #999
}
.dark .bc-nav a:hover:before {
    border-left-color: #872120
}
.bg-light .page-title {
    border-bottom-color: #999
}
.bg-light .page-title>* {
    color: #666
}
.bg-light .bc-nav a,
.bg-light .bc-nav li.i-home {
    color: #333;
    opacity: .5
}
.bg-light .bc-nav a:before {
    border-left-color: #333
}
.bg-light .bc-nav a:hover,
.bg-light .bc-nav li.i-home:hover {
    opacity: 1
}
.ie7 .bg-light .bc-nav li.i-home {
    color: #666
}
.bg-dark .bc-nav a,
.bg-dark .bc-nav li.i-home {
    color: #fff;
    opacity: .5
}
.bg-dark .bc-nav a:before {
    border-left-color: #fff
}
.bg-dark .bc-nav a:hover,
.bg-dark .bc-nav li.i-home:hover {
    opacity: 1
}
.ie7 .bg-dark .bc-nav li.i-home {
    color: #fff
}
.ie7 .portfolio * {
    z-index: 2
}
.portfolio .filter {
    position: absolute;
    right: 0;
    top: -158px;
    z-index: 3
}


@media only screen and (max-width: 767px) {
    .show-less>.columns {
        margin-bottom: 10px
    }
    .show-full>.columns {
        margin-bottom: 30px
    }
    .team .column {
        margin-left: 5px;
        margin-right: 5px
    }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .show-full .span4 {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%
    }
    .team .item.four.columns,
    .team .item.one-third.columns {
        width: 220px
    }
}
@media only screen and (max-width: 480px) {
    .portfolio article.four.columns {
        width: 140px
    }
    .blog.classic .item .time {
        display: none
    }
    .blog.classic .item .item-content {
        margin-left: 0
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .title-head>h1 {
        font-size: 28px!important;
        line-height: 1.2em
    }
}
@media only screen and (min-width: 1px) and (max-width: 479px) {
    .title-head>h1 {
        font-size: 21px!important;
        font-weight: 200
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  
}
.view-no-pa>.ct-viewport {
    padding-left: 0!important;
    padding-right: 0!important
}
.dummy-img {
    height: 150px;
    background: #666 url(../../templates/imgs/tabs/icon.img.png) no-repeat center center
}
.dummy-group>.dummy-img {
    zoom: 1;
    display: inline-block;
    width: 22%;
    height: 120px;
    margin-right: 2%
}
.dummy-group>.dummny-img-end {
    margin-right: 0
}
.dummy-img1 {
    background-color: #666
}
.dummy-img2 {
    background-color: #fa0
}
.dummy-img3 {
    background-color: #e602c9
}
.dummy-img4 {
    background-color: #872120
}
.dummy-img5 {
    background-color: #63ad00
}
.dummy-img6 {
    background-color: #fa0;
    height: 100px
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
    .row-mobile {
        margin-left: -5%
    }
    .row-mobile [class*=span] {
        width: 45%;
        margin-left: 5%
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row-mobile {
        margin-left: -4%
    }
    .row-mobile [class*=span] {
        width: 29%;
        margin-left: 4%
    }
}