body{
    padding-top: 51px;
    overflow-x: hidden;
    overflow-y: auto;
}
.secondary-font {
    font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
}

.pix-full-width {
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}


/* Typography */
h1 {
    /*font-size: 48px;*/
    line-height: 77px;
}

h2 {
    font-size: 36px;
    line-height: 58px;
}

h3 {
    /*font-size: 28px;
    line-height: 45px;*/
}

h4 {
    font-size: 24px;
    line-height: 38px;
}

h5 {
    font-size: 20px;
    line-height: 32px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.pix-inline-block {
    display: inline-block;
}

.big-text-60 {
    font-size: 60px;
    line-height: 86px;
}

.big-text-24 {
    font-size: 24px;
    line-height: 38px;
}

.big-text-20 {
    font-size: 20px;
    line-height: 32px;
}

.big-text {
    font-size: 16px;
    line-height: 26px;
}

.small-text {
    font-size: 14px;
}

.extra-small-text {
    font-size: 12px;
}

.pix-sm-lineheight {
    line-height: 58px;
}

.pix-xm-lineheight {
    line-height: 56px;
}

.pix-lineheight-24 {
    line-height: 24px;
}

.pix-lineheight-32 {
    line-height: 32px;
}

.pix-lineheight-36 {
    line-height: 36px !important;
}

.small-icon-25 {
    font-size: 25px;
    line-height: 25px
}

.small-icon-30 {
    font-size: 32px;
    line-height: 32px
}

.small-icon-36 {
    font-size: 36px;
    line-height: 36px
}

.small-icon-40 {
    font-size: 40px;
    line-height: 40px
}

.big-icon-50 {
    font-size: 50px;
    line-height: 50px;
}

.big-icon-55 {
    font-size: 55px;
}

.big-icon-65 {
    font-size: 65px;
    line-height: 65px;
}

.big-icon-60 {
    font-size: 60px;
    line-height: 60px;
}

.big-icon {
    font-size: 70px;
}

.big-icon-80 {
    font-size: 80px;
    line-height: 80px;
}

.big-icon-90 {
    font-size: 90px;
    line-height: 90px;
}

.big-icon-100 {
    font-size: 100px;
    line-height: 100px;
}

.big-icon-120 {
    font-size: 120px;
    line-height: 120px;
}

.big-icon-140 {
    font-size: 140px;
    line-height: 140px;
}

.pix-bold {
    font-weight: 700;
}

.pix-icon-big {
    font-size: 40px;
}

.big-line-height {
    line-height: 50px;
}

.pix-max-width-120 {
    max-width: 120px;
}

.pix-max-width-220 {
    max-width: 120px;
}

.pix-xxs-width-text {
    max-width: 270px;
    display: inline-block;
}

.pix-xs-width-text {
    max-width: 520px;
    display: inline-block;
}

.pix-small2-width-text {
    max-width: 580px;
    display: inline-block;
}

.pix-small-width-text {
    max-width: 700px;
    display: inline-block;
}

.pix-md-width-text {
    max-width: 750px;
    display: inline-block;
}

.pix-fixed-width {
    max-width: 100%;
    width: 700px;
}

.pix-fixed-width-580 {
    max-width: 100%;
    width: 580px;
}

.pix-fixed-width-480 {
    max-width: 100%;
    width: 480px;
}

.pix-fixed-width-380 {
    max-width: 100%;
    width: 380px;
}

/**************index**************/
.icon-bg{
    color: #2c3e50;
}

.blue-bg {
    background: #59a3fc;
}

.btn .pix-white:hover {
    color: #fff;
}

.pix-white {
    color: #fff;
}

.pix-right-border{
    border-right:1px solid #f5f5f5;
}


.index-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    line-height: 22px;
}


/* Padding */
.pix-padding {
    padding: 60px 0;
}

.pix-padding-20 {
    padding: 20px;
}

.pix-padding-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pix-padding-v-9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.pix-padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pix-padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pix-padding-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pix-padding-v-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pix-padding-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pix-padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pix-padding-v-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pix-padding-v-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pix-padding-v-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.pix-padding-v-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pix-padding-v-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pix-padding-v-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pix-padding-v-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pix-padding-v-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.pix-padding-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pix-padding-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pix-padding-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pix-padding-h-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pix-padding-h-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pix-padding-top-10 {
    padding-top: 10px;
}

.pix-padding-top-15 {
    padding-top: 15px;
}

.pix-padding-top-20 {
    padding-top: 20px;
}

.pix-padding-top-30 {
    padding-top: 30px;
}

.pix-padding-top-40 {
    padding-top: 40px;
}

.pix-padding-top-50 {
    padding-top: 50px;
}

.pix-padding-top-60 {
    padding-top: 60px;
}

.pix-padding-top-80 {
    padding-top: 80px;
}

.pix-padding-top-100 {
    padding-top: 100px;
}

.pix-padding-top-120 {
    padding-top: 120px;
}

.pix-padding-top-150 {
    padding-top: 150px;
}

.pix-padding-bottom-10 {
    padding-bottom: 10px;
}

.pix-padding-bottom-15 {
    padding-bottom: 15px;
}

.pix-padding-bottom-20 {
    padding-bottom: 20px;
}

.pix-padding-bottom-25 {
    padding-bottom: 25px;
}

.pix-padding-bottom-30 {
    padding-bottom: 30px;
}

.pix-padding-bottom-40 {
    padding-bottom: 40px;
}

.pix-padding-bottom-60 {
    padding-bottom: 60px;
}

.pix-padding-bottom-80 {
    padding-bottom: 80px;
}

.pix-padding-right-20 {
    padding-right: 20px;
}

.pix-padding-left-10 {
    padding-left: 10px;
}

.pix-padding-left-5 {
    padding-left: 5px;
}

.pix-no-h-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.pix-no-padding {
    padding: 0px;
}

/* Margin */
.pix-margin-v-10 {
    margin: 10px 0;
}

.pix-margin-v-20 {
    margin: 20px 0;
}

.pix-margin-v-30 {
    margin: 30px 0;
}

.pix-margin-v-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pix-margin-v-50 {
    margin: 50px 0;
}

.pix-margin-v-80 {
    margin: 80px 0;
}

.pix-margin-v-90 {
    margin: 90px 0;
}

.pix-margin-v-100 {
    margin: 100px 0;
}

.pix-margin-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.pix-margin-h-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.pix-margin-h-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.pix-margin-top-5 {
    margin-top: 5px;
}

.pix-margin-top-10 {
    margin-top: 10px;
}

.pix-margin-top-20 {
    margin-top: 20px;
}

.pix-margin-top-30 {
    margin-top: 30px;
}

.pix-margin-top-40 {
    margin-top: 40px;
}

.pix-margin-top-50 {
    margin-top: 50px;
}

.pix-margin-top-60 {
    margin-top: 60px;
}

.pix-margin-top-80 {
    margin-top: 80px;
}

.pix-margin-top-100 {
    margin-top: 100px;
}

.pix-margin-bottom-10 {
    margin-bottom: 10px;
}

.pix-margin-bottom-15 {
    margin-bottom: 15px;
}

.pix-margin-bottom-20 {
    margin-bottom: 20px;
}

.pix-margin-bottom-22 {
    margin-bottom: 22px;
}

.pix-margin-bottom-30 {
    margin-bottom: 30px;
}

.pix-margin-bottom-50 {
    margin-bottom: 50px;
}

.pix-margin-right-5 {
    margin-right: 5px;
}

.pix-margin-right-10 {
    margin-right: 10px;
}

.pix-margin-right-20 {
    margin-right: 20px;
}

.pix-no-margin {
    margin: 0px;
}

.pix-no-margin-top {
    margin-top: 0px;
}

.pix-no-margin-bottom {
    margin-bottom: 0px;
}

.pix-no-h-margin {
    margin-left: 0px;
    margin-right: 0px;
}

/* Negative margin */
.pix-margin-fix-top {
    position: relative;
    top: -3px;
}

/*  shadow  */
.pix-shadow-20 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
}

/* Shapes */
.pix-cirlce {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
}

.pix-circle-img {
    border-radius: 100%;
}

.pix-cirlce-2 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    border: 2px solid #ddd;
    min-width: 90px;
    text-align: center;
}

.pix-cirlce-3 {
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    position: relative;
    border: 2px solid #74FF00;
    min-width: 40px;
    text-align: center;
}

.pix-cirlce-3 i {
    position: relative;
    top: 2px;
}

.pix-cirlce-4 {
    border-radius: 100%;
    padding: 40px;
    display: inline-block;
    position: relative;
    border: 3px solid #eee;
    min-width: 40px;
    text-align: center;
    line-height: 0px;
    max-width: 100% !important;
    height: auto;
    min-height: 180px;
    min-width: 180px;
}

.pix-cirlce-4 i {
    position: relative;
    top: 8px;
}

.pix-cirlce-5 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    min-width: 100px;
    text-align: center;
    line-height: 0;
    min-width: 100px;
    min-height: 100px;
}

.pix-cirlce-5 i {
    position: relative;
    top: 4px;
}

.pix-cirlce-6 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 0;
    min-width: 150px;
    min-height: 150px;
}

.pix-cirlce-6 i {
    position: relative;
    top: 20px;
}

.pix-cirlce-6 h1 {
    position: relative;
    top: -5px;
}

.pix-cirlce-7 {
    border-radius: 100%;
    padding: 20px;
    border: 2px solid #eee;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 0;
    min-width: 120px;
    min-height: 120px;
}

.pix-cirlce-7 i {
    position: relative;
    top: 5px;
}

.pix-round-shape {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

.pix-round-shape img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: block;
}

.pix-round-shape-200 {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-200 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-180 {
    position: relative;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-180 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-150 {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-150 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-140 {
    position: relative;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-140 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-120 {
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-120 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-80 {
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-80 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-shape-60 {
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
}

.pix-round-shape-60 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pix-round-3 {
    border-radius: 50%;
    width: 50px;
    position: absolute;
    display: block;
}

.pix-cover-shape-300 {
    position: relative;
    width: 100%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.pix-cover-shape-220 {
    position: relative;
    width: 100%;
    height: 220px;
    display: inline-block;
    overflow: hidden;
}

.pix-cover-shape-180 {
    position: relative;
    width: 100%;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.pix-cover-shape-180.no-radius {
    border-radius: 0px;
}

.pix-cover-shape-150 {
    position: relative;
    width: 100%;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.pix-cover-shape-300 img, .pix-cover-shape-180 img, .pix-cover-shape-150 img {
    position: absolute;
    display: block;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.pix-cover-shape-220 img {
    position: absolute;
    display: block;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 100%;
}

.pix-media-img-220 img {
    max-width: 220px;
    position: relative;
}

.pix-media-shape-220 {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.pix-media-shape-220 img {
    height: auto;
    border-radius: 3px;
    max-width: 220px;
    width: auto;
}

.pix-shadow-down {
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.pix-bar {
    height: 5px;
    width: 80px;
    display: inline-block;
    position: relative;
}

/* Buttons */
/*.btn {
    border-radius: 3px;
    padding: 3px;
    border: 0px;
}*/

.btn-show {
    border-radius: 3px;
    padding: 8px 18px;
    border: 0px;
}




.btn.btn-xl {
    padding: 18px 44px;
    font-size: 16px;
}

.btn.pix-line.btn-xl {
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn.btn-lg {
    padding: 14px 30px;
}

.dark-red-bg {
    background: #ff7243;
}

.btn.btn-md {
    padding: 12px 26px;
}

.btn.btn-sm {
    padding: 6px 14px;
}

.btn.btn-xs {
    padding: 2px 10px;
}

.btn:not(.pix-line):not(.btn-flat):not(.btn-link):hover {
    box-shadow: 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}

.btn.btn-flat:hover {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.3) inset, 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}


.btn.pix-white:hover {
    color: #fff;
}

.btn.pix-line {
    border: 3px solid;
}

.btn-round-lg, form.form-round-lg .form-control {
    border-radius: 30px;
}

.btn-round-xl {
    border-radius: 40px;
}

.btn-flat {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn.wide {
    padding-left: 34px;
    padding-right: 34px;
}

.btn-lg.wide {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-md.wide {
    padding-left: 46px;
    padding-right: 46px;
}

.btn-xl.wide {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-xl.wide-2 {
    padding-left: 70px;
    padding-right: 70px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.02);
}

.pix-margin-links .btn.btn-link {
    margin-bottom: 10px;
}

.pix-circle-btn {
    background: rgba(0, 0, 0, 0.12);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.pix-circle-btn:hover, .pix-circle-btn:focus {
    text-decoration: none;
}

.pix-circle-btn-2 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 15px;
    border-radius: 50%;
    min-width: 60px;
    border: 5px solid #fff;
    text-align: center;
}

.pix-circle-btn-2 i {
    position: relative;
    top: 2px;
    left: 2px;
}

.pix-circle-btn-2:hover, .pix-circle-btn-2:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.01);
}

.pix-circle-btn-3 {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.pix-circle-btn-3:hover, .pix-circle-btn-3:focus {
    text-decoration: none;
}

.pix-circle-btn-4 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.pix-circle-btn-4:hover, .pix-circle-btn:focus {
    text-decoration: none;
}

.pix-link-icon {
    position: relative;
    display: inline-block;
}

.small-social i {
    font-size: 26px;
    line-height: 26px;
    margin: 0 5px;
}

.medium-social i {
    font-size: 36px;
    line-height: 36px;
    margin: 0 10px;
}

.pix-link-icon:hover, .pix-link-icon:focus, .small-social:hover, .small-social:focus, .medium-social:hover, .medium-social:focus {
    text-decoration: none;
    opacity: 0.7;
}

/*  featured boxes    */

.pix_feature_std {
    border-radius: 3px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: thick solid #00c853;
    border-width: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

/*  top border colors   */

.pix_blue_border {
    border-top: thick solid #1274e7;
    border-width: 3px;
}

.pix_green_neon_border {
    border-top: thick solid #00ffa8;
    border-width: 3px;
}

.pix_red_border {
    border-top: thick solid #f44336;
    border-width: 3px;
}

.pix_dark_grey_border {
    border-top: thick solid #333;
    border-width: 3px;
}

.pix_gray_border {
    border-top: thick solid #777;
    border-width: 3px;
}

.pix_light_grey_border {
    border-top: thick solid #e4e4e4;
    border-width: 3px;
}

.pix_orange_border {
    border-top: thick solid #ff9800;
    border-width: 3px;
}

.pix_yellow_border {
    border-top: thick solid #ffeb3b;
    border-width: 3px;
}

.pix_light_grey_border {
    border-top: thick solid #ccc;
    border-width: 3px;
}

/* Arrow Animation */
@-webkit-keyframes new_icon {
    0% {
        top: 0px;
    }
    100% {
        top: 15px;
    }
}

@-moz-keyframes new_icon {
    0% {
        top: 0px;
    }
    100% {
        top: 15px;
    }
}

.pix-moving-btn {
    position: relative;
    animation: new_icon 1s linear 0s infinite alternate;
    -webkit-animation: new_icon 2s linear 0s infinite alternate;
}

/* Boxes */
.pix-border-box {
    border: 2px solid #eee;
    border-radius: 10px;
}

.pix-border-box-3 {
    border: 2px solid #eee;
    border-radius: 3px;
}

.pix-border-box-3-light-blue {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.pix-border-box-d {
    border: 3px solid #ddd;
    border-radius: 3px;
}

.pix-border-box-10 {
    border: 2px solid #eee;
    border-radius: 10px;
}

.pix-radius-3 {
    border-radius: 3px;
    overflow: hidden;
}

.pix-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.pix-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.pix-radius-15 {
    border-radius: 15px;
    overflow: hidden;
}

/* Form */
.pix-form-style input, .pix-form-style textarea {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 1005;
    -moz-box-sizing: border-box;
    padding: 14px 15px;
    height: 100%;
}

.pix-form-style .checkbox {
    margin-bottom: 20px;
}

.pix-form-style input:focus, .pix-form-style textarea:focus, .pix-form-style select:focus {
    outline: none;
    box-shadow: none;
}

.pix-form-style button[type="submit"] {
    margin-bottom: 20px;
}

.pix-form-style select {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 14px;
}

form.pix-form-white-bg .form-control {
    background: #fff;
}

form.pix-form-light-white-bg-2 .form-control {
    background: #eee;
}

form.pix-form-light-white-bg .form-control {
    background: #ddd;
}

form.pix-form-gray-bg .form-control {
    background: #f4f4f4;
}

form.pix-form-light-blue-bg .form-control {
    background: #f2f6fa;
}

form textarea {
    max-width: 100%;
}

.pixfort-form .alert {
    font-weight: bold;
}

/* float */
.pix-float-left {
    float: left;
}

.pix-float-right {
    float: right;
}

.pix-float-none {
    float: none;
}

/* Backgrounds */
.pix-cover-bg {
    background-size: cover;
    background-position: center;
}


/* Misc */
.inner_section {
    width: 100%;
}

.inner_section * {
    max-width: 100%;
}

.inner_section .container {
    padding: 0px;
}

.pix-icon-area {
    min-width: 90px;
}

.pix-icon-area-64 {
    max-width: 64px;
    height: auto;
}

.pix-icon-area-100 {
    max-width: 100px;
    height: auto;
}

.pix-icon-area-128 {
    max-width: 128px;
    height: auto;
}

.pix-relative {
    position: relative;
}





.feature_align {
    padding-left: 3px;
    position: relative;
    top: 4px;
}


.media-box-area {
    display: table-cell;
}

.media-box-area .pix-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-1 .media-box-area, .col-md-2 .media-box-area, .col-md-3 .media-box-area, .col-md-4 .media-box-area {
    width: 100%;
    display: table-row;
    text-align: center;
}

.col-md-1 .media-box-area .pix-inner,
.col-md-2 .media-box-area .pix-inner, .col-md-3 .media-box-area .pix-inner,
.col-md-4 .media-box-area .pix-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .media-box-area {
        width: 100%;
        display: table-row;
        text-align: center;
    }

    .media-box-area .pix-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .media-sm-center {
        display: table;
        width: 100%;
    }

    .pix-sm-text-center {
        text-align: center;
    }
}

.big-icon-link i {
    font-size: 64px;
    margin: 10px 30px;
    line-height: 64px;
    display: inline-block;
}

.big-icon-link:hover, .big-icon-link:focus {
    text-decoration: none;
    opacity: 0.7;
}





.pix-startup-intro {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85));
    background-size: cover;
    background-position: center;
}
.pix-slight-white {
    color: #bbb;
}
.pix-t-gray-bg {
    background: rgba(0, 0, 0, 0.08);
}




/* app */
.pix-app-1 {
    background-image: url('../images/app/pattern-bg.png');
    background-color: #59A3FC;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* event */
.pix-event-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/event/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* company */
.pix-company-1 {
    background-image: url('../images/company/intro-company-pattern.png');
    background-color: #363f48;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.pix-company-2 {
    background-image: url('../images/company/intro-company-pattern.png');
    background-color: #00c853;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

/* deal */
.pix-deal-1 {
    background-image: url('../images/deal/intro-pattern.png');
    background-color: #f7941d;
    background-size: auto;
    background-attachment: scroll;
    background-position: center;
}

.pix-deal-2 {
    background-image: url('../images/deal/newsletter-pattern.png');
    background-color: #f4f4f4;
    background-size: auto;
    background-attachment: scroll;
    background-position: top;
    background-repeat: repeat-x;
}

/* hotel */
.pix-hotel-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/hotel/intro-bg-hotel.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.pix-hotel-2 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/hotel/box-bg.jpg');
    background-size: auto;
    background-attachment: scroll;
    background-position: center;
}

/* modern */
.pix-modern-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.15), rgba(54, 63, 72, 0.01)), url('../images/modern/intro-modern-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

/* studio */
.pix-studio-1 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-intro.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.pix-studio-2 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-form-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.pix-studio-3 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-testimonials-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

/* coming soon */
.pix-coming-soon-1 {
    background-image: linear-gradient(rgba(18, 116, 231, 0.70), rgba(18, 116, 231, 0.70)), url('../images/coming_soon/coming-soon-intro.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

/* popups */
.pix-popup-15 {
    background: transparent !important;
    box-shadow: none !important;
}

.pix-popup-15 .close {
    color: #efefef;
}

.pix-popup-16 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/popups/popup-16.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.pix-popup-17 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/popups/popup-17.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.pix-popup-18 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/popups/popup-18.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.pix_section .pix_section .row {
    margin: 0px;
}

/* Navbar */
.pix-navbar-default {
    background: transparent;
    border: 0px;
}

.pix-navbar-default .logo-img {
    margin-top: 0px;
    display: block;
    padding: 10px 0;
    height: 100%;
    width: auto;
}

.pix-navbar-default .logo-img img {
    display: inline-block;
    max-height: 100%;
    width: auto;
}

.pix-header-item {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    display: inline-block;
}

/* highlight */
.highlight-left,
.highlight-right {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.highlight-left {
    left: 0;
}

.highlight-right {
    right: 0;
}

.highlight-left > div,
.highlight-right > div {
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .highlight-left,
    .highlight-right {
        display: none;
    }

    .highlight-white-mobile {
        background: #fff;
    }

    .highlight-gray-mobile {
        background: #f4f4f4;
    }

    .highlight-mobile-image {
        display: inline-block;
        width: 100%;
        height: 500px;
        position: relative;
    }

    .highlight-section {
        background-size: cover;
        background-position: center;
    }
    .topic-content .topic-last-reply {
        display: none;
    }
    .navs-item{width: 50%;}
}

/* Accordions */
.pix_accordion .panel {
    border: 0px;
    line-height: 24px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}

.pix_accordion .panel-body {
    color: #888;
    border-top: 0px !important;
}

.pix_accordion .panel-heading {
    border-radius: 3px;
    padding: 10px 20px;
}

/* Slider */
.pix_accordion .panel-title {
    color: #888;
}

/* Header */
.pix-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.pix-over-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.pix-header-nav li a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pix-header-nav > li > a {
    font-weight: bold;
}

.pix_nav_menu .navbar-nav > li > a:hover,
.pix_nav_menu .navbar-nav > li.active,
.pix_nav_menu .navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.pix_scroll_menu .navbar-nav > li > a:hover,
.pix_scroll_menu .navbar-nav > li.active,
.pix_scroll_menu .navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.dropdown-menu {
    border-radius: 2px;
    /*border: 0px;*/
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

.dropdown-menu li a {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.fancybox-container {
    z-index: 99999 !important;
}

.pix_scroll_menu {
    z-index: 99998 !important;
}

.pix-header-nav .open a,
.pix-header-nav .hover_open a {

}

.dropdown-menu > li > a {
    font-weight: 400;
    color: #444;
    padding: 5px 15px;
    padding-bottom: 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #777;
    background: rgba(0, 0, 0, 0.05);
}

.pix-full-height {
    min-height: 100vh !important;
}

.pix_scroll_menu {
    position: fixed;
    width: 100%;
    top: -80px;
    visibility: hidden;
    z-index: 999999;
    background: #fff;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 3px 12px 0 rgba(0,0,0,0.08);*/
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.04);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img.scroll_logo_img {
    max-height: 30px !important;
    width: auto;
}

.navbar-toggle {
    border: 0px solid transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-collapse.in {
    border-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    /* Mobile Misc */
    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .nav-mobile-center a {
        text-align: center;
        padding-left: 0px !important;
    }

    .mobile-float-none {
        float: none;
    }

    .pix_nav_menu.pix-over-header {
        background: #444;
    }

    img.pix-logo-img {
        max-height: 28px !important;
        width: auto;
    }

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
    /* Misc */
    .pix-lg-inline-block {
        display: inline-block;
    }

    .pix-nav-first-left {
        padding-left: 0px !important;
    }

    .pix-nav-first-left > ul > li:first-child > a {
        padding-left: 0px
    }

    .pix-header-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px !important;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .pix-header-nav .open > .dropdown-menu,
    .pix-header-nav .hover_open > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0px !important;
        border-radius: 3px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /*.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{*/
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-toggle {
        margin-bottom: 2px;
    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

/* Slider */
.carousel-inner.item-450 > .item {
    max-height: 450px;
    min-width: 100%;
    height: auto;
}

.carousel-inner.item-600 > .item {
    max-height: 600px;
}

.pix-slider {
    border-radius: 3px;
    overflow: hidden;
}

.pix-slider .carousel-title {
    font-weight: bold;
}

.pix-slider .carousel-title, .pix-slider .carousel-text {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pix-slider .carousel-caption {
    vertical-align: middle;
    top: 20%;
    bottom: auto;
}

.pix-slider .item-600 .carousel-caption {
    vertical-align: middle;
    top: 25%;
    bottom: auto;
}

.col-md-1 .pix-slider .carousel-caption, .col-md-2 .pix-slider .carousel-caption,
.col-md-3 .pix-slider .carousel-caption, .col-md-4 .pix-slider .carousel-caption,
.col-md-5 .pix-slider .carousel-caption, .col-md-6 .pix-slider .carousel-caption {
    top: 0;
    padding-top: 0px;
}

.col-md-1 .pix-slider .carousel-title, .col-md-1 .pix-slider .carousel-text,
.col-md-2 .pix-slider .carousel-title, .col-md-2 .pix-slider .carousel-text,
.col-md-3 .pix-slider .carousel-title, .col-md-3 .pix-slider .carousel-text,
.col-md-4 .pix-slider .carousel-title, .col-md-4 .pix-slider .carousel-text,
.col-md-5 .pix-slider .carousel-title, .col-md-5 .pix-slider .carousel-text,
.col-md-6 .pix-slider .carousel-title, .col-md-6 .pix-slider .carousel-text {
    font-size: 18px;
    line-height: 20px;
}

.col-md-6 .pix-slider .carousel-caption {
    top: 0%;
}

.carousel-control {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Modals */
.pix-letter-popup {
    background-image: url('../images/main/newsletter-pattern.png');
    background-position: top;
    background-repeat: repeat-x;
}

.modal {
    background: rgba(0, 0, 0, 0);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modal.in {
    margin: 0px !important;
    padding: 0px !important;
    right: 0px !important;
    z-index: 9999999;
    background: rgba(50, 50, 50, 0.7);
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.05), 0 30px 75px 0 rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: -15px;
    font-size: 30px;
}

.pix-letter-popup .modal-header .close {
    margin-top: 15px;
}

.modal-open {
    overflow-y: auto !important;
}

.modal-body .container {
    position: relative;
    max-width: 100%;
}

.modal.pix_popup.in::-webkit-scrollbar {
    display: none;
    overflow: -moz-scrollbars-none;
}

@media (min-width: 768px) {
    .modal-sm-2 {
        width: 400px;
    }
}

/* IE fix */
*::-ms-backdrop, .pix-round-shape-180 img {
    position: relative;
    display: inline-block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0%) translateX(0%);
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#faq .panel-default > .panel-heading {
    background-color: #f5f5f5;
}

#screenshots .swiper-slide {
    width: auto;
    margin-right: 30px;
}




/****************************************************/
footer {
    padding: 0
}

footer.footer {
    width: 100%;
    color: #fff;
    background: #080808;
    /*margin-top: 25px*/
}

footer.footer ul {
    margin: 60px 0 30px 0;
    padding: 0
}

footer.footer ul li {
    line-height: 26px;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0
}

footer.footer ul li a {
    color: #aaa
}

footer.footer ul li a:hover {
    color: #aaa;
    text-decoration: underline!important
}

footer.footer ul li.f-tit {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff
}

footer.footer .row a {
    color: #9d9d9d;
    margin-right: 20px;
    text-decoration: none;
}

footer.footer .address {
    line-height: 50px;
    text-align: center;
    /*background: #393939;*/
    margin: 0;
}

footer.footer .address a {
    color: #aaa
}

footer.footer .address a:hover {
    color: #fff
}


@media (max-width:767px) {
    footer.footer {
        overflow: hidden
    }

    footer.footer .container {
        margin: 0 20px
    }

    footer.footer ul {
        margin: 20px 0 10px 0
    }

    footer.footer .address {
        padding: 0 10px
    }
}



/************addon***************/
.addon-filter {
    position:relative;
    min-height:48px;
    margin:0 0 10px 0;
    padding-right:150px;
}
.addon-filter .nav-pills > li {
    margin:0 30px 10px 0;
}
.addon-filter .addon-post {
    position:absolute;
    right:0;
    top:0;
}
.addon-filter .addon-post .btn-circle {
    margin-left:10px;
}
@media (max-width:767px) {
    .addon-filter {
        min-height:30px;
    }
    .addon-filter .btn {
        padding:3px 6px;
    }
}.addon-list .addon-item {
     position:relative;
     z-index:1;
     margin-bottom:30px;
     -webkit-border-radius:4px;
     -webkit-background-clip:padding-box;
     -moz-border-radius:4px;
     -moz-background-clip:padding;
     border-radius:4px;
     background-clip:padding-box;
     border:1px solid #e4ecf3;
     background-color:#fff;
 }
.addon-list .addon-item .addon-img {
    position:relative;
    overflow:hidden;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.addon-list .addon-item .addon-img .img-responsive {
    width:100%;
    padding:10px;
}
.addon-list .addon-item .title {
    margin-top:10px;
    padding:0 10px;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
}
.addon-list .addon-item .title a {
    color:#444;
    font-size:13px;
}
.tags {
    /*position:absolute;*/
    right:0;
    top:0;
    z-index:999;
    /*width:68px;
    height:68px;*/
    overflow:hidden;
    /*background:url("../img/tags_corner.png") no-repeat 0 0;*/
}
.tags.tags-free {
    background-position:0 0;
}
.tags.tags-hot {
    background-position:0 -68px;
}
.tags.tags-recommend {
    background-position:0 -68px;
}
.tags.tags-new {
    background-position:0 -136px;
}
.tags.tags-buy1get1free {
    background-position:0 -204px;
}
.tags.tags-recommend {
    background-position:0 -272px;
}
.tags.tags-unbuy {
    background-position:0 -340px;
}
@media (min-width:992px) {
    .addon-list .addon-item {
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }
    .addon-list .addon-item:hover {
        transform:translateY(-6px);
        -webkit-transform:translateY(-6px);
        -moz-transform:translateY(-6px);
        -webkit-box-shadow:0 26px 40px -24px rgba(0,36,100,0.3);
        -moz-box-shadow:0 26px 40px -24px rgba(0,36,100,0.3);
        box-shadow:0 26px 40px -24px rgba(0,36,100,0.3);
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }
}@media (max-width:767px) {
    .addon-list .addon-item {
        margin-bottom:20px;
        margin-left:-5px;
        margin-right:-5px;
    }
    .addon-list .addon-item .addon-img .img-responsive {
        padding:5px;
    }
    .addon-list .addon-item .title {
        margin-top:5px;
        padding:0 5px;
    }
}.metas {
     position:relative;
     padding:10px;
     color:#c1c1c1;
 }
.metas i {
    margin-right:5px;
}
.metas .addon-price {
    float:right;
}
.metas .price {
    color:#e83d2c;
    font-size:14px;
    margin-right:0;
}
.metas .free {
    color:#238312;
}
.metas .comment {
    margin-left:10px;
}
@media (max-width:767px) {
    .metas .metas {
        padding:5px;
    }
    .metas .comment {
        display:none;
    }
}
.text-line {
    position:relative;
    padding:40px 0;
    text-align:center;
}
.text-line.small {
    padding:10px 0;
}
.text-line.small h5 {
    font-size:14px;
}
.text-line.small h5 > span {
    padding:0 20px;
}
.text-line h5 {
    position:relative;
    margin-bottom:20px;
    font-size:32px;
    z-index:1;
    color:#313131;
}
.text-line h5 > i {
    padding-left:20px;
    background:#fff;
}
.text-line h5 > span {
    padding:0 40px;
}
.text-line .subtitle {
    font-size:16px;
    color:#919191;
}
@media (max-width:767px) {
    .text-line {
        padding:20px 0;
    }
    .text-line h5 {
        font-size:16px;
    }
    .text-line .subtitle {
        font-size:14px;
    }
}@media (max-width:767px) {
    header.carousel .carousel {
        height:70%;
    }
}

.masthead{
    background: url(../img/bg.svg) repeat center center scroll;;
}

.main-timeline {
    overflow:hidden;
    position:relative;
}
.main-timeline:before {
    content:"";
    width:3px;
    height:100%;
    background:#d6d5d5;
    position:absolute;
    top:0;
    left:50%;
}
.main-timeline .timeline {
    padding-right:30px;
    position:relative;
}
.main-timeline .timeline:before,.main-timeline .timeline:after {
    content:"";
    display:block;
    width:100%;
    clear:both;
}
.main-timeline .timeline:first-child:before,.main-timeline .timeline:last-child:before {
    content:"";
    width:13px;
    height:13px;
    border-radius:50%;
    border:2px solid #d6d5d5;
    background:#fff;
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
    right:-3px;
}
.main-timeline .timeline:last-child:before {
    top:auto;
    bottom:0;
}
.main-timeline .timeline:nth-child(2n) {
    padding:0 0 0 30px;
}
.main-timeline .timeline:nth-child(2n) .year {
    border-radius:3px 0 0 3px;
    right:auto;
    left:35%;
}
.main-timeline .timeline:nth-child(2n) .year:before {
    border:18px solid transparent;
    border-right:none;
    border-left:18px solid #737ab4;
    left:auto;
    right:-18px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
    float:right;
    margin:0 0 0 20px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border-left:none;
    border-right:20px solid #f2f2f2;
    right:auto;
    left:-20px;
}
.main-timeline .timeline-icon {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    border:2px solid #d6d5d5;
    box-sizing:content-box;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:-4px;
}
.main-timeline .timeline-icon:before {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#737ab4;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.main-timeline .year {
    display:inline-block;
    border-radius:0 3px 3px 0;
    padding:8px 30px 8px 20px;
    margin:0;
    font-size:14px;
    color:#fff;
    background:#737ab4;
    text-align:center;
    position:absolute;
    top:50%;
    right:35%;
    transform:translateY(-50%);
}
.main-timeline .year:before {
    content:"";
    border-right:18px solid #737ab4;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    position:absolute;
    top:0;
    left:-18px;
}
.main-timeline .timeline-content {
    width:46.5%;
    padding:33px 40px;
    margin:0 20px 0 0;
    background:#fff;
    position:relative;
}
.main-timeline .timeline-content:after {
    content:"";
    border-left:20px solid #fff;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    position:absolute;
    top:50%;
    right:-20px;
    transform:translateY(-50%);
}
.main-timeline .timeline:before {
    background:inherit;
}
.main-timeline .title {
    float:left;
    font-size:24px;
    font-weight:bold;
    color:#504f54;
    margin:0 15px 15px 0;
    line-height:1.1;
}
.main-timeline .post {
    display:inline-block;
    font-size:14px;
    color:#999;
    margin-top:6px;
}
.main-timeline .description {
    clear:both;
    font-size:14px;
    color:#7d7b7b;
    line-height:24px;
    margin:0;
}
@media only screen and (max-width:1200px) {
    .main-timeline .year {
        right:30%;
    }
    .main-timeline .timeline:nth-child(2n) .year {
        left:30%;
    }
}@media only screen and (max-width:990px) {
    .main-timeline .year {
        right:25%;
    }
    .main-timeline .timeline:nth-child(2n) .year {
        left:25%;
    }
}@media only screen and (max-width:767px) {
    .main-timeline:before {
        left:10px;
    }
    .main-timeline .timeline {
        padding:0 0 0 30px;
        margin-bottom:20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom:0;
    }
    .main-timeline .timeline:first-child:before,.main-timeline .timeline:last-child:before {
        display:none;
    }
    .main-timeline .timeline-icon {
        margin:0;
        position:absolute;
        top:7px;
        left:0;
    }
    .main-timeline .year,.main-timeline .timeline:nth-child(2n) .year {
        display:block;
        font-weight:bold;
        margin:0 0 32px 30px;
        z-index:1;
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        transform:none;
    }
    .main-timeline .timeline:nth-child(2n) .year:before {
        border-left:none;
        border-right:18px solid #737ab4;
        right:auto;
        left:-18px;
    }
    .main-timeline .timeline-content {
        padding:20px;
    }
    .main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content {
        width:auto;
        float:none;
        margin:0 0 0 30px;
    }
    .main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after {
        border:none;
        border-bottom:20px solid #f2f2f2;
        border-left:20px solid transparent;
        border-right:20px solid transparent;
        top:-20px;
        left:50%;
        right:auto;
        transform:translateX(-50%);
    }
    .article-list .col-sm-3, .gallery-article .col-sm-3 {
        padding: 0 5px 10px 5px;
    }
}@media only screen and (max-width:480px) {
    .main-timeline .title {
        float:none;
        margin:0;
    }
    .main-timeline .year,.main-timeline .timeline:nth-child(2n) .year {
        margin-left:20px;
    }
    .main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content {
        margin-left:10px;
    }
    .main-timeline .post {
        margin:5px 0;
    }
}

.related-article .col-sm-3 a, .gallery-article .col-sm-3 a {
    display: block;
}
.article-list .gallery-article .media .media-body {
    padding-left: 0;
}
.article-list .gallery-article .media .media-body .article-tag {
    position: relative;
    margin-top: 20px;
}


.author-card {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #e1e8ed;*/
    border-radius: 4px;
    padding-bottom: 15px;
}
.author-card .author-head {
    background-image: url(../img/author-head.jpeg);
    background-position: 0 50%;
    background-size: 100% auto;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 100px;
    width: 100%;
}
.author-card .author-avatar {
    text-align: center;
}
.author-card .author-avatar > a {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: -40px 5px 0 0;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
}
.author-card .author-avatar > a > img {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
}
.author-card .author-basic {
    clear: both;
    text-align: center;
    width: 100%;
    margin: 10px 0 10px 0;
}
.author-card .author-basic .author-nickname {
    margin-bottom: 5px;
}
.author-card .author-basic .author-nickname > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.author-card .author-statistics {
    padding: 5px 0;
    text-align: center;
    margin: 0;
}
.author-card .author-statistics .statistics-text {
    color: #777;
    margin-bottom: 5px;
}
.author-card .author-statistics .statistics-nums {
    font-size: 16px;
    font-weight: 600;
}
.q-topic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.q-topic-item .q-topic-wrap a {
    text-decoration: none;
}
.user-avatar {
    float: none;
    width: 50px;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.topic-content .topic-title {
    display: block;
    width: calc(100% - 70px);
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.q-topic-item .user-avatar img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}
.q-topic-item .topic-content {
    width: 100%;
    padding-left: 8px;
}
.topic-content .topic-cat {
    margin-right: 10px;
    color: #999;
}
.topic-content .topic-cat:after {
    margin-left: 8px;
    content: '|';
    opacity: .6;
}
.topic-content .topic-meta {
    font-size: 12px;
    color: #999;
    line-height: 14px;
}
.topic-content  .topic-last-reply {
    margin-left: 8px;
}
.topic-last-reply a {
    color: #999;
}
.topic-last-reply a:hover {
    color: #1274e7;
}
.topic-content .reply-count {
    display: inline-block;
    float: right;
}
.topic-content .reply-count i {
    margin-left: 5px;
}

.ask-sort a{font-size: 12px;}
.ask-sort a.cur{color: #1274e7;}
.pgc-img img{width: 100%;}

.q-content .topic-header {
    padding: 30px 0 10px;
    background: #fff;
}
.q-content .q-title {
    position: static;
    margin: 0 !important;
    display: inline;
    font-size: 20px !important;
    line-height: 1.2 !important;
    vertical-align: top;
}
.q-content .q-info {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.q-content .q-entry {
    padding: 30px;
    background: #fff;
    position: relative;
    width: 100% !important;
    padding: 30px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.q-content .q-answer .as-title {
    padding: 22px 0;
    line-height: 22px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #eee;
}

.q-content .q-answer .as-to-reply {
    float: right;
    margin-top: -2px;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #4285f4;
    border-radius: 3px;
}
.q-content .q-answer .as-to-reply i{margin-right: 5px;}
.q-content .q-answer .as-title span:before {
    margin-right: 20px;
    content: '|';
}
.entry .entry-content.text-indent p {
    text-indent: 2em;
}
.q-content .q-answer .as-title h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background: none;
}
.q-content .q-answer .as-title span {
    display: inline-block;
    margin-left: 20px;
    color: #999;
    font-size: 14px;
    vertical-align: top;
}
.q-content .q-answer .as-list {
    position: relative;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}
.q-content .q-answer .as-avatar {
    display: inline-block;
    width: 48px;
    margin-right: 15px;
    vertical-align: top;
}
.q-content .q-answer .as-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    vertical-align: top;
}
.q-content .q-answer .as-user {
    width: calc(100% - 68px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}
.q-content .q-answer .as-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
    list-style: none !important;
}
.q-content .q-answer .as-desc {
    max-width: 100%;
    margin-top: 4px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.q-content .q-answer .as-head {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.q-content .q-answer .as-login-notice {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #fcf8e3;
    color: #8a6d3b;
    text-align: center;
    opacity: .6;
}
.as-main p img {width: 100%;}
.q-related-list{padding:0}
.q-content .q-related-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin: 0 !important;
    line-height: 20px;
}
.q-content .q-related-item>a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.q-content .q-related-item .q-related-info {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    color: #999;
}
.q-content .q-related-item .q-related-info span{padding-left:5px}
.q-content .q-related-item .q-related-info i{margin-right:5px}


.sec-panel-head {
    padding: 20px 20px 0 0;
    margin-bottom: 0;
}

.navs-item{width: 25%;}
.list{margin: 0;
    padding:0;
    list-style-type: none;}
.list-navs{font-size: 0;}
.list-navs-cols-4 .navs-link {
    width: 25%;
}
.list-navs .navs-link {
    display: inline-block;
    padding: 15px 10px;
    font-size: 12px;
    color: #828282;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);
    vertical-align: top;
    box-sizing: border-box;
}
.list-navs .navs-link:hover{background:#f8f8f8}
.list-navs .navs-link p{overflow: hidden; text-overflow:ellipsis; white-space: nowrap}
.list-navs .navs-link-logo {
    float: left;
    width: 40px;
    height: 40px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
}
.list-navs .navs-link-info {
    padding-left: 50px;
}
.list-navs .navs-link h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
    color: #262626;
}
.list-navs .navs-link-info p {
    margin: 0;
    line-height: 1.4;
    font-size: 12px;
}
@media (max-width: 991px){
    .list-navs-cols-4 .navs-link {
        width: 50%;
    }
    .list-navs-cols-4 .navs-link h3{font-size: 12px;}
}


.topColumn{text-align: center;color: #fff;padding:50px 0;background-color: #626262;}
#suitable .suitable-item .pix-content {
    background: #f4f6f8;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#suitable .suitable-item .pix-content:hover {
    -webkit-box-shadow: 0 20px 40px -14px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -14px rgba(0,36,100,0.3);
    box-shadow: 0 26px 40px -14px rgb(0 36 100 / 30%);
}
.pix-margin-v-10 {
    margin: 10px 0;
}
.pix-padding-h-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pix-padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#suitable .suitable-item .suitable-img {
    margin-bottom: 20px;
    height: 250px;
    width: 80%;
    padding: 10px;
    line-height: 100px;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}
#suitable .suitable-item .suitable-title {
    font-size: 18px;
    padding: 10px 0;
}
.pix-white {
    color: #fff;
}
.gray-dark-bg {
    background: #444;
}

.product{margin-top: 20px;border:none;box-shadow: none;}
.product .panel-heading{padding:15px;position: relative;background: none;}
.product .panel-title {font-size: 16px;}
.product .panel-title .more {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}
.category-order li > a.active {
    color: #007bff;
}
.product-item .card {
    border-radius: 3px;
    position: relative;
    padding: 12px;
    margin: 0 auto 20px;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    border: 1px solid #eee;
    min-height: 248px;
    overflow: hidden;
    background-color: #fff;
}
.product-item .card .title {
    padding-top: 10px;
}
.product-item .card h2 {
    color: #000;
    padding: 0;
    margin:0 0 5px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.product-item .card .operate {
    height: 31px;
    overflow: hidden;
    color: #d2d6de;
}
.product-item .thumb a{display: block;}
.product-item .thumb a img{width: 100%;vertical-align: top;}