/*.scroll-container{*/
/*    -ms-overflow-style: none; !* for Internet Explorer, Edge *!*/
/*    scrollbar-width: none; !* for Firefox *!*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*    white-space: nowrap;*/
/*    padding: 5px 70px 5px 20px;*/
/*    background: transparent;*/
/*    height: 400px;*/

/*}*/
/* other styling */
* {
    background-color: #EAF0F6;
    color: #2D3E50;
    font-family: 'Avenir';
}
.scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 1000px;
    white-space:nowrap;
}
.imageDiv img {
    box-shadow: 1px 1px 10px #999;
    margin: 2px;
    max-height: 50px;
    cursor: pointer;
    display:inline-block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
    vertical-align:top;
}
.headerSlider{
    width: 100%;
    height: 10%;
    background-color: transparent;
    display: inline-block;

}
.headerSlider .ul{

    list-style: none;
}
.headerSlider .ul li {
   list-style: none;
    float: left;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered i {
    text-align: center;
}

body {
    font-family: 'Prompt', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-weight: bolder;
    line-height: 2em;
    font-size: 2em !important;
}

p {
    /*padding: 5 0 5 0;*/
    line-height: 2em;
    font-weight: 300;
}

b {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
}

strong {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
}


.logo {
    margin: 0 auto;
    width: 261px;
    height: 136px;
    background-image: url('../assets/logo.png');
    background-size: 260px;
    height: 136px;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px;
}

.sub ul {
    padding: 10px;
    margin: 10px;
}

.sub ul li {
    list-style-type: circle;
    padding: 0.8em;
    font-weight: 300
}

code {
    font-family: 'Fira Code', monospace;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    word-wrap: break-word;
    font-size: 1em;
}


h1 {
    line-height: 2em;
    font-size: 6em;
    margin-bottom: 1em;
    font-weight: 900;
    letter-spacing: 1px;
    color: #000;
}

h1 u {
    color: #4E74FF;
    text-decoration: none;
    border-bottom: 2px solid #FF2D55;
    display: inline-block;
    line-height: 1em;
}

h2 {
    color: #4A4A4A;
    font-weight: 400;
    line-height: 2em;
    font-size: 2em !important;
    margin-top: 1em;


}

h3 {

    color: #707070 !important;
    font-weight: 400;
    line-height: 2em;
    font-size: 1.5em !important;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.sub {
    margin-left: 1em;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    font-size: 10px;
    text-align: right;
    /*bottom: 0;*/
    /*padding: 4em;*/
    /*font-size: 1em;*/
    /*text-align: center;*/
    color: rgb(184, 184, 184);
}

footer a {
    margin: 4px;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    background-size: 200% auto;
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    border-radius: 8px;
    background-position: -0% 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #494949 50%);
    transition: all 0.2s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -webkit-transition: all 0.2s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

footer a:hover {
    background-position: -100% 0;
    color: #fff;
}

.social-buttons {
    margin: 0;
    margin-top: 60px;
    text-align: center;
}

.social-button {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    width: 45px !important;
    height: 45px;
    line-height: 146px;
    margin-left: 0 !important;
    margin-right: 10px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    border: 1px solid #f7f7f7;
}

.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 90%;
    left: -110%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.79);
    transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.79);
}

.social-button .fa {
    font-size: 27px;
    vertical-align: middle;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all .35s cubic-bezier(0.31, -0.105, 0.43, 1.59);

    padding: 9px !important;
}

.social-button.facebook:before {
    background-color: #292020;
}

.social-button.facebook .fa {
    color: #21242c;
}

.social-button.twitter:before {
    background-color: #3CF;
}

.social-button.twitter .fa {
    color: #3CF;
}

.social-button.instagram:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-button.instagram .fa {
    color: #000000;
}

.social-button.dribbble:before {
    background-color: #F26798;
}

.social-button.dribbble .fa {
    color: #F26798;
}

.social-button.skype:before {
    background-color: #00AFF0;
}

.social-button.skype .fa {
    color: #00AFF0;
}

.social-button:hover:before {
    top: -10%;
    left: -10%;
}

.social-button:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.social-button:hover .fa .instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}

.social-button:focus {
    opacity: .85;
}

* {
    margin: 0;
    padding: 0;
    color: inherit;
    box-sizing: inherit;
}

:focus {
    outline: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {



    code {
        font-family: 'Fira Code', monospace;
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
        word-wrap: break-word;
        font-size: 0.5em;
    }

    .logo {
        background-image: url('../assets/logo.png');
        background-size: 260px;
        height: 226px;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    h1 {
        font-size: 44px !important;
        letter-spacing: -1px !important;
        line-height: 47px !important;
        font-weight: 600 !important;
    }

    body {
        padding: 10px;
    }

    code {
        font-family: 'Fira Code', monospace;
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
        word-wrap: break-word;
        font-size: 0.5em;
    }
}



