
*{
    font-family: ubuntu;
}


html {
    overflow-x: hidden; 
}

/*FIRST SECTION*/

.intro-section{
    /*position: relative;
    background-image: url('/img/profile_pictures/bg.jpg');
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: overlay;*/
    height: 100vh;
    min-height: 640px;
}

.main-icon{
    position: absolute;
    left: 50px;
    top: 50px;
}

.center-content{
    text-align: center;
    padding-top: 40px;
}

.div-center{
    /*margin-top: 40px;*/
}

.header-text{
    color: white;
    /*font-weight: bold;*/
    font-size: 35px;
}

.div-btn-join{
    margin-top: 40px;
}

.btn-join,.btn-join-now {
    width: auto;
    height: 40px;
    background: #3C8AC5;
    font-weight: bold;
    border: 0;
}

.div-bottom {
    position: relative;
    bottom: -200px;
}

.div-bottom{
    text-align: center;
    color: white;
    width: 100%;
}

.down-arrow{
    font-size: 60px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 3px solid white;
    border-radius: 50%;
}

.down-arrow:hover {
    color: #182244;
    /*border-color: #182244;*/
    background: white;
}

/*END FIRST SECTION*/

/*SECOND SECTION*/

.second-section {
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

.second-section .title{
    font-weight: bold;
    font-size: 32px;
    padding-top: 25px;
    text-align: center;
    color: white;
}

.img_bot{
    position: absolute;
    top: -15px;
    left: -80px;
    width: 80px;
    height: 80px;
}

.messages{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 250px);
    min-height: 400px;
    padding-right: 30px;
    padding-left: 30px;
}

.message_container {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.loading {
    margin-top: 15px;
    width: 100%;
    padding-left: 30px;
    position: relative;
}

.ps-scrollbar-y-rail {
    z-index: 5;
}

.chat_text p{
    margin: 0;
}

.chat_text:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 15px;
    top: 2px;
    left: -5px;
}

.chat_text {
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: white;
    min-height: 65px;
    height: auto;
    width: 100%;
    display: inline-block;
}

.chat_text_loading{
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-family: ubuntu, calibri;
    color: white;
    max-height: 60px;
    height: auto;
    width: 100%;
    display: inline-block;
}

.chat_text_user:after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.1);
    top: 2px;
    right: -5px;
}

.chat_text_user {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-family: ubuntu, calibri, arial;
    color: white;
    min-height: 40px;
    min-height: 60px;
}

.text_box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.img_menu {
    width: 32px;
    border-radius: 50%;
}

.fundo-bot {
    height: 82px;
    padding-right: 0;
    width: 100%;
    padding: 0;
}

.separator_fundo{
    background-color: #F1A93D;
    height: 3px;
    border: none;
}

.enter-message {
    font-size: 14px;
    font-family: ubuntu, calibri;
    color:white;
    position: relative;
}

.enter-message input {
    border: 0;
    border-bottom: 1px solid white;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    color: white;
    padding-right: 45px;
}

.enter-message input:focus {
    outline: 0;
}

.enter-message input::-webkit-input-placeholder {
   font-style: italic;
   color: white;
}
.enter-message input:-moz-placeholder {
   font-style: italic;
   color: white;  
}
.enter-message input::-moz-placeholder {
   font-style: italic;
   color: white;  
}
.enter-message input:-ms-input-placeholder {  
   font-style: italic;
   color: white; 
}

button#input_message_overlay_button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 0;
    outline: 0;
}

.bar_fundo{
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
    color: grey;
}

.bar_fundo span{
    margin-left: 15px;
} 

#newton_page .help_div{
    color: #3C8AC5;
    border: 2px solid #3C8AC5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 75px;
    right: 15px;
    cursor: pointer;
}


/*END SECOND SECTION*/

/*THIRD SECTION*/

.third-section{
    /*background-color: #EDFDFF;*/
    height: 100vh;
    min-height: 640px;
}

.third-section .content{
    padding-top: 40px;
}

.third-section .icon_bot{
    width: 80px;
    height: 80px;
}

.third-section .text{
 padding-top: 40px;
 font-weight: bold;
 font-size: 30px;
 color: #9E9D9D;
}

.third-section .sign-up{
    margin-top: 40px;
    padding: 0px;
    border: 4px solid #3195BE;
}

.third-section .sign-up .option{
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: rgb(49, 149, 190);
    cursor: pointer;
    border-bottom: 4px solid #3195BE;
}

.third-section .sign-up .last{
    border: none;
}

.third-section .icon_newton{
    margin-top: 40px;
}

/*END THIRD SECTION*/

#newton_page .fundo {
    width: 100%;
    height: 50px;
    display: inline-block;
}

.emoticon{
    width: 34px;
}

/*ARROW ANIMATION*/

.bounce {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0);}
    40% { transform: translateY(-8px);}
    60% { transform: translateY(-4px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0);}
    40% { transform: translateY(-8px);}
    60% { transform: translateY(-4px);}
}

/* TYPING ANIMATION */
.one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes dot {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/*######################################################################################################################
 * Preview Box
 *####################################################################################################################*/

 .row .preview-holder{
    margin-top: 35px;
    /* border: 2px solid #a1a1a1;*/
    margin-left: 0px;
    margin-right: 0px;
}

.preview-canonicalURL{
    color: darkgray;
    font-size: 10px;
    margin-top: -5px;
}

.preview-video{
   margin-top: 14px;
}

.preview-desc-container{
    margin-bottom: 14px;
    margin-top: 5px;
    color: white;
}

.preview-description{
    font-size: smaller;
}

.preview-imageMax-cont{
    margin-top: 14px;
    cursor:pointer;
}

.preview-image-cont{
    margin-top: 14px;
    margin-bottom: 10px;
    cursor:pointer;
}

.preview-image-video-thumbnail-container{
    margin-top: 10px;
    margin-bottom: 10px;
    cursor:pointer;
}

.preview-image-video-thumbnail{
    max-width: 130px;
}

.preview-video-play-icon-16-9{
    cursor:pointer;
    max-width: 49px;
    z-index:1;
    margin-right: 22px;
    opacity: 0.7;
}

.preview-video-popout-icon-16-9{
    max-width: 49px;
    z-index:1;
    opacity: 0.7;
}

.preview-video-play-icon-16-9:hover{
    opacity:1.0;
}

.preview-video-popout-icon-16-9:hover{
    opacity:1.0;
}

iframe img{
    max-width:100%;
}


.preview-video-container{

}

.preview-video-image{

}

.preview-video-overlay{

}

.preview-video-play{

    background-color: rgba(255,255,255,0.5);
}

.preview-video-new{
 background-color: rgba(255,255,255,0.5);
}

.preview-video-icon{
    height: 100px;
}

/* OPTIONAL */

.chat_text .preview-desc-container{
    display: none;
}

.chat_text .link-preview-container{
    width: 95%;
    margin: auto;
    height: 375px;
}



.tag_message{
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid #F1A93D;
    cursor: pointer;
    min-width: 64px;
    margin: 0px 10px 15px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.all_tags{
    padding-right: 10px;
    padding-left: 10px;
}

.main{
    background-color: #F1A93D;
    border: 2px solid #F1A93D;
    color: white;
}

.bot-container-logo {
    width: 30px;
    height: 30px;
    background-image: url('/img/newton/bot_white.svg');
    background-size: cover;
    /*background-color: rgba(0,0,0,0.3);*/
    top: -2px;
    left: 0px;
    position: absolute;
}

.user-container-logo {
    height: 30px;
    width: 30px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-family: ubuntu, calibri;
    font-size: 13px;
    top: -12px;
    position: relative;
}

.user-container-logo span{
    position: relative;
    top: 4px;
}

.modal-dialog:not(#crop-modal .modal-dialog) {
    width: 370px;
    margin: 0;
}

.modal-header:not(#promoUsers .modal-dialog) {
    border: 0;
    min-height: 13px;
    padding: 0;
}

.modal-header .close {
    position: relative;
    right: 18px;
}

.modal-body {
    padding-top: 5px;
}

.modal-content:not(#crop-modal .modal-dialog) {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    background-color: #EDFDFF;
}

body{
    padding: 0 !important;
}




/* JOB SUGGESTION */

.company_container{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,.2);
}

.header{
    height: 64px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo_js{
    width: 64px;
    border-radius: 100%;
}

.div_logo_js{
    float: left;
}

.div_info{
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

.office{
    margin-bottom: 15px;
}

.office_js {
    max-height: 250px;
    padding: 0;
    max-width: 100%;
}


.rate_info{
    margin-bottom: 15px;
}

/*RATE*/
.job-rating i{
  display:none;
}

.job-rating{
  width: 120px;
  height: 25px;
}

.job-rating > div{
  background-color:#29ABE2;
  width:20px;
  height:20px;
  border-radius:50%;
  text-align:center;
  font-size:13px;
  color:white;
  display: inline-block;
}

.job-rating > div.empty{
  background-color: #9D9C9C;
}

.job-rating > div.full > .fa-star{
  display:inline-block;
}

.job-rating > div.half > .fa-star-half-o{
  display:inline-block;
}

.job-rating > div.empty > .fa-star-o{
  display:inline-block;
}

.job-rating > div.half{
    background: #29abe2; /* Old browsers */
    background: -moz-linear-gradient(left,  #29abe2 0%, #29abe2 50%, #9d9c9c 51%, #9d9c9c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#29abe2), color-stop(50%,#29abe2), color-stop(51%,#9d9c9c), color-stop(100%,#9d9c9c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #29abe2 0%,#29abe2 50%,#9d9c9c 51%,#9d9c9c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #29abe2 0%,#29abe2 50%,#9d9c9c 51%,#9d9c9c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #29abe2 0%,#29abe2 50%,#9d9c9c 51%,#9d9c9c 100%); /* IE10+ */
    background: linear-gradient(to right,  #29abe2 0%,#29abe2 50%,#9d9c9c 51%,#9d9c9c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#9d9c9c',GradientType=1 ); /* IE6-9 */

}

.job-rating > div > i{
  position: relative;
  top:2px;
}

.missing {
    position: absolute;
    top: 8px;
    right: 7px;
    color: #F36969;
    display: none;
}

.user_img {
    height: 32px;
    width: 32px;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 3px;
}

.companies-div {
    position: absolute;
    right: 145px;
    top: 50px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}

#second{
    position: relative !important;
    width: 100%;
    min-height: 100vh;
}

#second .fundo{
    padding-top: 150px;
}


/* ====== wireframe 2_2016 ===== */

#newton_loading{
    border: none !important;
    border-color: transparent !important;
    margin-top: 5px !important;
}

.orange{
    color: #F1A93D !important;
}

.button {
    display: inline-block;
    border: 2px solid #F1A93D;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    top: 60px;
    cursor: pointer;
    color: white;
}

.button:hover {
    background: #F1A93D;
    color: #182244;
}

.tag_message {
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}

.tag_message:hover{
    background: #F1A93D;
    color: #182244;
}

.newton-speak-icon{
    height: 45px;
    width: 45px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    color: white;
    text-align: center;
    font-family: ubuntu, calibri;
    font-size: 26px;
}

/* ===== top navbar ===== */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@supports (position: sticky) {
  body {
    padding-top: 0;
}
}

.navbar {
  position: relative;
  height: 80px;
  width: 100%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border-radius: 0;
  background: #182244;
}

.navbar .nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  margin-right: 2%;
}

.navbar .nav .item {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    line-height: 50px;
    margin-right: 20px;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .nav .item .contact {
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border-radius: 2px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.navbar .nav .item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.bot{
    background-color: rgba(0, 0, 0, 0.24);
    padding: 15px;
}

.message_container.message_space {
    margin-top: 30px;
}

/*CUSTOM SCROLL STYLE*/
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent !important;
    opacity: 1 !important;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: white !important;
}

.ps-container > .ps-scrollbar-y-rail {
    opacity: 1 !important;
    width: 5px !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: white !important;
    width: 5px !important;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent !important;
    opacity: 1 !important;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: white !important;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1 !important;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: transparent !important;
    opacity: 1 !important;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: white !important;
}

.navbar .logo img {
    width: 80%;
    margin-top: 15px;
}

.navbar .logo {
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-left: 2%;
    width: 170px;
    height: 70px;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    vertical-align: middle;
}

.language-selector {
  text-transform: lowercase;  
}

ul.languageList {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    top: 55px;
    left: -5px;
    width: 100%;
    background-color: #182244;
    text-align: center;
}

ul.languageList > li {
    line-height: 30px;
}

.scrolled {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.scrolled.navbar {
  height: 50px; 
  background-color: rgba(0, 0, 0, 0.2);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  background: #182244;
}


.scrolled.navbar .nav .item {
  line-height: 0px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.scrolled.navbar .nav .item .contact {
  display: inline-block;
  background-color: #ffffff;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border-radius: 2px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.scrolled.navbar .logo {
    float: left;
    display: inline-block;
    margin-top: -1px;
    margin-left: 5%;
    width: 90px;
    height: 40px;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}

#intro{
    margin: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.intro-top-row{
    margin: 0;
    top: 0;
    display: inline;
    width: 100%;
    margin-bottom: 50px;
}

@media screen 
and (min-width: 1000px) {
    .intro-top-row{
        position: fixed;
    }

}
@media screen 
and (max-width: 999px) {
    .intro-top-row{
        position: absolute;
    }

}

#intro-row{
    padding-top: 200px;
    width: 100%;
}
div.div-center{
    width: 100%;
}
span.header-text{
    width: 100% !important;
    min-width: 75% !important;
}



/*** GLASSDOOR API CSS ***/
.gd-star {
    height: 25px;
    width: 25px;
    padding-top: 4px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.gd-star-10 {
    background-image: linear-gradient(to right, #428bca, gray 10%, gray);
}

.gd-star-20 {
    background-image: linear-gradient(to right, #428bca, gray 20%, gray);
}

.gd-star-30 {
    background-image: linear-gradient(to right, #428bca, gray 30%, gray);
}

.gd-star-40 {
    background-image: linear-gradient(to right, #428bca, gray 40%, gray);
}

.gd-star-50 {
    background-image: linear-gradient(to right, #428bca, gray 50%, gray);
}

.gd-star-60 {
    background-image: linear-gradient(to right, #428bca, gray 60%, gray);
}

.gd-star-70 {
    background-image: linear-gradient(to right, #428bca, gray 70%, gray);
}

.gd-star-80 {
    background-image: linear-gradient(to right, #428bca, gray 80%, gray);
}

.gd-star-90 {
    background-image: linear-gradient(to right, #428bca, gray 90%, gray);
}

.gd-star-100 {
    background-color: #428bca;
}

.gd-review-comments {
    font-size: 14px;
    margin: 20px 0;
}

.gd-wrapper{
    padding: 20px 30px;
}

.gd-company-logo {
    margin-bottom: 40px;
}

.gd-company-logo img{
    position: relative;
    vertical-align: bottom;
}

.gd-company-name{
    margin-left: 20px;
    display: inline-block;
}

.gd-review-comments p{
    font-size: 15px;
}

.gd-review-comments p.gd-api-comment{
    clear: both;
    margin-top: 30px;
    font-size: 11px;
    color: gray;
}

/*#ytplayer {
    height: 71.25%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}*/

#videoWrapper {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

#videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interview_box img {
    width: 60px;
    display: inline-block;
}

.interview_box span.company_name {
    display: inline-block;
    margin-left: 20px;
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
}

p.notification-info {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*** === mini job carousel recommendations === ***/
/*.carousel-wrapper { 
      position: relative;
      width: 100%;
      height: 100%;
      max-height: 285px;
    }

   .carousel-wrapper .carousel-item {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 25px 50px;
      opacity: 0;
      transition: all 0.5s ease-in-out;
      border-radius: 10px;
      padding: 20px;
      width: 85%;
      margin: 20px auto;
  }

  .carousel-wrapper .carousel-item .arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    background: url("http://www.designmadeingermany.de/slideshow/left.png") 50% 50%/20px no-repeat;
  }

  .carousel-wrapper .carousel-item .arrow.arrow-prev { left: 0; }

  .carousel-wrapper .carousel-item .arrow.arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .carousel-wrapper .carousel-item.light { color: white; }

.carousel-wrapper .carousel-item.light .arrow { background: url('http://www.designmadeingermany.de/slideshow/left.png') 50% 50%/20px no-repeat; }

.carousel-wrapper [id^="target-item"] { display: none; }

.carousel-wrapper .item-1 {
  z-index: 2;
  opacity: 1;
}

.carousel-wrapper *:target ~ .item-1 { opacity: 0; }

.carousel-wrapper #target-item-1:target ~ .item-1 { opacity: 1; }

.carousel-wrapper #target-item-2:target ~ .item-2,
.carousel-wrapper #target-item-3:target ~ .item-3 {
  z-index: 3;
  opacity: 1;
}

@media (max-width: 480px) {
  .carousel-wrapper .carousel-item .arrow,

  .carousel-wrapper .carousel-item.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
  }
}

.message {
    margin: 15px 0;
    background-color: rgba(0,0,0,0.24);
}

div.img-circle.data-logo {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
}

.title-main-really {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}*/

.carousel-wrapper {
    max-width: calc(90% - 15px);
    height: 100%;
    max-height: 320px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0 auto;
    display: inline-flex;
    margin-left: 25px;
    margin-right: 10px;
}

.carousel-inner-wrapper {
    display: inline-flex;
    height: 100%;
}

.carousel-wrapper .carousel-item {
    display: inline-block;
    width: 250px;
    margin: 10px 20px;
    border: 2px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.24);
}

a.arrow i {
    position: absolute;
    top: 45%;
    color: white;
}

i.fa.fa-arrow-left {
    left: 40px;
}

a.arrow i:hover{
    color:#ccc;
}

a.arrow {
    position: static;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.job-wrapper {
    position: relative;
}

.line_space {
    padding: 0 15px;
    margin: 10px 0px;
}

.line_space.company-top {
    margin-top: 0px;
    padding-top: 30px;
    margin-bottom: 40px;
    height: 135px;
}

div.img-circle.data-logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 110px;
}

.title-interview{
    margin-top: 15px;
}

.title-main-really a, .title-interview a {
    margin-bottom: 10px;
    color: white;
}

.title-main-really a.job-title, .title-interview a.job-title {
    display: block;
}

span.data-location i {
    margin-right: 10px;
    vertical-align: text-bottom;
    font-size: 18px;
}

.line_space.location {
    font-size: 14px;
}

.col-job-content-description.job-description-list {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #F1A93D;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 35px;
}

span.job-content-description {
    font-size: 12px;
}

img.provider-logo {
    max-height: 15px;
    width: auto;
    margin-right: 15px;
}

span.via-provider-name {
    font-size: 12px;
}

span.data-company {
    margin-bottom:10px;
}

.provider-container {
    position: absolute;
    bottom: -60px;
}

.card-bg-img {
    background-size: cover;
    background-color: rgba(6, 18, 53, 0.75);
    background-blend-mode: overlay;
    background-image: url('/img/default_card_bg.jpg');
    height: 135px;
    width: 250px;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bt-apply {
    font-size: 13px;
    padding: 3px 20px;
    padding-bottom: 4px;
    background-color: transparent;
    border: 1px solid #F1a93D;
    border-radius: 3px;
    color: white;
}

.bt-apply:hover{
    border: 1px solid #F1A93D;
    background: #F1A93D;
    color: #182244!important;
}

.provider-container {
    position: absolute;
    bottom: -60px;
}

.chat_text_seen {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 13px;
    font-family: ubuntu, calibri;
    margin-top: 10px;
    color: white;
    margin-bottom: 10px;
}