/*general*/ 
html, body {margin:0; padding:0; position: relative;;}
body {width: 100%; overflow-x:hidden; background-size: contain; background-image: url(../images/pageBkgd.png);}
ul, li {list-style: none; padding: 0; margin: 0; display: inline-block;}
input {padding: 0; margin: 0; font-family: Helvetica, Arial, sans-serif; margin: 0; border: 0;}
img {vertical-align: bottom; max-width: 100%;}

.click {cursor: pointer;}
.noselect {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

*:fullscreen,
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}

.hide-scrollbar::-webkit-scrollbar {display: none;}

body {font-family: 'Oswald-Regular', Arial, sans-serif;}
#outer {width: 100vw; height: 100%; max-width: 1200px; margin: 0 auto; box-shadow: 10px 10px 10px 10px #8686864f;}
#header1 {padding-bottom:10px; background-color: #FFF; display: flex; align-items: center;  flex-direction: column; padding-top: 20px;}
#logo{width:20%;margin-top:2vw;margin-left:4vw;}
#heading{float:right;width:70%;color:#306eb7;}
#headingTxt{font-size:3.4vw;text-align:center;margin-top:2vw;}
#matter{width:96%;margin-left:2%;}
#imagenarration{background-color:#306eb7;text-align:center;color:white;}
#insideimagenarration{padding:10px;}
#narration{background-color:#dadada;}
#insidenarration{padding:3%;font-size:15px;}
h1 {font-family: 'machine_btregular'; font-size: 60px; letter-spacing: 20px; margin: 0; margin-top: 20px;}
h1 span {color: #660000;}
#logoImg {width: 16vw;}
.shareTxt {font-size: 26px;}
.shareTxt a {color: #000};
/* #searchBtn {    border-right: 1px solid #FFF;} */

.PictureMosaicViewer-canvas:focus{outline: 0;}

/*-- function --*/
/* #function {display: flex; align-items: center; justify-content: center; height: 60px; color: #FFF; padding: 17px; background-color: #0066cb;} */
#function {display: flex; align-items: flex-start; justify-content: space-between; height: auto; color: #FFF; padding: 30px 65px; background-color: #342c27;}
/* #upload {flex: 1 1 70%}
#search {flex: 1 1 30%;} */
/* #share {flex: 3.6 3.6 36%;} */
/* #shares {flex: 3.6 3.6 36%;} */
#shares {display: flex; flex-direction: column; justify-content: center; letter-spacing: -0.2px; font-size: 20px; }
/* #shareContent { display: flex; align-items: center; justify-content: center; } */
#shareContent { display: flex; padding: 8px 0; margin-left:16px;}
#shareTxts {font-size: 21px; color:#FFF; width: 175px;}
#shareTxts, #shareIconss, #fbShare, #twShare {display: inline-block;}
#shareIconss {display: flex; width: 100px; justify-content: center;}
.shareIcon {height: 25px;}

#functionContainer{
    display: flex;
    flex-direction: column;
    color: #ccbbb1;
    width: 22%;
}

#textContainer{
    color: #ccbbb1;
    /* width: 55%; */
    width: 70%;
}
.rocheBlue {
    color: #3fc6f2;
}
.functionLabel{
    font-family: 'MyriadPro-BoldCond', Arial, sans-serif;
    font-size: 16px;
    margin-top: 25px;
}

#subText{
    line-height: 23px;
    width: 85%;
    font-size: 20px;
}

#twShare {margin-left: 10px;}
#liShare {margin-left: 10px;}

/*carousel*/
#carousel {width: 100%; color: #000; background-color: #e5ded9; font-weight: bold;}

/* #carouselTitle { padding-left: 5%;} */
/* #carouselTxt { font-size: 25px;  letter-spacing: 0.2px; text-align: center;} */
#carouselTxt { font-size: 36px;  letter-spacing: 0.2px; text-align: center;}
#carouselTxtLine {background-color: #000;
    height: 2px;
    width: 100px;
    margin: 10px auto;
} 
video {    object-fit: cover;
    width: 100%;
    height: 70%;}
#carouselRefresh {margin-left: 12px;}
#carouselRefresh img {height: 20px; vertical-align: baseline;}
#photoContainer {padding: 25px 0; overflow: hidden; height: 150px;}
#photoContainer ul {width: 100%; height: 100%;}
#carouselLeft, #carouselRight, #carouselMiddle {vertical-align: middle;}
#carouselLeft, #carouselRight {width: 5%; height: 100%; user-select: none; outline: none;}
#carouselRight {text-align: right;}
#carouselMiddle {width: 90%; height: 100%;}
#leftArrowPhotos, #rightArrowPhotos { height: 100%; display: flex; justify-content: center; align-items: center;}
#arrowLeft, #arrowRight {/*font-size: 54px;*/ height: 40px; width: 100%;}
#arrowLeft {background: url(../images/arrow_left.png) no-repeat; background-size: contain; background-position: center;}
#arrowRight {background: url(../images/arrow_right.png) no-repeat; background-size: contain; background-position: center;}

#displayContainer {height: 100%;}
#carouselLoading {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.carouselPhoto {width: 100%; height: 100%;}
.carouselLike {
    background-color:#FFF; 
    position:absolute; 
    bottom: 2px; 
    right: 2px; 
    font-weight: 600;
    border-radius: 60px; 
    padding: 1px;
}
.carouselItem {width: 215px; height: 135px; position: relative; border: 5px solid #FFF; margin-right: 35px;}
.carouselName { position: absolute; bottom: 0; left: 0;  background-color:#FFF; width: 100%; height: 40px;  font-weight: 600; color: #342c27;}
.nameTxt {position: absolute; bottom: 0; left: 0; margin-left: 4px; font-size: 20px; font-weight: 600; color: #342c27; padding: 5px 0;}
.grow {transition: all .2s ease-in-out;}
.grow:hover {transform: scale(1.1);}
.owl-stage-outer {padding: 10px;}

/*upload*/
/* #upload {height: 75%;}
#uploadBtn {background-color: #c1152d; height: 100%; display: flex; justify-content: space-evenly; align-items: center; width: 215px; padding: 10px 0;} */
#upload {height: 75%; width: 100%;}
#uploadBtn {background-color: #c1152d; height: 100%; display: flex; justify-content: space-evenly; align-items: center; width: 100%; padding: 10px 0;}
#uploadBtn:hover {background-color: #c1152d;}
#uploadBtn:active {background-color: #c1152d;}
#uploadTxt { color: #fff; font-size: 16px; text-align: center;}



/*search*/
#search {height: 50px; display: flex; align-items: center; width: 100%;}
#searchTxt{margin: 0px 20px; font-family: "imagoProBoo"; font-size: 20px;}
#searchContent {
    /* width: 350px;
    height: 90%; */
    /* width: 215px; */
    width: 100%;
    height: 75%;
    position: relative;
}

#search_part { display: flex; align-items: center; justify-content: center; height: 100%;}
#field_holder {flex: 7.5 7.5 75%; height: 100%; }
/* #searchBtn {flex: 2.5 2.5 25%; height: 100%; background-color: #FFF;} */
#searchBtn img {width: 35px;}

#field_holder { position: relative;  }
#keyword_input { height: 100%; width: 100%; padding-left: 2%; font-size: 18px; outline: none; font-weight: 300;}
#keyword_input::placeholder {color: rgb(121, 121, 121); font-size: 13.5px;  font-weight: 100; padding-left: 7px;}
#searchClear { width: 15px; position:absolute; right: 10px; top: 11px; display: none; }
#keyword_input::-ms-clear {display: none;}

/* #searchBtn {display: flex; align-items: center; justify-content: center;} */

#result_part {position: absolute; width: 100%;}
#valid_search { text-align: left; margin-top: 5px; font-size: 12px;color:#FFF;}
/*#englishLetters{display: inherit;width:0px;height:0px;background:url('/images/english_cards.png') no-repeat; position: absolute;right:0px;top:4.5%;background-size: contain;z-index:99;}*/

#searchTip {padding: 5px; font-size:12px !important; font-weight:normal !important; text-align: center;}
#mobileSearch {
    height: auto;
    max-height:255px;
    width: 100%;
    position:relative;
    overflow:scroll;
    background:#FFF;
    z-index:9990;
    overflow-x: hidden;
    
    display: none;

    padding-bottom: 15px;

}

#pm {background-color: #FFF; margin: 0;}

.searchResultTxt {color: #fff;}


#searchContent .scroll-wrapper {width: 243px; margin-top: -4px;}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 12px;

    z-index: 10000;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #fff; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #306eb7; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #0062b3; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #002a4d; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*.scrollbar-inner > .scroll-element.scroll-x {display: none;}*/

/*share*/

#share {display: flex;  justify-content: space-around; font-size: 20px; margin: 100px 0 25px 0; width: 100%; }

/* #shareContent { display: flex; align-items: center; justify-content: center; } */
#shareTxt {font-size: 21px; color:black;}
#shareTxt, #shareIcons, #fbShare, #twShare {display: inline-block;}

.shareSection {display: flex; align-items: center;}
.shareIcons {margin-right: 10px;}
.shareTxt {font-family: 'machine_btregular'}
#twShare {margin-left: 10px;}

/*-- mosaic --*/
#mosaic {max-width: 1200px; width: 100%; margin:0 auto; z-index:10;}

/*-- pm --*/
#pm a {text-decoration: none; color: #000;}
#pmCredit {display: flex; align-items: center; justify-content: flex-end; margin-right: 5px; padding-top: 10px;}
#pmLogo {height: 13px; display: flex; margin-right: 4px;}
#pmLogo img {height: 100%;}
#pmTxt {font-size: 11px; letter-spacing: -0.2px;}

/*-- footer --*/
#footer { display: flex; flex-direction: column; align-items: center; z-index:1;}

/*others*/
#animateOn, #animateOff { font-family: 'Myriad Pro', Helvetica, sans-serif; background-color: #000;}



/* custom */
#displayNone{display: none;}
#uploadBtn img{width: 28px;}
#headerSection{height: 180px; background-color: #FFF; padding: 10px 30px;}
#headerTxtContainer{margin-top: 65px;}
.headerTxt{display: block; font-size: 45px; font-family: "imagePro";}
#topLogo{width: 100px; float: right;}

/* #bottomInfoContainer{background-color: #fff ;display: block; height: auto; font-weight: 100; font-family: "imagoProBoo"; font-size: 16.5px; padding:50px 60px 20px 60px; } */
#bottomInfoContainer{background-color: #342c27 ;display: block; height: auto; font-weight: 100; font-size: 16.5px; padding:15px 65px; }
.bottomInfoTxt{
    font-family: 'MyriadPro-BoldCond', Arial, sans-serif;
    color: #3fc6f2;
    text-transform: uppercase;
    font-size: 3.2vw;
    font-weight: bold;
}

#btmContainer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15px 0;
}

#bottomtxt {
    width: 55%;
}

#bottomImg {
    width: 40%;
}

#bottomImg img {width: 100%;}
#uploadInlineText{
    cursor: pointer;
    text-decoration: underline;
}

#addInfo1{
    color: #ffffff;
    /* font-size: 1.3vw; */
    /* font-size: 20px; */
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-family: 'Oswald-Light', Arial, sans-serif;
}
#addInfo2{
    color: #cdc6c1;
    font-size: 21px;
    font-family: 'Oswald-Light', Arial, sans-serif;
}

/* #titleText {font-size: 4vw; line-height: 3vw; padding-bottom: 20px; font-weight: bold;} */
#titleText {font-size: 71px; line-height: 55px; padding-bottom: 20px;  font-family: 'MyriadPro-BoldCond', Arial, sans-serif;}
.sub1 {
    color: #FFF;
    /* font-size: 2vw; */
    font-size: 33px;
    line-height: 3vw;
    font-family: 'Oswald', Arial, sans-serif;
}

#cardContainer{height: 385px; background-color: #ebf2fa; display: flex; justify-content: center; width: 100%; margin: 0 auto; text-align: center; border-bottom: 3.5px #0066cb solid; padding: 10px 0px;}
.card {position: relative;background-color: #fff;max-width: 225px;max-height: 280px;width: 225px; height: 280px;display: inline-block;align-self: center;margin: 0px 50px;box-shadow: 0px 4px 7px 0px #8686864f;}
.card-img-top{width: 100%;}
.card:hover{box-shadow: 0px 9px 12px 0px #8686864f;}
.card-body {padding: 1rem 1rem;text-align: left !important;}
.card-text{font-weight: 100;font-size: 0.6rem; max-height: 52px;}
.card-title {margin-bottom: .5rem; margin-top: 0px;font-size: 13px;font-weight: 100;}

#articleLink{position: absolute; font-size: 13px; font-weight: 100; color: #000; margin-top: 15px;}
#articleLink img{width: 14px; vertical-align: -1.3px; margin-left: 5px;}

/* #socialContainer{height:245px; display: block; background-color: #FFF; width: 100%;} */
#socialContainer{background-color: #FFF; width: 100%;}
#socialIconContainer{margin-left: 85px;}
#socialIconContainer img{margin: 30px 10px 10px 10px; width: 56px;} 
#socialIconContainer div{display: inline-block;}

/* #termsContainer{display: block;margin: 35px 85px;} */
#termsContainer{display: flex; justify-content: center; background-color: #3fc6f2; padding: 15px 65px; font-size: 24px; color: #342c27 !important;}
#termsContainer a {color: #342c27 !important;}
#sep {margin: 0 20px;}
#termsContainer2 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    width: 55%;
}
#termsContainer2 a {color: #e5ded9 !important;}
#termsLine2{padding-top: 20px;}
#termsLine1 li, #termsLine2 li{padding: 0px 12px;}

/* #footerEndContainer{height:315px; display: block; background-color: #342c27; display: block; padding: 0px 80px; color: #FFF;} */
#footerEndContainer{height:400px; display: flex; background-color: #342c27; padding: 0 65px; color: #FFF; flex-direction: column; justify-content: space-evenly; font-size: 20px;}
/* #footerTxt1{ font-size: 14px; margin-top: 85px; margin-bottom: 80px; display: block;} */
#footerTxt1{ display: block; font-family: 'Oswald-Light', Arial, sans-serif;}
#footerTxt2{display: block;}
#footerTxt3{display: block; margin-top: 20px; }
#footerTextContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bottomLogo{height: 50px;}


/*-- responsive --*/
@media (max-width: 1035px) {
    #titleText {font-size: 65px;}
}
@media (max-width: 950px) {
    /* #function {flex-direction: column; height: 190px; padding: 5px 15px 5px 15px; justify-content: space-evenly;} */
    #function {flex-direction: column; height: 160px; padding: 30px 20px 15px 20px; justify-content: space-evenly;}
    #upload, #search, #share {width: 95%; height: 60px;}
    #shareTxts {font-size: 20px; width: 100%;}
    #search {width: 95%; height: 60px; order:3; margin: 10px auto; flex: inherit;}
    #searchContent {width: 100%; height: 100%;}
    #searchContent .scroll-wrapper {width: 75%;}
    #uploadTxt{font-size: 24px;}
    #logoHead {width: 26vw;}
    #uploadTxt{font-size: 20px;}
    .shareTxt {font-size: 20px;}
    /* #keyword_input, #keyword_input::placeholder {font-size: 19px;} */
    #search_part {height: 70%;}
    #searchClear {width: 18px; position: absolute; right: 0; top: 11px;}
    /* #searchBtnTxt {font-size: 19px; padding-left: 10px; padding-right: 10px;} */
    #uploadBtn {width: 100%; height: auto; justify-content: center;}
    #uploadBtn img {margin-right: 10px; width: 35px;}
    #upload {width: 100%; height: 45px; margin-left: 0; flex: inherit; padding: 20px 0px;}
    .shareIcons {margin-right: 3px; flex: 0 1 10%;}
    #share {margin: 50px 0 25px 0;}
    .shareIcon {height: 34px;}
    #shareContent {padding: 10px 0;}
    #shares {    flex: inherit;}
    /* #searchBtn {border: none;} */
    #carouselTxt {text-align: center;}
    #functionContainer {width: 50%; margin: 0 auto;}
    #shareIconss{width: auto;}
    #footerTextContainer {align-items: center;}


    /* custom */
    .card{width: 260px; max-width: 275px; margin: 0px 20px;}
    #articleLink{position: absolute; bottom: 5px;}
    #bottomInfoContainer{padding: 50px 30px 20px 40px;}
    #function{height: auto;}
    #textContainer {width: 100%;}
    #subText {width: 100%;}

}

@media (max-width: 767px) {
    #photoContainer {padding: 15px 0;}
    /* #keyword_input, #keyword_input::placeholder {font-size: 13px;} */
    .shareIcons {margin-right: 3px; flex: 0 1 10%;}
    #share {margin: 50px 0 25px 0;}

    /* custom */
    .card{display: block; margin: 40px auto; }
    #cardContainer{display: block; height: auto; min-height: 385px; background-color: #ebf2fae6;}
    #termsContainer{display: block; text-align: center;}
    #socialIconContainer{text-align:center; padding: 0px; width: 100%; margin: 0 auto; display: block;} 
    #socialIconContainer div{display: inline-block; margin: 0 auto;}
    #displayNone{display: block;}
    #footerTxt1{margin-bottom: 10px;}
    #termsLine2{padding: 0px;}
    #termsLine1 li, #termsLine2 li {padding: 5px 9px;}
    #footerEndContainer{height: auto; padding: 25px 40px; font-size: 18px;}
    #footerTextContainer {align-items: center;}
    #socialContainer{height: auto;}

    #btmContainer {
        flex-direction: column-reverse;
    }
    #bottomImg{width: 100%;}
    #bottomtxt{width: 100%;}
    .bottomInfoTxt {font-size: 25px;}
    #addInfo1 {font-size: 20px;margin: 7px 0;}
    #addInfo2{font-size: 18px;}
    #carouselTxt {font-size: 25px;}

    #function{height: auto;}

    #functionContainer{width: 85%;}
    #titleText {font-size: 10vw;}
} 

@media (max-width: 540px) {
    .shareTxt {font-size: 13px;} 
    #termsLine1 li, #termsLine2 li{font-size: 0.8rem;}
    #footerTxt1{margin-bottom: 0px; margin-top: 40px;}
    .headerTxt{font-size: 32.5px;}
    #headerTxtContainer { margin-top: 90px;}
    #headerSection{height: auto;}
    #titleText{padding: 0px;}
    .sub1{font-size: 27px; line-height: 33px;}
    #functionContainer{width: 100%;}
} 

@media (max-width: 420px) {
    h1 {font-size:7vw;text-align:center;margin-top:2vw; letter-spacing: 3px;}
    .shareTxt {font-size: 11px;}
    #keyword_input {font-size: 20px;}
    #keyword_input::placeholder {font-size: 17px;}
    #search_part {height: 70%;}
    #searchClear {width: 18px; position: absolute; right: 4px; top: 11px;}
    /* #searchBtnTxt {font-size: 13px; padding-left: 10px;} */
    .shareIcons {margin-right: 3px; flex: 0 1 10%;}
    #share {margin: 50px 0 25px 0;}
    #searchBtn img {width: 30px; }
    #shareTxts {width: auto;}

    /* custom */
    #headerSection{padding: 10px 0px;}
    .headerTxt{font-size: 25px; text-align: center;}
    #headerTxtContainer { margin-top: 23px;}
    #topLogo {width: 135px; margin: 0 auto; display: block; float: none;}

    @supports (-webkit-touch-callout: none) {
        #keyword_input::placeholder {font-size: 15px;}
      }
}