.case-banner {
    padding: 20px 0 5px 0;
    background: #0275b6;
    color: white;
    text-align: center;
}

.case-banner h1 {
    font-size: 28px;
    padding-bottom: 28px;
    padding-top: 4px;
}

.case-nav {
    position: relative;
    top: 5px;
    text-align: center;
}

.case-nav li {
    display: inline-block;
}

.case-nav-item {
    background: #0073B5;
    box-shadow: inset white 0px 1px 0px;
    padding: 13px 23px;
    width: 201px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    margin: 0 4px;
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.case-nav-item.active {
    background: #FFFFFF;
    color: #1d2224;
}

.case-main {
    text-align: center;
}

.case-title {
    padding: 27px 0px 20px 0px;
    text-align: center;
    color: #0076B9;
    font-size: 18px;
}

.case-title h2 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'HeroRegular', Arial, Helvetica, sans-serif;
    color: #1d2224;
    line-height: 1.1em;
    text-align: center;
}

.case-content {
    padding: 40px 0;
}


/*old showcase page style*/

.showcase-header-context {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

.showcase-title {
    position: relative;
    font-size: 26px;
    line-height: 28px;
}

.showcase-title>.fa {
    position: absolute;
    width: 26px;
    text-align: center;
}

.showcase-title>span {
    display: block;
}

.showcase-title>span,
.showcase-desc {
    padding-left: 42px;
}

.showcase-desc {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}

.showcase-example-container {
    /* max-width: 960px; */
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.showcase-example-title {
    margin-bottom: 35px;
    font-size: 21px;
    font-weight: normal;
    font-family: 'HeroRegular', Arial, Helvetica, sans-serif;
    color: #1d2224;
    line-height: 1.1em;
    text-align: center;
}

.showcase-example-title.margin-top-40 {
    margin-top: 40px;
}

.showcase-hover-effect>.mask {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    opacity: 0;
    padding: 14px 20px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
}

.showcase-hover-effect:hover .mask {
    opacity: 1;
}

.showcase-example-content .example-each {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 350px;
}

.example-each-title {
    margin-top: 10px;
    padding: 0 4px;
    font-size: 16px;
    font-weight: 700;
}

.showcase-example-link {
    display: block;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 0px 2px 3px rgb(206, 206, 206);
}

.showcase-example-link .img-container {
    position: relative;
    /* height: 155px; */
    /* height: 400px;*/
    overflow: hidden;
}

.showcase-example-link img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.user-hosted-example {
    padding-bottom: 30px;
}

.show-case-down-link {
    display: block;
    color: #333;
    margin-top: 3px;
}

.show-case-down-link:hover {
    text-decoration: underline;
    color: inherit;
}

.show-case-down-link.down-zip {
    margin-top: 10px;
}

.showcase-use-as {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.use-as-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-shadow: #0099FF 1px 1px 2px;
    text-align: center;
}

.use-as-items {
    text-align: center;
    font-size: 13px;
}

.use-as-items .span {
    float: left;
}

.desk-section {
    text-align: center;
    padding: 50px;
    font-size: 15px;
}

.desk-section h1 {
    font-size: 34px;
    color: #333;
    font-weight: 500;
    padding-top: 43px;
    padding-bottom: 10px;
}

.desk-section h2 {
    width: 960px;
    margin: 0 auto;
    font-size: 19px;
    color: #666;
    font-weight: normal;
}

.desk-section-blue {
    background: #2F8CCF;
}

.desk-section-blue h1,
.desk-section-blue h2 {
    color: white;
}

.feature-demo {
    margin: 0 auto;
    padding-bottom: 34px;
}

.feature-img {
    display: block;
    position: relative;
    width: 658px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 auto;
    box-shadow: 0px 2px 3px rgb(206, 206, 206);
}

.feature-img span {
    height: 356px;
    width: 656px;
    background: rgba(10, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    padding: 15px;
    font-size: 28px;
    padding-top: 105px;
    text-align: center;
    line-height: 124px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.feature-img:hover span {
    opacity: 1;
}

.feature-info {
    display: inline-block;
    background: #0275b6;
    padding: 15px 15px;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 12px;
}

.feature-info:hover {
    color: #FFFFFF;
    background: #222222;
}

.an-demo {
    width: 288px;
    float: left;
    margin-right: 82px;
}

.an-href {
    display: inline-block;
    width: 288px;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 11px;
    position: relative;
    box-shadow: 0px 2px 3px rgb(206, 206, 206);
}

.an-href span {
    height: 162px;
    width: 286px;
    background: rgba(10, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    line-height: 124px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.an-href:hover span {
    opacity: 1;
}

.href-info {
    display: block;
    text-align: left;
    color: #333;
    line-height: 21px;
}

.href-info:hover {
    color: #333;
    text-decoration: underline;
}

.nav-t {
    text-align: left;
    padding-left: 73px;
    padding-top: 15px;
}

.nav-t a:hover {
    text-decoration: underline;
}

.demo-t {
    margin: auto;
}

.demo-t iframe {
    width: 972px;
    height: 575px;
    border: #337AB7 solid 1px;
    display: block;
    margin: auto;
}

.down-project {
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff !important;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    background: #3CA1DD;
    font-size: 17px;
    width: 200px;
    height: 45px;
    line-height: 46px;
    margin-top: 16px;
}

.down-project:hover {
    background: #0275b6;
}

.ex-h3 {
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #666;
    background: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 0px 24px 15px 24px;
}

.example-line {
    border-bottom: 1px solid #333333;
    position: relative;
    top: -40px;
    z-index: -1;
}

.demo-box {
    margin: 0 auto;
    width: 1030px;
}

.highlight {
    padding-left: 70px;
    padding-top: 17px;
}

.highlight h3 {
    color: #333;
    text-align: left;
    padding-bottom: 6px;
}

.highlight ul li {
    text-align: left;
    list-style: inside !important;
    line-height: 21px;
}

.highlight ul li span {
    font-weight: 600;
}

.highlight p {
    padding-top: 24px;
    text-align: left;
}

.highlight p a {
    font-weight: 700;
    font-size: 17px;
    text-decoration: underline;
}

.h3-tt {
    text-align: left;
    padding: 10px 0 17px 129px;
    color: #333;
    font-size: 27px;
}

.gs-section {
    text-align: left;
    padding: 7px 45px 45px 45px;
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.gs-section.no-border {
    border: none;
}

.gs-section img {
    border: 0;
    border: 1px solid red;
    max-width: 90%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 3px;
    margin-top: 24px;
}

.gs-section h2 {
    font-size: 21px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
}

.gs-section>ul>li {
    list-style-type: none;
    font-size: 15px;
    line-height: 29px;
}

.gs-section>h2>span {
    display: inline-block;
    padding: 2px 4px;
    background: #0275b6;
    border: 1px solid #eee;
    color: white;
    margin-right: 10px;
    font-size: 30px;
}

.border-line {
    border-bottom: 1px solid #ddd;
}

.p-font-style {
    font-size: 14px;
    text-align: left;
    color: #898282;
    line-height: 24px;
}

.p-font-style.p-font-style2 {
    color: #FF0000;
}

.cc-float-fix:before,
.cc-float-fix:after {
    content: "";
    line-height: 0;
    height: 0;
    width: 0;
    display: block;
    visibility: hidden;
}

.cc-float-fix:after {
    clear: both;
}

.embed-demo {
    width: 478px;
    float: left;
}

.embed-href {
    display: inline-block;
    width: 450px;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 11px;
    position: relative;
    box-shadow: 0px 2px 3px rgb(206, 206, 206);
}

.embed-href span {
    height: 249px;
    width: 448px;
    background: rgba(10, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    line-height: 124px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.embed-href:hover span {
    opacity: 1;
}

.embed-demo h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'HeroRegular', Arial, Helvetica, sans-serif;
    color: #1d2224;
    line-height: 1.1em;
    text-align: left;
    padding: 0px 0px 9px 13px;
}

.embed-demo p {
    font-size: 16px;
    font-family: 'HeroRegular', Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.1em;
    text-align: left;
    padding-left: 13px;
}