@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body#body { margin:0; padding:0; box-sizing:border-box; font-family: 'PT Sans', sans-serif !important; }
* { box-sizing:border-box; }


header a,footer a {
    transition: color 0.1s linear;
}
.designer-1 a { font-weight: bold; }

.well.featurehover.featurehover-alljobs, .well.featurehover.featurehover-jobsbylocations.center, .well.featurehover.featurehover-jobsbycategories.center, .well.featurehover.featurehover-alljobs:hover, .well.featurehover.featurehover-jobsbylocations.center:hover, .well.featurehover.featurehover-jobsbycategories.center:hover {
    cursor: pointer;
}

.btn { cursor:pointer; }

form label{
    cursor:default;
}


@media screen and (max-width: 1200px) and (min-width: 767px) {
a.btn.btn-large.btn-primary.JOB_U {
    width:100%;
}

a.btn.btn-large.btn-primary.Sea_Agent {
    width: 100%;
    margin-top: 10px;
}
}


@media screen and (max-width: 352px) and (min-width: 320px) {
    .well.featurehover.featurehover-misc.center a {
    width: 100%;
    box-sizing: border-box;
}

.well.featurehover.featurehover-misc.center a:nth-child(2) {
    margin-bottom: 10px;
}
}


@media screen and (max-width: 979px) and (min-width: 768px) {
    .well.featurehover.featurehover-alljobs.center .highlight,
.well.featurehover.featurehover-jobsbylocations.center .highlight,
.well.featurehover.featurehover-jobsbycategories.center  .highlight{
    font-size: 16px;
}

ul.unstyled.featuring.animated.fadeIn i {
    font-size: 82px;
}

}


@media screen and (max-width: 767px) and (min-width: 320px){
    .jobdescription a.btn.btn-primary.btn-large.btn-block.btn-apply-part{
        margin-bottom:10px;
    }
}

.Div_Class {
    margin-top: 20px;
}

.Width_Full a {
    width: 100%;
}

.input-block-level.search-query {
    margin-bottom: 10px;
}

.pdtop{
    padding-top:0;
}

.featurehover:hover {
    background-color: transparent !important;
    cursor: auto !important;
}

.row-fluid.general_j .highlight {
    cursor: default;
     font-size:18px !important;
     height: auto;
    margin-bottom: 7px;
}

.row-fluid.general_j .well.featurehover.featurehover-misc.center div {
    cursor: default;
}

.row-fluid.center span.social-channels {
    display: none;
}


/*Scroll*/
::-webkit-scrollbar-button,
::-webkit-scrollbar-track, 
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    background: transparent;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #CCC;
}

@media (min-width: 700px){
    

}