@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.g-5 {
    display: block;
    margin: 0 auto;
}

.g img {
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*#page-title {*/
    /*background: url("../images/black-ribbon.png") right center no-repeat;*/
/*}*/

/*#section-top-header {*/
    /*padding-bottom: 20px;*/
    /*background-color: #000000;*/
    /*display: none;*/
/*}*/
/*#top-header {*/
    /*height: auto;*/
/*}*/
/*#top-header img {*/
    /*width: 100%;*/
    /*height: auto;*/
    /*-webkit-animation: fadein 2s;*/
    /*-moz-animation: fadein 2s;*/
    /*-ms-animation: fadein 2s;*/
    /*-o-animation: fadein 2s;*/
    /*animation: fadein 2s;*/
/*}*/
/*body.home #section-top-header {*/
    /*display: block;*/
/*}*/
/*#header ,*/
/*#logo ul li,*/
/*#main-menu ul li ,*/
/*#section-super-nav ,*/
/*#section-responsive-nav .langnav {*/
    /*background-color: #000000;*/
/*}*/
/*#menu-mobile-burger.active {*/
    /*color: #ffffff;*/
/*}*/
/*#menu-mobile-burger:hover {*/
    /*color: #f36e20;*/
/*}*/
/*#main-menu ul li:hover {*/
    /*background-color: #333333;*/
/*}*/

/*#main-menu ul li ul li a {*/
    /*background-color: #333333;*/
/*}*/
/*#main-menu ul li ul li a:hover {*/
    /*background-color: #000000;*/
/*}*/


/*#menu-responsive ul li a {*/
    /*background-color: #000000;*/
/*}*/
/*#menu-responsive ul li ul li a {*/
    /*background-color: #444444;*/
/*}*/
/*#menu-responsive ul li a:hover {*/
    /*background-color: #333333;*/
/*}*/

/*#section-footer,*/
/*#footer {*/
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
/*}*/

/*.enquiry-form #bloc-title ,*/
/*.rows-container.feed-home-news .bloc-detail .date ,*/
/*.rows-container.feed-home-news .bloc-detail span.readmore a ,*/
/*#flexslider_hg_homepage.flexslider .flex-control-paging li a,*/
/*#flexslider_hg_homepage-english.flexslider .flex-control-paging li a ,*/
/*.sidebar-search .bloc-title.green ,*/
/*.sidebar-feed.green .sidebar-feed-title,.sidebar-feed-footer.green,*/
/*.sidebar-feed-title,.sidebar-feed-footer, .comment-readmore .readmore a,.bar-menu-filter ul li a,*/
/*#silom-head-office .contact-title, .contact-title.silom,#chidlom-branch .contact-title, .contact-title.chidlom,*/
/*#pinklao-branch .contact-title, .contact-title.pinklao ,#rama-2-branch .contact-title, .contact-title.rama-2,*/
/*#chiang-mai-branch .contact-title, .contact-title.chiangmai,.bar-menu-content.orange ul li a,.bar-menu-content.orange*/
/*,.bar-menu-content.black ul li a,.bar-menu-content.black{*/
    /*background-color: #000000;*/
/*}*/

/*.force {*/
    /*background-color: #000000 !important;*/
/*}*/

/*.sidebar-feed {*/
    /*border: 1px solid #000000;*/
    /*height: auto;*/
/*}*/

/*img:hover {*/
    /*-webkit-filter: grayscale(40%);*/
    /*-webkit-transition: .5s ease-in-out;*/
    /*-moz-filter: grayscale(40%);*/
    /*-moz-transition: .5s ease-in-out;*/
    /*-o-filter: grayscale(40%);*/
    /*-o-transition: .5s ease-in-out;*/
/*}*/

/*img {*/
    /*-webkit-filter: grayscale(0%);*/
    /*-webkit-transition: .5s ease-in-out;*/
    /*-moz-filter: grayscale(0%);*/
    /*-moz-transition: .5s ease-in-out;*/
    /*-o-filter: grayscale(0%);*/
    /*-o-transition: .5s ease-in-out;*/
/*}*/

@media only screen and (min-width : 1px) {
}

@media only screen and (min-width : 480px) {
    #top:before {
        font-size: 16px;
    }
}

@media only screen and (min-width : 768px) {
    #top:before {
        font-size: 20px;
    }
}