html {
    position: relative;
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -220px;
}

.wrapper-intro {
    width: 100%;
    background-color: white;
    z-index: 10;
}

.div-footer {
    position: relative;
    background-color: #222;
    color: #9d9d9d;
    margin-top: 20px;
    height: 200px;
}

.item-60 {
    padding: 60px 0;
    border-bottom: 1px solid #efefef;
}

.item-40 {
    padding: 40px 0;
    border-bottom: 1px solid #efefef;
}

.item-20 {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.intro {
    color: #999999;
    margin-bottom: 30px;
    font-size: 18px;
}

.title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
}

.push {
    height: 220px;
}

.nav-footer {
    list-style: none;
    padding-left: 12px;
}

.nav-footer a {
    color: #9d9d9d;
}

.nav-footer a:hover {
    color: white;
}

.nav-head-footer {
    color: #9d9d9d;
}

.nav-head-footer:hover {
    color: white;
}

.ssb {
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn-social-icon {
    color: #fff;
    margin: 2px;
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    
    font-size: 14px;
    -webkit-transition: background-color .10s ease;
    transition: background-color .10s ease;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-facebook.active,.btn-facebook.focus,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
.btn-google-plus.active,.btn-google-plus.focus,.btn-google-plus:active,.btn-google-plus:focus,.btn-google-plus:hover,.open>.dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ce2616;
    border-color: #c52515
}

.btn-linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
}
.btn-linkedin.active,.btn-linkedin.focus,.btn-linkedin:active,.btn-linkedin:focus,.btn-linkedin:hover,.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #0a5579;
    border-color: #094e70
}

.btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
}
.btn-twitter.active,.btn-twitter.focus,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #0087bb;
    border-color: #0080b1
}

#topnavbar {
    margin: 0;
    z-index: 10;
}

#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.slogam {
    padding-right: 90px;
    padding-bottom: 10px;
    background-image:url('/images/sinx.png');
    background-repeat: no-repeat;
    background-position: right top;
}


.introtron {
    margin: auto;
    background-image: url('/images/header_v02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    //color: white;
}

.huge {
    font-size: 40px;
}

.gold {
    color: #ffbf00;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.table > thead > tr > th {
     vertical-align: top;
}

div .row-mg-tp {
    margin-top: 10px;
}

div .row-mg-bt {
    margin-bottom: 10px;
}

div .row-mg-lt {
    margin-left: 10px;
}

div .row-mg-rt {
    margin-right: 10px;
}

.panel-green {
    border-color: #97D830;
}

.panel-green .panel-heading {
    border-color: #97D830;
    color: #fff;
    background-color: #97D830;
}

.panel-green a {
    color: #97D830;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #FFCB04;
}

.panel-yellow .panel-heading {
    border-color: #FFCB04;
    color: #fff;
    background-color: #FFCB04;
}

.panel-yellow a {
    color: #FFCB04;
}

.panel-yellow a:hover {
    color: #df8a13;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    .text-padding-4-xs {
        padding-top: 4px;
    }
    .display-hidden-xs {
        display: none;
    }
    
    .wrapper {
        margin-bottom: -400px !important;
    }
    .div-footer {
        height: 380px !important;
    }
    .push {
        height: 400px !important;
    }
    .btn-social-icon{
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    .text-padding-4-sm {
        padding-top: 4px;
    }
    .display-hidden-sm {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    .text-padding-4-md {
        padding-top: 4px;
    }
    .display-hidden-md {
        display: none;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    .text-padding-4-lg {
        padding-top: 4px;
    }
    .display-hidden-lg {
        display: none;
    }
}