
/*SMALL SCREEN*/
@media screen and (max-width: 600px) {

    .box-sample-container{
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        border-bottom: 8px solid #f4f4f4;
        margin: 20px;
    }

    div.footer-3 {
        order: 1;
    }
    div.footer-2 {
        order: 2;
    }
    div.footer-1 {
        order: 3;
    }
    body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #jobs-content{
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        padding: 25px;
    }

    .title-item{
        color: #FF6347;
        margin-bottom: 20px;
    }

    .body-custom{
        margin-top: 125px;
    }

    .header{
        background-color: white;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .content-rubric p {
        margin-bottom: 50px;
        color: black;
    }
    .title-rubric{
        text-align: center;
        margin-bottom: 20px;
        color: black;
        font-size: 37px;
    }

    .em-male-technologist{
        float: none;
    }

    .job img{
        max-height: 50px;
    }

    .job{
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .job img{

    }

    .job a {
        padding: 10px;
        color: black;
        text-decoration: none;
    }

    .box{
        border: #c9c9c9 solid 1px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .border-section-child-3{
        padding-bottom: 30px;
    }

    .box-parent{
        border-bottom: 8px solid #f4f4f4;
        margin: 20px;
    }

    .box-sample{
        border-radius: 4px 4px 4px 4px;
        border: #c9c9c9 solid 1px;
    }

    .img_myself {
        border-radius: 4px 4px 4px 4px;
        cursor: pointer;
    }
    .border-transparent{
        border: 1px solid transparent;
    }

    .introduction-widget-image-album-different {
        background-image: url("../../img/banner mobile.gif");
        min-height: 674px;
        background-repeat: no-repeat;
        background-position: center;
    }


    .logo {
    }

    .box-sample-parent{
        border-bottom: 8px solid #f4f4f4;
        margin: 20px;
    }

    .title-widget {
        font-size:  37px;
    }

    .title-widget-newsletter {
        color: black;
        font-size: 23px;
        margin-bottom: 20px;
    }

    .help-me-upgrade-msg {
        margin-bottom: 25px;
    }

    .p-0-small {
        padding: 0;
    }

    .text_policy_privacy {
        padding: 10px;
        color:black;
        font-size: 9px;
        margin-top: 10px;
    }


    .video_highlight {
        width: 100%;
    }

    .align-item-center-sm {
        align-items: center;
    }

    .padding-sm-15 {
        padding: 15px;
    }

    #payment-form button {
        background: #d96130;
        color: #ffffff;
        font-family: Arial, sans-serif;
        border-radius: 0 0 4px 4px;
        border: 0;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: block;
        transition: all 0.2s ease;
        box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
        width: 100%;
    }

    .timerwidget p {
        text-align: center;
        font-size: 20px;
        margin-top: 0px;
        font-weight: bold;
        color: white;
    }

    #box-fixed {
        z-index: 101;
        right: 0;
        top: 0;
        max-width: 100%;
        max-height: 300px;
    }

    .mb-small-100 {
        border-bottom: 4px solid #c9c9c9;
        margin-bottom: 100px;
    }

    .topnav a {display: none;}
    .topnav a.icon {
        display: block;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        color: #d96130;
    }
    .topnav {
        display: flex;
        flex-flow: column nowrap;
    }
    .topnav.responsive a {
        display: block;
    }

    /*START NAV BOTTOM LATEST*/
    .client-area-menu-mobile {
        background: #FFFFFF;
        box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.08);
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
        min-height: 105px;
        line-height: 105px;
    }

    .nav-bottom-music-link {
        display: block;
        border: none;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 7px;
        right: auto;
        width: 94px;
        height: 94px;
        max-height: 100vh;
        opacity: 1;
        background: none transparent;
        margin: 0px;
        max-width: 100vw;
        transform: translateY(0px);
        transition: none 0s ease 0s
        !important; visibility: visible;
        z-index: 999999999 !important;
        border-radius: 0px;
    }

    .nav-bottom-video-link {
        display: block;
        border: none;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 40%;
        right: auto;
        width: 94px;
        height: 94px;
        max-height: 100vh;
        opacity: 1;
        background: none transparent;
        margin: 0px;
        max-width: 100vw;
        transform: translateY(0px);
        transition: none 0s ease 0s
        !important; visibility: visible;
        z-index: 999999999 !important;
        border-radius: 0px;
    }
    /*END NAV BOTTOM LATEST*/


    .desktop {
        display: none;
    }
}