@font-face {
    font-family: 'Bradley';
    src: url("../fonts/BRADHITC.ttf") format("truetype");
}

.spacer70{
    padding-top:70px;
}

.txt-sp{
    font-family:'Bradley',san-serif;
    font-weight:600;
    font-size:18px;
}

h3{
    margin-top: 15px;
    margin-bottom: 10px;
}

.bg-col{
    background-size:cover;
    padding:20px;
    color:#232323;
}

.PgHeadCL-Sub {
    color: #333;
    font-size: 32px;
    line-height: 1;
    font-weight:600;
    font-family: 'Bradley', san-serif;
}

header {
    display: table;
    width: 100%;
    max-width: 100%;
}

    header .PgHeadCL {
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        width: 1px;
        table-layout: fixed;
        font-weight: 400;
        color: #000;
        font-size: 24px;
    }

    header div {
        display: table-row;
        line-height: 1.5em;
        font-size: 2em;
        white-space: nowrap;
    }

    header span.spacer:after {
        display: inline-block;
        width: 92%;
        content: "";
        font-size: 0;
        color: transparent;
        height: 1px;
        background: #333;
        vertical-align: middle;
        position: relative;
        bottom: 3px;
    }

.eq-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.tgt-col {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bg-stock{
    background:#fefefe;
}

.bg-white{
    background:#fff;
    box-shadow: 0 0 15px #aaa;
}
.padd-block{
    padding:30px;
}

.dyn-block{
    width:95%;
    margin:auto;    
}

.lblcntr input.form-control,.lblcntr select.form-control{
    margin-bottom:10px;
    height:50px;
    font-size:16px;
}
.lblcntr textarea.form-control{
    margin-bottom:10px;
    font-size:16px;
}
    .lblcntr input.form-control,.lblcntr select.form-control,.lblcntr textarea.form-control{
        border:none;
        box-shadow:none;
        border-bottom: 1px solid #777;
        border-radius:0;
    }
        .lblcntr select.form-control{
            color:#aaa;
        }

        .lblcntr input.form-control[readonly]{
            background:#fff;
        }

        .flup{
            margin:auto;
            display: inline !important;
            max-width: 100%;
        }

        .dotted-bubble{
            border:1px dashed #aaa;
            padding:25px;
            border-radius:15px;
        }

.nolmrg{
    margin-left:0;
}

.normrg{
    margin-right:0;
}

@media(max-width:767px){
    .bg-col{
        margin:0 15px;
        padding:0
    }

    .PgHeadCL-Sub {
        font-size: 28px;
    }

    header .PgHeadCL {
        font-size: 18px;
    }

    header span.spacer:after {
        bottom: 2px;
    }

    .dyn-block{
        width:100%;
    }

    .spacer70{
        padding-top:20px;
    }
    .spacer30.visible-xs{
        padding-top:20px;
    }
    .padd-block{
        padding:15px;
    }
   .lblcntr input.form-control,.lblcntr select.form-control{
        font-size:14px;
        height:35px;
    }
    .lblcntr textarea.form-control{
        font-size:14px;
    }
    .form-custom{
        padding:0
    }
}

@media(max-width:600px){
    header span.spacer:after {
        bottom: 2px;
    }
}

@media(max-width:500px){
    .PgHeadCL-Sub {
        font-size: 26px;
    }

    header .PgHeadCL {
        font-size: 16px;
    }
}

@media(max-width:400px){
    .bg-col{
        padding:0 15px;
        margin:0;
    }
    .PgHeadCL-Sub {
        font-size: 26px;
    }

    header .PgHeadCL {
        font-size: 14px;
    }
}