﻿@import url('fonts.css');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: 'Helvethaica';
    font-weight: normal;
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.jumbotron {
    color: #fff;
    padding: 0px 0px;
    font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #3366cc;
}

.text-center {
    text-align: center;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}

.footer {
    background: #333b5f;
}

.jumbotron {
    background-color: #3366cc;
    color: #fff;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

.container-fluid {
    padding: 0px 0px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    padding: 3px 12px;
    border-radius: .25em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-link,.btn-link:hover, .btn-link:visited, .btn-link:active, .btn-link:link {
    background-color: #3366CC;
    color: #fff;
    text-decoration:none;
}
.btn-warning {
    color: #F00;
    background-color: #ffc107;
    border-color: #ffc107;
}
.input_search {
    background-color: #FFF;
    border: 1px solid #CACACA;
    /*height: 38px;*/
    width: 300px;
    border-radius: 5px;
    padding: 3px 10px;
    outline: none;
    font-size: inherit
}
.input_search:focus{
    border: 1px solid #3366CC;
}
.img-social-link {
    text-align: right;
    z-index: 10;
    position: absolute;
    background-color: transparent;
    top: 20px;
    right: 20px;
}
h1 {
    font-size: 40px;
    color: #182548;
    line-height: 16pt;
    font-weight: bold;
    font-weight: 600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

h4 {
    font-size: 20px;
    color: #182548;
    line-height: 16pt;
    font-weight: bold;
    font-weight: 600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

h5 {
    font-size: 19px;
    color: #FFF;
    line-height: 16pt;
    font-weight: bold;
    font-weight: 600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

h6 {
    font-size: 16px;
    color: #FFF;
    line-height: 18pt;
    font-weight: bold;
    font-weight: 600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

h7 {
    font-size: 10px;
    color: #FFF;
    line-height: 10pt;
    font-weight: bold;
    font-weight: 600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

.home-title{
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    font-size:20px;
    color:#182548;
    font-weight:600;
    font-family: db adman x, arial, Montserrat, sans-serif;
}

.box-home{
    padding:10px;
}
.box-home div{
    background-color:#fff;
    padding: 10px;
}
.box-home div:hover{
    background-color:#97acc5;
}
.box-home img.img-responsive:hover{
    cursor:pointer;
}
.bkk-footer{
    font-weight: bold; 
    font-weight: 600; 
    font-family: db adman x, arial, Montserrat, sans-serif; 
    padding: 5px;
}
.bkk-footer1{
    font-size: 18px; 
    line-height: 18pt; 
}
.bkk-footer2{
    font-size: 16px; 
    line-height: 16pt; 
}
.bkk-footer3{
    font-size: 10px; 
    line-height: 10pt; 
}
@media screen and (max-width: 750px) {
    h1 {
        font-size: 1.8em;
    }

    h5 {
        font-size: 16px;
    }

    .home-title {
        font-size: 18px;
    }

    .btn {
        font-weight: normal;
        font-size: 1.0em;
    }

    .img-social-link {
        top: 10px;
        right: 10px;
    }
        .img-social-link a img {
            -webkit-transform: scale(0.75); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.75); /* FF3.5+ */
            -ms-transform: scale(0.75); /* IE9 */
            -o-transform: scale(0.75); /* Opera 10.5+ */
            transform: scale(0.75);
            /* IE6–IE9 */
            filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
        }
    .bkk-footer1 {
        font-size: 16px;
        line-height: 16pt;
    }

    .bkk-footer2 {
        font-size: 14px;
        line-height: 14pt;
    }

    .bkk-footer3 {
        font-size: 10px;
        line-height: 10pt;
    }
    .input_search{
        font-size: 1.0em;
        height: 31px;
        width: 250px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.6em;
    }

    h5 {
        font-size: 14px;
    }

    .home-title {
        font-size: 16px;
    }

    .btn {
        font-weight: normal;
        font-size: 0.9em;
    }
    .img-social-link {
        display:none;
    }
    .bkk-footer1 {
        font-size: 14px;
        line-height: 14pt;
    }

    .bkk-footer2 {
        font-size: 12px;
        line-height: 12pt;
    }

    .bkk-footer3 {
        font-size: 10px;
        line-height: 10pt;
    }
    .input_search{
        font-size: 1.0em;
        height: 31px;
        width: 200px;
    }
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
}
.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}
.GridPager a:hover {
    background-color: #3373f4;
    color:#fff;
}
.GridPager span {
    background: #3366CC;
    color: #f0f0f0;
    border: 1px solid #3AC0F2;
}
