﻿.recruitmentdetail-left h5 {
    font-family: "roboto";
    font-weight: bold;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}
/* Links
______________________*/
a {
    text-decoration: none;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    a:hover {
        text-decoration: underline;
    }
/* Layout 
______________________*/
main.hero {
    top: 0px !important;
}

#container-fluid {
    /*max-width: 1380px;*/
    margin: 0 auto;
}

.content-width {
    width: 1290px;
    margin: 0 auto;
}
/* Recruiment Area
--------------------------------------*/
#recruitment-wrap {
    margin-top: -16em;
}

    #recruitment-wrap #recruitment {
        margin: 0 21px;
        /*background: url(../images/recruitment-bg.jpg) no-repeat;*/
        border: 3px solid white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        min-height: 224px;
        -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6) inset;
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6) inset;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
        padding: 35px 94px 56px;
        position: relative;
        background-color: rgba(190,225,94,.8);
    }

        #recruitment-wrap #recruitment .recruitmentopen {
            float: left;
            width: 460px;
        }

        #recruitment-wrap #recruitment .recruitmentclose {
            float: right;
            width: 460px;
        }

        #recruitment-wrap #recruitment .recruitment .recruitment-heading {
            padding-bottom: 32px;
        }

        #recruitment-wrap #recruitment .recruitment .recruitment-detail {
            padding-bottom: 20px;
        }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail.searchpage {
                padding-bottom: 10px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-left {
                float: left;
                width: 365px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-right {
                float: right;
                width: 85px;
                padding-top: 5px;
            }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-right a:hover {
                    text-decoration: none;
                }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail h5 {
                font-size: 1.1em;
                color: black;
                font-family: "roboto";
                padding-bottom: 4px;
                line-height: 1;
                margin: 0px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail span {
                font-size: .9em;
                color: black;
                font-family: "roboto";
                font-weight: bolder;
            }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail span em {
                    color: #5f5f5f;
                    font-size: 12px;
                    font-family: "roboto";
                    font-weight: bold;
                    font-style: italic;
                }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail.lastsection {
                padding: 0;
            }

        #recruitment-wrap #recruitment .allrecruitments {
            position: absolute;
            left: 50%;
            bottom: -28px;
            margin-left: -138px;
        }

.themebutton, a.themebutton {
    background: #9786e3; /* Old browsers */
    background: -moz-linear-gradient(top, #9786e3 0%, #4f3d9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9786e3), color-stop(100%,#4f3d9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9786e3 0%,#4f3d9e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9786e3', endColorstr='#4f3d9e',GradientType=0 ); /* IE6-9 */
    padding: 8px 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ececec;
    font-family: "roboto";
    text-transform: capitalize;
    display: inline-block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2);
}

.buttonlarge {
    padding: 13px 30px;
}

.buttonlarge, a.buttonlarge {
    background: #9786e3; /* Old browsers */
    background: -moz-linear-gradient(top, #9786e3 0%, #4f3d9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9786e3), color-stop(100%,#4f3d9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9786e3 0%,#4f3d9e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9786e3 0%,#4f3d9e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9786e3', endColorstr='#4f3d9e',GradientType=0 ); /* IE6-9 */
    padding: 23px 47px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ececec;
    font-family: "roboto";
    text-transform: uppercase;
    display: inline-block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2);
}

    .themebutton:hover,
    .buttonlarge:hover,
    a.themebutton:hover,
    a.buttonlarge:hover {
        background: #755fe2; /* Old browsers */
        background: -moz-linear-gradient(top, #755fe2 0%, #331d99 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#755fe2), color-stop(100%,#331d99)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #755fe2 0%,#331d99 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #755fe2 0%,#331d99 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #755fe2 0%,#331d99 100%); /* IE10+ */
        background: linear-gradient(to bottom, #755fe2 0%,#331d99 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#755fe2', endColorstr='#331d99',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 1310px) {
    .content-width {
        width: 1000px;
        margin: 0 auto;
    }

    #recruitment-wrap {
        margin-top: -10em;
    }

        #recruitment-wrap #recruitment {
            padding: 25px 50px 46px;
        }

            #recruitment-wrap #recruitment .recruitmentopen {
                width: 425px;
            }

            #recruitment-wrap #recruitment .recruitmentclose {
                width: 400px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-heading {
                padding-bottom: 25px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail {
                padding-bottom: 15px;
            }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-left {
                    width: 305px;
                }
}

@media (max-width: 1140px) {
    #container-fluid {
        padding: 10px 0 0 0;
    }

    #recruitment-wrap {
        margin-top: -1.15em;
    }

        #recruitment-wrap #recruitment {
            padding: 20px 20px 46px;
            margin: 0;
        }

            #recruitment-wrap #recruitment .recruitmentopen {
                width: 330px;
            }

            #recruitment-wrap #recruitment .recruitmentclose {
                width: 330px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-heading {
                padding-bottom: 15px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail {
                padding-bottom: 15px;
            }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-left {
                    width: 240px;
                }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail h5 {
                    font-size: 14px;
                    line-height: 1.3;
                }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail span {
                    font-size: 12px;
                }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-right {
                    width: 75px;
                }

            #recruitment-wrap #recruitment .allrecruitments {
                bottomx: -17px;
                margin-leftx: -107px;
            }

    .themebutton {
        font-size: 12px;
        padding: 6px 20px;
    }
}


@media (max-width: 1024px) { /*767*/
    .content-width {
        width: auto;
        margin: 0 auto;
        padding: 0 10px;
    }

    #recruitment-wrap {
        margin-topx: 0;
    }

        #recruitment-wrap #recruitment {
            padding: 15px 15px 40px;
            background-size: auto 100%;
            margin: 0;
        }

            #recruitment-wrap #recruitment .recruitmentopen {
                float: none;
                width: auto;
                padding-bottom: 20px;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-heading {
                padding-bottom: 15px;
                text-align: center;
            }

            #recruitment-wrap #recruitment .recruitment .recruitment-detail {
                padding-bottom: 15px;
            }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-left {
                    float: none;
                    width: auto;
                    padding-bottom: 10px;
                    text-align: center;
                }

                #recruitment-wrap #recruitment .recruitment .recruitment-detail .recruitmentdetail-right {
                    float: none;
                    width: auto;
                    padding: 0;
                    text-align: center;
                }

            #recruitment-wrap #recruitment .recruitmentclose {
                float: none;
                width: auto;
            }

        #recruitment-wrap .allrecruitments {
            bottom: -22px;
            margin-left: -121px;
        }
}
