﻿/* -------------------------------- */
/*              FONTS               */
/* -------------------------------- */
@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'), url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'), url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* -------------------------------- */
/*             COLOURS              */
/* -------------------------------- */
.clr1 {
    color: #8a2be2 !important;
}

.clr2 {
    color: #f39324 !important;
}

.clr3 {
    color: #272727 !important;
}

.clr4 {
    color: #ccb5e2 !important;
}

.clr5 {
    color: #431367 !important;
}

.clr6 {
    color: #ffffff !important;
}


/* -------------------------------- */
/*     BASIC PAGE SETUP & FONTS     */
/* -------------------------------- */
body {
    color: #272727;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}

body,
html {
    height: 100%;
    overflow-x: hidden
}


/* -------------------------------- */
/*            NAVIGATION            */
/* -------------------------------- */
.navbar-container {
    margin: 0px auto;
}

.navbar-default {
    border: 0px;
    background-color: transparent;
}

.nav {
    float: none;
    border: 0px;
}

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.navbar-nav {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.navbar-nav>li {
    float: none;
    margin: 0px;
    padding: 0px 10px;
    display: inline-block;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #272727;
    padding: 0px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #f39324;
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin-top: 10px;
    border-color: #f39324;
    background-color: #f39324;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f39324;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle {
    float: right;
    margin: 8px 15px 2px 15px;
    padding: 0px 10px;
    position: relative;
    border-radius: 4px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    z-index: 1000;
    position: relative;
    border-color: #ffffff;
}

ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
}

@media (max-width: 767px) {
    .navbar-container {
        margin: 0px auto 0px auto;
    }

    .navbar-default {
        margin-top: -30px;
        padding-top: 0px;
    }

    .navbar-default .navbar-collapse {
        background-color: rgba(39, 39, 39, 0.8)
    }

    .navbar {
        left: 0px;
        border: 0px solid transparent;
        position: relative;
        margin-bottom: 0px;
    }

    .navbar-nav {
        width: 100%;
        margin: 0px;
        text-align: left;
    }

    .navbar-nav>li {
        float: none;
        color: #ffffff;
        display: block;
        padding: 5px 10px;
        margin-top: 0px;
        line-height: 30px;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
        width: 100%;
        margin: 0px;
        padding: 5px 10px;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        margin: 0px;
        padding: 5px 10px;
        text-align: center;
        border-bottom: 0px;
        background-color: #ffffff
    }
}


/* -------------------------------- */
/*           MAIN LAYOUT            */
/* -------------------------------- */
.container {
    clear: both;
    margin: 0px auto;
    padding: 60px 10px;
    max-width: 1150px;
}

.fullcontainer {
    clear: both;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

.fullcontainer .container {
    padding: 0px 10px
}

#header,
#footer,
#credits {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#credits {
    background-color: #431367;
}

#footer {
    color: #ffffff;
    font-size: 15px;
    background-color: #272727;
    padding-top: 30px;
    padding-bottom: 50px;
}

#header .container,
#footer .container,
#credits .container {
    padding: 0px 10px;
}

.banner,
.banner_services,
.banner_contactus,
.banner_candidate,
.banner_jobs,
.banner_privacy {
    height: auto;
    margin: 0px;
    padding: 100px 50px;
    min-height: 600px;
    background-image: url(../img/Charm-Recruit-Banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner_services {
    min-height: 150px;
    background-image: url(../img/Charm-Recruit-Banner-Services.jpg);
}

.banner_contactus {
    min-height: 150px;
    background-image: url(../img/Charm-Recruit-Banner-Contact.jpg);
}

.banner_candidate {
    min-height: 150px;
    background-image: url(../img/Charm-Recruit-Banner-Candidate.jpg);
}

.banner_jobs {
    min-height: 150px;
    background-image: url(../img/Charm-Recruit-Banner-Jobs.jpg);
}

.banner_privacy {
    min-height: 150px;
    background-image: url(../img/Charm-Recruit-Banner-Privacy.jpg);
}

.bannercontent {
    margin: 0px auto;
    max-width: 1150px;
}

.banner-text {
    padding: 30px;
    background-color: #ccb5e2;
}

.topspace {
    padding-top: 60px;
}

.topgap {
    margin-top: 60px !important;
}

.rightspace {
    padding-right: 40px;
}

.stepblocks01 {
    margin-top: -1px;
}

.stepblocks02 {
    margin-top: 35px;
}

.stepblocks03 {
    margin-top: 70px;
}

.stripes {
    margin: 0px;
    background-image: url(../img/background-stripes.jpg);
    background-position: top center;
    background-repeat: no-repeat
}


/* -------------------------------- */
/*             HEADINGS             */
/* -------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f39324;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1px;
}

h1 {
    margin: 20px 10px 20px 10px;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
    letter-spacing: 1px;
}

h2 {
    font-size: 26px;
    text-align: left;
    line-height: 34px;
    letter-spacing: 1px;
}

h2.title {
    width: 200px;
    color: #ffffff;
    margin: -20px auto 10px auto;
    z-index: 999;
    position: relative;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    background-color: #f39324;
}

h3 {
    margin: 20px 0px 20px 0px;
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 1px;
}

h4 {
    /* footer */
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 1px;
}

h5 {
    /* indented text */
    margin: 15px 10px 15px 30px;
    padding: 5px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

h6.caption {
    /* captions */
    color: #272727;
    z-index: 1000;
    margin: 20px 10px -50px 0px;
    padding: 0px 0px 0px 200px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}

h6.caption-nospace {
    /* captions */
    color: #272727;
    z-index: 1000;
    margin: 00px 10px -50px 0px;
    padding: 0px 0px 0px 200px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}


/* -------------------------------- */
/*            PARAGRAPHS            */
/* -------------------------------- */
p,
ol,
ul,
dl,
address {
    color: #272727;
}

p {
    margin: 0px 10px 10px 10px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}

.banner-text p {
    color: #272727;
    margin: 0px;
    padding: 20px;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
}

p.logo {
    margin: 10px;
    text-align: center;
}

p.forms {
    margin: 0px 10px 1px 10px;
    padding: 0px;
    hyphens: auto;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}

p.credits,
p.privacy {
    color: #ffffff;
    margin: 10px;
    font-size: 10px;
    text-align: right;
    font-weight: normal;
    letter-spacing: 1px;
}

p.privacy {
    text-align: left;
}

.bi {
    color: #ffffff;
    padding: 0px;
    font-size: 30px;
    text-align: center;
}

.stripes p {
    margin: 0px 10px 30px 10px;
}

.ten-columns>.col-md-2 {
    width: 20%;
}

/* -------------------------------- */
/*              LISTS               */
/* -------------------------------- */

ul {
    color: #8a2be2;
    margin: 0px 10px;
    padding: 0px 10px;
    hyphens: auto;
    font-size: 15px;
    text-align: left;
    line-height: 22px;
}

li {
    margin: 2px 5px 3px 5px;
    padding: 2px 5px 3px 5px;
}


/* -------------------------------- */
/*              LINKS               */
/* -------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}

a:link,
a:visited {
    color: #272727;
}

a:active,
a:hover {
    color: #f89933
}

#footer a:link,
#footer a:visited,
#credits a:link,
#credits a:visited {
    color: #ffffff
}

#footer a:active,
#footer a:hover,
#credits a:active,
#credits a:hover {
    color: #ffffff
}


/* -------------------------------- */
/*             BUTTONS              */
/* -------------------------------- */
.btn-default {
    color: #ffffff;
    margin: 20px auto 0px auto;
    padding: 10px 20px;
    min-width: 260px;
    font-size: 15px;
    word-spacing: 5px;
    border-color: #8a2be2;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #8a2be2;
}

.banner .btn-default,
.banner_services .btn-default,
.banner_candidate .btn-default {
    margin: -30px auto 0px auto;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    border-color: #431367;
    background-color: #431367;
}

.btn-default:hover {
    color: #ffffff;
    border-color: #431367;
    background-color: #431367;
}

.btn-default:active,
.btn-default.active {
    color: #ffffff;
    border-color: #431367;
    background-color: #431367;
}


/* -------------------------------- */
/*              FORMS               */
/* -------------------------------- */
input,
textarea,
select {
    color: #ffffff;
    border: 0px;
    padding: 8px 10px;
    font-size: 15px;
    width: 100%;
    margin-top: 2px;
    line-height: 26px;
    text-align: justify;
    background: #8a2be2;
}

input.submit {
    width: 100%;
    background-color: #f89933;
    margin-bottom: 0px;
}

input {
    height: auto;
}

input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    width: 30px;
}

label {
    display: block;
}

.nomore {
    display: none !important;
}

:-moz-placeholder {
    color: #e0e0e0;
}

::-moz-placeholder {
    color: #e0e0e0 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #e0e0e0;
}

::-webkit-input-placeholder {
    color: #e0e0e0;
}


/* -------------------------------- */
/*              IMAGES              */
/* -------------------------------- */
img {
    width: auto\9;
    /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.banner-text img {
    padding: 10px;
}

.stepblocks01 img,
.stepblocks02 img,
.stepblocks03 img {
    border: 1px solid #ffffff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* -------------------------------- */
/*              TABLES              */
/* -------------------------------- */
table {
    width: 100%;
    margin: 0px auto;
    border-spacing: 0;
    border-collapse: collapse;
}

table th {
    color: #ffffff;
    padding: 5px 20px;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 0px solid #eee;
    letter-spacing: 1px;
    vertical-align: bottom;
    background-color: #000000;
}

table td {
    padding: 20px 20px;
}

th,
td {
    padding: 10px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* -------------------------------- */
/*            RESPONSIVE            */
/* -------------------------------- */
@media screen and (max-width: 768px) {
    .banner {
        height: auto;
        margin: 0px;
        padding: 30px 50px;
        min-height: 400px;
        background-image: url(../img/Charm-Recruit-Banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h6.caption {
        margin: 20px 10px -50px 0px;
        padding: 0px 0px 0px 280px;
    }

    .stripes {
        background-position: top center;
    }

    .stepblocks01,
    .stepblocks02,
    .stepblocks03 {
        padding-top: 20px;
    }

    .stepblocks02,
    .stepblocks03 {
        margin-top: 20px;
        background-image: url(../img/background-stripes.jpg);
        background-position: top center;
        background-repeat: no-repeat
    }

    .stepblocks01 img,
    .stepblocks02 img,
    .stepblocks03 img {
        right: 0px;
        position: relative;
    }

    h2.title {
        width: 50%;
    }

    .btn-default {
        font-size: 13px;
        word-spacing: 0px;
    }
}

@media screen and (max-width: 480px) {
    h6.caption {
        margin: 20px 10px -40px 0px;
        padding: 0px 0px 0px 150px;
        font-size: 14px;
        line-height: 18px;
    }
}

/** Miscellaneous **/

.help-block {
    color: crimson !important;
}