
/*general*/
html, body {-webkit-text-size-adjust:none; background-color: #fff;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none; margin:0; padding:0; position: relative;}
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a{text-decoration: none;}

body, html {margin: 0; width: 100%; height: 100%; }
ul {width: 100%;}
ul, li {list-style: none; padding: 0; margin: 0; display: inline-block;}
input {padding: 0; margin: 0; border: none;}

.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 */
}

.flexbox {
    display: flex;
}

*:fullscreen,
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
 overflow: auto !important;
}

#container {width: 100%; max-width: 1300px;}
#center {margin: 0;}

/*--header--*/
#header {padding: 0px; display: flex; align-items: center; flex-flow: row wrap; flex-direction: column; justify-content: space-evenly;}
#titleMain {flex: 1 1 30%; width: 100%; text-align: center;  text-align: left; color: white;}
/* #top {display: flex; width: 100%; flex-flow: wrap; padding-bottom: 20px;} */

/*custom css*/
#top {
    display: flex; 
    width: 100%; 
    flex-flow: wrap;
}
/*end of custom css*/

#titleMainSub {color: white; letter-spacing: 6px; font-size: 19px;}

#subtitleMain {flex: 1 1 60%; text-align: right; padding: 20px 0 0 20px; color: white;}
#titleMain img {width: 300px;}

#logo img {width: 250px;}
#sloganTxt {
    /* font-size: 22px; 
    font-family: 'TradeGothicLTStd'; */

    /*custom css*/
    font-size: 36px; 
    font-family: 'Arial';
    text-align: right;
    /*end of custom css*/

}

/*upload*/
#uploadBtn {width: 45vw; max-width: 500px; height: 100%; background-color: #389dd3; color: #fff; display: flex; align-items: center; justify-content: center;}
#uploadTxt { font-size: 25px; /*letter-spacing: 1.5px;*/ padding: 12px 30px 12px 30px;}

#shareAndSearch {display: flex; padding-top: 3vw;}
#right {display: flex; flex-direction: column; flex: 1 1 50%; /*margin-left: 3vw;*/}

/*text box*/
#text {flex: 1 1 50%; margin-right: 20px;}
#textTitle {padding: 0px 0px 10px 0px; font-size: 45px; font-family: 'TradeGothicLTStd-BdCn20'; text-transform: uppercase;}
#textBody {color: rgba(119,119,119); font-family: 'Georgia-Italic'; line-height: 2; font-size: 18px;}

/*function*/
#function {
    flex: 1 1 50%; 
    display: flex; 
    flex-flow: wrap row;
    align-items: center;
    justify-content: center; 
    /* height: 64px;  */
    width: 100%;
    text-align: right;
    background-color: #e9e9e9; border-bottom-style: solid;
    border-bottom-color: #014992;
    border-bottom-width: 1px;

    /*custom css*/
    padding: 20px;
    /*end of custom css*/

}
/* #search {flex: 3.5 3.5 35%; height: 54px;} */
#upload {flex: 3.5 3.5 35%; height: 100%;}
.share {display: flex; justify-content: center; font-size: 20px;}

/*custom css*/
#secondOptionHeader {display:flex; height:60px;}
#share2 {display: flex; justify-content: center;flex: 2 35%;}
.shareWrapper{display: flex; align-items: center; justify-content: flex-end;}
/*end of custom css*/

/* #shareWrapper{display: flex; align-items: center; justify-content: flex-end; width: 100%; margin: 0 auto; margin-right: 10px;} */


/*search*/
#searchContent {height: 70%; margin-top: 10px; margin-left: 10px; position: relative; max-width: 500px; float: left;}
#search_part {height: 100%; float: left;}
#field_holder {background-color: #fff; height: 100%; display: flex; align-items: center; max-width: 500px;}
#keyword_input{flex: 8.6 8.6 86%; padding-left: 10px; color: #000000; font-size: 19px; font-weight: 600; margin-left: 3px; background-color:transparent; padding-right: 34px;}
#keyword_input::placeholder {color: #868688; font-size: 19px; font-family: 'TradeGothicLTStd', Helvetica, Arial, sans-serif;}
#keyword_input::-ms-input-placeholder {color: #005695; font-size: 19px; font-family: 'TradeGothicLTStd',Helvetica, Arial, sans-serif; }
#keyword_input::-ms-clear {display: none;}
#searchBtn {height: 100%; /*flex: 1.4 1.4 14%;*/ display: flex; align-items: center; justify-content: center;}
#searchBtn img {max-height: 100%; max-width: none;}

#searchClear {
    position:absolute; 
    /*top: 10px;*/ 
    right: 55px;
    display: none;
}

/* #result_part {width: 100%; position: absolute; top: 34px;} */

/*custom css*/
#result_part {width: 100%; position: absolute; bottom: 41px;}
/*end of custom css*/

#clearSearchDiv{display:none; font-size:12px; color:#dd463a; text-align:center;  margin-top: 3px;}
#valid_search {width: 85%; font-size: 14px; position: absolute; color: #fff; margin-top: 3px;}
#mobileSearch {
    position: relative;
    height: auto;
    max-height:255px;
    width: 100%;
    overflow:scroll;
    background: rgb(232,232,232);
    color:#fff;
    z-index:9999;
    overflow-x: hidden;
    display: none;
}

#mobileSearch td {vertical-align: middle;}
.headerText {font-weight: 600; margin-left: 5px; color: #000000;}

#searchTip {margin-left: 5px;}

#instructions{padding-left: 100px; padding-top: 20px;}
#instructionsTitle{background: rgb(232,232,232); padding: 10px; font-size: 26px; font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;}
.insts {display: flex; color: rgba(119,119,119); padding: 10px 0px 5px 0px; font-size: 21px; font-family: 'TradeGothicLTStd',Helvetica, Arial, sans-serif; }
.num{color: rgb(4,166,225); padding-right: 15px;}
#questions {display: flex; padding: 20px 0px 5px 0px; font-size: 21px; font-family: 'Georgia-Italic'; }
#qLink a {color: rgb(4,166,225); text-decoration: none; padding-left: 5px;}

/*custom css*/

/*search*/
#search {
    height: 54px;
}

/*search text*/
#searchTxt{
    color: #00afab;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: auto;
}

/*logo*/
#logo {
    flex: 2.4 2.4 24%;
    padding: 0 20px;
}

/*slogan*/
#slogan {
    flex: 2.4 2.4 24%;
    padding: 0 40px;
}

/*light blue color*/
.lightBlueColor{
    color: #00afab;
}

/*dark blue color*/
.darkBlueColor{
    color: #004fa2;
}

/*close space*/
.closeSpace{
    margin-right: -10px;
}

/*top bar*/
#top {
    display: flex; 
    align-items: center;
}

/*header text*/
#headerTxt{
    text-align: left;
    padding-left: 10px;
    color: #004fa2;
    font-weight: bold;
    line-height: 1.5rem;
    word-break: break-word;
}

/*upload button*/
#uploadButton{
    width: 90%;
    max-width: 280px;
    margin: 0 20px 0 auto;
    padding: 12px;
    background-color: #004fa2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .75), inset -2px -2px 2px rgba(0, 0, 0, 0, .75);
}

/*upload text*/
#uploadText{
    font-size: 30px;
    letter-spacing: 0.5px;
}

/*mosaic bottom bar*/
#mosaicBottomBar {
    flex: 1 1 50%; 
    display: flex; 
    flex-flow: wrap row;
    align-items: center;
    justify-content: center; 
    height: auto; 
    text-align: right;
    background-color: #e9e9e9;
    padding: 10px 20px;
}

/*share Text*/
#shareTxt {
    font-size: 18px; 
    letter-spacing: 0.5px; 
    margin-left: 20px; 
    color: #00488e; 
    font-weight: 600; 
    font-family: Arial;
}

/*bottom options*/
#bottomOptions {
    display: flex; 
    flex-flow: wrap row;
    align-items: center;
    justify-content: center; 
    text-align: center;
    padding-bottom: 20px;
    background-color: #ffffff;
}

/*first option*/
#firstOption {
    /* height: auto;
    min-height: 282px; */
    height: 282px;
    width: 49%;
    background-color: #cfddec;
}

/*second option*/
#secondOption {
    margin-left: auto;
    /* height: auto;
    min-height: 282px; */
    height: 282px;
    width: 49%;
    background-color: #cfddec;
}

/*visit button*/
#visitButton{
    width: 90%;
    max-width: 280px;
    margin: 25px auto 35px auto;
    padding: 15px;
    background-color: #ffffff;
    color: #004fa2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .75), inset -2px -2px 2px rgba(0, 0, 0, 0, .75);
}

/*visit button text*/
#visitButtonText{
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: Arial;
}

/*first option header*/
#firstOptionHeader{
    font-weight: bold;
    color: #004fa2;
    margin: 36px 0 27px 0;
    font-size: 21px;
    font-family: Arial;
}

/*second option banner*/
#secondOptionBanner{
    display: flex;
    background-color: #004fa2;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 2 65%;
}
#bannerTriangleBox {
    position:absolute;
    right: -15px;
    top:0;
    height:100%;
    width:15px;
    background-color: #004fa2;
}

/*banner text*/
#bannerText{
    font-size: 26px;
    font-family: Arial; 
    color: #ffffff;
}

/*banner triangle*/
#bannerTriangle{
    width: 0;
    height: 0;
    border-top: 20px solid black;
    border-right: 15px solid transparent;
    position:absolute;
    bottom:-20px;
    left:0;
}

/*second option text container*/
#secondOptionTextContainer{
    display: flex;
    margin: 40px auto 25px auto;
    justify-content: center;
    align-items: center;
}

/*text numbers*/
#textNumbers{
    text-align: left;
    display: flex;
    flex-flow: wrap column;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    /* margin-left: 40px; */
    margin-left: 125px;
    font-weight: bold;
    font-size: 21px;
    font-family: Arial;
}

/*first option text*/
#firstOptionTxt{
    font-family: Arial;
    font-size: 18px;
    padding: 0 120px;
}

/*second option text*/
#secondOptionText{
    text-align: left;
    font-size: 21px;
    margin-left: 20px;
    margin-right: 85px;
    font-family: Arial;
}

/*upload button 2*/
#uploadButton2{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
    color: #004fa2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .75), inset -2px -2px 2px rgba(0, 0, 0, 0, .75);
}

/*upload text 2*/
#uploadText2{
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: Arial;
}

/*foot wrap container*/
#footWrapContainer{
    display: flex; 
    flex-flow: wrap;
    background-color: #e9e9e9;
}

/*foot wrap header*/
#footWrapHeader{
    flex: 1 1 100%;
    display: flex; 
    flex-flow: wrap;
    align-items: center;
    padding: 10px 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}

/*foot wrap logo*/
#footWrapLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 0 20px; */
}

/*foot wrap logo image*/
#footWrapLogo img {
    width: 155px;
    height: 60px;
}

/*footer space*/
.footerSpace {
    margin: 0 45px 0 35px;
}

.footerSpace2 {
    margin: 0 40px;
}

/*link text*/
.linkText{
    font-size: 16px;
    font-family: Arial;
    line-height: 2rem;
}

/*bottom foot wrap*/
#footWrapBottom {
    flex: 1 1 100%;
    margin: 0 auto;
    max-width: 1300px;
}

/*footWrapTextContainer*/
.footWrapTextContainer{
    display: flex; 
    flex-flow: wrap;
    align-items: center;
    /* padding: 10px 0 20px; */
}

/*foot wrap text*/
.footWrapText {
    display: flex; 
    flex-flow: wrap row;
    align-items: center;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
}

/*dark black color*/
.darkBlackColor {
    color: #000000;
}

/*link hover and focus color*/
a:hover, a:focus {
    color: #23527c;
}

/*shrink upload button*/
.uploadBtnDecrease {
    height: 40px;
    margin-right: 40px;
}

/*shrink upload button 2*/
.uploadBtnDecrease2 {
    height: 30px;
    margin-right: 20px;
}

/*margin bottom*/
.marginBottom{
    margin-bottom: 20px;
}

/*end of custom css*/

/*share*/
#shareArea {width: 100%; height: 100%; display: flex; color: #fff; align-items: center; justify-content: center;}
/* #shareTxt {font-size: 18px; font-size: 12px; letter-spacing: 0.5px; margin-right: 20px; color: #00488e; font-weight: 600; font-family: 'TradeGothicLTStd', Helvetica, Arial, sans-serif;} */
/* #shareIcons {display: flex; align-items: center; justify-content: center; height: 36px;} */

/*custom css*/
.shareIcons {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 36px;
}
/*end of custom css*/

.share_fb, .share_tw { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px;  border-radius: 50px;}
.share_fb {margin-right: 16px; background-color: #3862a7; }
.share_tw {background-color: #008dd2;}
#fbIcon, #twIcon {background-image: url('../images/social_white.png'); background-repeat: no-repeat;}
#fbIcon {background-position: -32px 0;  height: 24px; width: 24px; background-size: auto 24px;}
#twIcon {background-position: -67px 0;  height: 22px; width: 22px; background-size: auto 22px;}

/*--mosaic--*/
#mosaic {position: relative; width: 100%;}
/* #mosaicHolder {height: 100%;} */

/*custom css*/
#mosaicHolder {height: auto;}
/*end of custom css*/

#fullScreenBtn {position: absolute; right: 0; top: 0; z-index: 2004;}
#animateBtn {position: absolute; bottom: 0; z-index: 2004;}

/*#mosaicFunction {font-size: 14px; letter-spacing: 0.2px; margin: 8px 2%; }
#fullScreenBtn, #animateBtn {display: inline-block;}
#fullScreenBtn {border-right: 1px solid; padding-right: 7px; margin-right: 3px;}*/




/*-- footer --*/

/*custom css*/

/*-- footer --*/
#footer {
    background-color: #ffffff;
}
/*end of custom css*/

/*#footer { padding: 20px 0px 20px 0px;}*/
#footer img {background-repeat: repeat;}
#bottom {display: flex; flex-flow: wrap; width: 100%; padding:0;}
#bottomLogo {flex: 1 1 50%;}
#bottomLogo img {max-width: 40%; float: right;}

#pmWrapper {float: right; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;}


/*-- carousel --*/
#carousel {width: 100%; margin-top: 15px;}
/* #carouselTitle {font-weight: 600; font-size: 23px; letter-spacing: 1px; } */

/*custom css*/
#carouselTitle {
    font-family: Arial;
    font-size: 27px;
    letter-spacing: 1px;
    color: #000000;
    margin-left: 25px; 
}

#optionsContainer {
    background-color: #ffffff;
    padding: 20px;
}
/*end of custom css*/

#photoBar {background-color: rgb(4,166,225); height: 15px; margin-bottom: 10px;}

#photoContainer {padding: 25px 0; overflow: hidden; display: flex; align-items: center; height:150px;}
#leftScroll, #rightScroll {flex: .5 .5 5%; max-width: 5%; height: 100%; display: flex; justify-content: center; align-items: center;}
#leftScroll  {justify-content: flex-start;}
#rightScroll {justify-content: flex-end;}
#arrowLeft, #arrowRight {height: 40px; width: 80%;}
#arrowLeft {background: url(../images/arrow_left_main.png) no-repeat; background-size: contain; background-position: left center;}
#arrowRight {background: url(../images/arrow_right_main.png) no-repeat; background-size: contain; background-position: right center;}

#displayContainer {height: 100%; flex: 9 9 90%; max-width: 90%;}
#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:#005695; background-color:rgba(0, 86, 149, 0.7); width: 100%; height: 32px;  font-weight: 600; text-transform: uppercase; color: #fff; display: none;}
.nameTxt {line-height: 28px; margin-left: 10px; font-size: 15px; font-weight: 600;}


/*pop-up*/
.imgCaptionPop {display:none;min-height:65px;width:94%; height:auto; background-color: #fff; padding: 3%; border-radius: 0px 0px 10px 10px;}
.popInfoHolder {width: 100%; display: inline-block; vertical-align: top;}
.popName {color:#000; font-size: 18px; line-height: 18px; font-weight:bold;}
.popCap {color:#000; font-size:16px; line-height: 16px; margin-top:8px; font-family: 'TradeGothicLTStd-BdCn20';}

.popShare {margin-top: 10px; width: 100%; text-align: center;}
.popShareTxt {font-weight: 600; display: inline-block; line-height: 30px; margin-right: 10px;}
.popShareIcons {display: inline-block; vertical-align: middle;}
.popShareIcons div {width: 27px; height: 27px; display: inline-block; margin-right: 10px;}
.popShare #fb {background: url('../images/fb.png') no-repeat; background-size: contain;}
.popShare #tw {background: url('../images/tw.png') no-repeat; background-size: contain;}
.popShare #linkedin {background: url('../images/linkedin.png') no-repeat; background-size: contain; display: none;}

.popoutHolder {border: 1px solid #000 !important; height: auto !important;}


/*************** 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: #00afab; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #099f9c; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #00afab; }


/* 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;}*/


/*
 *
 * Responsiveness
 *
 *
 */
 @media (max-width: 1315px){
    #footWrapBottom {
        padding:0 10px;
    }
    #bannerTriangleBox {
        display:none;
    }

    #secondOptionText{
        font-size: 19px;
    }
}
 
/*custom css*/
@media (max-width: 1100px){
    #firstOptionHeader{
        margin: 25px 0 10px 0;
    }
    #visitButton{
        margin: 15px auto 15px auto;
    }
    #textNumbers{
        margin-left: 55px;
    }
}
/*end of custom css*/

@media (max-width: 914px) {
    #function {
        flex-direction: column; 
        /* height: auto; */
        
        /*custom css*/
        flex-flow: column;
        /*end of custom css*/
    }
    #search, .share {flex: auto; width: 100%;}
    /* #share {order: 2;}
    #search {order: 3;} */
    .shareWrapper {justify-content: center; padding-top: 10px; padding-bottom: 10px; margin-right: 0px;}
    #search_part {float: none;}
    #searchContent {width: 95%;float: none; margin: 0 auto; padding-bottom: 10px;}
    #pmWrapper {
        text-align: center;
        display: block;
        margin: 0 auto;
        float: none;
    }

    /*custom css*/
    #headerTxt{margin-top: 10px;}
    #uploadButton{margin: 10px auto;}
    #uploadButton2 {
        width: 90%;
        margin-bottom: 10px;
    }
    #share {order: 4;}
    #searchTxt {
        order: 2;
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #search {order: 3;}
    #firstOption {
        order: 2;
        width: 100%;
    }
    #secondOption {
        order: 1;
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    /*end of custom css*/
}

/*custom css*/
@media (max-width: 768px){
    .carouselItem {width: 75px; height:75px; }
    /* #photoContainer { height:75px;} */
    #firstOption {
        height:auto;
    }
    #secondOption {
        height:auto;
    }
    #textNumbers{
        margin-left: 125px;
    }
    #firstOptionHeader{
        margin: 36px 0 27px 0;
    }
    #visitButton{
        margin: 25px auto 35px auto;
    }

    #uploadButton2{
        margin: 25px auto 35px auto;
    }
    #headerTxt {
        text-align:center;
    }

} 
/*end of custom css*/

@media (max-width: 575px) {
    /* #shareIcons {padding-right: 10px;} */

    /*custom css*/
    #photoContainer { height:75px;}
    #footWrapHeader {
        justify-content: center;
        flex-flow: wrap column;
        /* padding: 0; */
    }
    #share2{
        margin: 10px 0 0 0px;
    }
    #sloganTxt{
        font-size: 24px;
    }
    .closeSpace{
        margin-right: -5px;
    }
    #footWrapBottom {
        justify-content: center;
        flex-flow: wrap column;
    }
    #firstOptionTxt{
        padding: 0 10px;
    }
    #textNumbers{
        margin-left: 50px;
    }
    .footerSpace{
        margin: 0 80px 0 60px;
    }
    .footerSpace2{
        margin: 0 60px;
    }
    /*end of custom css*/
}

@media (max-width: 339px) {
    #shareTxt{font-size: 14px;}
    #searchBtn img{position: absolute; right: 0px; width: 39px;}
    #keyword_input{flex: 8.6 8.6 80%; margin-left: 0px; padding-right:0px;}

    /*custom css*/
    #secondOptionBanner {
        width: 65%;
    }
    #sloganTxt{
        font-size: 18px;
    }
    #textNumbers{
        margin-left: 30px;
    }
    #secondOptionText{
        margin-right: 30px;
    }
    .closeSpace{
        margin-right: -5px;
    }
    .footerSpace{
        margin: 0 60px 0 40px;
    }
    .footerSpace2{
        margin: 0 40px;
    }
    /*end of custom css*/
}