/* custom css here */
.clear{
    clear : both;
}
/*
body{
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
*/
.bodyWrap{
    width: 94.445%;
    max-width: 1920px;
    /*max-width: 1280px;*/
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.bgWhite{
    background-color: #fff;
}
.bgDeepBlue{
    background-color: #096DA4;
}
.bgLightBlue{
    background-color: #19A3CF;
}
.fontWhite{
    color: #fff;
}
.fontBlack{
    color: #000;
}
.fontDeepBlue{
    color: #096DA4;
}
.fontLightBlue{
    color: #19A3CF;
}
.fullWidth{
    width: 100%;
}
.halfWidth{
    width: 50%;
}
.grid.left{
    float: left;
}
.grid.right{
    float:right;
}

.mainTitle{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #000;
    margin: 18px 0 22px 0;
}


body{
    background-color: #ededed !important;
    color: #000;
}

.main-content{
    overflow-x: hidden !important; 
}

/** scrollbar  *****************************************************************************/

.scrollbarWrap{
    opacity: 0;
    width: 100%;
    /*width: 100%;*/
    height: 60px;
    position: relative;
    /*position: absolute;*/
    z-index: 1;
    
    background: #ededed;
    /*background: #ccc;*/
    overflow: hidden;
    margin: 0 auto;

    /*height: 60px;
    background-color: #333;
    overflow: hidden;
    white-space: nowrap;
    position: relative;*/
}
.scrollbarWrap.open{
    opacity: 1;

    animation: fadein 0.1s;
    -moz-animation: fadein 0.1s;
    -webkit-animation: fadein 0.1s;
    -o-animation: fadein 0.1s;

}
.scrollbar{
    position: absolute;
    z-index: 1;
    width: 5000px;
    height: 60px;
    padding: 0 10px;
    /*background-color: #fff;*/
    background-color: transparent;
    /*background-color: #333;*/

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.scrollbar .ulWrap{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
        float: left;
    clear: both;
}
.scrollbar ul.scrollbarUL{
    /*width: 100%;*/
    height: 60px;
    /*display: inline;*/
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.scrollbar ul.scrollbarUL li.scrollbarList{
    float: left;
    /*display: inline-block;*/
    height: 60px;
    /*height: 100%;*/
    background-color: transparent;
    font-size: 14px;
}
.scrollbar ul.scrollbarUL li.scrollbarList .text{
    padding: 0 6px;
    font-size: 16px;
}
.scrollbar ul.scrollbarUL li.scrollbarList .arrowRight{

}
.scrollbar ul.scrollbarUL li.scrollbarList .text,
.scrollbar ul.scrollbarUL li.scrollbarList .arrowRight{
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}
.scrollbar ul.scrollbarUL li.scrollbarList .arrowRight{
    padding: 0;
    /*padding: 0 0 0 12px;*/
}
.scrollbar ul.scrollbarUL li.scrollbarList.selected .text{
    background-color: #ffe600;
}
.scrollbar ul.scrollbarUL li.scrollbarList:hover > a .text{
    background-color: #ffe600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.scrollbar ul.scrollbarUL li.scrollbarList > a{
    font-size: 16px;
    font-weight: 400;
    padding: 0 2px;
    /*padding: 0 0 0 12px;*/
    color: #000;
    height: 60px;
    display: block;
}
.scrollbar ul.scrollbarUL li.scrollbarList > a:hover{
    text-decoration: none;
}
.scrollbar ul.scrollbarUL li.scrollbarList > a:active{
    color: #000;
}
.scrollbar ul.scrollbarUL li.scrollbarList > a *{
    text-transform: uppercase;
}

.scrollbarWrap .btn-scroll-left, .scrollbarWrap .btn-scroll-right{
    display: block;
    position: absolute;
    top: 1px;
    z-index: 99;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 0 6px;
    background: #ededed;
}

.scrollbarWrap .btn-scroll-left{
    left: -3px;
}

.scrollbarWrap .btn-scroll-right{
    right: -3px;
}

.scrollbarWrap.filter-option{
    overflow: visible;
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.scrollbarWrap.filter-option .btn-scroll-right{
    right: -15px;
}
.scrollbarWrap.filter-option .btn-scroll-left{
    left: -15px;
}

.scrollbarList .cs-skin-elastic:last-child .cs-options{
    margin-left: -150px;
}


/** scrollbar  *****************************************************************************/


/* content grid */
.contentWrap{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.contentWrap .content{
    width: 806px;
    /*width: 88.615%;*/
    margin: 46px auto 30px auto;
    position: relative;
    padding: 0;
}
.contentWrap .grid *{
    color: #000;
}
.contentWrap .grid{
    width: 100%;
    /*width: 91.2%;*/
    min-height: 1px;
    position: relative;
    margin: 0 auto 100px auto;
}
.contentWrap .grid.fullWid{
    margin-bottom: 55px;
}
.contentWrap .grid > .grid{
    margin-bottom: 0;
}
.contentWrap .grid.fullWidth{
    width: 100%;
}
.contentWrap .grid .text{

}
.contentWrap .grid .gridTitle{
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}
.contentWrap .grid .description{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-bottom: 34px;
}
.contentWrap .grid .description.center{
    text-align: center;
}
.contentWrap .grid img{
    width: 100%;
    position: relative;
}


/** history - begin xxxx content  ********************************************************************************/
.contentWrap .grid.begin > .grid.left{
    width: 30%;
    margin-right: 3%;
    text-align: center;
    margin-left: 3%;
}
.contentWrap .grid.begin > .grid.right{
    width: 60%;
}
.contentWrap .grid.begin img{
    width: 256px;
}
/** history - begin xxxx content  ********************************************************************************/



/** history - journey xxxx content  ********************************************************************************/
.contentWrap .grid.journey{
    
}
.contentWrap .grid.journey .description{
    width: 100%;
    margin: 40px auto;
}
.contentWrap .grid.journey > .grid{
    margin-bottom: 0;
}
/** history - journey xxxx content  ********************************************************************************/


/** history - noteworthy xxxx content  *****************************************************************************/
.contentWrap .grid.timeline{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 380px;
}
.contentWrap .grid.timeline .wrap{
    width: 88%;
    float: left;
}
.contentWrap .grid.timeline .yearTextWrap{
    width: 12%;
    float: left;
}
.contentWrap .grid.timeline .yearTextWrap .yearText{
    font-size: 27pt;
    font-weight: bold;
    text-align: center;
}
.contentWrap .grid.timeline .yearTextWrap .yearText.bold{
    font-weight: bold;
}
.contentWrap .grid.timeline .yearTextWrap::after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 1px solid black;
    top: 80px;
    left: 6%;
    right: 0;
}
.contentWrap .grid.timeline .wrap .row{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 116px 0;
}
.contentWrap .grid.timeline .thumbnailWrap{
    width: 20%;
    float: left;
    margin: 0 6%;
}
.contentWrap .grid.timeline .textWrap{
    width: 68%;
    float: left;
}
/** history - noteworthy xxxx content  *****************************************************************************/


/** history - video content  **************************************************************************************/
.contentWrap .grid.video{}
.contentWrap .grid.video .videoWrap{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    text-align: center;
}
.contentWrap .grid.video .videoWrap iframe{}
.contentWrap .grid.video .videoWrap iframe, .contentWrap .grid.video .videoWrap object, .contentWrap .grid.video .videoWrap embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.contentWrap .grid.video .description{
    margin: 40px auto;
    width: 60%;
}
/** history - video content  **************************************************************************************/

/** history - dragons xxxx content  ********************************************************************************/
.contentWrap .grid.dragons > .grid.left{
    width: 30%;
    margin-right: 3%;
    text-align: center;
    margin-left: 3%;
}
.contentWrap .grid.dragons > .grid.right{
    width: 60%;
}
.contentWrap .grid.dragons img{
    width: 220px;
}
.contentWrap .grid.dragons.style2 > .grid.left, .contentWrap .grid.dragons.style3 > .grid.left{
    float: right;
}
.contentWrap .grid.dragons.style2 > .grid.right, .contentWrap .grid.dragons.style3 > .grid.right{
    float: left;
}
.contentWrap .grid.dragons.style2 > .grid.right{
    display: table;
    height: 486px;
}
.contentWrap .grid.dragons.style2 > .grid.right .description{
    display: table-cell;
    vertical-align: bottom;
} 
/** history - dragons xxxx content  ********************************************************************************/


/** history - digital xxxx content  ********************************************************************************/
.contentWrap .grid.digital{
    
}
.contentWrap .grid.digital .description{
    width: 100%;
    margin: 40px auto;
}
.contentWrap .grid.digital > .grid{
    margin-bottom: 0;
}
/** history - digital xxxx content  ********************************************************************************/


/** control show hide view **/
.historyView{
    width: 100%;
    /*width: 90%;*/
    min-height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;

    opacity: 0;
}
.historyView.open{
    opacity: 1;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}





.testerUL{
    height: 60px;
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.testerUL li{
    float: left;
    width: auto;
    height: 60px;
    background-color: #ededed;
    font-size: 14px;
}




/*by Travis, 22 Dec 2016*/.
.begin.fullWid, .dragons.fullWid{
    padding-left: 11%;
}
.fullWid .img-holder.oneLine{
  
}
.fullWid .img-holder.oneLine img{
    width: 23%;
}
.mb-show{
    display: none;
}
.dt-show{
    display: block;
}
.begin.fullWid .img-holder, .dragons.fullWid .img-holder{
    text-align: center !important;
}
.begin.fullWid .img-holder img, .dragons.fullWid .img-holder img{
    display: inline-block;
    margin: 0 5px;
}
.grid.dragons.fullWid .img-holder img{
    width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 767px){
.contentWrap .grid.begin.fullWid img{
    width: 256px;
}    
.contentWrap .grid.begin.fullWid .img-holder.oneLine img{
    width: 23%;
}
.contentWrap .grid.dragons.fullWid img{
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px){
.begin.fullWid, .dragons.fullWid{
    padding-left: 0%;
    margin-bottom: 20px !important;
}
.begin.fullWid .img-holder, .dragons.fullWid .img-holder{
    margin-bottom: 20px !important;
}
.contentWrap .grid.begin.fullWid .img-holder.oneLine img{
    width: 45%;
}
.contentWrap .grid.dragons > .grid.right, .contentWrap .grid.dragons > .grid.left{
    width: 100%;
}
.contentWrap .grid.dragons > .grid.left{
    margin-left: 0;
    margin-right: 0;
}
.contentWrap .grid.dragons img{
    width: 200px;
}
.contentWrap .grid.dragons.style2 > .grid.right{
    height: auto;
}
.mb-show{
    display: block;
}
.dt-show{
    display: none;
}
}