/*general*/ 
html, body {margin:0; padding:0; position: relative; background:#b6a268}
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: 'Atlas', 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: 'Atlas', Arial, sans-serif;}
#outer {width: 100vw; height: 100%; max-width: 1132px; margin: 0 auto; background:#701931}
#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: #701931;}
#logoImg {width: 16vw;}
.shareTxt {font-size: 18px;}
.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: #2a2a2a;} */
#function {display: flex; align-items: center; justify-content: space-between; height: 60px; color: #FFF; padding: 17px; background-color: #cec7bf;}
/* #upload {flex: 1 1 70%}
#search {flex: 1 1 30%;} */
/* #share {flex: 3.6 3.6 36%;} */
/* #shares {flex: 3.6 3.6 36%;} */
#headerTop {width:100%; padding:25px 0;}
#logoLeft {display:inline-block; width:40%; text-align:center;}
#kutzLogo {width:80%; max-width:349px; margin:0 auto;}
#logoRight {display:inline-block; width:60%; text-align:center;}
#kutzText {width:80%; margin:0 auto; font-size:22px; color:#FFF; font-weight:bold; text-transform: uppercase;}
#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: 18px; color:#000; width: 200px; text-shadow: #8c8c8c 1px 0 4px;}
#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: #404040;}

/* #carouselTitle { padding-left: 5%;} */
#carouselTxt { font-size: 25px; font-weight: bold; margin:20px 0 0 5%; color:#FFF;}
#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; opacity:0.7;}
#arrowRight {background: url(../images/arrow_right.png) no-repeat; background-size: contain; background-position: center; opacity:0.7;}

#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;}
.carouselName { position: absolute; bottom: 0; left: 0;  background-color:rgba(0, 0,0, 0.6); width: 100%; height: 30px;  font-weight: 600; text-transform: uppercase; color: #fff;}
.nameTxt {margin-left: 4px; font-size: 14px; font-weight: 600; height:30px; line-height:30px; color: #fff;}



/*upload*/
#upload {height: 85%;}
#uploadBtnShadow {height: 100%; display: flex; justify-content: space-evenly; align-items: center;}
#uploadBtn {background-color: #701931;  width:100%; padding:8px 20px 13px;}
.hex {
    background: #701931;
    -webkit-clip-path: polygon(10% 2%, 90% 2%, 100% 50%, 90% 98%, 10% 98%, 0% 50%);
    clip-path: polygon(10% 2%, 90% 2%, 100% 50%, 90% 98%, 10% 98%, 0% 50%);
}
#uploadBtnShadow {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
#uploadTxt { color: #fff; font-size: 19px; text-align: center; font-weight: bold;}



/*search*/
#search {height: 50px; 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 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: #000; font-size: 18px;  font-weight: 300;}
#searchClear { width: 20px; position:absolute; right: 0; top: 15px; 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;

}

.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: #701931; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #701931; }
.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: #FFF; margin: 0;}
#pmCredit {display: flex; align-items: center; justify-content: flex-end; margin-right: 5px; padding-top: 5px;}
#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: #701931;}

/*-- responsive --*/

@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;}
    #logoLeft, #logoRight {width:100%;}
    #logoRight {margin-top:25px;}
    #kutzText {font-size:12px;}
    #upload, #search, #share {width: 95%; height: 60px;}
    #shareTxts {font-size: 20px; width: 100%;}
    #search {width: 95%; height: 60px; order:3; margin: 2px auto; flex: inherit;}
    #searchContent {width: 100%;}
    #searchContent .scroll-wrapper {width: 75%;}
    #logoHead {width: 26vw;}
    #uploadTxt{font-size: 20px;}
    .shareTxt {font-size: 20px;}
    #carouselTxt {margin:20px 0 0 0;}
    /* #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: 50%; justify-content: center;}
    #uploadBtn img {margin-right: 10px;}
    #upload {width: 95%; height: 45px; 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;}
}

@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;}
    #uploadTxt {font-size:17px;}
}

@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: 20px;}
    #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;}
}