a {
    color: #00acd6;
}

    a:visited {
        color: #00acd6;
    }

    a:focus {
        color: #00acd6;
    }

    a:hover {
        color: #00acd6;
    }

    a:active {
        color: #00acd6;
    }

body, p {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.nav, .navbar-inverse .navbar-nav > li > a {
    font-family: 'Roboto Condensed', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #f1f1f1;
    text-transform: uppercase;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

@media (min-width:1200px) {
    .padding-top-0-col-lg {
        padding-top: 0px;
    }

    .padding-top-5-col-lg {
        padding-top: 5px;
    }

    .padding-top-10-col-lg {
        padding-top: 10px;
    }

    .padding-top-15-col-lg {
        padding-top: 15px;
    }

    .padding-top-20-col-lg {
        padding-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .padding-top-0-col-md {
        padding-top: 0px;
    }

    .padding-top-5-col-md {
        padding-top: 5px;
    }

    .padding-top-10-col-md {
        padding-top: 10px;
    }

    .padding-top-15-col-md {
        padding-top: 15px;
    }

    .padding-top-20-col-md {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .padding-top-0-col-sm {
        padding-top: 0px;
    }

    .padding-top-5-col-sm {
        padding-top: 5px;
    }

    .padding-top-10-col-sm {
        padding-top: 10px;
    }

    .padding-top-15-col-sm {
        padding-top: 15px;
    }

    .padding-top-20-col-sm {
        padding-top: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .padding-top-0-col-xs {
        padding-top: 0px;
    }

    .padding-top-5-col-xs {
        padding-top: 5px;
    }

    .padding-top-10-col-xs {
        padding-top: 10px;
    }

    .padding-top-15-col-xs {
        padding-top: 15px;
    }

    .padding-top-20-col-xs {
        padding-top: 20px;
    }
}


.padding-right-0 {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

@media (min-width:1200px) {
    .padding-right-0-col-lg {
        padding-right: 0px;
    }

    .padding-right-5-col-lg {
        padding-right: 5px;
    }

    .padding-right-10-col-lg {
        padding-right: 10px;
    }

    .padding-right-15-col-lg {
        padding-right: 15px;
    }

    .padding-right-20-col-lg {
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .padding-right-0-col-md {
        padding-right: 0px;
    }

    .padding-right-5-col-md {
        padding-right: 5px;
    }

    .padding-right-10-col-md {
        padding-right: 10px;
    }

    .padding-right-15-col-md {
        padding-right: 15px;
    }

    .padding-right-20-col-md {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .padding-right-0-col-sm {
        padding-right: 0px;
    }

    .padding-right-5-col-sm {
        padding-right: 5px;
    }

    .padding-right-10-col-sm {
        padding-right: 10px;
    }

    .padding-right-15-col-sm {
        padding-right: 15px;
    }

    .padding-right-20-col-sm {
        padding-right: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .padding-right-0-col-xs {
        padding-right: 0px;
    }

    .padding-right-5-col-xs {
        padding-right: 5px;
    }

    .padding-right-10-col-xs {
        padding-right: 10px;
    }

    .padding-right-15-col-xs {
        padding-right: 15px;
    }

    .padding-right-20-col-xs {
        padding-right: 20px;
    }
}


.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

@media (min-width:1200px) {
    .padding-bottom-0-col-lg {
        padding-bottom: 0px;
    }

    .padding-bottom-5-col-lg {
        padding-bottom: 5px;
    }

    .padding-bottom-10-col-lg {
        padding-bottom: 10px;
    }

    .padding-bottom-15-col-lg {
        padding-bottom: 15px;
    }

    .padding-bottom-20-col-lg {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .padding-bottom-0-col-md {
        padding-bottom: 0px;
    }

    .padding-bottom-5-col-md {
        padding-bottom: 5px;
    }

    .padding-bottom-10-col-md {
        padding-bottom: 10px;
    }

    .padding-bottom-15-col-md {
        padding-bottom: 15px;
    }

    .padding-bottom-20-col-md {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-0-col-sm {
        padding-bottom: 0px;
    }

    .padding-bottom-5-col-sm {
        padding-bottom: 5px;
    }

    .padding-bottom-10-col-sm {
        padding-bottom: 10px;
    }

    .padding-bottom-15-col-sm {
        padding-bottom: 15px;
    }

    .padding-bottom-20-col-sm {
        padding-bottom: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .padding-bottom-0-col-xs {
        padding-bottom: 0px;
    }

    .padding-bottom-5-col-xs {
        padding-bottom: 5px;
    }

    .padding-bottom-10-col-xs {
        padding-bottom: 10px;
    }

    .padding-bottom-15-col-xs {
        padding-bottom: 15px;
    }

    .padding-bottom-20-col-xs {
        padding-bottom: 20px;
    }
}



.padding-left-0 {
    padding-left: 0px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

@media (min-width:1200px) {
    .padding-left-0-col-lg {
        padding-left: 0px;
    }

    .padding-left-5-col-lg {
        padding-left: 5px;
    }

    .padding-left-10-col-lg {
        padding-left: 10px;
    }

    .padding-left-15-col-lg {
        padding-left: 15px;
    }

    .padding-left-20-col-lg {
        padding-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .padding-left-0-col-md {
        padding-left: 0px;
    }

    .padding-left-5-col-md {
        padding-left: 5px;
    }

    .padding-left-10-col-md {
        padding-left: 10px;
    }

    .padding-left-15-col-md {
        padding-left: 15px;
    }

    .padding-left-20-col-md {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .padding-left-0-col-sm {
        padding-left: 0px;
    }

    .padding-left-5-col-sm {
        padding-left: 5px;
    }

    .padding-left-10-col-sm {
        padding-left: 10px;
    }

    .padding-left-15-col-sm {
        padding-left: 15px;
    }

    .padding-left-20-col-sm {
        padding-left: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .padding-left-0-col-xs {
        padding-left: 0px;
    }

    .padding-left-5-col-xs {
        padding-left: 5px;
    }

    .padding-left-10-col-xs {
        padding-left: 10px;
    }

    .padding-left-15-col-xs {
        padding-left: 15px;
    }

    .padding-left-20-col-xs {
        padding-left: 20px;
    }
}



.margin-top-0 {
    margin-top: 0px !important !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}



.footer-social-media {
    color: #333333;
    text-decoration: none;
}

    .footer-social-media a:link {
        color: #333333;
        text-decoration: none;
    }

    .footer-social-media a:visited {
        color: #333333;
        text-decoration: none;
    }

    .footer-social-media a:hover {
        color: #505050;
        text-decoration: none;
    }

    .footer-social-media a:active {
        color: #333333;
        text-decoration: none;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .text-align-center-col-sm {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .text-align-center-col-xs {
        text-align: center !important;
    }
}


.color-ffffff {
    color: #ffffff;
}

.color-f1f1f1 {
    color: #f1f1f1;
}

.color-333333 {
    color: #333333;
}

.background-333333 {
    background: #333333;
}

.background-f1f1f1 {
    background: #f1f1f1;
}

.border-top-left-radius-4px {
    border-top-left-radius: 4px;
}

.border-top-right-radius-4px {
    border-top-right-radius: 4px;
}

.border-bottom-left-radius-4px {
    border-bottom-left-radius: 4px;
}

.border-bottom-right-radius-4px {
    border-bottom-right-radius: 4px;
}


.padding-0 {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-100 {
    padding: 100px !important;
}


.border-top-dotted {
    border-top: 1px dotted #CCCCCC;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #CCCCCC;
}

.main-feature, .announcement-list {
    display: none;
}

@media (min-width: 1200px) {
    .border-right-dotted-col-lg {
        border-right: 1px dotted #CCCCCC;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .border-right-dotted-col-md {
        border-right: 1px dotted #CCCCCC;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .border-right-dotted-col-sm {
        border-right: 1px dotted #CCCCCC;
    }
}

@media (max-width: 767px) {
    .border-right-dotted-col-xs {
        border-right: 1px dotted #CCCCCC;
    }
}






@media (min-width: 767px) {
    .block-wrapper.top-large {
        padding-top: 40px;
        padding-bottom: 360px;
    }

    .block-wrapper.middle-extra-small {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .block-wrapper.middle-small {
        padding-top: 81px;
        padding-bottom: 80px;
    }

    .block-wrapper.middle-medium {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .block-wrapper.middle-large {
        padding-top: 240px;
        padding-bottom: 240px;
    }

    .block-wrapper.bottom-small {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .block-wrapper.bottom-medium {
        padding-top: 260px;
        padding-bottom: 40px;
    }

    .block-wrapper.bottom-large {
        padding-top: 340px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .block-wrapper.middle-large {
        padding-top: 270px;
        padding-bottom: 270px;
    }

    .block-wrapper.bottom-large {
        padding-top: 470px !important;
        padding-bottom: 70px;
    }

    .block-wrapper.middle-extra-large {
        padding-top: 320px;
        padding-bottom: 320px;
    }

    .block-wrapper.bottom-extra-large {
        padding-top: 540px !important;
        padding-bottom: 140px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .block-wrapper.middle-extra-large {
        padding-top: 260px;
        padding-bottom: 260px;
    }

    .block-wrapper.bottom-extra-large {
        padding-top: 490px !important;
        padding-bottom: 100px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .block-wrapper.middle-extra-large {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .block-wrapper.bottom-extra-large {
        padding-top: 440px !important;
        padding-bottom: 80px;
    }

    .block-wrapper.middle-medium {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 1px) and (max-width: 767px) {
    .block-wrapper.middle-extra-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.middle-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.middle-medium {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .block-wrapper.middle-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.middle-extra-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .block-wrapper.bottom-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.bottom-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.bottom-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-wrapper.bottom-extra-large {
        padding-top: 160px !important;
        padding-bottom: 40px;
    }
}





h1 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}

h2 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}

h3 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 29px;
    line-height: 39px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}

h4 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}

h5 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 23px;
    line-height: 33px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}

h6 {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px 0px 20px 0px;
}


@media (min-width: 991px) and (max-width: 1200px) {
    h1 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 35px;
        line-height: 45px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h3 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 29px;
        line-height: 39px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h4 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h5 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 23px;
        line-height: 33px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h6 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    h1 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 28px;
        line-height: 38px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h3 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h4 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h5 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h6 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }
}

@media (min-width: 1px) and (max-width: 767px) {
    h1 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 21px;
        line-height: 31px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h3 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h4 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 19px;
        line-height: 29px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h5 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }

    h6 {
        font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
        font-size: 17px;
        line-height: 27px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px 0px 20px 0px;
    }
}


.background-blue {
    background-color: #1c87bb;
}

.color-blue {
    color: #00acd6;
}

.color-white {
    color: #FFFFFF;
}

.color-lightgrey {
    color: #CCCCCC;
}

.color-darkgrey {
    color: #333333;
}

.color-black {
    color: #000000;
}



.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border: 1px solid #000000;
}

.table > thead > tr > th {
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 16px;
}

.bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000000;
}


/* override text selection colour */
::selection {
    background: #00acd6; /* WebKit/Blink Browsers */
    color: #FFFFFF;
}

::-moz-selection {
    background: #00acd6; /* Gecko Browsers */
    color: #FFFFFF;
}








.xbreadcr {
    color: #ffffff !important;
    text-decoration: underline;
}

    .xbreadcr a:link {
        color: #ffffff !important;
        text-decoration: underline;
    }

    .xbreadcr a:visited {
        color: #ffffff !important;
        text-decoration: underline;
    }

    .xbreadcr a:hover {
        color: #ff00ff !important;
        text-decoration: underline;
    }

    .xbreadcr a:active {
        color: #ffffff !important;
        text-decoration: underline;
    }


br {
    line-height: 27px;
}




.btn-primary {
    font-family: 'Open Sans', sans-serif, "微软雅黑", "Microsoft yahei", "宋体", "SimSun";
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    //padding:10px 15px;
    padding: 11px 20px 10px 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    min-width: 135px;
}




.btn-style-3 {
    border: 1px solid #FFFFFF;
    background: none;
    color: #FFFFFF !important;
}

    .btn-style-3:hover, .btn-style-3:focus {
        color: #333333 !important;
        background: #f1f1f1;
        border: 1px solid #FFFFFF;
    }

    .btn-style-3:active, .btn-style-3.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-3:focus:active {
        outline: none;
    }

.btn-style-4 {
    border: 1px solid #9d9d9d;
    background: none;
    color: #f1f1f1 !important;
}

    .btn-style-4:hover, .btn-style-4:focus {
        color: #FFFFFF !important;
        background: none;
        border: 1px solid #FFFFFF;
    }

    .btn-style-4:active, .btn-style-4.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-4:focus:active {
        outline: none;
    }

.btn-style-5 {
    color: #333333 !important;
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
}

    .btn-style-5:hover, .btn-style-5:focus {
        color: #333333 !important;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    .btn-style-5:active, .btn-style-5.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-5:focus:active {
        outline: none;
    }

.btn-style-6 {
    color: #FFFFFF !important;
    background: #07add6;
    border: 1px solid #07add6;
}

    .btn-style-6:hover, .btn-style-6:focus {
        color: #FFFFFF !important;
        background: #006f8a;
        border: 1px solid #006f8a;
    }

    .btn-style-6:active, .btn-style-6.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-6:focus:active {
        outline: none;
    }




.btn-style-7 {
    color: #898989 !important;
    background: none;
    border: 1px solid #a3a3a3;
}

    .btn-style-7:hover, .btn-style-7:focus {
        color: #FFFFFF !important;
        background: #a3a3a3;
        border: 1px solid #a3a3a3;
    }

    .btn-style-7:active, .btn-style-7.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-7:focus:active {
        outline: none;
    }

.btn-style-8 {
    color: #898989 !important;
    background: none;
    border: 1px solid #CCCCCC;
}

    .btn-style-8:hover, .btn-style-8:focus {
        color: #898989 !important;
        background: none;
        border: 1px solid #9a9a9a;
    }

    .btn-style-8:active, .btn-style-8.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-8:focus:active {
        outline: none;
    }

.btn-style-9 {
    color: #FFFFFF !important;
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
}

    .btn-style-9:hover, .btn-style-9:focus {
        color: #FFFFFF !important;
        background: #333333;
        border: 1px solid #333333;
    }

    .btn-style-9:active, .btn-style-9.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-9:focus:active {
        outline: none;
    }

.btn-style-10 {
    color: #FFFFFF !important;
    background: #07add6;
    border: 1px solid #07add6;
}

    .btn-style-10:hover, .btn-style-10:focus {
        color: #FFFFFF !important;
        background: #006f8a;
        border: 1px solid #006f8a;
    }

    .btn-style-10:active, .btn-style-10.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-10:focus:active {
        outline: none;
    }

.btn-style-11 {
    color: #FFFFFF !important;
    background: #737373;
    border: 1px solid #737373;
}

    .btn-style-11:hover, .btn-style-11:focus {
        color: #FFFFFF !important;
        background: #006f8a;
        border: 1px solid #006f8a;
    }

    .btn-style-11:active, .btn-style-11.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-11:focus:active {
        outline: none;
    }

.btn-style-12 {
    color: #484848 !important;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
}

    .btn-style-12:hover, .btn-style-12:focus {
        color: #484848 !important;
        background: #d3d3d3;
        border: 1px solid #d3d3d3;
    }

    .btn-style-12:active, .btn-style-12.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-12:focus:active {
        outline: none;
    }

.btn-style-15 {
    color: #ffffff !important;
    background: #000000;
    border: 1px solid #000000;
}

    .btn-style-15:hover, .btn-style-15:focus {
        color: #ffffff !important;
        background: #333333;
        border: 1px solid #333333;
    }

    .btn-style-15:active, .btn-style-15.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-15:focus:active {
        outline: none;
    }

.btn-style-16 {
    color: #000000 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
}

    .btn-style-16:hover, .btn-style-16:focus {
        color: #000000 !important;
        background: #f1f1f1;
        border: 1px solid #f1f1f1;
    }

    .btn-style-16:active, .btn-style-16.active {
        outline: none;
        box-shadow: none;
    }

    .btn-style-16:focus:active {
        outline: none;
    }


.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xrow {
    margin-left: -15px;
    margin-right: -15px;
}

.sharebutton {
	margin-top:10px;
	font-size:35px;
}

.sharebutton div {
	display: inline-block;
	margin-right:5px;
}

.sharebutton div:hover {
	cursor: pointer;
}