@charset "UTF-8";
/* CSS Document */


body, html { overflow-x:hidden; }

body {
    background-color: #fff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 20px;
    font-weight: 400; 
    line-height: 30px;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
.div-voucher {
    width: 97%;
    text-align: center;
    position: absolute;
    top: 30%;
}
.div-button {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 58%;
}
img.hand{
    width: 6%;
}
.div-bound-download {
    width: 26%;
    display: inline-block;
    margin-left: 2%;
    padding: 0.5%;
    border-radius: 8px;
    background-color: RGBA(136,78,76,0.7);
}
img.facebook-login-button {
    width: 24%;
    cursor: pointer;
}

.ios-download-button{
    margin-left: 2%;
}
.ios-download-button, .android-download-button {
    width: 45%;
}
.voucher-img {
    width: 19%;
    padding: 0 2%;
}
@media(max-width:540px)
{
    img.facebook-login-button {
        display: none;
    }
    .div-bound-download{
        width: 70%;
    }
    .div-button{
        top:70%;
    }
    img.hand{
        width: 12%;
    }
    .div-bound-download {
        margin-left: 0%;
    }
}
.body_faq{
    background-color: /*#284bb3*/ #2aa9d4; color: #630;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }
h1{
    text-shadow: 1px 1px 1px #EFE2DD;
}
.qandme_clear {
    clear: both;
}

.qandme-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.qandme-top-menu {
    min-height:50px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
    border-bottom: thin solid #ddd;
}

.qandme-top-menu .navbar-toggle {
    margin-top: 25px;
    margin-right: 0;
    border: thin solid #f90;
}
.qandme-top-menu .navbar-toggle:hover {
    background-color: #feead7;
}
.qandme-top-menu .navbar-toggle .icon-bar {
    background-color: #f90;
}
.qandme-top-menu .navbar-brand {
    padding: 0;
    margin: 0 0 0 0;
}

#top-menu {
    background: white;
}
#top-menu ul { float: right;}
#top-menu li {
    float: left;
    line-height: 60px;
    display: inline-block;
}

#top-menu a {
    display: block;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    color: #999;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

#top-menu a:hover {
    color: #ffffff;
    /*background: #72b842;*/
    background: #ff7713;
}

#top-menu li.active a {
    color: #ffffff;
    /*background: #72b842;*/
    background: #ff7713;
    line-height: 60px;
    font-size: 16px;
}


/* ------ Welcome------ */
.qandme-welcome {
    /* border-bottom: 1px solid #cccccc;
     min-height: 230px;*/
}

.qandme-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 10px 0;
    color: #333333;
}

.qandme-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.qandme-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.qandme-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
    border-radius: 3px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #f90;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 0px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}
.mr_top20{
    margin-top: 20px;
}
.mr_top15{
    margin-top: 15px;
}
.mr_bottom{
    margin-bottom: 30px;
}
.qandme-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.qandme-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.qandme-footer {
    margin-top: 100px;
    background: #272727;
    color: #fff;
}

.footer_container {
    margin-top:20px; 
    margin-bottom:20px;
}

.footer_bottom_content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.qandme-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.qandme-gallery-category a {
    color:#333333; 
}

.qandme-gallery-category a.active {
    color:#e67e22; 
    text-decoration:none;
}

.qandme-gallery-category a:focus {
    color:#e67e22;
    text-decoration:none;	
}

.qandme-gallery-category a:hover {
    color:#e67e22; 
    text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.qandme-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.qandme-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.qandme-project-gallery li img {
    cursor: pointer;
}

.qandme-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
    margin-bottom:20px;
}

.ios {
    margin-top: 30px;
    margin-bottom: 30px;
}
.txt_note{
    color: #C30;
}
.text-content{
    font-size: 20px;
}

.text-title{
    font-size: 20px;
    font-weight: bold;
}
.bg_faq{
    padding: 20px; background-color: #fff; border-radius: 10px;
}
.div-share-feature-feature{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.div-title {
    font-weight: bold;
}
.div-content {
    margin-left: 20px;
    display: list-item;
}
.div-screen-shot {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
img.img-share-mobile-screen-shot {
    width: 100%;
    max-width: 360px;
}
img.img-share-pc-screen-shot {
    width: 100%;
    max-width: 768px;
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    } 
    .txt_orange{
        font-size: 50px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #EFE2DD;
    }
    .txt_faq{
        text-transform: uppercase; font-weight: bold; font-size: 22px;
    }

}
@media screen and (min-width: 520px) and (max-width: 767px) {
    .txt_orange{
        font-size: 40px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #EFE2DD;
    }
    .txt_faq{
        text-transform: uppercase; font-weight: bold; font-size: 20px;
    }
}

@media screen and (min-width: 400px) and (max-width: 519px) {
    .txt_orange{
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #EFE2DD;
    }
    .txt_faq{
        text-transform: uppercase; font-weight: bold; font-size: 19px;
    }
}

@media screen and (min-width: 240px) and (max-width: 399px){
    .txt_orange{
        font-size: 24px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #EFE2DD;
    }
    .txt_faq{
        text-transform: uppercase; font-weight: bold; font-size: 18px;
    }
}
