body{
    font-size: 15px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #02111b;
}
section{
    margin-top: 50px;
    position: relative;
}
a{
    color: #02111b;
}
a:hover{
    color: #007277;
    text-decoration: none;
}
div img{
    width: 100%;
}
.container-fluid > .row{
    max-width : 1500px;
    margin: 0px auto;
}
.logo-orig{

}
.logo-white{
    display: none;
}
/*Flipper*/
.flipper-cover{
    position:relative;
    width:100%;
    perspective: 1000px;
}
.flipper-cover:hover .flipper{
    transform: rotateY(180deg);
}
.flipper{
    transition: 1.5s;
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid #0cb6ba;
}
.flip-front, .flip-back{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-front{
    z-index: 2;
    transform: rotateY(0deg);
}
.flip-back{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotateY(180deg);
}

/*MAIN HEADER*/
.main-header{
    width: 100%;
}
.main-header > .row{
    margin: 0px;
}
.main-header .top-section{
    width : 100%;
    margin: 10px 10%;
}
.top-section > div{
    position: relative;
    padding: 0px;
}
.top-logo{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0px;
    position:relative;
    bottom: 0px;
}
.top-logo a{
    color: #0cb6ba;
}
.top-sign{
    position: absolute;
    width : 300px;
    top: 0px;
    right: 0px;
}
.top-phone{
    text-align: right;
    margin-bottom: 5px;
}
.top-phone a{
    font-weight: 300;
}
.sign-button{
    border: 1px solid #02111b;
    cursor: pointer;
    background: transparent;
    font-weight: 300;
    padding: 5px 10px;
}
.sign-button:hover{
    color: #fff;
    background: #02111b;
}
.sign-button-cover{
    text-align: right;
}
.top-menu-container{
    width: 100%;
    background: #0cb6ba;
}
.top-menu{
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
.top-menu-ul{
    margin: 0px;
    padding: 0px;
    width : 100%;
}
.top-menu-li{
    padding: 0px 10px;
    border-right: 2px solid #fff;
    display: inline;
    list-style: none;
}
.top-menu-ul .top-menu-li:first-child{
    padding-left: 0px;
}
.top-menu-ul .top-menu-li:last-child{
    border-right: none;
    padding-right: 0px;
}
.top-menu-a{
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}
/*nav-mobile*/
.menu-toggler-cover{
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
}
.menu-toggler-box{
    padding: 3px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 3px;
}
.menu-toggler-icon{
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-size: 100% 100%;
}
@media(max-width: 1100px){
    .logo-orig{
        display: none;
    }
    .logo-white{
        display: block;
    }
    .menu-toggler-cover{
        display: block;
    }
    .main-header{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100000;
        height: 70px;
        background: #0cb6ba;
    }
    .top-logo{
        margin-top: 6px;
    }
    .top-logo a{
        color: #ffffff;
    }
    .main-header .top-section{
        margin-left: 85px;
    }
    .top-menu-container{
        position: fixed;
        top: 70px;
        left: 0px;
        width: 0px;
        height: 100%;
        z-index: 100;
        opacity: 0;
        background-color: rgba(12,182,176,0.9);
        -webkit-transition: width 0.5s, opacity 0.5s;
        transition: width 0.5s, opacity 0.5s;
    }
    .top-menu-ul .top-menu-li{
        display: block;
        text-align: left;
        padding: 10px 20px;
        border-right: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .top-menu-ul .top-menu-li:first-child{
        padding: 10px 20px;
    }
    .top-menu-container.opened{
        width: 250px;
        opacity: 1;
    }
    main{
        margin-top: 100px;
    }
}

/*main grand open*/
#main-grand-open{
    margin: 30px auto;
}

#main-banner-area-1{
    padding: 100px 50px;
    background: #000000;
}
#main-banner-area-2{
    background: #000000;
    padding: 0px;
}
#inner-main-banner-area-2{
    height: 100%;
    width: calc(100% + 1px);
    -webkit-clip-path: polygon(100% 0, 0% 0, 100% 100%);
    clip-path: polygon(100% 0, 0% 0, 100% 100%);
    background: #0cb6ba;
}
#main-banner-area-3{
    font-size: 40px;
    background: #0cb6ba;
    color: #02111b;
    padding: 100px 50px;
}
#main-banner-area-1 .main-banner-text{
    text-align: left;
    font-size: 60px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 5px solid #ffffff;
}
#main-banner-area-1 .main-banner-text-2{
    font-size: 30px;
    color: #0cb6ba;
    margin-bottom: 0px;
}
#main-banner-area-3 .fa-headphones-alt{
    font-size : 100px;
    margin-bottom: 50px;
}
#main-banner-area-3 .main-banner-text{
    font-size: 30px;
    margin-bottom: 0px;

}
/*main two section*/
/* opacity version */
#main-two-direction .td-title{
    font-size: calc(15px + 1vw);
    margin-bottom: 0px;
    line-height: 1;
}
#main-two-direction .td-sub-title{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
#main-two-direction .img-cover{
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 15px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
#main-two-direction .img-cover:hover{
    opacity: 1;
    background: rgba(0,0,0,0.75);
}

#main-two-direction .img-cover:hover{

}
#main-two-direction .img-cover-text{
    position: relative;
    top: 50%;
    margin-top: -15px;
    margin-bottom: 0px;
}
#main-two-direction .img-cover-text a{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 10px 20px;
    border: 3px solid #fff;
}

#main-banner-area-1{
    background-color: #383f54;
    border: 3px dotted #1ae1e5;
  }
#main-banner-area-3{
    border: 3px dotted #383f54;
    border-left: none;
    background-color: #aae79c;
}
#main-two-direction .top-text{
    z-index: 999;
    position: absolute;
    margin: 12% 0px 5px;
    width: calc(100% - 30px);
}
#main-two-direction .top-text .td-title{
    padding: 0px 15px;
    font-size: 2.5rem;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}
#main-two-direction .top-text .td-sub-title{
    padding: 0px 15px;
    font-size: 15px;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}
/*
footer{
    background: #0cb6ba;
}
.footer-info{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-logo{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
.footer-contact-cover{
    max-width: 150px;
}
*/
.strategy-title{
    height: 70px;
}
.strategy-sub{
    margin: 0px auto;
    font-size: 18px;
    line-height: 1.3;
    max-width: 230px;
}
.strategy-circle img{
    border-radius: 50%;
}
.strategy-col-flip .flip-back{
    display: table;
    padding: 20px;
}
.strategy-col-flip .flip-back .flip-back-text{
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}
.strategy-col-flip .flip-back .flip-back-cell{
    display: table-cell;
    vertical-align: middle;
}
@media(max-width: 1199.98px){
    #main-strategy .container-fluid .row .col-lg-4{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* opacity version */
/* flip version */
/*
#main-flip-section{
    margin: 30px auto;
}
.flip-title-box .flip-title{
    margin-top: 30px;
}
.flip-content-row .col-md-6{
    padding: 0px;
}
.flip-content-row .col-md-6:first-child{
    padding-right: 3%;
}
.flip-content-row .col-md-6:last-child{
    padding-left: 3%;
}
.flip-title{
    margin-bottom:5px;
    line-height: 1;
}
.flip-sub-title{
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
}
.flip-container{
    position: relative;
    width: 100%;
    perspective: 1000px;
}
.flip-container:hover .flipper{
    transform: rotateY(180deg);
}
.flip-front, .flip-back{
    width: 100%;
}
.flipper{
    border: 1px solid #0cb6ba;
    transition: 1.5s;
    transform-style: preserve-3d;
}
.flip-front, .flip-back{
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-front{
    z-index: 2;
    transform: rotateY(0deg);
    padding: 20px;
}
.flip-back{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotateY(180deg);
}
.flip-back-text{
    margin: 20px;
}
.flip-back-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-decoration: underline;
    border: 1px solid #0cb6ba;
    border-radius: 2px;
    padding: 5px 10px;
}
.flip-back-button:hover{
    background: #0cb6ba;
}
*/
/*intro*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#main-intro{
    margin-top: 70px;
    margin-bottom: 50px;
}
#main-intro .intro-title{
    font-weight: 700;
    font-size: calc(30px + 0.5vw);
    line-height: 1.1;
    max-width: 800px;
    margin: 30px auto;
}
#main-intro .top-theme-line{
    margin-top: 50px;
    padding-top: 20px;
    border-top: 5px solid #0cb6ba;
}
#main-intro .sub-text{
    font-size: 20px;
    text-align: left;
}
/*main-strategy*/
#main-strategy{
    background-color: #0cb6ba;
    padding: 30px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 50px auto;
}
#main-strategy .container-fluid > .row{

}
#main-strategy .strategy-col-flip{
    background: #fff;
    position: relative;
    width: 100%;
    perspective: 1000px;
}
#main-strategy .strategy-col-flip:hover .flipper{
    transform: rotateY(180deg);
}
#main-strategy .flipper{
    max-width: 500px;
    border: 1px solid #444;
    transition: 1.5s;
    height: 400px;
    position: relative;
    margin: 0px auto;
}
#main-strategy .flip-front{
    padding: 20px;
}
.strategy-circle{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
    margin: 20px auto;
}
#main-strategy .strategy-sub{
    margin-bottom: 0px;
}

.bubba-box{
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.bubba-effect{
    margin-bottom: 0px;
    background: #000000;
}
.bubba-effect img{
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.bubba-effect:hover img{
    opacity: 0.4;
}
.bubba-effect .bubba-caption{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    backface-visibility: hidden;
}
.bubba-effect .bubba-caption h2{
    position:absolute;
    top: 30%;
    width: calc(100% - 60px);
    opacity: 0;
    font-size: 40px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.bubba-effect .bubba-caption p{
    /*padding: 20px 2.5em;*/
    /*padding-bottom: 15%;*/
    position: absolute;
    width: calc(100% - 60px);
    bottom: 10%;
    opacity: 0;
    font-size: 1.3em;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.bubba-effect .bubba-caption::after, .bubba-effect .bubba-caption::before{
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
.bubba-effect .bubba-caption::before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.bubba-effect .bubba-caption::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.bubba-effect:hover .bubba-caption{
    /*color: #000;*/
}
.bubba-effect:hover .bubba-caption::before, .bubba-effect:hover .bubba-caption::after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bubba-effect:hover .bubba-caption h2, .bubba-effect:hover .bubba-caption p{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.product-name-with-bubba{
    font-size: 20px;
}

/**product page**/
.product-slider{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.lSAction>a{
    width: 30.5px;
    border-radius: 50%;
    background-color: #000000;
}

.lSAction>.lSNext{
    background-position: -34px 0;
}
#slider-box .lSPager.lSGallery{
    margin: 6px auto 0px;
}
.prodcut-detail .product-name{
    text-align: left;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
.table-custom th, .table-custom td{
    text-align: center;
}
.table-custom tr:first-child th{
    border-top: none;
    border-bottom: none;
    border-left: 1px solid white;
    vertical-align: middle;
    background: #000000;
    color: #FFFFFF;
}
.table-custom tr th:first-child{
    border-left: none;
    border-bottom: none;
    background: #000000;
    color: #FFFFFF;
}
.diagonal-th{
    width: 25%;
    min-widht: 100px
    height: 60px;
    position: relative;
    background-image: linear-gradient(to top right, #000000 49%, #FFFFFF, #000000 51%) !important;
}
.diagonal-th .for-hor{
    position: absolute;
    top: 5px;
    right: 5px;
}
.diagonal-th .for-ver{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
#product-accordion .card{
    border: 1px solid #0cb6ba;
}
#product-accordion .card:first-child{
    border-bottom: none;
}
#product-accordion .card-header{
    text-align: left;
    color: #555;
    padding: 0px;
    border-bottom: 1px solid #0cb6ba;
}
#product-accordion .card-header h2{
    line-height: 1;
}
#product-accordion .card-header .btn-link{
    color: #555;
    border: none;
    width: 100%;
    text-align: left;
}
#product-accordion .card-body{
    text-align: left;
}
.template-download-link{
    color: #007bff;
    font-weight: bold;
}
.order-detail-row{
    margin-top: 30px;
}
.order-detail-row .form-group{
    text-align: left;
}
.order-detail-row .form-group .form-control{
    max-width: 300px;
    border-color: #0cb6ba;
}
.order-detail-row .form-group label{
    font-size: 12px;
    margin-bottom: 3px;
}
.order-detail-row .product-price{
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
}
.order-detail-row .product-sp{
    color: #1098c2;
}
.order-detail-row .product-op{
    text-decoration:line-through;
    color: #d11000;
}
.order-detail-row .price-notice{
    font-size: 12px;
    text-align: left;
}
.add-cart-btn{
    width: 100%;
    font-size: 20px;
}
.product-tiny-exp{
  text-align: left;
}
.product-tiny-exp h3{
  font-weight: 700;
  font-size: 17px;
}
.product-tiny-exp ul{
  padding-left: 20px;
  font-size: 16px;
}
#product-more-detail{
  text-align: left;
}
#product-more-detail > .container{
    border-top: 3px dotted #333;
    border-bottom: 3px dotted #333;
    padding: 20px 0px;
}
#product-more-detail h2{
  font-size: 30px;
  margin-bottom: 10px;
}
#product-more-detail h3{
  font-size: 25px;
}


/*product ask*/
#product-ask .container{
    margin-top: 100px;
    background-color: #0cb6ba;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 20 20'%3E%3Cg fill-opacity='1'%3E%3Cpolygon fill='%2305ffe0' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%2305ffe0' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E");
}
#product-ask .container .row{
    width : 90%;
    max-width : 500px;
    margin: 20px auto;
    background-color: #ffffff;
    display: inline-flex;
    border-radius: 5px;
    padding: 20px;
    padding-top: 30px;
}
#product-ask .ask-title{
    display: inline-block;
    margin: 20px auto;
    padding: 10px 30px;
    width: calc(100% - 40px);
    font-size : 30px;
    font-weight: 700;
    color: #333;
}
#product-ask .question-section{
    resize: none;
    border: 1px solid #0cb6ba;
    border-radius: 5px;
    width: 300px;
    margin-bottom: 10px;
    padding: 10px;
}
.g-recaptcha > div{
    margin: 0px auto;
}
/*product other product*/
.other-product-cover{
    overflow: scroll;
    white-space: nowrap;
}
.other-product-cover .oproduct-name{
    text-transform: capitalize;
}
.other-product-cover .other-product-box.sadie-box{
    width: 350px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
}
.other-product-cover .sadie-effect{
    margin-bottom: 0px;
    position: relative;
}
.sadie-effect figcaption::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 95%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 95%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
.sadie-effect figcaption h2{
    position: absolute;
    margin-bottom: 15px;
    padding-bottom: 15px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #000;
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
    -webkit-transform: translate3d(0,70px,0);
    transform: translate3d(0,70px,0);
}
.sadie-effect:hover figcaption::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sadie-effect:hover figcaption h2{
    color: #fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.other-product-cover .zoe-effect:hover figcaption{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*
.rc-anchor-light.rc-anchor-normal{
    border: 1px solid #0cb6ba;
    border-radius: 5px;
}
*/
.send-question{
    margin: 20px auto 0px;
    width: 300px;
    background-color: #0cb6ba;
    border-color: #0cb6ba;
}
/* more services */
#services-services .flipper{
    /*border: none;*/
}
#services-services .flipper:hover{
    border: 1px solid #fff;
}
#services-services .col-custom{
    padding: 20px;
}
#services-services .flip-front .flip-front-bot-text{
    position: absolute;
    margin: 5px auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 1px 1px #000000;
}
#services-services .flip-back-article{
    width: 100%;
    height:100%;
    padding: 5%;
}
#services-services .flip-back-article h1{
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15%;
}
#services-services .flip-back-article p{
    font-size: 15px;
    line-height: 1.3;
}

/*submit*/


        #submit-section .submit-box{
            margin: 0px auto;
            width: 95%;
            max-width : 800px;
        }
        .submit-notice{
            max-width: 300px;
            margin: 20px auto;
            font-size: 20px;
        }
        .col-first-submit .product-name{
            margin: 10px;
            font-size: 20px;
        }
        .col-first-submit .product-img{

        }
        .submit-table{
            width: 300px;
        }
        .submit-table .product-img{
            width: 150px;
        }
        .submit-banner{
            width: 100%;
            position: relative;
            max-width: 800px;
            margin: 0px auto;
            padding: 0px;
            border-radius: 5px;
            background: #eeeded;
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            overflow: hidden;
        }
        .submit-banner .trigger{
            width: 30px;
            top: 0px;
            height: 100%;
            position: absolute;
        }
        .submit-banner .trigger span{
            width: 30px;
            height: 30px;
            position: relative;
            top: 50%;
            margin-top: -30px;

        }
        .submit-banner .back-trigger{
            left: 0px;
        }
        .submit-banner .next-trigger{
            right: 0px;
        }
        .atrwork-cover{
            z-index: 10;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.9);
            padding-top: 20%;
        }
        .atrwork-cover .btn{
            width: 80px;
            margin: 0px 5px;
        }
        .atrwork-cover .btn:first-child{

        }
        .customer-details .form-group{
            text-align: left;
            margin-bottom: 10px;
        }
        .customer-details .form-group label{
            font-size: 13px;
            margin-bottom: 2px;
        }
        .customer-details .form-group .form-control{
            height: 30px;
            font-size: 15px;
        }
        .est-price-ul{
            list-style: none;
            position: relative;
            float: right;
            width: 200px;
            padding-left: 10px;
        }
        .amount-span{
            padding-right: 10px;
            float: right;
        }
        #order-step-ul{
            margin: 0px;
            padding: 0px;
            text-align: center;
            width : 400%;
            list-style: none;
            position: relative;
            overflow-x: auto;
        }
        #order-step-ul .li-slider{
            position: relative;
            left: 0px;
            width : 25%;
            float: left;
            transition: 0.5s;
        }
        #order-step-ul .li-slider .li-div{
          max-width: 600px;
          margin: 20px auto;
        }
        /*uploader*/
        #flyer-uploader{
          text-align : center;
          border: 1px dashed #333;
          cursor : pointer;
          border-radius: 5px;
          min-height: 100px;
          height: 200px;
          width: 95%;
          overflow-y: hidden;
          padding: 20px;
          margin: 0px auto;
          background: #fff;
        }
        #flyer-uploader .fa-upload{
          /*padding-top: 30px;*/
          padding-bottom: 10px;
          font-size : 50px;
        }
        #flyer-uploader .upload-text{
          margin: 0px;
          font-size : 25px;
          padding-bottom: 10px;
        }
        #uploader-section{
          height:100%;
        }
        #uploader-cover{
          display:none;
          position: absolute;
          width: calc(100% - 30px);
          height: 100%;
          background: rgba(255,255,255,0.8);
          border-radius:5px;
        }
        #progressbar-cover{
          width: 80%;
          height: 50px;
          background: #f5f5f5;
          margin: 0px auto;
          position: relative;
          top: 1%;
          top:50%;
          margin-top: -25px;
          border-radius: 5px;
          overflow: hidden;
          -webkit-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.5);
          box-shadow: inset 0px 1px 10px rgba(0,0,0,0.5);
        }
        #progressbar{
           width: 50%;
           height:100%;
           background: #337ab7;
           border-radius: 5px;
        }
        #progress-percentage{
          visibility: hidden;
          padding-top:12px;
          text-align: center;
          font-size : 25px;
          line-height:1;
          color: white;
        }
        .uploder-report-custom{
          text-align:left;
          padding-left: 20px;
          margin: 5px 0px;
          font-size: 20px;
          line-height:1;
        }
        .uploder-report-custom.succeeded{
          color: #00529B;
        }
        .uploder-report-custom.faild{
          color: #D8000C;
        }
        #submit-comment{
            resize: none;
            width: 95%;
            max-width: 500px;
            margin: 0px auto;
        }
        .button-row{
            margin: 0px auto;
            width: 95%;
            max-width: 500px;
            text-align: right;
        }
        .artwork-bottom-button-cover{
            text-align: right;
            padding-top: 15px;
            margin-right: 15px;
        }

footer{
    background: #0cb6ba;
}
/*
.footer-info{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-info > div{
    float: left;
    display: inline;
}
.footer-logo{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    padding-right: 200px;
}
.footer-text-cover{
    padding-top: 10px;
    padding-left: 30px;
    width: 150px;
    text-align: left;
}
.footer-text-cover p{
    margin-bottom: 5px;
}
.footer-text-cover p:first-child{
    font-weight: bold;
}*/
footer .copyright{
    margin-bottom:0px;
    padding: 15px 0px;
}
@media(max-width: 767.98px) {
    #main-banner-area-1{
        padding: 20px;
    }
    #main-banner-area-1 .main-banner-text{
        font-size: 40px;
    }
    #main-banner-area-1 .main-banner-text-2{
        font-size: 15px;
    }
    #main-two-direction .top-text .td-title{
        font-size: 20px;
    }
    #main-intro .intro-title{
        font-size: 25px;
    }
    #main-intro .top-theme-line{
        margin-top: 0px;
    }
    #main-intro .sub-text{
        font-size: 15px;
    }
    #product-more-detail > .container{
        padding: 20px 15px;
    }
    /*Art work*/
    #artwork-li .li-div .fa-palette{
        font-size: 80px;
    }
    #artwork-li .submit-notice{
        margin-top: 0px;
    }
    #uploader-section, #flyer-uploader{
        height: 350px;
    }
    #uploader-row{
        margin: 0px
    }
    .upload-text2{
        width: 200px;
        margin: 0px auto;
    }
    .customer-details{
        margin: 0px;
    }
    .artwork-bottom-button-cover{
        text-align: center;
        margin-right: 0px;
    }
}
