﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: none;
    }


/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.nav > ul,
.nav > ul ul,
.quick-link,
.dropdown ul,
.tabset,
.job-heading,
.job-detail ul,
.category-list,
.filters,
.featured,
.rating,
.featured ul,
.social-networks ul,
.list,
.tag-list,
.logo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    #header .holder:after,
    .bottom-header:after,
    .nav > ul:after,
    .job-search-form .columns:after,
    .job-search-form .row:after,
    .tabset:after,
    .tab-content:after,
    .tab-content .slide:after,
    .job-heading:after,
    .footer-navigation:after,
    .container:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
    color: #142a54;
    background: #fff;
    font: 12px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
    /*font: 12px/14px Arial, Regular;*/
    
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border-style: none;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 16px;
}

h2,
.h2 {
    font-size: 12px;
}

h3,
.h3 {
    font-size: 10px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #003168;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #e2e4e7;
    padding: .4em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #333;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #142a54;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #142a54;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #142a54;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #142a54;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #142a54;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: icomoon;
	font-display: swap;
    src: url("../fonts/icomoon.eot?ct9b80");
    src: url("../fonts/icomoon.eot?#iefixct9b80") format("embedded-opentype"), 
		url("../fonts/icomoon.ttf?ct9b80") format("truetype"), 
		url("../fonts/icomoon.woff?ct9b80") format("woff"), 
		url("../fonts/icomoon.svg?ct9b80#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
 * set default font size, line height and font family
 */

/* main container styles */

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 43px;
}

/* page logo styles */

.logo {
    width: 91px;
    margin: 0 auto;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.top-banner {
    background: #fff;
}

/* header styles */

#header {
    background: #142a54;
    min-width: 320px;
    padding: 5px 10px 8px;
    z-index: 250000;
}

    #header.fixed-position {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

        #header.fixed-position ~ #main {
            padding-top: 43px;
        }

        #header.fixed-position .nav-block {
            max-height: 480px;
        }

.bottom-header {
    background: #e2e4e7;
}

/* page naviagtion */

.nav {
    font-size: 12px;
    line-height: 16px;
    display: none;
}

    .nav > ul > li {
        float: left;
        position: relative;
    }

        .nav > ul > li > a {
            color: #fff;
            text-decoration: none;
            display: block;
        }

            .nav > ul > li > a:hover {
                opacity: .7;
            }

        .nav > ul > li.hover ul {
            display: block;
        }

    .nav > ul ul {
        background: #247afb;
        width: 109px;
        font-size: 10px;
        line-height: 14px;
        display: none;
    }

        .nav > ul ul a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 8px;
        }

            .nav > ul ul a:hover {
                background: #185fc9;
            }

    .nav > ul .active > a {
        font-weight: bold;
    }

        .nav > ul .active > a:hover {
            opacity: 1;
        }

.nav-active .nav-block {
	display:block;
   -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-opener {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 13px;
}

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        background: #fff;
        content: "";
        width: 16px;
        height: 4px;
        display: block;
        margin-bottom: 2px;
    }

    .nav-opener:after {
        margin-bottom: 0;
    }

    .nav-opener:hover {
        opacity: .7;
    }

.nav-holder {
    overflow: hidden;
    margin-bottom: 30px;
}

.nav-block {
    background: rgba(20, 42, 84, .95);
    color: #e6e6e6;
    max-height: 100%;
    overflow-y: auto;
    padding: 44px 0 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
	-webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}



    .nav-block .logo {
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
    }

    .nav-block .nav-opener {
        background: url("//images.rigzone.com/images/sprite.png") no-repeat -62px 0;
        width: 21px;
        height: 20px;
        top: 11px;
        right: 11px;
        left: auto;
    }

        .nav-block .nav-opener:before,
        .nav-block .nav-opener:after,
        .nav-block .nav-opener span {
            display: none;
        }

    .nav-block .search-form {
        background: transparent;
        float: none;
        padding: 0 7px;
        margin-bottom: 10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

        .nav-block .search-form input[type="text"],
        .nav-block .search-form input[type="search"] {
            padding: 8px;
        }

        .nav-block .search-form input[type="submit"] {
            display: none;
        }

    .nav-block .nav {
        display: block;
        float: none;
    }

        .nav-block .nav > ul > li {
            float: none;
        }

    .nav-block .subscribe-form {
        background: transparent;
        border: none;
    }

        .nav-block .subscribe-form input[type="email"],
        .nav-block .subscribe-form input[type="text"] {
            color: #003067;
            font-size: 9px;
            line-height: 12px;
            padding: 7px 5px;
        }

            .nav-block .subscribe-form input[type="email"]::-webkit-input-placeholder,
            .nav-block .subscribe-form input[type="text"]::-webkit-input-placeholder {
                color: #003067;
            }

            .nav-block .subscribe-form input[type="email"]::-moz-placeholder,
            .nav-block .subscribe-form input[type="text"]::-moz-placeholder {
                opacity: 1;
                color: #003067;
            }

            .nav-block .subscribe-form input[type="email"]:-moz-placeholder,
            .nav-block .subscribe-form input[type="text"]:-moz-placeholder {
                color: #003067;
            }

            .nav-block .subscribe-form input[type="email"]:-ms-input-placeholder,
            .nav-block .subscribe-form input[type="text"]:-ms-input-placeholder {
                color: #003067;
            }

            .nav-block .subscribe-form input[type="email"].placeholder,
            .nav-block .subscribe-form input[type="text"].placeholder {
                color: #003067;
            }

    .nav-block .social-networks {
        display: none;
    }

        .nav-block .social-networks a {
            box-shadow: none;
        }

    .nav-block .title {
        display: none;
    }

    .nav-block .list {
        font-size: 16px;
        line-height: 20px;
    }

        .nav-block .list li {
            margin-bottom: 9px;
        }

        .nav-block .list a {
            color: #fff;
        }

    .nav-block .drop-slide-wrapper {
        position: static !important;
        height: auto !important;
        width: auto !important;
    }

.meta {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 0 4px;
}

.accounts {
    background: rgba(20, 42, 84, .95);
    overflow: hidden;
    padding: 17px 22px 22px 19px;
}

    .accounts a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        float: left;
    }

        .accounts a.right {
            float: right;
        }

        .accounts a:hover {
            opacity: .7;
        }

.visual {
    position: relative;
}

.links {
    float: right;
    font-size: 14px;
}

.quick-link {
    text-align: center;
    font-weight: bold;
    margin: 19px 0 0;
}

    .quick-link li {
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
    }

        .quick-link li.active a,
        .quick-link li a:hover {
            background: #142a54;
            color: #fff;
        }

    .quick-link a {
        width: 70px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
        border: 1px solid #142a54;
    }

.dropdown {
    display: none;
    padding: 17px 15px 10px 15px;
    position: relative;
    /*border-left: 1px solid #b6b6b6;*/
}

.advertise {
    display: none;
    float: right;
    padding: 17px 15px 10px 15px;
    position: relative;
    font-weight: bold;
}

.dropdown ul {
	background: #7d8899;
	display: none;
	margin: 0 !important;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 1;
	width: 150px;
}

        .dropdown ul a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 7px 10px;
        }

            .dropdown ul a:hover {
                background: #59616e;
            }

    .dropdown .opener {
        color: #132c54;
        font-weight: bold;
        text-decoration: none;
    }

        .dropdown .opener:hover {
            opacity: .7;
        }

.login {
    text-decoration: none;
    display: none;
    margin: 17px 27px;
}

    .login:hover {
        opacity: .7;
    }

.signup {
    color: #132c54;
    display: none;
}

    .signup a {
        font-weight: bold;
    }

/* heading block styles */

.heading {
    display: none;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #a3a3a3;
}

    .heading p {
        margin: 0;
    }

    .heading .title {
        color: #eb5b4c;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        display: block;
        padding-top: 10px;
        overflow: hidden;
    }

.info {
    color: #188bca;
    font-size: 9px;
    line-height: 12px;
    padding-bottom: 15px;
    margin-bottom: 14px;
    border-bottom: 1px solid #b8b8b8;
}

    .info h1 {
        color: #132c54;
    }

    .info p {
        margin: 0;
    }

.search {
    position: absolute;
    top: 43px;
    right: 0;
    left: 0;
}

    .search.search-active .search-form {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

/* search form styles */

.search-form {
    background: #1d3c75;
    padding: 6px 7px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
}

    .search-form input[type="text"],
    .search-form input[type="search"] {
        background: #fff;
        color: #003067;
        width: 100%;
        font-size: 9px;
        line-height: 12px;
        display: block;
        box-sizing: border-box;
    }

        .search-form input[type="text"]:focus,
        .search-form input[type="search"]:focus {
            outline: none;
        }

    .search-form button[type="submit"] {
        background: none;
        color: #132c54;
        text-decoration: none;
        text-transform: none;
        speak: none;
        font: 17px/19px icomoon;
        display: none;
        padding: 0;
        border: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .search-form button[type="submit"]:before {
            content: "\e613";
        }

        .search-form button[type="submit"]:hover {
            opacity: .7;
        }

.search-opener {
    width: 17px;
    speak: none;
    text-decoration: none;
    text-transform: none;
    font: 17px/1 icomoon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 13px 0;
    position: absolute;
    top: -43px;
    right: 13px;
}

    .search-opener:before {
        content: "\e986";
    }

.caption {
	padding: 12px 12px 7px;
}

    .caption h1 {
        color: #132c54;
        font-size: 18px;
        line-height: 20px;
    }

    .caption .heading {
        display: none;
        padding-bottom: 0;
        border-bottom: none;
    }

.job-search-form.active .btn-group {
    max-height: 0;
}

.job-search-form.active .advance-search input[type="submit"] {
    display: inline-block;
}

.job-search-form input[type="search"],
.job-search-form input[type="text"] {
    width: 100%;
    color: #142a54;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 9px;
}

.job-search-form input[type="search"]::-webkit-input-placeholder,
 .job-search-form input[type="text"]::-webkit-input-placeholder {
        color: #142a54;
 }

    .job-search-form input[type="search"]::-moz-placeholder,
    .job-search-form input[type="text"]::-moz-placeholder {
        opacity: 1;
        color: #142a54;
    }

    .job-search-form input[type="search"]:-moz-placeholder,
    .job-search-form input[type="text"]:-moz-placeholder {
        color: #142a54;
    }

    .job-search-form input[type="search"]:-ms-input-placeholder,
    .job-search-form input[type="text"]:-ms-input-placeholder {
        color: #142a54;
    }

    .job-search-form input[type="search"].placeholder,
    .job-search-form input[type="text"].placeholder {
        color: #142a54;
    }

.job-search-form input[type="submit"] {
    background: #086fd1;
    width: 100%;
    height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    display: block;
    padding: 5px 8px;
    border: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .job-search-form input[type="submit"]:hover {
        opacity: .7;
    }

.job-search-form label {
    color: #142a54;
    display: block;
    margin-bottom: 4px;
}

.job-search-form select {
    color: #142a54;
    width: 117px;
    border-radius: 3px;
    border: 2px solid #edf1f2;
}

.job-search-form h2 {
    background: #eff1f1;
    color: #106bd1;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 5px;
    margin: 0 -12px;
    border-bottom: 1px solid #e3e5e8;
}

.job-search-form .btn {
    width: 100%;
    padding: 2px 5px;
    margin-bottom: 8px;
    border-color: rgba(252, 249, 249, .5);
}

.job-search-form .btn-group {
    max-height: 60px;
    overflow: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.job-search-form .advance-search {
    background: #f9f9f9;
    display: none;
    padding: 0 12px;
    border: 1px solid #e3e5e8;
}

    .job-search-form .advance-search input[type="submit"] {
        margin: -10px 0 6px;
    }

.job-search-form .columns {
    padding: 3px 0;
}

.job-search-form .col {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}

/* main informative part styles */

#main {
    padding: 0 16px;
    background-color: white;
}

    #main h1 {
        line-height: 20px;
        margin: 0 0 2px;
    }

    #main h2 {
        line-height: 16px;
        margin: 0 0 3px;
    }

        #main h2.blue {
            color: #0060cd;
        }

        #main h2 img {
            width: 11px;
            height: auto;
            vertical-align: middle;
            margin: -6px 7px 0 0;
        }

    #main h3 {
        line-height: 12px;
        margin-bottom: 2px;
    }

    #main #content h2 {
        margin-bottom: 7px;
    }

    #main .subscribe-form h2 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }

        #main .subscribe-form h2 img {
            width: 25px;
        }

    #main .post h3 {
        margin-bottom: 5px;
    }

    #main .update-block h3 {
        font-size: 12px;
        line-height: 16px;
    }

    #main .mobile-show h2 {
        margin-bottom: 4px;
    }

.section {
    padding: 14px 0 5px;
    border-bottom: 1px solid #d2d2d2;
    }

    .section h1 {
        color: #106bd1;
        text-transform: uppercase;
    }


    .section h2 {
        color: #106bd1;
        text-transform: uppercase;
    }

.tab {
    margin: 4px -5px 16px;
}

.tabset {
    text-align: center;
    text-transform: capitalize;
}

    .tabset a {
        background: #142a54;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 7px 30px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .tabset a:after {
            background: url("//images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
            content: "";
            width: 7px;
            height: 4px;
            position: absolute;
            top: 12px;
            right: 19px;
        }

        .tabset a:hover {
            background: #106bd1;
        }

    .tabset .active a {
        background: #106bd1;
    }

.content-holder {
    background: #eef0f1;
}

.tab-content {
    overflow: hidden;
}

    .tab-content.active .slide-opener {
        background: #106bd1;
    }

    .tab-content .list {
        width: 45%;
        float: left;
        /*margin: 0 12px 20px 0; */
    }

        .tab-content .list li {
            margin-bottom: 0;
        }

        .tab-content .list a {
            color: #132c54;
            padding: 2px 4px;
            display: block;
        }

            .tab-content .list a:hover {
                background: #fafafb;
                opacity: 1;
            }

    .tab-content .slide-opener {
        background: #142a54;
        color: #fff;
        text-align: center;
        text-decoration: none;
        display: block;
        padding: 7px 30px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .tab-content .slide-opener:after {
            background: url("//images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
            content: "";
            width: 7px;
            height: 4px;
            position: absolute;
            top: 12px;
            right: 19px;
        }

        .tab-content .slide-opener:hover {
            background: #106bd1;
        }

    .tab-content .slide {
        display: none;
        padding: 4px 12px;
        margin-bottom: -20px;
    }

#twocolumns {
    overflow: hidden;
	padding-top: 14px;
}

/* main content styles */

#content {
    overflow: hidden;
    margin-bottom: 25px;
}

    #content h2.blue {
        color: #065acd;
        text-transform: uppercase;
    }

    #content h2 img {
        width: 11px;
        height: auto;
        vertical-align: middle;
        margin: -6px 7px 0 0;
    }

    #content .heading {
        display: block;
    }

.categories {
    color: #142a54;
    font-size: 12px;
    line-height: 16px;
}

    .categories h2 {
        background: #e2e4e7;
        padding: 11px 9px;
    }

        .categories h2 a {
            color: #142a54;
            text-decoration: none;
        }

            .categories h2 a:hover {
                opacity: .7;
            }

    .categories .item {
		border-radius: 0 0 5px 5px;
		-webkit-box-shadow: 7px 6px 9px -1px rgba(33,29,33,0.89);
		-moz-box-shadow: 7px 6px 9px -1px rgba(33,29,33,0.89);
		box-shadow: 7px 6px 9px -1px rgba(33,29,33,0.89);
    }


    .categories .heading {
        color: #142a54;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 6px;
    }

    .categories .total {
        color: #132c54;
        display: block;
        padding: 0 8px 6px;
        border-bottom: 1px solid #e2e4e7;
    }

.category-list {
    padding-top: 7px;
}

    .category-list li {
        padding: 10px 6px 10px 10px;
		border-bottom:1px solid lightgrey;
    }

        .category-list li:first-child {
            padding-top: 0;
        }

    .category-list .value {
        font-style: normal;
        float: right;
        margin-left: 10px;
    }

    .category-list .name {
        font-weight: normal;
        display: block;
        overflow: hidden;
    }


.rz-card-data {
    /*float: left;*/
    border: #ccc 1px solid;
    width: 300px;
}


.rz-card-data-title {
    margin: 0px;
    border-bottom: #ccc solid 1px;
    background-color: #ECF0F1;
    color: #385179;
    font-size: 14px;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
}

.rz-data-image {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 185px;
}

.rz-rig-name {
    color: #3278ff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 5px;
    font-weight: 400;
    text-decoration: none;
}

.rz-rig-specs {
    font-size: 14px;
    padding-left: 20px;
}

.data-rig-search {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .data-rig-search .drop {
        float: left;
        width: 100%;
        background: #ffffff;
        margin-top: 15px;
        margin-bottom: 25px;
        position: relative;
        width: 100%;
    }

.data-product-card {
    margin-top: 20px;
    overflow: hidden;
    border: solid 1px #E1DEDE;
}

    .data-product-card h2 {
        background: #e2e4e7;
        padding: 10px 0px 9px 15px;
    }

.data-product-card-logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.data-product-card-description {
    width: 100%;
    vertical-align: top;
    padding: 0px 0px 10px 15px;
    margin: 0px 0px 15px 0px;
}

.artcile-no-underline {
    text-decoration: none;
}

.blueBox {
    padding: 10px;
    background: #f8fafc;
    border: 1px solid #cfd7de;
    position: relative;
    margin-bottom: 10px;
}

.btn-center {
    text-align: center;
}

.subscribe-form {
    background: #f4f9fc;
    display: none;
    margin-bottom: 24px;
    border: 1px solid #ebebed;
}

    .subscribe-form h2 {
        text-transform: uppercase;
        font-weight: normal;
        padding: 12px 12px 4px 12px;
        /*border-bottom: 1px solid #ebebeb;*/
        margin: 0 0 10px;
    }

   .subscribe-form h2 img {
            margin-right: 14px;
   }

    .subscribe-form input[type="text"],
    .subscribe-form input[type="email"] {
        color: #a9a9a9;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding: 14px 15px 10px;
        border-color: #ebebeb;
        margin-bottom: 17px;
    }

.subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form input[type="email"]::-webkit-input-placeholder {
            color: #a9a9a9;
        }

.subscribe-form input[type="text"]::-moz-placeholder,
.subscribe-form input[type="email"]::-moz-placeholder {
            opacity: 1;
            color: #a9a9a9;
        }

.subscribe-form input[type="text"]:-moz-placeholder,
.subscribe-form input[type="email"]:-moz-placeholder {
            color: #a9a9a9;
        }

.subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe-form input[type="email"]:-ms-input-placeholder {
            color: #a9a9a9;
        }

.subscribe-form input[type="text"].placeholder,
.subscribe-form input[type="email"].placeholder {
            color: #a9a9a9;
        }

    .subscribe-form input[type="submit"] {
        float: left;
        margin-right: 16px;
    }

    .subscribe-form .holder {
        padding: 16px 17px 21px;
    }

    .subscribe-form .privacy {
        color: #0093ff;
        font-size: 12px;
        line-height: 16px;
        float: left;
        padding-top: 13px;
    }

.top-footer {
    background: #132c54;
    padding: 10px 0 14px;
}

    .top-footer .logo {
        width: 69px;
    }

    .top-footer .slogan {
        color: #fff;
        display: none;
        font-style: normal;
    }

.footer-navigation {
    background: #e2e4e7;
    padding: 19px 0 0;
}

    .footer-navigation h2 {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 19px;
        padding-bottom: 13px;
        border-bottom: 1px solid #a3a3a3;
    }

.partners {
    display: none;
}

.post-holder {
    padding-bottom: 17px;
    margin-bottom: 13px;
    border-bottom: 1px solid #d2d2d2;
}

.panel {
    margin-bottom: 19px;
}

    .panel:last-child {
        margin-bottom: 0;
    }

    .panel p {
        margin-bottom: 0;
    }

    .panel h3 a {
        color: #142c54;
        text-decoration: none;
    }

        .panel h3 a:hover {
            opacity: .7;
        }

    .panel .title {
        background: #88c952;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        display: block;
        padding: 3px 10px;
        margin-bottom: 6px;
    }

        .panel .title.purple {
            background: #735ba3;
        }

        .panel .title.orange {
            background: #eab724;
        }


        .panel .title.red {
            background: #d94747;
        }


        .panel .title.green {
            background: #7bae19;
        }

    .panel .image-holder {
        width: 66px;
        float: left;
    }

        .panel .image-holder img {
            width: 100%;
        }

    .panel .description {
        padding: 0 13px;
        /*overflow: hidden;*/
    }

.content-block {
    margin: 18px 0 20px;
    border: 1px solid #e4e9f1;
    border-bottom: none;
}

.post {
    color: #152a54;
    padding: 5px 20px;
    border-bottom: 1px solid #e4e9f1;
}

    .post.hidden {
        display: none;
    }

    .post h3 {
        text-transform: uppercase;
    }

        .post h3 a {
            color: #152a54;
            text-decoration: none;
        }

            .post h3 a:hover {
                opacity: .7;
            }

    .post p {
        margin-bottom: 0;
    }

    .post time {
        font-weight: bold;
    }

.updates {
    margin-top: 13px;
}

.update-block {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #e4e9f1;
    border-bottom: none;
}

    .update-block:last-child {
        margin-bottom: 0;
    }

    .update-block h3 a {
        color: #142a54;
        text-decoration: none;
    }

        .update-block h3 a:hover {
            opacity: .7;
        }

    .update-block p {
        margin-bottom: 0;
    }

    .update-block address {
        font-style: normal;
        font-weight: 600;
    }

    .update-block .heading {
        padding: 7px 40px 0 10px;
        border-bottom: none;
        margin-bottom: 7px;
    }

    .update-block .description {
        padding: 0 8px;
    }

    .update-block .image-holder {
        width: 36px;
        float: right;
        margin: -12px 0 0 5px;
    }

    .update-block .jobs-image-holder {
        float: right;
        margin: -12px 0 0 5px;
    }

    .update-block .text {
        overflow: hidden;
        margin-bottom: 9px;
    }

    .update-block time,
    .update-block .experience {
        display: block;
    }

    .update-block .btn {
        width: 100%;
        margin-bottom: 7px;
    }

.details {
    background: #eef0f1;
    width: 100%;
    color: #142a54;
    padding: 5px;
    display: table;
    padding: 5px;
    margin-bottom: -1px;
    text-align: justify;
}

    .details .experience,
    .details .responsibility,
    .details time {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        padding-right: 5px;
    }

        .details .experience span,
        .details .responsibility span,
        .details time span {
            display: block;
        }

.rating {
    position: absolute;
    top: 6px;
    right: 4px;
}

    .rating li {
        display: inline-block;
        vertical-align: top;
    }

    .rating a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background: url("//images.rigzone.com/images/sprite.png") no-repeat 0 -40px;
        background-size: 58px;
        width: 15px;
        height: 14px;
        display: block;
    }

        .rating a:hover {
            background-position: -21px -40px;
        }

    .rating .setted a,
    .rating .active a {
        background-position: -21px -40px;
    }

.sideblock {
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #dbdbdb;
}

    .sideblock h2 {
        background: #0072bc;
        color: #fff;
        padding: 12px 9px;
    }

    .sideblock .heading {
        background: #f3f3f3;
        padding: 15px 14px;
        margin-bottom: 0;
        border-bottom: 1px solid #dbdbdb;
    }

        .sideblock .heading h2 {
            background: none;
            color: #142a54;
            text-transform: uppercase;
            padding: 0;
        }

        .sideblock .heading .image-holder {
            float: left;
        }

.sideblock .description {
	padding: 10px 14px 0;
	overflow: hidden;
}

.sideblock .holder {
	padding: 26px 21px 29px;
}

.sideblock .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin-bottom: 26px;
}

.sideblock .tag-list {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 18px 16px -8px;
}

.sideblock .tag-list li {
	margin: 0 8px 17px 0;
}

.sideblock .tag-list a {
	padding: 8px 14px;
}

.sideblock .btn.red {
	float: right;
	margin: 0 13px 12px 0;
}

.filters li {
	border-bottom: 1px solid #fff;
}

.filters li:last-child {
	border-bottom: none;
}

.filters .active .opener {
	background: #106bd1;
}

.filters .active .filter-form {
	display: block;
}

.filters .opener {
	background: #142a54;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 7px 30px 7px 5px;
	position: relative;
}

.filters .opener:after {
	background: url("//images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 13px;
	right: 17px;
}

.filters .opener:hover {
	background: #106bd1;
}

.filters .more {
	max-width: 50%;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	float: right;
}



.filters .more:hover {
	opacity: .7;
}

.filter-form {
	display: none;
	padding: 8px 10px;
}

.filter-form label {
	max-width: 93%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 5px;
}

.filter-form input[type="checkbox"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.filter-form .row {
	margin-bottom: 3px;
}

.filters ul {
    padding-left: 0;
    list-style: none;
}

.mobile-show {
	margin-bottom: 19px;
}

    .mobile-show.bordered {
        padding-bottom: 18px;
        border-bottom: 1px solid #d2d2d2;
    }

    .mobile-show h2 {
        color: #065acd;
        text-transform: uppercase;
    }

    .mobile-show .column {
        width: 33.33%;
        float: left;
        padding-right: 10px;
        margin-bottom: 15px;
    }

.featured {
    color: #132c54;
    font-size: 13px;
    line-height: 14px;
    display: none;
    padding-bottom: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #e2e4e7;
}

    .featured h2 {
        background: #0072bc;
        color: #fff;
        padding: 12px 9px;
    }

    .featured ul {
        padding: 0 5px;
        margin-bottom: 12px;
        overflow: hidden;
    }

.featured li {
	white-space: nowrap;
	padding: 0 5px;
	margin: 0 5px;
        border-bottom: 1px solid #e2e4e7;
    }

        .featured li:after {
            content: "";
            width: 1px;
            min-height: 75px;
            display: inline-block;
            vertical-align: middle;
        }

    .featured .image-holder,
    .featured .name,
    .featured .count {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        padding-right: 5px;
    }

    .featured .image-holder {
        text-decoration: none;
        width: 111px;
    }

        .featured .image-holder:hover {
            opacity: .7;
        }

    .featured .name {
        width: 100px;
        text-transform: capitalize;
    }

    .featured .count {
        width: 70px;
    }

/* end */ 
/**insert */  
/* here**/

    .featured .btn {
        float: right;
        margin-right: 13px;
    }

.footer-block {
    display: none;
}

    .footer-block .list {
        width: 22.3%;
        float: left;
    }

.social-networks {
    text-align: center;
}

.social-networks ul {
        text-transform: none;
        font: 24px/1 "icomoon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
}

.social-networks li {
        display: inline-block;
        vertical-align: top;
}

.social-networks a {
        color: #fff;
        text-decoration: none;
}

.social-networks a:hover {
        opacity: .7;
}

.social-networks h2 {
        display: none;
}
	
.social-networks .facebook:before {
	content: "\ea91";
    color: #3d64c3;
 }

.social-networks .twitter:before {
        content: "\ea96";
		color: #2ab4ed;
}

.social-networks .icon-reddit:before {
        content: "\eac6";
		color: #ff4500;
}

.social-networks .linkedin:before {
        content: "\eac9";
		color: #0077b5;
}

.social-networks .icon-mail:before {
  content: "\ea83";
  color:#003168
}

.social-networks .flickr:before {
	 color: #3d64c3;
        content: "\eaa6";
}
  
.social-networks .googleplus:before {
        content: "\e902";
		color: #dc4e41;
}

.social-networks .twitter-square:before {
	 content: "\e900";
}

.social-networks .youtube:before {
        content: "\ea9d";
		color: #c22922;
}


    .social-networks .youtube1:before,
    .social-networks .rss:before,
    .social-networks .pinterest:before {
        content: "";
        background: url("//images.rigzone.com/images/sprite.png") no-repeat 0 0;
        background-size: 62px;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
    }


 .social-networks .rss:before {
        background-position: 0 -22px;
    }

 .social-networks .pinterest:before {
        background-position: -22px -22px;
    }

.columns {
    overflow: hidden;
}

.list {
    font-size: 10px;
    line-height: 14px;
}

    .list.hidden {
        display: none;
    }

    .list li {
        margin-bottom: 3px;
    }

        .list li:last-child {
            margin-bottom: 0;
        }

.list a {
	color: #003168;
	text-decoration: none;
}

        .list a:hover {
            opacity: .7;
        }

    .list .image-holder {
        width: 89px;
        display: block;
    }

/* footer styles */

#footer {
    background: #e2e4e7;
    text-align: center;
}

    #footer .copyright {
        display: block;
        padding: 14px 5px;
    }

    #footer a {
        text-decoration: none;
    }

        #footer a:hover {
            opacity: .7;
        }

.tag-list {
    text-transform: capitalize;
    overflow: hidden;
    margin-bottom: 15px;
}

    .tag-list:after {
        content: "";
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .tag-list li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    .tag-list a {
        background: #eef0f1;
        color: #142a54;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 4px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

        .tag-list a:hover {
            background: #142a54;
            color: #fff;
        }

.banner {
    text-align: center;
    padding-top: 9px;
    margin: 43px 0 57px;
    border-bottom: 1px solid #d2d2d2;
}

    .banner h2 {
        color: #014d85;
        text-transform: uppercase;
    }

    .banner img {
        max-width: 100%;
        height: auto;
    }

    .banner .adv {
        display: inline-block;
        vertical-align: top;
        margin: 11px 0;
        border: 1px solid #c4c4c4;
    }

.logo-list {
    margin-bottom: 3px;
    margin-top: 10px;
}

    .logo-list li {
        width: 16%;
        display: inline-block;
        vertical-align: top;
    }

.ad-block {
    width: 201px;
    display: none;
    margin: 0 auto 25px;
}

    .ad-block.mobile-show {
        display: block;
    }

    .ad-block img {
        width: 100%;
        height: auto;
    }

/* generic styles */

.img-holder {
    width: 214px;
    display: block;
    margin: 10px auto 12px;
}

.image-holder img {
    max-width: 100%;
    height: auto;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

.btn {
    color: #003168;
    width: 136px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 5px;
    border: 1px solid #c7c7c7;
}

.btn.red {
    background: #eb5b4c;
    color: #fff;
    border: none;
}

.btn.blue {
    background: #0e90ff;
    color: #fff;
    border: none;
}

.btn.green {
    background: #89c858;
    color: #fff;
    padding: 5px;
    border: none;
}

    .btn.white {
        background: #fff;
        color: #87c458;
        padding: 5px;
        border: none;
        font-size: 1em;
        /*filter: drop-shadow(1px 3px 2px black) ;*/
        box-shadow: 1px 2px 4px black;
        margin: 10px 0px 20px 0px;
    }

.btn.light-blue {
    background: #27aae2;
    width: 187px;
    color: #fff;
    border: none;
}

.btn:hover {
    opacity: .5;
}

.btn-groups {
    display: none;
    float: right;
    padding-right: 8px;
}

    .btn-groups .btn {
        margin-left: 10px;
    }

.bg-stretch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #CED8E0;
}

    .bg-stretch img {
        width: 100%;
        height: auto;
    }


.mobileAd {
    display: block;
    margin: 20px auto;
    text-align: center;
}


.rz-back-search-link {
    height: 40px;
    padding: 10px 0px 10px 0px;
}

.rz-social-wrapper {
    padding: 5px 0px 5px 0px;
    border-top: dotted thin #C3CBD2;
    border-bottom: dotted thin #C3CBD2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rz-social-boxes {
    float: left;
    height: 25px;
    padding: 4px 6px 4px 6px;
}

.rz-social-wrapper > .rz-social-boxes:first-child {
    padding: 4px 6px 4px 4px;
}
   
.rz-print-box {
    float: right;
    width: 50px;
    height: 20px;
}

.rz-jobsMainWrapper {
    min-height: 100px;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
}

.rz-jobsCardsWrapper {
    min-height: 600px;
    width: 100%;
    margin-bottom: 150px;
    padding: 15px;
}

.rz-jobsHeader {
    min-width: 100%;
    height: 41px;
    background-color: #e3ecf3;
    float: left;
    padding-top: 10px;
    margin-left: 2px;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
}

#rz-jobsSkillsCard {
    margin-top: 7px;
    margin-left: 3.5px;
    margin-right: 3.5px;
    min-height: 100px;
    padding: 5px 0px 0px 0px;
    width: 225px;
    float: left;
    display: relative;
    border: 2px solid #e4e9f1;
}

.rz-jobsSkillsPosition {
    width: 100%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 8px;
    min-height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.rz-jobsSkillsDescription {
    width: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
    color: #99B2CC;
    line-height: 17px;
}

.rz-jobsSkillsCompanyLocation {
    width: 100%;
    padding: 15px 7px 2px 10px;
    background-color: #003168;
    min-height: 15px;
    text-decoration: none;
    color: white;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

#rz-jobsPostingsCard {
    margin-top: 7px;
    margin-left: 3.5px;
    margin-right: 3.5px;
    min-height: 100px;
    padding: 5px 0 0px 0px;
    width: 225px;
    float: left;
    position: relative;
    border: 2px solid #e4e9f1;
}

.rz-jobsPostingsPosition {
    width: 100%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 4px;
    padding-left: 5px;
    min-height: 100px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}

.rz-jobsPostingsSkills {
    width: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
    color: #99B2CC;
    line-height: 16px;
}

.rz-jobsPostingsCompanyLocation {
    width: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
    color: #99B2CC;
    line-height: 16px;
}

.rz-jobsPostingsDate {
    width: 100%;
    padding: 15px 7px 2px 5px;
    background-color: #E6EDEF;
    min-height: 12px;
    text-decoration: none;
    color: #8CA2BB;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

img.resizeit {
    max-width: 100%;
}

.geo_img_wrapper {
    width: 100%;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #F7F5F5;
}

.geo_img_desc {
    color: #003366;
    width: 95%;
    font-size: 30px;
    text-align: left;
    float: left;
    padding: 16px;
    /** height: 20px; **/
}

.geo_img_container {
    margin: 0 auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dadada;
    background: #003168;
}

.rz-sponsors-all-button {
    background: #ecf0f1 none repeat scroll 0 0;
    color: #0964ca;
    float: right;
    font-size: 10px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    /**width: 120px; **/
    text-decoration: none;
}

.clear {
    clear: both;
}

.smallHeadline {
    Padding: 0 0 0 3px;
}

    .smallHeadline TD {
        Padding: 0 0 6px 0;
        DISPLAY: block;
        COLOR: #336699;
        FONT-SIZE: 9pt;
        PADDING-TOP: 5px;
    }

    .smallHeadline A {
        PADDING-BOTTOM: 2px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        MARGIN-BOTTOM: 3px;
        COLOR: #003366;
        FONT-SIZE: 13pt;
        TEXT-DECORATION: none;
        PADDING-TOP: 3px;
    }

        .smallHeadline A:hover {
            COLOR: #0089e0;
        }

.date {
    COLOR: #336699;
}

.dottedLineBasic {
    WIDTH: 100%;
    BACKGROUND: url(//images.rigzone.com/images/bg_dots.gif) repeat-x left 50%;
    FLOAT: left;
    HEIGHT: 5px;
    FONT-SIZE: 1px;
}

.description {
    /*WIDTH: 90%;*/
    MARGIN-BOTTOM: 5px;
    COLOR: #003366;
}

.headlineContainer {
    COLOR: #336699;
}

.aThumb {
    BORDER-BOTTOM: #336699 1px solid;
    BORDER-LEFT: #336699 1px solid;
    MARGIN: 5px 10px 5px 0px;
    WIDTH: 50px;
    FLOAT: left;
    HEIGHT: 50px;
    BORDER-TOP: #336699 1px solid;
    BORDER-RIGHT: #336699 1px solid;
}

.rz-email-print-button {
    width: 85px;
    float: left;
    list-style: none;
    height: 40px;
    margin-top: -7px;
}

    .rz-email-print-button img:hover {
        opacity: 0.7;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }



.rz-main-home {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
/*** 
.rz-left-content {
    float: left;
    width: 600px;
    padding: 10px;
}
****/
.rz-col1 {
    width: 50%; /**  **/
    float: left;
}

.rz-col2 {
    width: 50%; /**  **/
    float: right;
}


.rz-cc-section {
    width: 940px;
    float: left;
    margin-top: 20px;
}

.rz-cc-section-header {
    width: 100%;
    float: left;
}

.rz-cc-button {
    color: #fff;
    float: left;
    padding: 12px;
    width: 150px;
    text-align: center;
}

    .rz-cc-button:hover {
        box-shadow: 0 10px 8px -6px #000;
    }

ul#rz-jobs-dd {
    display: none;
    background: #FFF;
    text-align: left;
    border: thin solid #ECEEEF;
    margin-top: 5px;
    list-style: none;
    z-index: 100;
    position: relative;
}

.rz-jobs-dd {
    width: 250px;
    float: left;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.rz-jobs-dd-li {

    padding: 10px;
    margin-left: -40px;
    list-style: none;
    border-bottom: thin solid #ECEEEF;
}

    .rz-jobs-dd-li:hover {
        background: #0964ca;
        color: #fff;
    }

.rz-jobs-dd:hover ul#rz-jobs-dd {
    display: block;
    list-style: none;
    box-shadow: 0 10px 8px -6px #000;
}

.search-button {
    background: transparent no-repeat center url(//images.rigzone.com/images/rz-header-search-icon.png);
    border: 0px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    width: 34px;
    height: 40px;
}

/*Offshore rig search*/
#offshorerig {
  display: grid;
}

    #offshorerig label {
        display: block;
        height: 30px;
    }

    #offshorerig p {
        margin: 0;
    }

    #offshorerig .full-width {
        grid-column: 1 / 2;
    }

    #offshorerig button,
    #offshorerig input,
    #offshorerig select {
        padding: 1em;
    }

#offshorerig button {
  background: lightgrey;
  width: 100%;
  border: 0;
}
#offshorerig button:hover, form button:focus {
  /*background: gold;*/
  outline: 0;
}

    #offshorerig input,
    #offshorerig select,
    #offshorerig button {
        width: 100%;
    }

.rz-headline-title {
    color: #0964ca;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.rz-headline-icon {
    padding-right: 5px;
    float: left;
}

.rz-headline-wrapper {
    width: 100%;
    margin-bottom: 10px;
}
.home-headline-wrapper {
    width: 100%;
	margin-bottom:10px;
}

.btn-round {
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.footer-block-extra{
	display:none;
}

 .ul-3columns li {
     list-style: none;
     line-height: 2.0em;
 }
 #btn_jobsearch_mobile{
	 display:none;
 }
 #breadCrumb{
	width:100%; 
	display:none;
}

#com_table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 10pt;
    border: #003a70 1px solid;
    margin-bottom: 15px;
}

    #com_table tr {
        height: 30px;
    }

        #com_table tr:last-child {
            height: 25px;
        }

        #com_table tr:nth-child(2), #com_table tr:last-child {
            opacity: .8;
        }

        #com_table tr:nth-child(3), #com_table tr:nth-child(5) {
            background-color: #e5e5e5;
        }

        #com_table tr:first-child {
            height: 40px;
            background-color: #003a70;
            color: white;
        }

            #com_table tr:first-child a {
                color: white;
            }

        #com_table tr td {
            text-align: center;
        }

            #com_table tr td:first-child {
                padding-left: 10px;
                text-align: left;
            }

            #com_table tr td:nth-child(3) {
                min-width: 40px;
            }

        #com_table tr:nth-child(2) td:nth-child(4) {
            line-height: 10px;
            padding: 5px 0 5px 0;
        }

        #com_table tr:nth-child(1) td:first-child,
        #com_table tr:nth-child(3) td:first-child,
        #com_table tr:nth-child(4) td:first-child,
        #com_table tr:nth-child(5) td:first-child {
            padding-left: 10px;
            text-align: left;
            font-weight: bolder;
        }

        #com_table tr:last-child td {
            font-size: 8px;
        }

    #com_table input {
        border-radius: 10px;
        border: 2px solid white;
        background-color: #003a70;
        color:white;
    }

    #com_table span.rz-commodities-grn, #com_table span.rz-commodities-red {
        display: inline-block;
        padding: 3px 5px 3px 5px;
        min-width: 45px;
    }

@media (max-width: 1101px) {
    .rightNavSignIn {
        display: none;
    }

    .links {
        font-size: 12px;
    }

    .dropdown {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 17px;
    }

    .advertise > a {  
        display: none;   
        padding: 0px 0px 0px 0px; 
    }

}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    .banner {
        display: none;
    }
    .top-banner {
        display: none;
    }
	.categories .item{
		margin-bottom:20px;
		padding-bottom:30px;
	}
}

@media only screen and (max-width: 930px) {

    .dropdown > a {  
        display: none;    
    }

}

@media (max-width: 767px) {
	#btn_jobsearch_mobile{
	    display:inline-block; 
		margin-top:-15px;
	}
	#header .holder{
		width:50%;
	}
	
	#btn-searchJobs-explicit{
		display:none;
	}
    .breakingNews {
        display: none;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

        #header + .fake-header {
            display: none !important;
        }

    .nav > ul > li {
        border-bottom: 1px solid #0072bc;
    }

        .nav > ul > li:first-child {
            border-top: 1px solid #0072bc;
        }

        .nav > ul > li > a {
            padding: 8px 15px;
        }

    .nav > ul ul {
        background: #2c436e;
        width: 100%;
        min-height: auto;
        font-size: 13px;
        line-height: 18px;
        margin-top: 0;
    }

        .nav > ul ul a {
            padding: 6px 35px;
        }

        .nav > ul ul li {
            border-top: 1px solid #0072bc;
        }

    .info h1 br {
        display: none;
    }

    .tabset {
        display: none;
    }

    .tab-content {
        display: block !important;
    }

    .panel {
        height: auto !important;
    }

    .mobile-hidden {
        display: none;
    }
	.rightNavSignIn {
		display: none;
	}

	.links {
		display: none;
	}

	#teasermsg{
		display:none;
	}

	.footer-block-extra{
		display:block;
		width:100%;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		padding-bottom: 8px
	}
	.footer-block-extra > div{
		padding:2px;
	}
	.footer-navigation {
		padding-top:10px;
	}
	.tag-list {
		margin-bottom: 0px;
	}
    .tag-list li {
       padding: 5px 5px 0 0px;
    }
}

@media (min-width: 768px) {
	.nav-opener {
        display:none;
    }
    body {
        font-size: 12px;
        line-height: 16px;
    }

    #wrapper {
        padding-top: 0;
    }

    .logo {
        width: 87px;
        float: left;
        margin-right: 30px;
    }

    .bottom-banner {
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

    #header {
        padding: 0;
    }

        #header.fixed-position {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9;
        }

            #header.fixed-position .nav-block {
                max-height: 700px;
            }

            #header.fixed-position + #main,
            #header.fixed-position + .visual {
                margin-top: 154px;
            }

        #header .holder {
            padding: 18px 24px 21px;
            position: relative;
            z-index: 1;
        }

    .bottom-header {
        border-bottom: 1px solid #b6b6b6;
    }

    .nav {
        display: block;
        float: left;
        padding-top: 6px;
    }

        .nav > ul > li {
            margin-right: 26px;
        }

            .nav > ul > li > a {
                display: inline-block;
                vertical-align: top;
            }

        .nav > ul ul {
            overflow: hidden;
            display: none;
            position: absolute;
            top: 21px;
            left: 0;
            z-index: 1;
        }

            .nav > ul ul li:last-child {
                margin-bottom: 4px;
            }

    .nav-opener {
        float: left;
        position: static;
        margin: 17px;
    }

        .nav-opener:before,
        .nav-opener:after,
        .nav-opener span {
            background: #132c54;
        }

    .nav-holder {
        padding: 0 4px;
        margin-bottom: 119px;
    }

    .nav-block {
        padding: 45px 12px 0;
    }

        .nav-block h1 {
            text-align: center;
            font-size: 24px;
            line-height: 28px;
            font-weight: normal;
        }

        .nav-block h2 {
            font-size: 15px;
            line-height: 20px;
            font-style: italic;
            font-weight: normal;
            margin: 0 0 9px;
        }

        .nav-block .drop-slide-wrapper {
            display: block !important;
        }

            .nav-block .drop-slide-wrapper ul {
                margin: 0 !important;
            }

        .nav-block .search-form {
            max-width: 830px;
            padding: 0;
            margin-bottom: 19px;
            position: relative;
        }

            .nav-block .search-form input[type="text"],
            .nav-block .search-form input[type="search"] {
                font-size: 12px;
                line-height: 16px;
                padding-right: 28px;
            }

            .nav-block .search-form button[type="submit"] {
                display: block;
                position: absolute;
                top: 7px;
                right: 6px;
            }

        .nav-block .nav-opener {
            margin: 0;
            position: absolute;
        }

        .nav-block .nav {
            width: 510px;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            padding: 4px 0 0;
        }

            .nav-block .nav > ul > li {
                width: 15%;
                float: left;
                margin-right: 0;
                padding-right: 10px;
            }

                .nav-block .nav > ul > li > a {
                    color: #e6e6e6;
                    margin-bottom: 37px;
                }

                    .nav-block .nav > ul > li > a:hover {
                        opacity: .7;
                    }

            .nav-block .nav > ul ul {
                background: transparent;
                width: auto;
                max-height: 100%;
                font-size: 12px;
                line-height: 16px;
                margin-top: 0;
                position: static;
            }

                .nav-block .nav > ul ul li {
                    margin-bottom: 8px;
                }

                    .nav-block .nav > ul ul li:last-child {
                        margin-bottom: 0;
                    }

                .nav-block .nav > ul ul a {
                    color: #e6e6e6;
                    padding: 0;
                }

                    .nav-block .nav > ul ul a:hover {
                        background: transparent;
                        opacity: .7;
                    }

        .nav-block .title {
            width: 320px;
            display: block;
            margin: 0 auto;
            position: absolute;
            top: 33px;
            right: 0;
            left: 0;
        }

        .nav-block .subscribe-form {
            width: 190px;
            float: left;
            margin: 0;
            padding: 0;
        }

            .nav-block .subscribe-form input[type="text"],
            .nav-block .subscribe-form input[type="email"] {
                font-size: 12px;
                line-height: 16px;
                padding: 5px;
                margin-bottom: 8px;
            }

            .nav-block .subscribe-form input[type="submit"] {
                width: 95px;
                font-size: 9px;
                line-height: 12px;
                padding: 7px 5px;
            }

            .nav-block .subscribe-form h2 {
                text-transform: none;
                padding: 0;
                border-bottom: none;
                margin-bottom: 8px;
            }

        .nav-block .social-networks {
            width: 191px;
            text-align: left;
            display: block;
            float: right;
        }

            .nav-block .social-networks ul {
                padding: 8px 0 0;
                margin-left: -1px;
            }

	.nav-block .social-networks li {
		margin: 0 0 5px 2px;
	}

	.meta {
		display: block;
		margin-bottom: 35px;
	}

	.accounts {
		display: none;
	}

	.column {
		width: 176px;
		float: left;
		padding-right: 10px;
	}

	.column .logo {
		width: 103px;
		float: none;
		position: static;
		margin: 0 0 34px -4px;
	}

	.quick-link {
		float: left;
		margin-top: 0;
	}

	.quick-link li {
		float: left;
		margin-right: -1px;
	}

	.quick-link a {
		width: 105px;
		padding: 7px 5px;
	}

	.quick-link {
		font-size: 12px;
		line-height: 16px;
	}

	.quick-link a {
		padding: 8px 5px;
	}

	.dropdown {
		display: block;
		float: right;
	}

    .advertise {
        display: block;
		float: right;
    }


	.login {
		display: block;
		float: right;
	}

	.signup {
		max-width: 315px;
		display: block;
		float: left;
		padding: 17px 26px;
		border-left: 1px solid #b6b6b6;
	}

	.heading {
		font-size: 13px;
		line-height: 19px;
		display: block;
		padding-bottom: 20px;
		margin-bottom: 14px;
		border-bottom: 1px solid #a3a3a3;
	}

	.heading .title {
		display: block;
	}

	.info {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 24px;
	}

	.search {
		display: block;
		float: right;
		padding: 14px 16px 13px 19px;
		border-left: 1px solid #b6b6b6;
		position: relative;
		top: auto;
		left: auto;
	}

	.search .search-form {
		background: #f8f8f8;
		width: 272px;
		padding: 13px 9px 0;
		border-left: 1px solid #b6b6b6;
	}

	.search .search-form input[type="text"],
	.search .search-form input[type="search"] {
		background: transparent;
		width: 220px;
		font-size: 11px;
		line-height: 15px;
		float: left;
		border: none;
	}

	.search .search-form button[type="submit"] {
		float: left;
		padding-top: 0;
		font-size: 20px;
		line-height: 22px;
	}

	.search .search-form button[type="submit"]:focus {
		outline: none;
	}

	.search-form {
		bottom: 0;
		left: auto;
	}

	.search-opener {
		color: #132c54;
		font-size: 20px;
		position: static;
	}

	.caption .heading {
		display: block;
		max-width: 640px;
		margin: 0 0 12px 76px;
	}

	.job-search-form {
		font-size: 10px;
		line-height: 14px;
	}

	.job-search-form input[type="search"],
	.job-search-form input[type="text"] {
		max-width: 48.8%;
		float: left;
		padding: 6px;
		margin-right: 7px;
	}

    .homepageserch {
        max-width: 90%;
    }

    .job-search-form input[type="search"] + input[type="search"],
	.job-search-form input[type="search"] + input[type="text"],
	.job-search-form input[type="text"] + input[type="search"],
	.job-search-form input[type="text"] + input[type="text"] {
		max-width: 100%;
		margin: 0;
	}


	.job-search-form input[type="submit"] {
		max-width: 116px;
		height: 28px;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.job-search-form h2 {
		text-align: left;
		padding: 8px 16px 5px;
		margin: 0;
	}

	.job-search-form .row {
		max-width: 640px;
		margin: 0 -7px 10px 76px;
	}

	.job-search-form .btn {
		max-width: 170px;
		display: inline-block;
		vertical-align: middle;
		padding: 5px 5px;
		margin: 0 5px 0 0;
	}

	.job-search-form .btn-group {
		text-align: center;
	}

	.job-search-form .advance-search {
		text-align: center;
		margin: 0 17px;
		padding: 0 0 13px;
	}

	.job-search-form .columns {
		padding: 8px 18px 11px;
	}

	.job-search-form .col {
		width: 24.5%;
		text-align: left;
		margin: 0 0 18px;
	}

	.job-search-form select {
		width: 146px;
	}

	#main {
		padding: 36px 8px 0 12px;
        background-color: white;
	}

	#main h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 6px;
	}

	#main h2 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}

	#main h2 img {
		width: auto;
		margin: 0 15px 0 0;
	}

	#main h3 {
		font-size: 15px;
		line-height: 18px;
	}

	#main .section h2 {
		margin-bottom: 16px;
	}

	#main .featured h2 {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 0;
	}

	#main .sideblock .heading h2 {
		margin-bottom: 1px;
	}

	#main .post h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}

	#main .update-block h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.section {
		padding: 0 5px 15px;
		border-bottom: none;
	}

	.section:first-child {
		margin-top: -24px;
	}

	.section .columns {
		margin-left: -10px;
	}

	.col {
		float: left;
		margin-left: 10px;
	}

	.tab {
		margin: 0 0 8px;
	}

	.tabset li {
		width: 25%;
		float: left;
	}

	.tabset a {
		padding: 11px 10px;
	}

	.tabset a:after {
		display: none;
	}

	.tab-content {
		display: none;
		padding: 14px 15px;
		margin-right: -12px;
	}

	.tab-content .slide-opener {
		display: none;
	}

	.tab-content .slide {
		display: block;
		padding: 0;
	}

	.tab-content .list {
		width: 23%;
		font-size: 9px;
		line-height: 15px;
	}

	.tab-content .list li {
		margin-bottom: 4px;
	}

	.job-description {
		margin-top: 35px;
	}

	.job-heading {
		font-size: 13px;
		line-height: 17px;
	}

	.job-heading a {
		padding: 9px 5px;
	}

	.job-detail {
		font-size: 13px;
		padding: 18px 11px 14px 1px;
	}

	.job-detail ul {
		padding-left: 13px;
		margin-bottom: 21px;
	}

	.job-detail ul li {
		margin-bottom: 4px;
	}

	.job-detail ul li:before {
		width: 6px;
		height: 6px;
		top: 6px;
		left: -11px;
	}

	#twocolumns {
		padding-top: 0;
	}

	#content {
		width: 58.01%;
		float: left;
		/*margin-right: 13px;*/
	}

	#content .heading {
		padding: 14px 0;
	}

	#content .update-block .heading {
		padding: 14px 40px 0 13px;
	}

	#content .item .heading {
		padding: 0 0 6px;
	}

	.categories {
		font-size: 14px;
		line-height: 18px;
		padding: 0 11px 0 0;
	}
	
	.categories .total {
		font-size: 13px;
		line-height: 16px;
	}

	#sidebar {
		width: 40.2%;
		float: left;
		padding-top: 3px;
	}

	.sideblock .title {
		margin-bottom: 16px;
	}

	.sideblock .holder {
		padding: 21px 21px 24px;
	}

	.sideblock .description {
		padding: 10px 0 0 14px;
	}

	.sideblock .tag-list {
		margin-top: 21px;
	}

	.filters li {
		border-bottom: 1px solid #e2e4e7;
	}

	.filters .active .opener {
		background: none;
	}

	.filters .active .opener:after {
		background: url("//images.rigzone.com/images/sprite.png") no-repeat -70px -70px;
	}

	.filters .opener {
		background: none;
		color: #013467;
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		padding: 14px 40px 11px 18px;
	}

	.filters .opener:after {
		background: url("//images.rigzone.com/images/sprite.png") no-repeat -70px -39px;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 13px;
		right: 22px;
		z-index: 1;
	}

	.filters .opener:hover {
		background: #f7f7f7;
	}

	/*.filters .more {
		font-size: 14px;
		line-height: 18px;
		margin: -2px -8px 0 0;
	}*/

	.filter-form {
		font-size: 13px;
		line-height: 17px;
		padding: 0 27px 11px;
	}

	.filter-form label {
		margin-left: 8px;
	}

	.filter-form input[type="checkbox"] {
		width: 13px;
		height: 13px;
	}

	.filter-form .row {
		margin-bottom: 6px;
	}

	.mobile-show {
		display: none;
	}

	.featured {
		display: block;
	}

	.subscribe-form {
		display: block;
	}

	.top-footer {
		padding: 9px 20px;
		font-size: 13px;
		line-height: 27px;
	}

	.top-footer .logo {
		width: 105px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 25px;
	}

	.top-footer .slogan {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-navigation {
		padding: 21px 0 51px;
	}

	.partners {
		width: 20.01%;
		display: block;
		float: left;
	}

	.partners h2 {
		padding: 0 21px 13px;
	}

	.partners .list {
		padding: 0 21px;
	}

	.partners .list li {
		margin-bottom: 12px;
	}

	.post-holder {
		padding: 11px 11px 0 0;
		border-bottom: none;
		margin: 0 0 55px 5px;
	}

	.panel {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 24px;
	}

	.panel .title {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 11px;
	}

	.panel .image-holder {
		width: 100px;
		margin-right: 20px;
	}

	.panel .description {
		padding: 0;
	}

	.content-block {
		border-color: #b2b5bb;
		margin: 18px 12px 32px 4px;
	}

	.post {
		font-size: 11px;
		line-height: 15px;
		padding: 19px 25px 11px 30px;
		border-bottom-color: #b2b5bb;
	}

	.updates {
		line-height: 17px;
		margin: 22px 11px 0 5px;
	}

	.update-block {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 29px;
	}

	.update-block .heading {
		margin-bottom: 10px;
	}

	.update-block .description {
		padding: 0 12px;
	}

	.update-block .image-holder {
		margin: -18px 0 0 40px;
		width: 54px;
	}

	.update-block .text {
		margin-bottom: 15px;
	}

	.update-block .text time,
	.update-block .text .experience {
		font-size: 13px;
		line-height: 17px;
	}

	.update-block .btn {
		margin-bottom: 10px;
	}

	.details {
		font-size: 11px;
		line-height: 15px;
		padding: 9px 7px 7px 15px;
	}

	.rating {
		top: 11px;
		right: 8px;
	}

	.rating a {
		background: url("//images.rigzone.com/images/sprite.png") no-repeat 0 -62px;
		width: 20px;
		height: 19px;
	}

	.rating .setted a,
	.rating .active a {
		background-position: -31px -62px;
	}

    .rating a:hover {
        background-position: -31px -62px;
    }

	.footer-block {
		width: 58.73%;
		float: left;
		display: block;
	}

	.social-networks {
		float: left;
	}

	.social-networks ul {
		font-size: 26px;
		padding: 0 21px;
	}

	.social-networks h2 {
		display: block;
	}

	.social-networks .youtube1:before,
	
	.social-networks .rss:before,
	.social-networks .pinterest:before {
		background: url("//images.rigzone.com/images/sprite.png") no-repeat 0 0;
		width: 26px;
		height: 26px;
	}

	

	.social-networks .rss:before {
		background-position: 0 -31px;
	}

	.social-networks .pinterest:before {
		background-position: -31px -31px;
	}

	.list.hidden {
		display: block;
	}

	#footer {
		font-size: 9px;
		line-height: 12px;
	}

	#footer .copyright {
		padding: 12px 0 19px;
		border-top: 1px solid #a3a3a3;
	}

	.tag-list {
		font-size: 10px;
		line-height: 12px;
		height: auto;
		margin-bottom: -12px;
	}

	.tag-list li {
		margin-bottom: 12px;
	}

	.tag-list a {
		padding: 6px 6px 9px;
	}

	.ad-block {
		width: auto;
		display: block;
		margin-bottom: 21px;
	}

	.ad-block.mobile-only {
		display: none;
	}

	.img-holder {
		display: none;
	}

	.btn.green {
		padding: 12px 5px;
	}

        /*Offshore rig search*/
        #offshorerig {
          display: grid;
          grid-template-columns: 1fr 1fr;
        }

        /* IE */
        #offshorerig {
	        display: -ms-grid;
	        -ms-grid-columns: 50% 50%;
	        -ms-grid-rows: 100px 100px;
        }
        #item1 {
	        -ms-grid-row: 1; /* default is 1 */;
	        -ms-grid-column: 1; /* default is 1 */
            padding-right: 10px;
        }
        #item2 {
	        -ms-grid-row: 1;
	        -ms-grid-column: 2;
            padding-left: 10px;
        }
        #item3 {
	        -ms-grid-row: 2;
	        -ms-grid-column: 1;
            padding-right: 10px;
        }
        #item4 {
	        -ms-grid-row: 2;
	        -ms-grid-column: 2;
            padding-left: 10px;
        }             
        /* End of IE*/
      
        .rz-card-data {
            float: left;
        }

		#teasermsg_mobile{
			display:none;
		}
		.bottom-header{
			position:relative;
		}

    .rz-welcome-bg {
        width: 100%;
        height: 420px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url('//images.rigzone.com/images/temporary/HomepageFinal.jpg');
        background-image: -webkit-image-set(url('//images.rigzone.com/images/temporary/HomepageFinal.webp') 1x);
        /***  causing minification error.....
			@supports (background-image: -webkit-image-set(url('//images.rigzone.com/images/temporary/HomepageFinal.webp') 1x)) {
				background-image: -webkit-image-set(url('//images.rigzone.com/images/temporary/HomepageFinal.webp') 1x);
			}
            *****/
    }	
}

@media (min-width: 1024px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}

	.logo {
		width: 144px;
		margin-right: 50px;
	}

	.top-banner {
		max-width: 960px;
		text-align: center;
		margin: 0 auto;
		padding: 24px 0 27px;
	}

	.bottom-banner {
		max-width: 960px;
		margin: -37px auto 0;
		padding: 24px 0 27px;
	}

	#header.fixed-position + #main,
	#header.fixed-position + .visual {
		margin-top: 139px;
	}

	#header .holder {
		padding: 21px 30px;
	}

	.nav {
		font-size: 16px;
		line-height: 20px;
		padding-top: 14px;
	}

	.nav > ul > li {
		margin-right: 33px;
		position: relative;
	}

	.nav > ul ul {
            width: 200px;
		font-size: 14px;
		line-height: 18px;
		margin-top: 9px;
	}

	.nav > ul ul a {
		padding: 6px 8px;
	}

	.nav-opener {
		margin: 17px 18px 16px;
	}

	.nav-block {
        background: rgba(20, 42, 84, .95);
		padding: 21px 35px 0 51px;
	}

	.nav-block h1 {
            font-size: 20px;
		line-height: 36px;
	}

	.nav-block .nav {
            width: 80%;
		font-size: 15px;
		line-height: 19px;
	}

	.nav-block .nav > ul > li > a {
		padding-bottom: 8px;
		margin-bottom: 21px;
		border-bottom: 5px solid #f0b726;
	}

	.nav-block .nav-opener {
		top: 24px;
		right: 24px;
	}

	.nav-block .title {
		top: 37px;
	}

	.nav-block .subscribe-form {
		margin-left: 7px;
	}

	/*.visual {
		border-bottom: 2px solid #bababa;
	}*/

	.column {
		width: 217px;
	}

	.column .logo {
		width: 131px;
		margin: 0 0 27px -4px;
	}

    .dropdown {
       /* padding: 14px 17px 0px;*/
    }


	.login {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.signup {
		max-width: 375px;
		padding-bottom: 14px;
	}

	.heading {
		margin-bottom: 21px;
	}

	.info {
		margin-bottom: 21px;
	}

	.info h1 br {
		display: none;
	}

	.search {
		padding: 14px 19px 12px;
	}

	.caption {
		max-width: 960px;
		margin: 0 auto;
	}

	.caption h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.caption .heading {
		max-width: none;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 12px;
		padding: 0 2px;
	}

	.job-search-form {
		font-size: 13px;
		line-height: 17px;
	}

	.job-search-form input[type="search"],
	.job-search-form input[type="text"] {
		max-width: 59%;
		padding: 15px 12px;
		margin-right: 13px;
	}

   

	.job-search-form input[type="search"] + input[type="search"],
	.job-search-form input[type="search"] + input[type="text"],
	.job-search-form input[type="text"] + input[type="search"],
	.job-search-form input[type="text"] + input[type="text"] {
		max-width: 100%;
		margin: 0;
	}

	.job-search-form input[type="submit"] {
		height: 40px;
	}

	.job-search-form h2 {
		font-size: 13px;
		line-height: 17px;
		padding: 12px 23px 10px;
	}

	.job-search-form select {
		width: 189px;
		border-radius: 4px;
	}

	.job-search-form .row {
		max-width: none;
		margin: 0 0 16px;
	}

	.job-search-form .btn {
		padding: 11px 5px;
		margin-right: 13px;
	}

	.job-search-form .advance-search {
		margin: 0;
	}

	.job-search-form .columns {
		padding: 11px 25px 24px;
	}

	.job-search-form .col {
		width: 25%;
		padding-left: 10px;
	}

	.job-search-form .col:first-child {
		padding-left: 0;
	}

	#main {
		max-width: 960px;
		margin: 0 auto;
		padding: 20px 10px 0px;
        background-color: white;
	}

	#main h1 {
		margin-bottom: 4px;
	}

	#main h2 img {
		margin-right: 19px;
	}

	#main h3 {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 11px;
	}

	#main .section h2 {
		margin-bottom: 21px;
	}

	#main .featured h2 {
		font-size: 14px;
		line-height: 18px;
	}

	#main .post h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 9px;
	}

	#main .update-block h3 {
		margin-bottom: 0;
	}

	#main .panel h3 {
		font-size: 16px;
		line-height: 21px;
	}

	#main .current h3 {
		font-size: 18px;
		line-height: 20px;
	}

	#main .banner {
		border-top: 1px solid #d2d2d2;
	}

	.section {
		padding: 21px 0;
	}

	.section:first-child {
		margin-top: 0;
	}

	.section .columns {
		margin-left: -42px;
	}

	.col {
		margin-left: 47px;
	}

	.tab {
		font-size: 13px;
		line-height: 17px;
		margin: -10px 0 8px;
	}

	.tab-content {
		padding: 12px 18px 26px;
	}

	.tab-content .slide {
		margin: 0 -28px 0 0;
	}

	.tab-content .list {
		width: 21.7%;
		font-size: 13px;
		line-height: 17px;
		margin: 0 28px 0 0;
	}

	.tab-content .list li {
		margin-bottom: 0;
	}

	.tab-content .list a {
		padding: 10px 8px 4px;
	}

	.job-description {
		margin: 0 12px 0;
	}

	.job-description .btn {
		width: 136px;
	}

	.job-heading {
		max-width: 80.5%;
	}

	.job-heading a {
		padding: 12px 5px;
	}

	.job-detail {
		padding: 0;
	}

	.job-detail .tab-content {
		padding: 36px 15px 25px;
		margin: 0;
	}

	#content {
		width: 65%;
		margin-right: 12px;
	}

	#content .heading {
		margin-bottom: 9px;
	}

    .categories {
        overflow: hidden;
        margin-left: -15px;
        padding: 0;
   }

  .categories .item {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 27px 15px;
		border: 1px solid lightgrey;
     }

    #sidebar {
        width: 33%;
        padding: 8px 4px 0 0;
    }

    .featured h2 {
        padding: 10px 9px;
    }

    .subscribe-form input[type="submit"] {
        margin-right: 16px;
    }

    .footer-navigation {
        padding-bottom: 39px;
    }

        .footer-navigation h2 {
            font-size: 14px;
            line-height: 18px;
            padding: 0 10px 11px 0;
        }

    .partners {
        width: 21.7%;
    }

        .partners h2 {
            padding: 0 10px 11px 0;
        }

        .partners .list {
            padding: 0 10px 0 0;
        }

            .partners .list li {
                margin-bottom: 14px;
            }

    .post-holder {
        overflow: hidden;
        padding: 16px 0px 0 0;
        margin: 0 0 19px 0px;
        border-bottom: 1px solid #d2d2d2;
    }

    .panel {
        /*width: 31%;*/
        font-size: 13px;
        line-height: 18px;
        float: left;
        margin: 0 0 60px 15px;
    }

        .panel .title {
            padding-bottom: 1px;
            margin-bottom: 9px;
        }

        .panel .image-holder {
            width: 100%;
            float: none;
            margin: 0 0 14px;
        }

    .content-block {
        margin: 18px 11px 60px;
        border-color: #d7deea;
    }

    .post {
        word-spacing: -1px;
        font-size: 13px;
        line-height: 20px;
        padding: 19px 5px 13px 20px;
        border-bottom-color: #d7deea;
    }

        .post.hidden {
            display: block;
        }

        .post .image-holder {
            max-width: 100px;
            float: left;
            padding: 4px;
            margin-right: 10px;
            border: 1px solid #d7deea;
        }

        .post .description {
            overflow: hidden;
        }

    .updates {
        margin-left: 0;
    }

    .update-block {
        font-size: 13px;
        line-height: 18px;
    }

        .update-block.current {
            margin-bottom: 10px;
            margin-top: 10px;
        }

            .update-block.current address {
                font-size: 16px;
                line-height: 24px;
            }

            .update-block.current .text {
                margin-bottom: 28px;
            }

        .update-block address {
            font-size: 14px;
            line-height: 20px;
        }

        .update-block .image-holder {
            width: 80px;
            margin-left: 15px;
        }

        .update-block .text {
            margin-bottom: 19px;
        }

        .update-block .btn {
            max-width: 136px;
            margin-bottom: 19px;
        }

    .details {
        font-size: 11px;
        line-height: 15px;
        padding: 9px 20px 7px 13px;
    }

        .details .experience span,
        .details .responsibility span,
        .details time span {
            display: inline;
        }

        .details time {
            text-align: right;
        }

    .rating {
        right: 15px;
    }

    .footer-block {
        width: 53.2%;
    }

        .footer-block .list {
            width: 26%;
            padding-right: 10px;
        }

    .social-networks {
        width: 24.9%;
        text-align: left;
    }

        .social-networks ul {
            padding: 0;
        }

        .social-networks li {
            margin: 0 -7px 9px 0;
        }

    .list {
        font-size: 12px;
        line-height: 16px;
    }

        .list .image-holder {
            width: 113px;
        }

    #footer {
        font-size: 12px;
        line-height: 16px;
    }

        #footer .copyright {
            max-width: 960px;
            margin: 0 auto;
        }

    .tag-list {
        font-size: 11px;
        line-height: 13px;
    }

        .tag-list li {
            margin-bottom: 15px;
        }

        .tag-list a {
            padding: 10px 16px;
        }

    .btn-groups {
        display: block;
    }

    .btn-groups {
        padding-right: 0;
    }

        .btn-groups .btn {
            margin-left: 8px;
        }

	.ul-3columns{
            columns: 3;
            -webkit-columns: 3;
            -moz-columns: 3;
			margin-left:-40px;
    }
	 #breadCrumb{
		display:block;
	}
}


.WriteSmallTableTopTitle {padding-bottom: 7px; text-transform: uppercase; padding-left: 5px; padding-right: 3px; background: #1d4275; color: #fff; font-size: 11px; padding-top: 7px; }

.rz-page-header2 {float: left; font-size: 25px; height: 20px; margin: 10px; width: 560px;}

.ashleighsdropdown {position:relative; display:inline-block;float:right; }
.ashleighsdropdown-menu {position: absolute; top:100%; left:0; margin:0; display:none; list-style:none; width:180px; padding:0; background: #7d8899;}
.ashleighsdropdown:hover .ashleighsdropdown-menu{display:block; z-index:1; color: #fff;}
.ashleighsdropdown:hover .ashleighsdropdown-menu a {color: #ffffff; display:block; text-decoration:none;padding: 7px 10px}
.ashleighsdropdown:hover .ashleighsdropdown-menu a:hover {background: #59616e; }