/*
 *COLORS
*/
.text-red {
    color: orangered;
}

/*
 * FONTS
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');


.cat-container {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 5px 0;
}   
.cat-container .image {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
}
.cat-container .image p.title {
    z-index: 100;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 0 2px #666;
    line-height: 40px;
}
.cat-container .image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(52, 106, 187, .8));
    border-radius: 3px;
}
.right-side .cat-container .image-overlay {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(240, 128, 128, 0.79));
}
.right-side .cat-container .image-overlay:hover {
   background: -webkit-linear-gradient(rgba(52, 106, 187, .8), rgba(240, 128, 128, .95));
   background: -o-linear-gradient(rgba(52, 106, 187, .8), rgba(240, 128, 128, .95));
   background: linear-gradient(rgba(52, 106, 187, .8), rgba(240, 128, 128, .95)); 
}
.cat-container .image-overlay:hover {
    background: -webkit-linear-gradient(rgba(52, 106, 187, .8), rgba(52, 106, 187, .95));
    background: -o-linear-gradient(rgba(52, 106, 187, .8), rgba(52, 106, 187, .95));
    background: linear-gradient(rgba(52, 106, 187, .8), rgba(52, 106, 187, .95));
    border-radius: 3px;
}
.cat-container .promoted .image {
    background: url(https://legaltemplates.net/wp-content/uploads/2015/08/lease-agreement-shake-hands.jpg) center center no-repeat;
    background-size: cover;
}
.cat-container .it .image {
    background: url(/img/categorii/software.jpg) center center no-repeat;
    background-size: cover;
}
.cat-container .medical .image {
    background: url(/img/categorii/medical.jpg) center center no-repeat;
    background-size: cover;
}
.cat-container .industry .image {
    background: url(/img/categorii/industry.jpg) center center no-repeat;
    background-size: cover;
}
.cat-container .turism .image{
    background: url(/img/categorii/turism.jpg) center center no-repeat;
    background-size: cover;
}
.cat-container .constructii .image{
    background: url(/img/categorii/constructii.jpg) center center no-repeat;
    background-size: cover;
}
.right-side {
    position: absolute;
    right: 10px;
    padding: 10px;
    background: #fff;
    /* top: 100px; */
    z-index: 0;
    width: 200px;
}

.left-side {
    position: absolute;
    left: 10px;
    padding: 10px;
    background: #fff;
}
.element {
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid rgba(152, 152, 152, 0.31);
    width: 180px;
}
.element:hover {
    transition: .2s all ease-in;
    background: aliceblue;
}
a {
    text-decoration: none;
}
.left-side h4, .right-side h4 {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    text-align: center;
    margin: 0px;
    color: #ccc;
}


.left-side h4 span.first,
.right-side h4 span.first {
    font-size: 14px;
    color: rgb(0,92,185);
    font-weight: bold;
}
.right-side h4 span.first {
    color: lightcoral;
}

.left-side h4 span.second,
.right-side h4 span.second {
    font-size: 12px;
    color: #666;
}


.left-side h5,
.right-side h5 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999;
    margin-bottom: 10px;
    margin-top: 10px;

}
.right-side .element {
    width: 200px;
    height: 38px;
}
.element span {
    font-size: 12px;
    text-decoration: none;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    color: rgb(0,92,185);
    margin-left: 5px;
}
.right-side .element span {
    font-size: 12px;
    margin: initial;
    width: 145px;
    display: inline-block;
    height: 33px;
    overflow: hidden;
}
.right-side .element .icon {
    float: left;
    margin-right: 10px;
    background: lightcoral;
}
.element .icon {
    display: inline-block;
    background: #107af6;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.locatie-label {
    text-align: center;
}
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.promovat {
    font-size: 10px;
    font-style: italic;
    position: absolute;
    color: #bbb;
}

.highlighted {
    background: aliceblue!important;
}

/* buttons */
button#buton:disabled {
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
}

/* SHARE */
.share-option { display: none; }

.share-option.share-btn-email {
    position: absolute;
    top: -90px;
    left: 0px;
    background: #F75455;
    color: #fff;
}

.share-option.share-btn-facebook {
    position: absolute;
    top: -45px;
    left: 0px;
    background: #4267B2;
    color: #fff;
}

.share-option:hover {
    background: #ccc;
    transition: .2s all;
}

.btn-default{
    float: left;
    color: #777;
    background-color: #e7eaef;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    border-radius: 3px;
}

.jobs-area {
    min-height: 800px;
}

.jobs-container {
    width: 795px;
    position: relative;
    left: 50%;
    margin-left: -423px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid rgba(152, 152, 152, 0.31);
    padding: 15px 15px 5px 15px;
    margin-bottom: 5px;
    transition: .3s all;
}

.jobs-container:hover {
    box-shadow: 0 0px 14px 0 rgba(0,0,0,0.2), 0 0px 114px 0 rgba(0,0,0,0.01);
}

.jobs-container .title {
    display: inline-block;
    line-height: 1.3;
    width: 290px;

}

.jobs-container .title h2 {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}

.jobs-container .title small {
    color: #000;
    font-size: 12px;
}

.jobs-container .place {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 123px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    /*margin-right: 30px;*/
}
.expire-date {
    display: inline-block;
    width: 100px;
    position: relative;
    top: -5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-right: 20px;
    text-align: center;
}

.salary {
    display: inline-block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-right: 30px;
    text-align: center;
}

.salary span {
    font-size: 10px;
}

.actions {
    display: inline-block;
    position: relative;
    top: -10px;
}
.actions a.apply-to {
    margin-left: 5px;
    height: 19px;
    display: inline-block;
    width: 90px;
    background: #fbca04;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    border-radius: 3px;
}

.jobs-container .separator {
    display: none;
    float: left;
    height: 77px;
    width: 1px;
    background: #999;
    position: absolute;
    top: 0;
    left: 700px;
}


@media screen and (max-width: 1450px) {
    .facebook {
        display: none!important;
    }
}
.one {
    background: #3c437e;
}

.two {
    background: #5662b0;
}

body {
    padding: 0;
    margin: 0;
}

h2 {
    color: rgb(0,92,185);
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}

h2 a:visited {
    color: rgb(0,92,185);
    text-decoration: none;
}

h2 a {
    color: rgb(0,92,185);
    text-decoration: none;
}

span.nume-job {
    color: #000;
}
/*
.header {}

.header .motto a {
    position: relative;
    left: -920px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.headline {
    font-family: 'Bradley Hand ITC';
    font-size: x-large;
    color: rgb(3, 4, 154);
    background: #f2f2f2;
    border-bottom: 1px solid #CFCFCF;
}*/

.pagination {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    margin-left: calc(50% - 61px);
}

.disabled {
    color: #555;
}

.pagination a:hover {
    color: #555;
}

.pagination a:visited {
    color: rgb(3, 4, 154);
    text-decoration: none;
}

.pagination a {
    color: rgb(3, 4, 154);
    text-decoration: none;
}
/*
.motto {
    padding: 10px 0px 10px 56%;
}

.motto img {
    height: 40px;
}*/

div#translator {
    float: right;
    position: relative;
    bottom: -10px;
    padding-right: 10px;
}

#page {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    background: #f2f2f2;
    float: left;
}

#logo {
    width: 920px;
    position: relative;
    left: 50%;
    margin-left: -445px;
}

#logo img {
    float: left;
    width: 100px;
    margin-top: 20px;
    margin-right: 5px;
}
#logo-nou p {
    float: left;
    margin-top: 27px;
    font-size: 12px;
}
/*
.top {
    height: 165px;
    padding-top: 25px;
    background: url('../img/eu-flag-v3.jpg');
    padding: 10px;
}

.menu {
    padding-top: 0px;
    width: 890px;
    left: 50%;
    margin-left: -450px;
    text-align: right;
    position: relative;
}

ul li {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    transition: background-color ease-in-out .15s;
}

ul li:hover {
    background: #FBCA04;
}

ul li a {
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

*/
/*.searchBox {
    height: 95px;
    background: #f2f2f2;
    width: 890px;
    position: relative;
    left: 50%;
    margin-left: -445px;
    margin-right: auto;
    padding-left: 30px;
}*/

/*.keyword {
    width: 355px;
    float: left;
    text-align: center;
    padding-top: 25px;
}

.searchBox span {
    font-family: Arial;
    font-size: 11pt;
    color: #03049A;
    display: block;
    margin-bottom: 5px;
}
*/
/*.locatie {
    width: 313px;
    float: left;
    text-align: center;
    padding-top: 25px;
    margin-left: 10px;
}*/

/*.keyword input[type="text"] {
    width: 325px;
}

.locatie input[type="text"] {
    width: 280px;
}
*/
input[type="text"] {
    float: left;
    height: 33px;
    border: 0px solid #ccc;
    color: #555;
    padding-left: 15px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .25s, border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    background-color: #fff;
}

input[type="text"]:focus {
    transition:all 1s ease;
    color: black;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*.buton {
    float: left;
    width: 130px;
    margin-left: 15px;
    padding-top: 47px;
}
*/
input[type="submit"] {
    width: 147px;
    height: 33px;
    background: #03049A;
    border: 0;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
}

input[type="submit"]:hover {
    background: #4800C3;
}

.content {
    width: 100%;
    background: #f2f2f2;
    /* padding-top: 15px; */
    padding-bottom: 30px;
    float: left;
}

.jobs {
    width: 890px;
    padding-top: 25px;
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    left: 50%;
    margin-left: -445px;
    /*min-height: 1225px;*/
    margin-top: 40px;
    float: left;
}
.rJobs {
    width: 890px;
    padding-top: 25px;
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    left: 50%;
    margin-left: -445px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

.rJobs .job .data h2 {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}
.rJobs .job .data h2 a {
    font-weight: bold;
}

.rJobs .job {
    background:  #FBCA04;
    /* padding: 10px; */
    padding: 0;
    margin-bottom: 15px;
}
.rJobs .job .aplica {
    margin-right: 15px!important;
}

.rJobs .job .aplica a{
    color: black;
}

.rJobs .data {
    padding-top: 8px;
    margin-left: 15px;
    width: 540px;
    overflow: hidden;
    height: 25px;
}


.company-logo {
    float: left;
    height: 40px;
    padding-left: 60px;
}

.company-logo img {
    height: 39px;
}

.data {
    margin-left: 70px;
    float: left;
    width: 450px;
    margin-right: 50px;
    overflow: hidden;
}

.location {
    float: left;
    font-family: Candara;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    padding-top: 25px;
    width: 150px;
    overflow: hidden;
}

.aplica {
    float: right;
    /* margin-left: 140px; */
    margin-right: 8px;
    font-weight: bold;
    color: rgb(3, 4, 154);
    font-family: Candara;
    font-size: large;
    text-decoration: underline;
    padding-top: 20px;
}

.aplica a:visited {
    color: rgb(3, 4, 154);
}

.aplica a {
    color: rgb(3, 4, 154);
}

.title {
    color: rgb(3, 4, 154);
    font-size: 18px;
}

.title a:visited {
    color: rgb(3, 4, 154);
    text-decoration: none;
}

.title a {
    color: rgb(3, 4, 154);
    text-decoration: none;
}

.company {
    color: #111;
    font-size: 11px;
}

.candara {
    font-family: Candara;
    font-size: 13px;
    font-weight: bold;
}

.expiration {
    color: #111;
    font-size: 11px;
}

.jobDet {
    color: #111;
    font-size: 11px;
}

.job {
    float: left;
    width: 830px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.47);
    padding-bottom: 15px;
    padding-top: 10px;
    margin-left: 30px;
    margin-bottom: 5px;
}

div#footer {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    color: rgb(3, 4, 154);
    background: #C8C8C8;
}

#footer span {
    font-size: 13px;
}

#footer div {
    font-size: 10px;
}

.expired {
    border-bottom: 1px solid rgba(240, 128, 128, 0.4)!important;
}

.expired.animate {
    border-bottom: 2px solid rgba(192, 192, 192, 0.47);
    background: linear-gradient(270deg, rgba(240, 128, 128, 0.08), #fff);
    background-size: 400% 400%;
    -webkit-animation: colors 30s ease infinite;
    -moz-animation: colors 30s ease infinite;
    animation: colors 30s ease infinite;
    border-radius: 5px;
}

.animate:hover {
    border-bottom: 2px solid rgba(192, 192, 192, 0.47);
    background: linear-gradient(270deg, #f2f2f2, #fff);
    background-size: 400% 400%;
    -webkit-animation: colors 30s ease infinite;
    -moz-animation: colors 30s ease infinite;
    animation: colors 30s ease infinite;
}

@-webkit-keyframes colors {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes colors {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes colors {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.gr_c1 {
    background: rgba(108, 121, 204, 1);
    background: -moz-linear-gradient(top, rgba(108, 121, 204, 1) 0%, rgba(89, 97, 177, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108, 121, 204, 1)), color-stop(100%, rgba(89, 97, 177, 1)));
    background: -webkit-linear-gradient(top, rgba(108, 121, 204, 1) 0%, rgba(89, 97, 177, 1) 100%);
    background: -o-linear-gradient(top, rgba(108, 121, 204, 1) 0%, rgba(89, 97, 177, 1) 100%);
    background: -ms-linear-gradient(top, rgba(108, 121, 204, 1) 0%, rgba(89, 97, 177, 1) 100%);
    background: linear-gradient(to bottom, rgba(108, 121, 204, 1) 0%, rgba(89, 97, 177, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6c79cc', endColorstr='#5961b1', GradientType=0);
}

.gr_c2 {
    background: rgba(147, 163, 251, 1);
    background: -moz-linear-gradient(top, rgba(147, 163, 251, 1) 0%, rgba(109, 122, 197, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147, 163, 251, 1)), color-stop(100%, rgba(109, 122, 197, 1)));
    background: -webkit-linear-gradient(top, rgba(147, 163, 251, 1) 0%, rgba(109, 122, 197, 1) 100%);
    background: -o-linear-gradient(top, rgba(147, 163, 251, 1) 0%, rgba(109, 122, 197, 1) 100%);
    background: -ms-linear-gradient(top, rgba(147, 163, 251, 1) 0%, rgba(109, 122, 197, 1) 100%);
    background: linear-gradient(to bottom, rgba(147, 163, 251, 1) 0%, rgba(109, 122, 197, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#93a3fb', endColorstr='#6d7ac5', GradientType=0);
}

.alt1 {
    background: #023558;
    ;
}

.alt2 {
    background: #0079B5;
}

.curentPage {
    font-size: 14px;
    display: inline-block;
    margin-left: 330px;
    font-family: 'Open Sans', sans-serif;
}

.pageNumber {
    color: rgb(3, 4, 154);
    font-size: 16px;
}

div#x a {
    float: right;
    padding: 10px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.partners {
    float: left;
    width: 100%;
    color: rgb(3, 4, 154);
    text-align: center;
}

.partners .container {
    background-color: #fff;
    padding: 15px 0 5px 0;
}

.sectionName {
    text-align: center;
    padding-bottom: 15px;
}
.partners .partner {
    display: inline-block;
    width: 240px;
    height: 95px;
    /* vertical-align: bottom; */
}

.picker__select--month, .picker__select--year {
    height: 40px!important;
}

.newsletter {
    width: 809px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin: auto;
/*
margin-left: 225px;

background: #fff;
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16); */
}

.newsletter a {
    text-decoration: none;
    color: navy;
}

.close {
    position: relative;
    text-align: right;
    margin: 20px;
    font-family: sans-serif;
    font-size: 18px;
}

.close a {
    text-decoration: none;
    color: black;
}

.facebook {
    position: fixed;
    left: 20px;
    top:  285px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    height: 153px;
}

#btn-close-modal {
    text-align: center;
    cursor:pointer;
    padding: 20px;
    font-weight: bold;
}

#recomandate-modal:hover #show-newsletter:hover {
    background: #ccc;
    transition: all 3s;
}

#recomandate-modal, #show-newsletter {
    position: fixed;
    left: calc(100% - 191px);
    top: 300px;
    text-decoration: none;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    transition: all 1s;
}

a#show-newsletter {
    top: 350px;
    width: 170px;
    color: cornflowerblue;
}
a#recomandate-modal {
    color: cornflowerblue;
}

a#show-newsletter i {
    color: gray;
}


#recomandate-modal i {
    color:#f8ca00; font-size: 18px;text-shadow: 0px 0px 2px navy;
}




/* suprascriere select2 */

/*.select2-dropdown {
    border: 0!important;    
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0!important; 
    border-radius: 4px;
    height: 33px!important;
    margin-top: 7px!important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
}*/


/* tooltip 
* usage div.tooltip > span.tooltiptext
*/

.tooltip {
/*    position: relative;
    display: inline-block;*/
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    /*width: 120px;*/
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    top: -10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;

}

.expire-date.tooltip .tooltiptext {
    left: 20px;
}

/* LOADER */

div#page-loading::after {
    content: "Eurojob se incarca...";
    font-family: monospace;
    font-size: 22px;
}

div#page-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    background: lightgoldenrodyellow;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Footer */


.footer-nou{
    float: left;
    width: 100%;
    height: 500px;
}
.preheader{
    height:75px;
    width:100%;
    background-color: white;
}

#logo-nou{
    float: left;
}
#logo-nou img{
    float: left;
    width: 100px;
    margin-top: 20px;
    margin-right: 5px

}
#logo-nou p{
    float: left;
    margin-top: 27px;
}
.meniu-nou{
    float: left;
    margin-right: 110px;
}

#facebook{
    width: 60px;
    float: left;
    margin-top: 18px;
}

#twitter{
    width: 60px;
    float: left;
    margin-top: 18px;
}
.flag{
    background-image:url("../img/flag_bg.png");
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.flag h2{
    text-align: center;
    color: white;
    padding-top: 30px;
}
.flag p{
    text-align: center;
    color: white;
}

.subscribe{
    height: 217px;
    width: 550px;
    background-color: white;
    margin-left: calc(50% - 285px);
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}
.subscribe .button-blue {
    margin-top: 10px;
}
form.subscribe input, form.subscribe select {
    background: #fff!important;
    color: #A5ABC5!important;
    border: 1px solid #D7D9E0!important;
    box-shadow: none!important;
    float: none!important;
    height: 35px;
    padding: 0px 10px;
    width: 350px;
    margin: 2px calc(50% - 175px);
    border-radius: 3px;
}
form.subscribe select {
    width: 372px;
}
.subscribe p{
    color:black;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: -10px;
}


.eurojob-premium {
    margin: auto;
}

.follow{
    width: 315px;
    height: 20px;
    background-color: white;
    text-align: center;
    padding: 10px 10px;
    margin: auto;
    margin-bottom: 20px
}

.fallow iframe{
    width: 300px;
    height: 34px;
}

.send-button{
    height: 40px;
    width: 100px;
}

hr{
    width: 1114px;
}

#send-button{
    width: 350px;
    height: 40px;
    text-align: center;
    background: #03049A;
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin-left: 125px;
    border: 0;
    margin-top: 90px;
}

.footer-nou .meniu-nou ul li a {
    color: #000;
}


#slider img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}
#slider img {
    opacity: .7;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
}

