/*general*/ 
html, body {margin:0; padding:0; position: relative;}
body {width: 100%; overflow-x:hidden;}
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: 'Medium', Arial, sans-serif;}
#outer {width: 100vw; height: 100%; max-width: 1200px; margin: 0 auto;}
#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;}

#titleContainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: 30px auto;
}
#title1{
    font-family: 'Steel Sports', Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
}
#title1 span {color:#ea3d92;}
#title2{
    font-family: 'Sinkin Sans 400', Arial, sans-serif;
    text-align: center;
    width: 85%;
    font-size: 13px;
}

#steelLogo img{
    width: 160px;
    margin: 20px 0 0 17px;
}


/*-- function --*/
/* #function {display: flex; align-items: center; justify-content: center; height: 60px; color: #FFF; padding: 17px; background-color: #2a2a2a;} */
#function {display: flex; align-items: center; justify-content: space-between; color: #FFF; padding: 17px; background-color: #000;}
/* #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; }
#shareTxts {font-size: 16px; color:#ea3d92; width: 185px; font-family: 'Sinkin Sans 700', Arial, sans-serif; text-transform: capitalize;}
#shareTxts, #shareIconss, #fbShare, #twShare {display: inline-block;}
#shareIconss {display: flex; width: 100px; justify-content: center;}
.shareIcon {height: 38px;}

#twShare {margin-left: 10px;}

/*carousel*/
#carousel {width: 100%; color: #ea3d92;}

/* #carouselTitle { padding-left: 5%;} */
#carouselTxt { font-size: 25px; font-family: 'Steel Sports', Arial, sans-serif; margin-top:35px;}
#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: 150px; height:150px; position: relative; border: 2px solid #000;}
.carouselName { position: absolute; bottom: 0; left: 0;  background-color:rgba(1, 147, 222); mix-blend-mode: multiply; width: 100%; height: 34px;  font-weight: 600; text-transform: uppercase; color: #fff; display: none;}
.nameTxt {position: absolute; bottom: 0; left: 0; margin-left: 4px; font-size: 14px; font-weight: 600; color: #fff; display: none;}


/*upload*/
#upload {height:45px;  font-family: 'Sinkin Sans 700', Arial, sans-serif;}
#uploadBtn {background-color: #ea3d92; height: 100%; display: flex; justify-content: space-evenly; align-items: center; width: 265px;}
#uploadBtn:hover {background-color: #ea3d92;}
#uploadBtn:active {background-color: #ea3d92;}
#uploadTxt { color: #fff; font-size: 16px; text-align: center; }



/*search*/
#search {height: 45px; display: flex; align-items: center;}
#searchContent {
    width: 346px;
    height: 100%;
    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 13%; height: 100%; background-color: #FFF;}
#searchBtn img {width: 27px;}

#field_holder { position: relative;  }
#keyword_input { height: 100%; width: 100%; padding-left: 2%; font-size: 14px; outline: none; font-weight: 300;  font-family: 'Sinkin Sans 400', Arial, sans-serif;}
#keyword_input::placeholder {color: #888888; font-size: 14px;  font-weight: 300;  font-family: 'Sinkin Sans 400', Arial, sans-serif;}
#searchClear { width: 20px; position:absolute; right: 0; 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: 1px; 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: 347px; 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;}
.shareIcon {height: 38px;}
.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;}

/*-- responsive --*/
@media (max-width: 1085px) {#title1{font-size: 30px;}}
@media (max-width: 950px) {
    /* #function {flex-direction: column; height: 190px; padding: 5px 15px 5px 15px; justify-content: space-evenly;} */
    #function {flex-direction: column; height: 190px; padding: 15px; justify-content: space-evenly;}
    #upload, #search, #share {width: 95%; }
    #shareTxts {font-size: 18px; width: 100%;}
    #search {width: 95%; order:3; margin: 2px auto; flex: inherit;}
    #searchContent {width: 100%;}
    #searchContent .scroll-wrapper {width: 75%;}
    #uploadTxt{font-size: 18px;}
    #logoHead {width: 26vw;}
    #keyword_input, #keyword_input::placeholder {font-size: 18px;}
    #searchClear {width: 18px; position: absolute; right: 0; top: 11px;}
 
    #uploadBtn {width: 100%; justify-content: center;}

    #upload {width: 95%; margin-left: 0;     flex: inherit;}
    .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;}

    #title1{text-align: center;}
    #title2{width: 100%;}
}

@media (max-width: 767px) {
    #photoContainer {padding: 15px 0;}
    .shareIcons {margin-right: 3px; flex: 0 1 10%;}
    #share {margin: 50px 0 25px 0;}
}

@media (max-width: 500px) {
    .shareTxt {font-size: 13px;} 
    #photoContainer {height: auto; text-align: center;}
    #carouselMiddle {width: 80%; padding: 0 10px;}
    .carouselItem {height: 115px; width: 115px;}
}

@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: 18px;} */

    #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;}

    #title1{font-size: 25px;}
}