/*======================== PSEUDO =============================*/
    ::selection {
        color: #fff;
        text-shadow: none;
    }
/*======================== TYPOGRAPHY =========================*/
    body{
        font-size: 16px;
    }
    .resposive-fonts h1{
        font-size: 2.5em;
    }
    .resposive-fonts h2{
        font-size: 2.1em;
    }
    .resposive-fonts h3{
        font-size: 1.6em;
    }
    .resposive-fonts h4{
        font-size: 1.3em;
    }
    .paragraph-101 {
        font-size: 1.1em;
    }
    
    .font-larger{
        font-size: 1.2em;
    }
    .underlined:after{
        content: " ";
        display: block;
        height: 2px;
        margin: 0.5em 0.2em;
        max-width: 120px;
    }
    a{
        outline: none !important;
        text-decoration: none;
        font: inherit;
    }
    section{
        position: relative;
    }
    dd,dt{
        line-height: inherit;
    }
    .divider {
        text-align: center;
        line-height: 3em;
        opacity: 0.8;
    }
    .divider * {
        line-height: 3em;
        vertical-align: middle;
    }
    .divider>span:before, .divider>span:after {
        content: " ";
        display: inline-block;
        width: 40%;
        background: #58595b;
        height: 2px;
        vertical-align: middle;
    }
    .divider span.glyphicon {
        margin: 0 0.3em;
    }
    /*==================== Tabs & PCs ================*/
        @media (min-width: 992px){
            .header-fancy:before{
                content: ":::::::: ";
            }
            .header-fancy:after{
                content: " ::::::::";
            }
        }
        /*==================== Full HD Screens ================*/
        @media only screen and (min-width: 1367px){
            .resposive-fonts{
                font-size: 20px;
            }
        }
/*======================== MARGINS & PADDINGS ================*/
    .margin-t-0{
        margin-top: 0;
    }
    .margin-b-0{
        margin-bottom: 0;
    }
    .margin-b-1{
        margin-bottom: 1em;
    }
    .margin-b-2{
        margin-bottom: 2em;
    }
    .margin-b-3{
        margin-bottom: 3em;
    }
    .margin-b-08{
        margin-bottom: 0.8em;
    }
    .margin-t-1{
        margin-top: 1em;
    }
    .margin-t-2{
        margin-top: 2em;
    }
    .margin-t-3{
        margin-top: 3em;
    }
    .margin-t-08{
        margin-top: 0.8em;
    }
    .padding-1{
        padding: 1em;
    }
    .padding-tb-1{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .padding-tb-2{
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .padding-tb-3{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .padding-tb-4{
        padding-top: 4em;
        padding-bottom: 4em;
    }
    @media (max-width: 991px){
        .md-padding-tb-1{
            padding-top: 1em;
            padding-bottom: 1em;
        }
    }
/*======================== INPUTS ===========================*/
    .btn1{
        padding: 0.4em 0.8em;
        border: 1px solid transparent;
        display: inline-block;
        font-size: 0.9em;
        cursor: pointer;
        transition:all 0.3s ease-in-out;
    }
/*======================== DISPLAY =========================*/
    .screen-height{
        min-height: 100vh;
    }
    .full-height{
        height:100%;
    }
    .full-width{
        width:100%;
    }
    .as-table{
        display: table;
    }
    .as-t-cell{
        display: table-cell;
    }
    .v-align-middle{
        vertical-align: middle;
    }
    .width-90-p{
        width: 90%;
    }
    .width-80-p{
        width: 80%;
    }
    .width-50-p{
        width: 50%;
    }
    .overflow-hidden{
        overflow: hidden;
    }
    @media (min-width: 992px){
        .full-height-md{
            height:100%;
        }
    }
    
/*======================== SPECIAL ========================*/
    .movingBG{
        background-repeat:repeat;
        background-position:50% 50%;
        background-size: 150%;
    }
    .textBG{
        color:transparent;
        -webkit-background-clip:text;
        -moz-background-clip:text;
        background-clip:text;
        -webkit-text-fill-color:transparent;
    }
