/* line 2, ../sass/_global.scss */
body,
html {
    width: 100%;
    height: 100%;
}


/* line 8, ../sass/_global.scss */

body {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}


/* line 12, ../sass/_global.scss */

.table thead
{
	color:#F68D1E;
}




.table td,
.table th {
    padding: 0px;
    vertical-align: top;
    border-top: none;
}

.table tr {
    cursor: pointer;
}

.table {
    width: 100%;
    max-width: initial;
}

.sr td,
.sr th {
    padding: 8px;
    vertical-align: top;
    border-top: none;
}


hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #aab8b9;
}


/* line 18, ../sass/_global.scss */

hr.light {
    border-color: #ffffff;
}


/* line 22, ../sass/_global.scss */

a {
    color: #233357;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

select {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	padding:1px !important;
	height:40px;
	margin:2px;
}


/* line 25, ../sass/_global.scss */

a:hover {
    color: #888888;
}


/* line 30, ../sass/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}


/* line 39, ../sass/_global.scss */


/*.bg-primary {
    background-color: #01EDE2 !important;
}*/


/* line 43, ../sass/_global.scss */


/*.bg-dark {
    background-color: #212529 !important;
}*/


/* line 47, ../sass/_global.scss */

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}


/* line 51, ../sass/_global.scss */

section {
    padding: 8rem 0;
}



/* line 55, ../sass/_global.scss */

.section-heading {
    margin-top: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}


/* line 59, ../sass/_global.scss */

::-moz-selection {
    color: #ffffff;
    background: #212529;
    text-shadow: none;
}


/* line 65, ../sass/_global.scss */

::-moz-selection {
    color: #ffffff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #ffffff;
    background: #212529;
    text-shadow: none;
}


/* line 71, ../sass/_global.scss */

img::-moz-selection {
    color: #ffffff;
    background: transparent;
}

img::selection {
    color: #ffffff;
    background: transparent;
}


/* line 76, ../sass/_global.scss */

img::-moz-selection {
    color: #ffffff;
    background: transparent;
}


/* line 81, ../sass/_global.scss */

body {
    -webkit-tap-highlight-color: #212529;
}

.login a {
    .background-color: #F68D1F;
    color: #888888 !important;
    text-transform: none !important;
    text-shadow: 0px 0px 3px #3e3e3e;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.login a:hover {
    background-color: #F6B167;
}

.fa-user-o:before {
    padding-right: 4px;
}

.fa-angle-down:before {
    padding-left: 4px;
    color: #00ff04;
}

.fa-angle-right:before {
    padding-left: 6px;
    color: #00e504;
    font-weight: 700;
    font-size: 0.8em;
}

.fa-arrow-left {
    color: #aab8b9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fa-arrow-left:hover {
    color: #00e504;
}

.fa-arrow-right {
    color: #aab8b9;
    padding-left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fa-arrow-right:hover {
    color: #00e504;
}

.dropdown-toggle {
    font-size: 13px;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    content: none;
}

.yell-h3 {
    color: #fbd500;
}
.red-h3{
    color:#F68D1F;
}
fieldset{
    border: 6px solid #ededed;
    padding:0 30px 15px 30px;
}
fieldset legend{
    max-width: 210px;
    text-align: center;
}
.form-control.custom-form{
    border: 2px solid #ededed;
    border-radius: 10px;
    padding:10px;

}
.form-control.custom-form:focus{
    border: 2px solid #dad7d7;
    border-radius: 10px;
    padding:10px;
}
.job-search {
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    margin-top: 4%;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-box-shadow: 0px 0px 10px 0px #0000006b;
    box-shadow: 0px 0px 10px 0px #0000006b;
}

.new-offer {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 4px;
    -webkit-box-shadow: 0px 1px 3px 0px #0000004b;
    box-shadow: 0px 1px 3px 0px #0000004b;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.new-offer:hover {
    background-color: #ececec;
}

.new-offer h6 {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
    color: #00e504;
}

.link-news {
    text-decoration: none !important;
}

.link-news img {
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}

.company-logo img {
    border: 1px solid #e9e9e9;
}

.company-position {
    border-right: 1px solid #c7c7c7;
}

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    .display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.location img {
    padding-right: 10px;
    padding-left: 10px;
}

.period {
    display: -webkit-box;
    display: -ms-flexbox;
    .display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.period img {
    padding-right: 10px;
}

.ico-search {
    background: url(../img/icons/search_ico.png) no-repeat;
    padding-left: 18px;
    background-size: contain;
    background-position: center;
}

.ico-map {
    background: url(../img/icons/map_ico.png) no-repeat;
    padding-left: 18px;
    background-size: contain;
    background-position: center;
}

.input-group-text {
    background-color: #ffffff;
    border: none;
}

.form-control {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-right: 1px solid #c7c7c7;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-right: 1px solid #c7c7c7;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#navbarResponsive a {
    color: #000000 !important;
}

#navbarResponsive a:hover {
    color: #e50004 !important;
}

#navbarResponsive .login a {
    color: #ffffff !important;
}

.navbar-collapse {
    text-align: center;
}

input[type=submit] {
    text-shadow: 0px 0px 3px #3e3e3e;
    cursor: pointer;
    padding: 12px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #F68E22;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=submit]:hover {
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #FF6200;
    font-family: 'Source Sans Pro', sans-serif;
}

.dropdown-item {
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    padding-left: 1.2rem;
    background-color: #e8e8e8;
    color: #2f2f2f;
}


.primary_button i:before {
    color: #ffffff;
    text-shadow: 0px 0px 3px #3e3e3e;
    padding-left: 14px;
    font-size: 17px;
}

.primary_button {
    text-shadow: 0px 0px 3px #3e3e3e;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #A95026;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
}

.primary_button:hover {
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #F68D1F;
    font-family: 'Source Sans Pro', sans-serif;
}

.socialmedia {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    list-style: none;
}

.socialmedia a .fa {
    margin: 6px;
    border: 1px solid #aab8b9;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 5px;
    color: #aab8b9;
    -webkit-transition: all 0.3s;
}

.socialmedia a .fa:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.separator {
    border-top: 1px solid #252525;
    padding-top: 10px;
}

#footer {
    background-color: #0f0f0f;
    padding: 5rem 0 1rem 0;
}


/* line 8, ../sass/_navbar.scss */

#mainNav .navbar-brand {
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

#footer {
    font-size: 0.9em;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul a {
    list-style: none;
    color: #ffffff;
}

#footer li:before {
    color: #44f946;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
}

#footer li a:hover {
    color: #44f946;
    text-decoration: none;
}


/* line 13, ../sass/_navbar.scss */

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #ff0000;
}


/* line 20, ../sass/_navbar.scss */

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #F78D1E;
    min-height: 100%;
}


/* line 26, ../sass/_navbar.scss */

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #F78D1E;
}


/* line 29, ../sass/_navbar.scss */

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    background-color: #ffffff;
}


/* line 32, ../sass/_navbar.scss */

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

@media (min-width: 992px) {
    /* line 2, ../sass/_navbar.scss */
    #mainNav {
        border-color: #dedede;
        background-color: #ffffff;
    }
    #lang {
        margin-left: 10px;
    }
    /* line 42, ../sass/_navbar.scss */
    #mainNav .navbar-brand {
        color: rgba( 0,255, 0, 0.7);
    }
    /* line 44, ../sass/_navbar.scss */
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #ffffff;
    }
    /* line 49, ../sass/_navbar.scss */
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: 0.5rem 1rem;
    }
    /* line 52, ../sass/_navbar.scss */
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(0, 0, 0, 1);
    }
    /* line 55, ../sass/_navbar.scss */
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: #F78D1E;
    }
    /* line 59, ../sass/_navbar.scss */
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.3);
        background-color: #ffffff;
    }
    /* line 62, ../sass/_navbar.scss */
    #mainNav.navbar-shrink .navbar-brand {
        color: #000000;
    }
    /* line 64, ../sass/_navbar.scss */
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #F78D1E;
    }
    /* line 69, ../sass/_navbar.scss */
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #F78D1E;
    }
    /* line 72, ../sass/_navbar.scss */
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: #F78D1E;
    }
}


/* line 2, ../sass/_masthead.scss */
header.basic {
    height: 45vh;
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
     
     background-position: bottom center;
    background-size: cover;
}
header.basic h1{
    text-shadow: 0px 0px 3px #1f1f1f;
}
#basic-search{
  background-color: #eaeaea;
    padding: 0.5rem 0;
}
#basic-search .job-search{
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: none;
}
#job-offer{
    background-color: #f4f4f4;
      padding-top: 1.5rem;
}
#job-offer p{
    color:#656565;
}
.offer{
    background-color: #ffffff;
    border-radius:5px;
    margin-top: 2%;
    padding:2%;
}
#job-offer .contract{
    color:#9ccb19;
    text-transform: uppercase;
    font-weight: 600;
}
#job-offer tr{
    cursor: default;
}
#job-offer .about{
    text-align: justify;
}
#job-offer .about h5{
font-weight: 600;
}

.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about li {
  padding-left: 1em; 
  text-indent: -1em;
}

.about li::before {
    padding-right: 0.5em;
content: "\2022";
 color: #44f946;
    font-size:18px;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/header.jpg");
    background-position: center center;
    background-size: cover;
}


/* line 8, ../sass/_masthead.scss */

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* line 12, ../sass/_masthead.scss */

header.masthead h1 {
    font-size: 2rem;
    text-shadow: 0px 0px 3px #3e3e3e;
}

header.masthead h2 {
    text-shadow: 0px 0px 3px #3e3e3e;
}


/* line 15, ../sass/_masthead.scss */

header.masthead p {
    font-weight: 300;
}




/* line 2, ../sass/_services.scss */

.service-box {
    max-width: 400px;
}



/* line 2, ../sass/_bootstrap-overrides.scss */

.text-primary {
    color: #F68D1F !important;
}

.text-white {
    color: #ffffff !important;
}

.text-grey {
    color: #aab8b9 !important;
}


/* line 6, ../sass/_bootstrap-overrides.scss */

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}


/* line 14, ../sass/_bootstrap-overrides.scss */

.btn-xl {
    padding: 1rem 2rem;
}



/* line 21, ../sass/_bootstrap-overrides.scss */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff;
    background-color: #bd191b !important;
}


/* line 27, ../sass/_bootstrap-overrides.scss */

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

.dropdown_button i:before {
    color: #111111;
    padding-left: 14px;
    font-size: 13px;
}
.dropdown_button {
    text-transform: inherit;
    cursor: pointer;
    font-size:0.9em;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #F78D1E;
    border:2px solid #F78D1E;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 4%;
    background-color: #ffffff;
}
.dropdown-menu .dropdown-item{
     -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    font-size:0.9em;
    margin: 3px 0px 3px 0px;

}
.dropdown-menu .dropdown-item:hover{
     color: #F78D1E;
}

.dropdown_button:hover {
    color: #ffffff !important;
    border:2px solid #F78D1E;
    -background-color: #F78D1E;
}
.dropright .dropdown-toggle::after{
    display:none;
}
