/* --- Header ---> */
@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic/gothic.eot');
    src: local('gothic'), url('/fonts/gothic/gothic.woff') format('woff'), url('/fonts/gothic/gothic.ttf') format('truetype');
}
@font-face {
    font-family: 'Pragmatica ExtraLight Reg';
    font-style: normal;
    font-weight: normal;
    src: local('Pragmatica ExtraLight Reg'), url('/fonts/PragmaticaMedium.otf') format('opentype');
}
html {
    font-size: 100%;
}
body {
    font-family: 'gothic' !important;
    background-color: #f5f5f5;
}
button, input, optgroup, select, textarea {
    font-family: 'gothic' !important;
}
a:hover {
    text-decoration: none;
}
.small-font {
    font-size: 15px;
}
.required-star {
    color: red;
}
.overflow-auto {
    overflow: auto;
}
.jobster-btn {
    border: 1px solid white;
    margin: auto;
    display: inline-block;
    background-color: transparent;
    font-size: 20px;
}
.jobster-btn:hover {
    background-color: white;
    cursor: pointer;
    color: #243045;
}
.jobster-btn-pink {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #D80F46;
    margin: auto;
    display: inline-block;
    background-color: #D80F46;
}
.jobster-btn-pink:hover {
    background-color: #D80F46;
    cursor: pointer;
}
.jobster-solid-red-btn {
    border: 2px solid red;
    margin: auto;
    display: inline-block;
    background-color: white;
    font-size: 20px;
    color: red;
    padding: 5px 30px;
    border-radius: 50px;
    width: 80%;
    letter-spacing: 2px;
    font-weight: 900;
}
.jobster-solid-red-btn:hover {
    background-color: red;
    cursor: pointer;
    color: white;
}
.jobster-solid-btn {
    border: 1px solid #243045;
    margin: auto;
    display: inline-block;
    background-color: white;
    font-size: 20px;
    color: #243045;
    padding: 5px 30px;
    border-radius: 50px;
    width: 80%;
    letter-spacing: 2px;
}
.jobster-solid-btn:hover {
    background-color: #243045;
    cursor: pointer;
    color: white;
}
header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%; 
    height: 80px; 
    padding: 10px;
    background: #243045;
}
header.scrolled {
    background: #243045;
}
header img {
    height: 100%;
    margin-left: 20px;
}
header .header-logo {
    display: inline-block;
    margin-left: 20px;
}
header .header_logo_image {
    width: 323px;
    height: 60px;
    background: url("/images/jobster_logo_white.png") no-repeat;
    background-size: 100% 100%;
}
header .header-right {
    float: right;
    margin-right: 20px;
    line-height: 4;
    display: flex;
}
header .header-right a {
    color: white;
    margin-left: 35px;
}
header #ebook-icon {
    background: url("/images/white-book-icon.png");
    background-size: 130%;
    background-position: -8px -2px;
}
header.scrolled #ebook-icon {
    background: url("/images/blue-book-icon.png");
    background-size: 130%;
    background-position: -8px -2px;
}
header .play-button {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    margin-left: 0;
}
header .login-link {
    display: inline-block;
}
header .header-profile-image {
    margin: 12px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
header.scrolled .header_logo_image {
    background: url("/images/jobster_logo_blue.png") no-repeat;
    background-size: 100% 100%;
    transition: background 500ms linear;
}
header .play-button {
  color: #273446;
}
header .header_icon_image {
    width: 60px;
    height: 60px;
    background: url("/images/jobster icon white.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
header .header_text_image {
    width: 200px;
    height: 50px;
    background: url("/images/jobster_text_white.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 20px;
}
header.scrolled .header_icon_image {
    background-size: 100% 100%;
    transition: background 500ms linear;
    -webkit-animation: spinY 2s;
}
/*header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%; 
    height: 80px; 
    padding: 10px;
}
header img {
    height: 100%;
    margin-left: 20px;
}
header .header-logo {
    display: inline-block;
    margin-left: 20px;
}
header .header_logo_image {
    width: 323px;
    height: 60px;
    background: url("/images/jobster_logo_white.png") no-repeat;
    background-size: 100% 100%;
}
header .header-right {
    display: inline-block;
    float: right;
    margin-right: 20px;
    line-height: 4;
}
header .header-right h4 {
    line-height: 55px;
    color: white;
}
header .play-button {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    margin-left: 0;
}
header .login-link {
    display: inline-block;
}
header .header-profile-image {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
header.scrolled {
    background-color: white !important;
    transition: background-color 500ms linear;
}
header.scrolled .header_logo_image {
    background: url("/images/jobster_logo_blue.png") no-repeat;
    background-size: 100% 100%;
    transition: background 500ms linear;
}
header.scrolled .header-right h4,
header .play-button {
  color: #273446;
}
header .header_icon_image {
    width: 60px;
    height: 60px;
    background: url("/images/jobster icon white.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
header .header_text_image {
    width: 200px;
    height: 50px;
    background: url("/images/jobster_text_white.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 20px;
}
header.scrolled .header_icon_image {
    background: url("/images/jobster icon blue.png") no-repeat;
    background-size: 100% 100%;
    transition: background 500ms linear;
    -webkit-animation: spinY 2s;
}
header.scrolled .header_text_image {
    background: url("/images/jobster_text_blue.png") no-repeat;
    background-size: 100% 100%;
    transition: background 500ms linear;
}*/
@-webkit-keyframes spinY
{  
0%   {-webkit-transform: rotateY(0deg); -webkit-transform-origin: 50% 0% 0;}  
100% {-webkit-transform: rotateY(360deg); -webkit-transform-origin: 50% 0% 0;}  
}
/* <--- Header --- */

/* --- Background ---> */
.background_color {
    background: url(/images/background.png) repeat-y;
    background-size: 100% auto;
}
.background_pattern {
    background: url(/images/pattern.png) repeat-y;
    background-size: 100% auto;
}
/* <--- Background --- */

/* --- Home ---> */
.home-row,
.result-row {
    margin-top: 20px;
    overflow: auto;
}
.home-sub-row {
    margin-top: 30px;
    overflow: auto;
}
.main-container {
    padding-top: 80px;
    width: 84%;
    margin: auto;
    color: white;
    /*margin-top: 80px;*/
    /*padding-top: 20px;*/
}
.home-title {
    text-align: center;
    margin-top: 90px;
}
.home-tab {
    text-align: center;
}
.home-tab > div {
    border: 1px solid white;
    padding: 30px 10px 10px;
}
.home-tab .job-tab {
    margin-right: 10px;
    border-radius: 20px;
}
.home-tab .job-tab .tab-img {
    background: url("/images/find a job.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 65px;
}
.home-tab .job-tab.active .tab-img,
.home-tab .job-tab:hover .tab-img {
    background: url("/images/find a job2.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-tab .talent-tab {
    margin-left: 10px;
    border-radius: 20px;
}
.home-tab .talent-tab .tab-img {
    background: url("/images/find a t1.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 65px;
}
.home-tab .job-tab.active,
.home-tab .talent-tab.active,
.home-tab .job-tab:hover,
.home-tab .talent-tab:hover {
    background-color: white;
    cursor: pointer;
    color: #243045;
    border-radius: 20px;
}
.home-tab .talent-tab.active .tab-img,
.home-tab .talent-tab:hover .tab-img {
    background: url("/images/find a t2.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-tab .tab-content {
    padding: 0;
}
.home-tab .tab-content h2 {
    font-weight: 100;
}
.home-submit {
    text-align: center;
}
.home-submit .submit-wrapper:hover {
    background-color: #f3742c;
    cursor: pointer;
    /*color: #243045;*/
}
.home-submit .submit-wrapper {
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #ff8139;
    margin: auto;
    display: inline-block;
    background-color: #ff8139;
}
.home-submit .submit-content {
    margin-top: 10px;
    font-size: 12px;
}
.home-connect img {
    width: 100%;
}
.home-connect .connect-image {
    padding: 0;
}
.home-products .products-title {
    margin-top: 70px;
    text-align: center;
    font-size: 25px;
}
.home-products .home-product {
    text-align: center;
}
.home-products .product-wrapper {
    border: 1px solid white;
    padding: 10px;
    width: 168px;
    margin: auto;
    margin-top: 20px;
}
.home-works {
    margin: 70px 0;
    font-size: 23px;
    font-weight: 700;
}
.home-works i {
    margin: 0 20px;
}
.step-icon {
    background-color: white;
    color: black;
    display: inline-block;
    font-size: 20px;
    padding: 10px 15px;
}
.step-title {
    margin-top: 30px;
    font-size: 40px;
}
.step-content {
    margin-top: 30px;
}
.step-content ul {
    list-style: none;
    font-size: 20px;
}
.step-content li {
    line-height: 40px;
}
.talent-layout {
    display: none;
}
.home-step > div {
    padding-top: 20px;
}
.home-step img {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.home-products .products-content {
    text-align: center;
    margin-top: 80px;
}
.home-products .products-wrapper {
    margin: auto;
    width: auto;
    display: table;
}
.home-products .line-col,
.home-products .product-col {
    display: table-cell;
}
.home-products .line-col {
    height: 196px;
    width: 100px;
    position: relative;
}
.home-products .line-col img {
    position: absolute;
    top: 130px;
    left: 0;
}
.home-products .product-col h3 {
    margin-top: 10px;
    font-weight: 100;
}
.home-products .product-img {
    height: 117px;
}
.home-products .product-jobster {
    background: url(/images/jobster1.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-intermew {
    background: url(/images/intermew1.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-picklet {
    background: url(/images/picklet1.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-rezmonkey {
    background: url(/images/rezmonkey1.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-wrapper:hover {
    background-color: white;
    color: #243045;
    cursor: pointer;
}
.home-products .product-wrapper:hover .product-jobster {
    background: url(/images/jobster2.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-wrapper:hover .product-intermew {
    background: url(/images/intermew2.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-wrapper:hover .product-picklet {
    background: url(/images/picklet2.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-wrapper:hover .product-rezmonkey {
    background: url(/images/rezmonkey2.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.home-products .product-content {
    width: 168px;
    margin-top: 20px;
}
#home-modal .modal-header,
#home-modal .modal-footer {
    border: none;
}
#home-modal .dropzone {
    border: none;
    background: transparent;
}
#home-modal .dz-default.dz-message {
    padding-top: 155px;
    margin: 0;
}
#home-modal #modal-submit {
    background-color: #D80F46;
    color: white;
}
.dz-error-mark path {
    fill: rgba(200, 45, 30, 1);
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.dropzone .dz-progress {
    display: none;
}
@media (max-width:991px){ 
    .home-tab .job-tab,
    .home-tab .talent-tab {
        margin: 0;
        margin-top: 10px;
    }
}
.demo-send,
.demo-error {
    display: none;
}
/* <--- Home --- */

/* --- Home Banner ---> */
.activity-banner {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
}
.activity-banner .content-div {
    margin: 0;
    padding: 0;
}
.activity-banner .content-div div {
    margin: 0;
    padding: 0;
}
.activity-banner .content-div img {
    height: 81px;
}
.activity-banner .content-div .content-wrapper {
    padding: 13px 0;
    line-height: 27px;
}
.activity-banner .button-div {
    padding: 20px 0;
}
.activity-banner .countdown-div {
    padding: 13px 0;
}
.activity-banner .countdown-wrapper {
    display: inline-block;
    border: 2px solid #243045;
    color: #243045;
    border-radius: 3px;
    padding: 3px;
}
.activity-banner .countdown-wrapper > div {
    margin: 0;
    padding: 0;
}
.activity-banner .countdown-div > div:first-child {
    display: inline-block;
    float: left;
    margin-top: 15px;
    padding: 0 7px;
}
.activity-banner .countdown-wrapper p.number {
    font-weight: 700;
    font-size: 18px;
}
.activity-banner .countdown-wrapper p:nth-child(2) {
    font-size: 10px;
}
.activity-banner .countdown-wrapper > div {
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
}
.activity-banner .countdown-wrapper p.number {
    font-weight: 700;
    font-size: 18px;
}
.activity-banner .number {
  position: relative;
}
@keyframes moveNumberOut {
    0% {margin-top: -28px;}
    30% {margin-top: 0;}
    100% {margin-top: 0;}
}
.activity-banner .move-number-out {
    animation: moveNumberOut 1.5s;
}
@media (max-width:991px){
    .activity-banner .content-div {
        width: 80%;
        margin: auto;
    }
    .activity-banner .content-div .content-wrapper {
        padding-bottom: 0;
    }
    .activity-banner .content-div .content-wrapper h3 {
        font-size: 14px;
    }
    .activity-banner .content-div .content-wrapper p {
        font-size: 11px;
    }
    .activity-banner .button-div {
        padding-top: 10px;
    }
}
/* <--- Home Banner --- */

/* --- Footer ---> */
footer {
    color: white;
}
footer .footer-container {
    overflow: auto;
    padding: 20px;
    padding-bottom: 80px;
    background-color: #263142;
    width: 100%;
    margin: 0;
}
footer .col-sm-4 {
    padding: 20px;
}
footer .social-icons {
    line-height: 100px;
    padding: 0;
}
footer .social-icons a {
    margin-right: 17px;
}
footer .copy-right-row {
    margin: 10px 0 0 10px;
    padding: 0;
}
footer img {
    margin-left: 10px;
}
footer img {
    height: 50px;
}
footer .jobster-logo img.jobster-text {
    height: 40px;
    margin-top: 5px
}
footer .jobster-logo p {
    font-size: 14px;
}
footer ul {
    list-style: none;
}
footer ul li {
    margin-top: 12px;
}
footer a {
    color: white;
}
footer .jobster-logo {
    margin-top: 12px;
    padding-left: 80px;
}
@media (max-width:991px){ 
    footer {
        text-align: center;
    }
    footer ul {
        font-size: 20px;
        margin-left: 0;
    }
    footer .jobster-logo {
        padding-left: 0;
    }
}
/* <--- Footer --- */

.result-card-circle  {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 0;
}
.card-circle {
    width: 100px;
    height: 100px;
    margin: 0;
    position: relative;
    float: right;
}
.card-circle svg {
    width: 100%;
    height: 100%;
}
.card-circle svg .result-card-circle-background,
.card-circle svg .result-card-circle-foreground {
    r: 45px;
    cx: 50%;
    cy: 50%;
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 10px;
}
.card-circle svg .result-card-circle-foreground {
    animation: offset 3s ease-in-out forwards;
    animation-delay: 1s;
    stroke: #DA3121;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}
.card-circle figcaption {
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    text-align: center;
    color: gray;
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0;
    font-size: 0;
}
.card-circle figcaption:after {
    animation-delay: 1s;
    display: inline-block;
    content: '0%\a 1%\a 2%\a 3%\a 4%\a 5%\a 6%\a 7%\a 8%\a 9%\a 10%\a 11%\a 12%\a 13%\a 14%\a 15%\a 16%\a 17%\a 18%\a 19%\a 20%\a 21%\a 22%\a 23%\a 24%\a 25%\a 26%\a 27%\a 28%\a 29%\a 30%\a 31%\a 32%\a 33%\a 34%\a 35%\a 36%\a 37%\a 38%\a 39%\a 40%\a 41%\a 42%\a 43%\a 44%\a 45%\a 46%\a 47%\a 48%\a 49%\a 50%\a 51%\a 52%\a 53%\a 54%\a 55%\a 56%\a 57%\a 58%\a 59%\a 60%\a 61%\a 62%\a 63%\a 64%\a 65%\a 66%\a 67%\a 68%\a 69%\a 70%\a 71%\a 72%\a 73%\a 74%\a 75%\a 76%\a 77%\a 78%\a 79%\a 80%\a 81%\a 82%\a 83%\a 84%\a 85%\a 86%\a 87%\a 88%\a 89%\a 90%\a 91%\a 92%\a 93%\a 94%\a 95%\a 96%\a 97%\a 98%\a 99%\a 100%\a'; 
    white-space: pre;
    font-size: 34px;
    line-height: 40px;
}
@keyframes offset {
    100% {
        stroke-dashoffset: 0;
    }
}

/* --- Login ---> */
.login-form-container {
    width: 80%;
    margin: auto;
    overflow: auto;
    padding-bottom: 100px;
}
.login-form-container form h1 {
    font-size: 30px;
    text-align: center;
}
.login-form-container {
    margin-top: 80px;
}
.login-form-container hr {
    margin: 10px 0;
    border: 1px solid #D8D8D8;
}
.login-form-container .message-container input {
    color: white;
}
.copy-right-row {
    margin-top: 50px;
    padding-right: 80px;
}
.message-container {
    border-radius: 4px;
    border: 1px #ddd solid;
    padding: 14px 18px;
}
.message-container h3 {
    display: inline-block;
    margin-left: 20px;
}
.message-container i {
    font-size: 30px;
    display: inline;
}
.message-container h4 {
    display: inline;
}
.error-message {
    color: red;
    border-color: #c40000;
}
@media (max-width:991px){ 
    .row {
        margin: 0;
    }
    .signup-form-container .row.signup-title h3 {
        font-size: 27px;
    }
}
/* <--- Login --- */

/* --- Signup ---> */
.signup-form-container {
    overflow: auto;
    margin-top: 80;
    padding-bottom: 100px
}
.signup-form-container .tab-header {
    margin-bottom: 30px;
}
.signup-form-container .tab-header li {
    padding: 0;
}
.signup-form-container .tab-header a {
    border: 1px solid white;
    color: white;
}
.signup-form-container .tab-header a:hover {
    color: #243045;
}
.signup-form-container .signup-title {
    margin-bottom: 15px;
}
#resend {
    font-size: 15px;
    padding: 5px;
    margin-left: 10px;
}
#resend:focus {
    color: white;
}
#resend:disabled {
    cursor: wait;
}
/* <--- Signup --- */

.result-card-container .stage-container {
    position: absolute;
    bottom: 40px;
    left: 80px;
}
.result-card-container .like-dislike-container {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.result-card-container .superlike-gray-icon {
    background: url("/images/superlike-gray.png") no-repeat;
}
.result-card-container .superlike-gray-icon:hover {
    background: url("/images/superlike.png") no-repeat;
    background-size: 100% 100%;
}
.result-card-container .like-gray-icon {
    background: url("/images/like-gray.png") no-repeat;
}
.result-card-container .like-gray-icon:hover {
    background: url("/images/like.png") no-repeat;
    background-size: 100% 100%;
}
.result-card-container .dislike-gray-icon {
    background: url("/images/dislike-gray.png") no-repeat;
}
.result-card-container .dislike-gray-icon:hover {
    background: url("/images/dislike.png") no-repeat;
    background-size: 100% 100%;
}
.result-card-container .superlike-icon {
    background: url("/images/superlike.png") no-repeat;
}
.result-card-container .like-icon {
    background: url("/images/like.png") no-repeat;
}
.result-card-container .dislike-icon {
    background: url("/images/dislike.png") no-repeat;
}

.result-card-container .like-dislike-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100% 100%;
    cursor: pointer;
}
