@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

@font-face {
    font-family: "Big John";
    src: url("fonts/BIGJOHN.otf");
}

body {
    background: #f1f1f1;
    font-family: 'open sans';
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 0;
}

.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background: #45aed6;
    border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #2a95be;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #45aed6;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/
.nav > li > a {
    font-size: 15px;
}

.recruitBg {
    background: #deda3c;
}

.recruitBg:hover {
    background: #f7f243;
}

.fieldAlign {
    color: #000 !important;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .fieldAlign {
        padding-bottom: 10px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #cecece;
        max-height: 415px !important;
    }

    .navbar-nav {
        height: 21em;
    }
}

#recruitZoneIndex {
    padding: 0;
}

#recruitZoneIndex {
    overflow: hidden;
}

#recruitZoneIndex .item {
    height: 750px;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
}

#recruitZoneIndex .slider-inner {
    position: absolute;
    top: 80px;
    left: 0;
    width: 34%;
    height: auto;
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.recruiterTitleRow {
    width: 35%;
}

#recruitZoneIndex .slider-inner1 {
    position: absolute;
    top: 15em;
    left: 0;
    width: 100%;
    color: #fff;
}

#recruitZoneIndex .slider-inner h2 {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: 'montserrat';
    float: right;
    color: #d2cb60;
}

#recruitZoneIndex .slider-inner h2 > span {
    color: #45aed6;
}

#recruitZoneIndex .slider-inner1 h3 {
    color: #fff;
    font-family: 'montserrat';
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.jobPostRow {
    background: #935bb1;
    width: 100%;
    color: #fff;
    padding: 10px;
    height: 475px;
}

.resumeRow {
    background: #ca5c7e;
    width: 100%;
    color: #fff;
    padding: 10px;
    height: 475px;
}

.brandRow {
    background: #556a95;
    width: 100%;
    color: #fff;
    padding: 10px;
    height: 475px;
}

.recruitersBtn {
    background: #e1e1e1;
    border: none;
    border-radius: 0px;
    color: #333;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.recruitersBtnRow {
    padding-top: 20px;
}

#recruitZoneIndex1 {
    padding: 45px 0;
    background: #fcefe8;
}

#recruitZoneIndex1 p {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 15px;
}

#slider-banner {
    min-height: 100%;
}

.owl-theme .owl-controls .owl-page span {
    background: #8a5031;
}

.testContent {
    color: #8a5031;
    font-style: italic;
    font-weight: 600;
}

.testContentInfo {
    float: right;
    font-size: 16px !important;
    font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    #recruitZoneIndex .slider-inner {
        top: 90px;
        left: 0;
        width: 100%;
        height: auto;
    }

    #recruitZoneIndex .slider-inner h2 {
        font-size: 28px;
    }

    .recruiterTitleRow {
        width: 100%;
    }

    #recruitZoneIndex .slider-inner1 {
        top: 14em;
    }

    #recruitZoneIndex .slider-inner1 img {
        width: 150px;
        padding-top: 10px;
    }

    .recruitersBtnCol {
        padding-bottom: 15px
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #recruitZoneIndex .item {
        height: 110em;
        background: #f1f1f1 !important;
    }

    .jobPostRow {
        width: auto;
        height: auto;
        background-image: url('../images/job_posting.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .resumeRow {
        width: auto;
        height: auto;
        background-image: url('../images/resume_access.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .brandRow {
        width: auto;
        height: auto;
        background-image: url('../images/branding.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    #recruitZoneIndex .slider-inner1 h3 {
        font-size: 25px;
    }

    .recruitersColSpace {
        padding: 0 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #recruitZoneIndex .item {
        height: 95em;
        background: #f1f1f1 !important;
    }

    #recruitZoneIndex .slider-inner1 h3 {
        font-size: 25px;
    }

    .jobPostRow {
        width: auto;
        height: auto;
        background-image: url('../images/job_posting.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .resumeRow {
        width: auto;
        height: auto;
        background-image: url('../images/resume_access.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .brandRow {
        width: auto;
        height: auto;
        background-image: url('../images/branding.png');
        background-repeat: no-repeat;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .recruitersColSpace {
        padding: 0 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #recruitZoneIndex .item {
        height: 52em;
    }

    #recruitZoneIndex .slider-inner1 h3 {
        font-size: 20px;
    }

    .jobPostRow, .resumeRow, .brandRow {
        width: 100%;
        margin: 0 auto;
    }

    .recruitersBtn {
        padding: 8px 12px;
        font-size: 9.5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    #recruitZoneIndex .item {
        height: 60em;
    }

    #recruitZoneIndex .slider-inner {
        left: 0;
        width: 40%;
        height: auto;
    }

    .recruiterTitleRow {
        width: 41%;
    }

    .jobPostRow {
        width: 100%;
        height: 540px;
    }

    .resumeRow {
        width: 100%;
        height: 540px;
    }

    .brandRow {
        width: 100%;
        height: 540px;
    }

    .recruitersBtn {
        padding: 8px 12px;
        font-size: 10px;
    }
}

#recruiterRegister {
    padding: 0;
}

#recruiterRegister {
    overflow: hidden;
}

#recruiterRegister .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#recruiterRegister .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    color: #fff;
}

#recruiterRegister .slider-inner h2 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #669933;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

#recruiterRegister .slider-inner h2 > span {
    color: #45aed6;
}

#recruiterRegister1 {
    padding: 45px 0;
    background: #e8e8e8;
}

#recruiterRegister1 p {
    font-size: 13px;
    line-height: 2;
    padding-bottom: 15px;
}

.recruitersInfo {
    color: #000;
    font-size: 18px !important;
}

#postJob1 {
    padding: 45px 0;
    background: #e8e8e8;
}

#postJob1 p {
    font-size: 13px;
    line-height: 2;
}

.recruiterSlider {
    padding-top: 9em !important;
}

.register-form-control {
    display: inline;
    padding: 0;
}

.recruitersNameBanner {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    height: 110px;
    margin-left: 0;
    margin-right: 0;
}

.recruiterLogo {
    max-height: 90px;
}

.recruiterCompInfo {
    font-size: 28px;
    color: #333;
    padding: 35px 20px 0;
    font-weight: 600;
}

.recruitersDashBoardSidebar {
    top: 150px !important;
}

.recruitersDashBoardContent {
    top: 50px !important;
}

.recruitersShadowWidth:before, .recruitersShadowWidth:after {
    width: 95% !important;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .recruiterCompInfo {
        padding: 15px 0 0;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .recruitersDashBoardContent {
        min-height: 900px !important;
    }
}

.posting-chart:after, .posting-chart:after, .posting-pro:after, .posting-chart-three:after, .panel-heading li:after {
    content: " ";
    display: table;
    clear: both;
}

.listIcon {
    color: #fff !important;
}

.posting-pro .x {
    color: #B94A61 !important;
}

.posting-pro .glyphicon {
    color: #3A87AD;
}

/* Headings */
#pricing h3 {
    color: #fff;
}

#pricing h3 span {
    margin-left: 0px;
}

.radioContainer {
    padding-left: 35px;
    font-size: 16px;
}

.radioCheckmark {
    top: 0;
}

.recruiterLogo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.filterQues-caption {
    margin-top: 10px;
}

label {
    margin-bottom: 5px;
}

.multiselect label {
    line-height: 2;
}

.posting-chart .panel-heading {
    font-size: 22px;
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    background-color: #669933;
    color: #fff;
}

.posting-chart-one h3 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 5px 0 0;
    text-transform: uppercase;
}

/* Headings Formatting */
.posting-label {
    display: block;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.posting-first-heading .posting-label {
    font-weight: 600;
}

.posting-figure {
    padding: 20px 0;
    position: relative;
}

.posting-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 30px;
}

.posting-amount {
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    padding: 0 0 0 50px;
}

.posting-foreword {
    display: block;
    font-size: 14px;
    font-style: italic;
    padding: 0;
}

.posting-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin: 20px;
}

.posting-paragraph span {
    font-size: 28px;
}

/* Panel + Panel Header + Panel Footer */
.posting-chart .panel {
    margin: 0;
}

.posting-chart-two .panel, .posting-chart-two .panel-heading {
    border-radius: 0;
}

.posting-chart .panel-footer {
    padding: 10px;
}

.posting-chart-two .panel-footer {
    border-width: 0 1px 1px 1px;
    margin: 0px 0px 10px;
    padding: 0;
    border-radius: 0;
}

/* Collapse */
.posting-chart .panel-collapse p {
    margin: 10px 0;
}

/* Images */
.posting-chart .img-responsive {
    max-width: inherit;
    width: 100%;
}

/* Call to Action Buttons */
.posting-chart-one {
}

.posting-chart-one a {
    font-size: 18px;
}

.col-md-2 a {
    font-size: 16px; /* Smaller font for narrow columsn */
}

.posting-chart-three {
    padding: 0;
}

.posting-chart-two a {
    font-size: 20px;
}

.list-group {
    margin: 0;
    padding: inherit;
}

.list-group-item {
    border: 1px solid #ddd;
}

#pricing {
    background: #e8e8e8;
}

/* Buttons */
.panel-footer .btn {
    line-height: 44px;
}

.btn-wide {
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.panel-heading {
    border-radius: 0;
    min-height: 260px;
}

.posting-pro li li.list-group-item {
    border-left-width: 1px;
    border-radius: 0;
    min-height: 45px;
    display: list-item;
    list-style: none;
}

.posting-pro li.posting-first-heading li.list-group-item {
    border-left-width: 1px;
    border-radius: 0;
    min-height: 45px;
}

.posting-pro {
    list-style: none;
    margin: 0;
    padding: 0;
}

.posting-pro li.posting-first-heading, .posting-pro li.posting-inner {
    padding: 0;
}

.posting-pro .panel-heading {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.posting-pro li:first-child .panel-heading {
    border-left: 1px solid #ddd;
}

.posting-professional li.list-group-item .feature-hide {
    display: none;
}

.posting-professional li .glyphicon {
    display: inline-block;
}

.posting-professional li .posting-paragraph .glyphicon {
    display: block;
}

.labelPara {
    text-align: right;
}

.regFormCol1 span {
    line-height: 2;
}

.list-group {
    display: block;
}

.posting-inner .list-group .list-group-item {
    text-align: center !important;
}

@media only screen and (min-width: 1200px) {
    .list-group {
        height: auto;
    }
}

@media screen and (min-width:0\0) { /* Specific to IE */
    .posting-currency {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        top: -30px;
    }

    .posting-amount {
        font-size: 65px;
        line-height: 65px;
    }

    .posting-chart .panel-footer {
        margin: 0 0 20px;
        padding: 0;
    }
}

@media screen and (max-width: 1199px) {
    .posting-chart-one {
        margin-bottom: 20px;
    }

    .tab-content {
        border-left: 0;
    }

    .posting-pro li li.list-group-item {
        border-left-width: 1px;
        text-align: center;
    }

    .posting-chart .panel-heading {
        padding: 15px 10px;
    }

    .posting-pro .panel-heading {
        border-left: 1px solid #ddd;
        min-height: inherit;
    }

    .posting-professional li.list-group-item .feature-hide {
        display: inline;
        padding: 0 0 0 10px;
    }

    .posting-pro li.posting-first-heading {
        display: none;
    }

    .posting-pro .glyphicon {
        display: inline-block;
        text-align: center;
    }

    .posting-foreword, .posting-label {
        display: block;
    }

    .posting-foreword:before {
        content: " ";
    }
}

@media screen and (max-width: 767px) {
    #posting-align {
        display: inherit;
        margin: 0 0 40px;
        vertical-align: none;
    }
}

.pageAligner {
    padding-bottom: 65px !important;
}

.postBtn {
    margin-top: 1em;
}

.adBgCol {
    height: 250px;
}

#resumeSearch {
    padding: 45px 0;
    background: #e8e8e8;
}

#resumeSearch p {
    font-size: 13px;
    line-height: 2;
    padding-bottom: 15px;
}

.searchChkLbl {
    padding-top: 15px;
    padding-bottom: 5px;
}

.searchChkLbl label {
    line-height: 1.5;
    color: #333;
    padding: 0 15px;
}

.resumeSearchForm {
    line-height: 3;
    width: 100%;
}

@media only screen and (max-width: 1499px) {
    .labelPara {
        float: left;
        text-align: left;
    }
}