@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|Roboto+Condensed:400,300,700,700italic|Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,700italic);
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #eeeeee;
}

/*
  @media (max-width: 767px) {
    body {
      font-size: 0.75rem; } }
	  
	  */

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    list-style-type: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #16a085;
    text-decoration: none;
    -webkit-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    -moz-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    -o-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
}

a:focus,
a:hover {
    color: #0d5d4d;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
    color: #1e73be;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.title-1 {
    display: block;
    width: 100%;
    clear: both;
}

.navbar-site.navbar .navbar-nav > li.postadd a.nav-link:focus,
.navbar-site.navbar .navbar-nav > li.postadd a.nav-link:hover {
    color: #1e73be;
    background: #fff;
}

.logo {
    height: 60px;
    padding-top: 16px;
    line-height: normal;
}

.header {
    height: auto;
    background: #1e73be;
}

.navbar-site {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background: #1e73be;
    border-radius: 0;
    border-bottom: solid 3px #a8a8a8;
}

.navbar.navbar-site .navbar-nav > li,
.navbar.navbar-light .navbar-nav > li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar.navbar-site .navbar-nav > li > a:not(.btn),
.navbar.navbar-site .navbar-nav > li .nav-link:not(.btn),
.navbar.navbar-light .navbar-nav > li > a:not(.btn),
.navbar.navbar-light .navbar-nav > li .nav-link:not(.btn) {
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: 1;
    padding: 12px 10px;
}

.navbar.navbar-site .navbar-nav > li > a:not(.btn):hover,
.navbar.navbar-site .navbar-nav > li .nav-link:not(.btn):hover,
.navbar.navbar-light .navbar-nav > li > a:not(.btn):hover,
.navbar.navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
    color: #000;
}

.navbar.navbar-site .navbar-nav > li.postadd,
.navbar.navbar-light .navbar-nav > li.postadd {
    margin-right: 10px;
    margin-left: 10px;
}

.navbar.navbar-site .navbar-nav > li.postadd a:hover,
.navbar.navbar-light .navbar-nav > li.postadd a:hover {
    background: #fff;
    color: #1e73be;
}

.navbar.navbar-site .navbar-nav > li.postadd a,
.navbar.navbar-light .navbar-nav > li.postadd a {
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: normal;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #fff;
}

.blu {
    background: #00148b;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.2rem;
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -moz-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #16a085;
    outline: none;
    box-shadow:
        1px 0 #16a085,
        0 -1px 0 #16a085,
        -1px 0 0 #16a085,
        1px 0 0 #16a085;
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

.section-ev::after {
    display: block;
    content: "";
    clear: both;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    height: 100%;
}

ul,
menu,
dir,
li,
ol {
    list-style-type: none;
}

a {
    color: #0056b3;
    outline: 0;
    cursor: pointer;
    -webkit-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    -moz-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    -o-transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
    transition:
        all 0.2s linear 0s,
        letter-spacing 0s linear 0s;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: #0d5d4d;
}

* {
    outline: 0;
}

*:hover,
*:focus {
    outline: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.section-ev::after {
    display: block;
    content: "";
    clear: both;
}

/* Helper class */

.uppercase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0;
}

.width100,
.w100 {
    width: 100%;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.dtable {
    display: table;
}

.dtable-cell {
    display: table-cell;
    vertical-align: middle;
}

hr.small {
    background-color: #000;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 44px;
}

.text-hr {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mr10 {
    margin-right: 10px;
}

.color-white {
    color: #fff;
}

.color-danger {
    color: #e74c3c;
}

.color-success {
    color: #2ecc71;
}

.color-info {
    color: #e4cb65;
}

.color-danger {
    color: #e74c3c;
}

.link-color {
    color: #369;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 10px;
}

.hide-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* =============================================================== */

/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #16a085;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

/* CSS ANIMATION   */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.coming-soon-page .landing-intro {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    -o-animation-duration: 0.35s;
    animation-duration: 0.35s;
}

.delay-1 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.delay-2 {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-3 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-4 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 0.85rem;
    border-radius: 0.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.25);
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn.btn-wide {
    padding-left: 40px;
    padding-right: 40px;
}

.btn.btn-more {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    font-size: 0.75rem;
}

.btn.btn-line {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-size: 0.65rem;
    background: none;
    border-radius: 0;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #1e73be;
    border-color: #1e73be;
}

.btn-primary:hover {
    color: #fff;
    background-color: #107360;
    border-color: #0f6a58;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #16a085;
    border-color: #16a085;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #107360;
    background-image: none;
    border-color: #0f6a58;
}

.btn-primary:not([href]):not([tabindex]):not(.btn-line) {
    color: #fff;
}

.btn-primary:not([href]):not([tabindex]):not(.btn-line):hover {
    color: #fff;
}

.btn-primary.btn-gradient {
    color: #fff;
    background: -webkit-linear-gradient(292deg, #16a085 44%, #2ecc71 85%);
    background: -moz-linear-gradient(292deg, #16a085 44%, #2ecc71 85%);
    background: -o-linear-gradient(292deg, #16a085 44%, #2ecc71 85%);
    background: linear-gradient(158deg, #16a085 44%, #2ecc71 85%);
    border-color: #16a085;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn-primary.btn-gradient:hover {
    color: #fff;
    border-color: #0f6a58;
    opacity: 0.9;
    text-indent: -1px;
}

.btn-primary.btn-gradient:focus,
.btn-primary.btn-gradient.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5);
}

.btn-primary.btn-gradient.disabled,
.btn-primary.btn-gradient:disabled {
    background-color: #16a085;
    border-color: #16a085;
}

.btn-primary.btn-gradient:active,
.btn-primary.btn-gradient:active:focus,
.btn-primary.btn-gradient.active,
.btn-primary.btn-gradient.active:focus,
.show > .btn-primary.btn-gradient.dropdown-toggle {
    color: #fff;
    background-color: #107360;
    background-image: none;
    border-color: #0f6a58;
}

.btn-secondary,
.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover,
.btn-default:hover {
    color: #292b2c;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-default:focus,
.btn-default.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-default.disabled,
.btn-default:disabled {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle,
.btn-default:active,
.btn-default:active:focus,
.btn-default.active,
.btn-default.active:focus,
.show > .btn-default.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad;
}

.btn-info {
    color: #fff;
    background-color: #e4cb65;
    border-color: #e4cb65;
}

.btn-info:hover {
    color: #fff;
    background-color: #dcbc3a;
    border-color: #dbb931;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 2px rgba(228, 203, 101, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #e4cb65;
    border-color: #e4cb65;
}

.btn-info:active,
.btn-info:active:focus,
.btn-info.active,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #dcbc3a;
    background-image: none;
    border-color: #dbb931;
}

.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-success:hover {
    color: #fff;
    background-color: #25a25a;
    border-color: #239a55;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.btn-success:active,
.btn-success:active:focus,
.btn-success.active,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a25a;
    background-image: none;
    border-color: #239a55;
}

.btn-success:not([href]):not([tabindex]) {
    color: #fff;
}

.btn-success:not([href]):not([tabindex]):hover {
    color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-warning:hover {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b8960b;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.btn-warning:active,
.btn-warning:active:focus,
.btn-warning.active,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c29d0b;
    background-image: none;
    border-color: #b8960b;
}

.btn-warning:not([href]):not([tabindex]) {
    color: #fff;
}

.btn-warning:not([href]):not([tabindex]):hover {
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:active,
.btn-danger:active:focus,
.btn-danger.active,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}

.btn-danger:not([href]):not([tabindex]) {
    color: #fff;
}

.btn-danger:not([href]):not([tabindex]):hover {
    color: #fff;
}

.btn-outline-primary {
    color: #16a085;
    background-image: none;
    background-color: transparent;
    border-color: #16a085;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #16a085;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.logo,
.logo-title {
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
}

/* ================================================================== */

/* HOME CONTENT START
/* ================================================================== */

.intro {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 350px;*/
    /*height: 46vh;*/
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    border-bottom: solid 3px #a8a8a8;
}

.jobs-intro {
    /*height: 250px;*/
}

.hasOverly > div {
    background: rgba(0, 0, 0, 0.3);
}

.dtable {
    display: table;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.navbar-nav {
    width: 100%;
}

.navbar-toggler {
    background: #fff;
}

.intro.has-map {
    min-height: 250px;
    height: 250px;
}

.intro p {
    color: #e8eced;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.intro h1,
.intro-title {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: normal;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    -webkit-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .logo,
    .logo-title {
        font-size: 16px;
    }
    .logo .ln-shadow-logo,
    .logo-title .ln-shadow-logo {
        height: 42px;
        line-height: 44px;
        width: 42px;
    }
}

@media (max-width: 479px) {
    .logo,
    .logo-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .country-map {
        margin: 15px 0;
    }
    /*#sub-intro{ display:none}*/
    .item-list22 h5 {
        display: none;
    }
    .intro {
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .intro.has-map {
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .intro.jobs-intro {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
    .intro h1,
    .intro-title {
        font-size: 28px;
    }
    .intro .col-sm-4 {
        margin-bottom: 15px;
    }
    .hasOverly > div {
        /*padding-bottom: 40px;
		padding-top: 40px; */
    }
}

.main-container {
    min-height: -webkit-calc(100% - 162px);
    min-height: -moz-calc(100% - 162px);
    min-height: calc(100% - 162px);
    padding: 30px 0;
}
.box-widget img {
    width: 100% !important;
}
.item-list2 {
    clear: both;
    padding: 10px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    -moz-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    text-align: center;
    /*min-height:140px;*/
    margin-bottom: 15px;
}

.item-list2 h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.item-list {
    clear: both;
    padding: 15px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    -moz-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
    transition: background 0.25s ease-in;
    -webkit-transition: background 0.25s ease-in;
    background: #ffffff;
    border-radius: 5px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
    margin-bottom: 20px;
}

.item-list .row {
    margin: 0;
}

.item-list:hover {
    background: #f6f6f5;
}

/* HOME v2 */

.row-featured {
    overflow: hidden;
    margin-right: -16px;
}

.no-bg {
    box-shadow: none;
    background: none;
    border-radius: 0;
}

.content-box {
    /*
  background: #ffffff;
  border-radius: 3px;
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
  overflow: hidden;*/
    margin-bottom: 30px;
}

.content-box.no-bg {
    box-shadow: none;
    background: none;
    border-radius: 0;
}

#sub-footer {
    background: #fff;
    padding: 20px 0;
}

#sub-footer h4 {
    color: #1e73be;
}

.footer-area {
    background: #1e73be;
    padding: 25px 0;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-menu ul li:first-child {
    border-left: none;
}

.footer-menu ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0px 20px;
    border-left: 2px solid #fff;
}

.footer-menu ul li a {
    position: relative;
    padding: 5px 0;
    color: #fff;
}

.footer-area-bottom {
    background: #fff;
    padding: 40px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #3ec1d5;
}

.copyright-text a {
    color: #444;
}

.box-banner {
    margin-bottom: 20px;
}

#sub-intro {
    padding: 10px 0;
}

#corpo-pagina {
    background: #fff;
    padding: 30px 0;
    min-height: 500px;
}

#box-jointoday {
    background: #ededed;
    padding: 25px 0;
}

#box-cancel {
    background: #ededed;
    padding: 50px 0;
}

.titolo {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dedede;
}

#box-adv {
    background: #001d3f;
}

.carousel-item img {
    max-height: 180px;
    max-width: 180px;
}

.intro-title {
    display: none;
}

.box-widget {
    margin-bottom: 15px;
}

.bullet-list {
    list-style-type: disc;
    padding-left: 40px;
}

.bullet-list li {
    list-style-type: disc;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .intro-title {
        display: block;
    }
    #box-adv {
        background: #001d3f;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .carousel-item img {
        max-height: 180px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .carousel-item img {
        max-height: 100%;
        max-width: 100%;
    }
    .navbar-brand {
        display: none;
    }
    .navbar.navbar-site .navbar-nav li {
        width: calc(100% / 5.8);
    }
    .navbar.navbar-site .navbar-nav > li.postadd a,
    .navbar.navbar-light .navbar-nav > li.postadd a {
        width: 100%;
    }
    .intro-title {
        padding-top: 100px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
}

.card {
    margin-bottom: 20px;
}

.page-item.active .page-link {
    background-color: #1e73be;
    border-color: #1e73be;
}

/****************** NEW STYLE BY SALLY ********************/

.job-item.new-job-item {
    padding: 0;
}

.job-item.new-job-item .content-title {
    border-bottom: solid 1px #dedede;
    font-size: 15px;
    padding: 15px 20px;
}

.job-item.new-job-item .content-title h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.job-item.new-job-item h4 {
    font-size: 15px;
    color: #1e73be;
    margin: 0 0 3px;
    font-weight: 600;
}

.job-item.new-job-item .content-img-blk {
    padding: 20px 0;
    border-bottom: solid 1px #dedede;
}

.job-item.new-job-item .rht-blk {
    color: #2d2d2d;
}

.job-item.new-job-item .rht-blk td {
    padding: 5px 0;
}

.job-item.new-job-item .content-img-blk p {
    margin-bottom: 0;
}

.job-item.new-job-item .brdr-left {
    position: relative;
}

.job-item.new-job-item .brdr-left:before {
    position: absolute;
    width: 1px;
    height: calc(100% + 40px);
    top: -20px;
    left: 1px;
    content: "";
    background: #dedede;
}

.job-item.new-job-item .content-footer-top {
    border-bottom: solid 1px #dedede;
}

.job-item.new-job-item .cust-blk p {
    margin-bottom: 0;
}

.job-item.new-job-item .cust-blk {
    border-right: solid 1px #dedede;
    padding: 20px;
}

.content-footer {
    background: #1e73be;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.content-footer a {
    color: #fff;
}

span.desc-anc,
span.desc-anc1,
span.description-anc,
span.description-anc1 {
    font-weight: 600;
    color: #1e73be;
    cursor: pointer;
}

.post-date {
    color: #a0a0a0;
}

.job-item.new-job-item .rht-blk tr td:first-child {
    width: 135px;
}

.thank-you#main-banner {
    background: #f5f5f5;
}

.thank-you#main-banner .thank-you-blk {
    margin: 120px auto;
    min-height: 50vh;
}

.thank-you#main-banner .thank-you-blk img {
    max-width: 500px;
    margin: 0 auto 30px;
    display: block;
}

.thank-you#main-banner .thank-you-blk .thank-you-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 30px;
    background: #222;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.thank-you#main-banner .thank-you-blk a {
    padding: 0 15px;
    text-transform: uppercase;
}

.thank-you#main-banner .thank-you-blk p.sad-icon {
    color: #222;
    font-size: 50px;
}

.hide-dd-pkg {
    visibility: hidden;
    height: 10px;
}

@media (max-width: 991px) {
    .job-item.new-job-item .rht-blk.brdr-left {
        padding: 15px;
        margin-top: 20px;
    }
    .job-item.new-job-item .rht-blk.brdr-left:before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
    }
    .job-item.new-job-item .content-img-blk {
        padding-bottom: 0;
    }
    .navbar-collapse {
        background: #1e73be;
        height: 100vh;
        display: block !important;
        position: fixed;
        top: 63px;
        bottom: 0;
        right: -100%;
        width: 100%;
        max-width: 320px;
        overflow-y: auto;
        visibility: hidden;
        padding: 0;
        transition-timing-function: ease-in-out;
        transition-duration: 0.3s;
        transition-property: right, visibility;
        z-index: 2;
    }
    /* .navbar-collapse.collapse.show {
        right: 0;
        left: auto;
    } */
    .navbar-collapse.open {
        right: 0;
        visibility: visible;
    }
    .navbar.navbar-site .navbar-nav > li.postadd a,
    .navbar.navbar-light .navbar-nav > li.postadd a {
        border: 0;
        margin: 0;
        text-align: left;
        padding: 15px 25px;
        height: auto;
    }

    .navbar.navbar-site .navbar-nav > li.postadd,
    .navbar.navbar-light .navbar-nav > li.postadd {
        margin: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.12);
        text-align: left;
    }
    .navbar-toggler {
        position: relative;
        display: block;
        width: 30px;
        height: 22px;
        background: transparent;
        border: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        color: #fff;
        font-size: 0;
        transition: all 0.25s ease-in-out;
        float: right;
        z-index: 3;
        margin: 0 0 0 5px;
    }
    .navbar-toggler:after,
    .navbar-toggler:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        transform: translate(-50%, -50%);
        transition: all 0.25s ease-in-out;
    }
    body.nav-open .navbar-toggler.is-active {
        border-color: transparent;
    }
    body.nav-open .navbar-toggler:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    body.nav-open .navbar-toggler:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        color: #fff;
        /* border: 0; */
        outline: 0;
    }
}
@media (max-width: 767px) {
    .thank-you#main-banner {
        background: #f5f5f5;
    }
    .thank-you#main-banner .thank-you-blk {
        margin: 120px auto;
        min-height: 30vh;
    }
    .thank-you#main-banner .thank-you-blk img {
        max-width: 500px;
        margin: 0 auto 30px;
        display: block;
    }
    .thank-you#main-banner .thank-you-blk .thank-you-icon {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto 30px;
        background: #222;
        border-radius: 100%;
        color: #fff;
        font-size: 30px;
        line-height: 60px;
    }
    .thank-you#main-banner .thank-you-blk a {
        padding: 0 15px;
        text-transform: uppercase;
    }
    .thank-you#main-banner .thank-you-blk p.sad-icon {
        color: #222;
        font-size: 50px;
    }
}
@media (max-width: 576px) {
    .pagination {
        flex-wrap: wrap;
        background: #fff;
    }

    .page-link {
        padding: 8px 0;
        width: 100%;
    }

    .pagination li.page-item {
        flex: 0 0 16.67%;
        text-align: center;
    }
    #pager_last {
        flex: 0 0 50px;
    }
    .col-md-3.page-sidebar {
        padding: 0 30px;
    }
}

@media (max-width: 360px) {
    .logo-title {
        margin: 0 0 0 -3px;
        padding: 20px 0 0;
    }
    .navbar-toggler {
        margin: 0 -3px 0 0;
    }
    .footer-menu ul li {
        padding: 0 15px;
    }
}

/****************** NEW STYLE BY SALLY ********************/
