/*
Theme Name: JobMonster
Author: Noo
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset and dependencies
 * 	1.1 - normalize
 * 	1.2 - Print
 * 2.0 - Core CSS
 * 	2.1 - Scaffolding
 * 	2.2 - typography
 * 	2.3 - grid
 * 	2.4 - utilities
 * 	2.5 - responsive-utilities
 * 3.0 - Structure
 * 	3.1 - panels
 * 	3.2 - wellsWell
 * 4.0 - Basic Element
 * 	4.1 - tables
 * 	4.2 - forms
 * 	4.3 - buttons
 * 	4.4 - thumbnails
 * 	4.5 - dropdowns
 * 	4.6 - navbar
 * 	4.7 - modals
 * 	4.8 - footer
 * 	4.9 - header
 * 5.0 - Additional Element
 * 	5.1 - alerts
 * 	5.2 - button-groups
 * 	5.3 - code
 * 	5.4 - call-to-action
 * 	5.5 - labels
 * 	5.6 - media
 * 	5.7 - accordion-tab
 * 	5.8 - popovers
 * 	5.9 - progress-bars
 * 	5.10 - tooltip
 * 	5.11 - responsive-embed
 * 6.0 - Wordpress part
 * 	6.1 - breadcrumbs
 * 	6.2 - post_n_page
 * 	6.3 - widgets
 * 	6.4 - comments
 * 	6.5 - pagination
 * 7.0 - Library
 * 	7.1 - animations
 * 	7.2 - carousel
 * 	7.3 - caroufredsel
 * 	7.4 - jplayer
 * 	7.5 - chosen
 * 8.0 - Plugin
 * 	8.1 - contact-form-7
 * 	8.2 - revslider
 * 9.0 - Main file
 * 	9.1 - main
 * 	9.2 - shortcode
 * 	9.3 - loop
 * 	9.4 - single
 * -----------------------------------------------------------------------------
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1.0 - Reset and dependencies
 *  1.1 - normalize
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * 1.0 - Reset and dependencies
 *  1.2 - print
 */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .widget_newsletterwidget .newsletter-submit > .caret,
  .dropup > .widget_newsletterwidget .newsletter-submit > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .timeline-event-content {
    display: block !important;
  }
  .progress-bar .progress_label {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
  }
}
@media print {
  .resume-general {
    font-size: 19px;
  }
  .resume-general .col-sm-3 {
    width: 100%;
  }
  .resume-form-general .form-group label.control-label {
    width: 100%;
  }
  .resume-form-general .form-group .col-sm-7 {
    width: 100%;
  }
}
/**
 * 2.0 - Core CSS
 *  2.1 - Scaffolding
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  line-height: 1.7;
  color: #44494b;
  background-color: #fff;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #44494b;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
a:hover,
a:focus {
  cursor: pointer;
  color: #f5d006;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 0.28571429em;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.64285714em;
  margin-bottom: 1.64285714em;
  border: 0;
  border-top: 1px solid #dedede;
}
.sr-only,
.jp-controls a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
iframe {
  width: 100%;
  max-width: 100%;
}
/**
 * 2.0 - Core CSS
 *  2.2 - typography
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #44494b;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #44494b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #f5d006;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.64285714rem;
  margin-bottom: 0.82142857rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.82142857em;
  margin-bottom: 0.82142857em;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 3em;
}
h2,
.h2 {
  font-size: 2.57142857em;
}
h3,
.h3 {
  font-size: 2.14285714em;
}
h4,
.h4 {
  font-size: 1.71428571em;
}
h5,
.h5 {
  font-size: 1.28571429em;
}
h6,
.h6 {
  font-size: 14px;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
  color: white;
}
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.lead {
  margin-bottom: 1.64285714em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #f5d006;
}
a.text-primary:hover {
  color: #c3a605;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.link-alt {
  color: #f5d006;
  border-bottom: 1px dashed #f5d006;
}
.bg-primary {
  color: #fff;
  background-color: #f5d006;
}
a.bg-primary:hover {
  background-color: #c3a605;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-primary-overlay {
  background: rgba(245, 208, 6, 0.95);
}
.bg-gray-overlay {
  background: rgba(68, 73, 75, 0.95);
}
.page-header {
  padding-bottom: -0.17857143em;
  margin: 3.28571429em 0 1.64285714em;
  border-bottom: 1px solid #dedede;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.82142857em;
  padding-left: 2.14285714em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1.64285714em;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: 600;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.82142857em 1.64285714em;
  margin: 0 0 1.64285714em;
  font-size: 17.5px;
  border-left: 5px solid #dedede;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedede;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1.64285714em;
  font-style: normal;
  line-height: 1.7;
}
.fa-3 {
  font-size: 35px !important;
}
.fa-3:hover {
  cursor: pointer !important;
}
.font-family-alt {
  font-family: "Montserrat", serif;
}
/**
 * 2.0 - Core CSS
 *  2.3 - grid
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .container {
    width: 722.14285714px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 942.14285714px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172.14285714px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
.container-boxed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .container-boxed {
    width: 96.2%;
  }
}
@media (min-width: 992px) {
  .container-boxed {
    width: 97%;
  }
}
@media (min-width: 1200px) {
  .container-boxed {
    width: 97%;
  }
}
.container-boxed.max {
  max-width: 1200px;
}
.container-boxed.offset {
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-boxed {
    width: 100%;
  }
  .container-boxed.max {
    max-width: 100%;
  }
  .container-boxed.offset {
    padding-top: 0;
    padding-bottom: 0;
    margin: 40px auto;
  }
}
.container-fullwidth {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 800px) and (max-width: 991px) {
  .container-boxed {
    width: 97%;
  }
  .noo-main {
    float: left;
    width: 66.66666667%;
  }
  .col-md-12.noo-main {
    width: inherit;
    float: none;
  }
  .noo-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.noo-sidebar .company-desc {
  margin-bottom: 30px;
}
.noo-sidebar-wrap {
  background: #fff;
  padding: 0;
}
@media (max-width: 991px) {
  .noo-sidebar-wrap {
    margin-top: 2.14285714em;
  }
}
.row,
.noo-pricing-table {
  margin-left: -1.07142857em;
  margin-right: -1.07142857em;
}
.noo-vc-row {
  position: relative;
}
.noo-vc-row.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.noo-vc-row.bg-image .noo-vc-col {
  position: relative;
  z-index: 1;
}
.noo-vc-row.image-repeat {
  background-repeat: repeat;
}
.noo-vc-row.bg-pattern {
  background-repeat: repeat;
}
.noo-vc-row.bg-video {
  position: relative;
  overflow: hidden;
}
.noo-vc-row.bg-video #big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.noo-vc-row.bg-video #big-video-wrap .vjs-tech {
  left: 0;
  margin: 0;
}
.noo-vc-row.border-top {
  border-top: 1px solid #ccc;
}
.noo-vc-row.border-left {
  border-left: 1px solid #ccc;
}
.noo-vc-row.border-right {
  border-right: 1px solid #ccc;
}
.noo-vc-row.border-bottom {
  border-bottom: 1px solid #ccc;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 99.9%;
}
.col-xs-11 {
  width: 91.56666667%;
}
.col-xs-10 {
  width: 83.23333333%;
}
.col-xs-9 {
  width: 74.9%;
}
.col-xs-8 {
  width: 66.56666667%;
}
.col-xs-7 {
  width: 58.23333333%;
}
.col-xs-6 {
  width: 49.9%;
}
.col-xs-5 {
  width: 41.56666667%;
}
.col-xs-4 {
  width: 33.23333333%;
}
.col-xs-3 {
  width: 24.9%;
}
.col-xs-2 {
  width: 16.56666667%;
}
.col-xs-1 {
  width: 8.23333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 99.9%;
  }
  .col-sm-11 {
    width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.23333333%;
  }
  .col-sm-9 {
    width: 74.9%;
  }
  .col-sm-8 {
    width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.23333333%;
  }
  .col-sm-6 {
    width: 49.9%;
  }
  .col-sm-5 {
    width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.23333333%;
  }
  .col-sm-3 {
    width: 24.9%;
  }
  .col-sm-2 {
    width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.23333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 99.9%;
  }
  .col-md-11 {
    width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.23333333%;
  }
  .col-md-9 {
    width: 74.9%;
  }
  .col-md-8 {
    width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.23333333%;
  }
  .col-md-6 {
    width: 49.9%;
  }
  .col-md-5 {
    width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.23333333%;
  }
  .col-md-3 {
    width: 24.9%;
  }
  .col-md-2 {
    width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.23333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 99.9%;
  }
  .col-lg-11 {
    width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.23333333%;
  }
  .col-lg-9 {
    width: 74.9%;
  }
  .col-lg-8 {
    width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.23333333%;
  }
  .col-lg-6 {
    width: 49.9%;
  }
  .col-lg-5 {
    width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.23333333%;
  }
  .col-lg-3 {
    width: 24.9%;
  }
  .col-lg-2 {
    width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.23333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
* 2.0 - Core CSS
*  2.4 - utilities
*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-boxed:before,
.container-boxed:after,
.container-fullwidth:before,
.container-fullwidth:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.sf-menu:before,
.sf-menu:after,
.noo-menu:before,
.noo-menu:after,
.modal-footer:before,
.modal-footer:after,
.nav:before,
.nav:after,
.content:before,
.content:after,
.content-excerpt:before,
.content-excerpt:after,
.content-footer .author-bio:before,
.content-footer .author-bio:after,
.single-noo-portfolio .attribute-list:before,
.single-noo-portfolio .attribute-list:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.comments-area > .comment-respond .comment-form-fields:before,
.comments-area > .comment-respond .comment-form-fields:after,
.noo-member .member-info .team-meta:before,
.noo-member .member-info .team-meta:after,
.noo-pricing-table:before,
.noo-pricing-table:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.container-boxed:after,
.container-fullwidth:after,
.row:after,
.panel-body:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.sf-menu:after,
.noo-menu:after,
.modal-footer:after,
.nav:after,
.content:after,
.content-excerpt:after,
.content-footer .author-bio:after,
.single-noo-portfolio .attribute-list:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.comments-area > .comment-respond .comment-form-fields:after,
.noo-member .member-info .team-meta:after,
.noo-pricing-table:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/**
 * 2.0 - Core CSS
 *  2.5 - Responsive: Utility classes
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * 3.0 - Structure
 *  3.1 - panels
 */
.panel {
  margin-bottom: 1.64285714em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ccc;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 1.64285714em;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #f5d006;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f5d006;
  border-color: #f5d006;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5d006;
}
.panel-primary > .panel-heading .badge {
  color: #f5d006;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5d006;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/**
 * 3.0 - Structure
 *  3.2 - 
 */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/**
 * 4.0 - Basic Element
 *  4.1 - tables
 */
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.64285714em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.57142857em;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.35714286em;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped {
  border: 1px solid #ccc;
}
.table-striped > thead {
  background-color: #44494b;
}
.table-striped > thead tr > th {
  border: 1px solid #44494b !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.table-striped > thead tr > th:hover {
  background-color: #53595b;
}
.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  text-align: center;
  border: 1px solid #ccc;
}
.table-striped > thead > tr > th,
.table-striped > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.23214286em;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'FontAwesome' !important;
}
table.dataTable thead .sorting:after {
  content: "\f0dc" !important;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de" !important;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd" !important;
}
.noo-col-checkbox {
  position: relative;
}
.noo-checkbox {
  position: relative;
}
.noo-checkbox input {
  margin-top: 10px !important;
  -webkit-appearance: none;
  appearance: none;
}
.noo-checkbox input:checked + .noo-checkbox-label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 3px;
  color: #e8be2f;
  font-size: 12px;
}
.noo-checkbox .noo-checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 400;
}
.noo-checkbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  margin-left: 0;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/**
 * 4.0 - Basic Element
 *  4.2 - forms
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.64285714em;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}
.control-label {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.45em 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
select option {
  padding: 5px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
output {
  display: block;
  padding-top: 1.42857143em;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}
.form-control,
.widget_newsletterwidget .newsletter-email,
.form-group .chosen-container-single,
.form-group .chosen-container-multi .chosen-choices,
.wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  height: 47px;
  padding: 0.42857143em 1.28571429em;
  font-size: 14px;
  font-family: "Droid Serif", serif;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.widget_newsletterwidget .newsletter-email:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #5c6366;
  outline: 0;
}
.form-control::-moz-placeholder,
.widget_newsletterwidget .newsletter-email::-moz-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.widget_newsletterwidget .newsletter-email:-ms-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: #c3c3c3;
}
.form-control::-webkit-input-placeholder,
.widget_newsletterwidget .newsletter-email::-webkit-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: #c3c3c3;
}
.form-control.half,
.widget_newsletterwidget .newsletter-email.half,
.wpcf7-form-control:not(.wpcf7-submit).half {
  width: 47.5%;
  float: left;
}
.form-control.half + .half,
.widget_newsletterwidget .newsletter-email.half + .half,
.wpcf7-form-control:not(.wpcf7-submit).half + .half {
  margin-left: 5%;
}
.form-control.half.jform-datepicker_end,
.widget_newsletterwidget .newsletter-email.half.jform-datepicker_end,
.wpcf7-form-control:not(.wpcf7-submit).half.jform-datepicker_end {
  margin-left: 5%;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.widget_newsletterwidget .newsletter-email[disabled],
.widget_newsletterwidget .newsletter-email[readonly],
fieldset[disabled] .widget_newsletterwidget .newsletter-email,
.wpcf7-form-control:not(.wpcf7-submit)[disabled],
.wpcf7-form-control:not(.wpcf7-submit)[readonly],
fieldset[disabled] .wpcf7-form-control:not(.wpcf7-submit) {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control,
textarea.widget_newsletterwidget .newsletter-email,
textarea.wpcf7-form-control:not(.wpcf7-submit) {
  height: auto;
}
.text-placeholder {
  color: #c3c3c3 !important;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 47px;
  line-height: 1.7 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 60px;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 0.53571429em;
  }
}
.form-group .bootstrap-tagsinput {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group .bootstrap-tagsinput input {
  padding: 11px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 1.64285714em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-horizontal .form-group-sm .widget_newsletterwidget .newsletter-email,
.form-horizontal .form-group-sm .wpcf7-form-control:not(.wpcf7-submit) {
  height: 30px;
  padding: 0.35714286em 0.71428571em;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-horizontal .form-group-lg .widget_newsletterwidget .newsletter-email,
.form-horizontal .form-group-lg .wpcf7-form-control:not(.wpcf7-submit) {
  height: 60px;
  padding: 1.14285714em 1.14285714em;
  font-size: 1.28571429em;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 60px;
  line-height: 60px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .widget_newsletterwidget .newsletter-email,
.has-feedback .wpcf7-form-control:not(.wpcf7-submit) {
  padding-right: 58.75px;
}
.form-control-feedback {
  position: absolute;
  top: 6.64285714em;
  right: 0;
  z-index: 2;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control,
.has-success .widget_newsletterwidget .newsletter-email,
.has-success .wpcf7-form-control:not(.wpcf7-submit) {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .widget_newsletterwidget .newsletter-email:focus,
.has-success .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .widget_newsletterwidget .newsletter-email,
.has-warning .wpcf7-form-control:not(.wpcf7-submit) {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .widget_newsletterwidget .newsletter-email:focus,
.has-warning .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control,
.has-error .widget_newsletterwidget .newsletter-email,
.has-error .wpcf7-form-control:not(.wpcf7-submit) {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .widget_newsletterwidget .newsletter-email:focus,
.has-error .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.jp-controls a span ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #818a8d;
  font-size: 0.85714286em;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .widget_newsletterwidget .newsletter-email,
  .form-inline .wpcf7-form-control:not(.wpcf7-submit) {
    display: inline-block;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .widget_newsletterwidget .newsletter-email,
  .form-inline .input-group .wpcf7-form-control:not(.wpcf7-submit) {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .widget_newsletterwidget .newsletter-email,
  .form-inline .input-group > .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.42857143em;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.07142857em;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 1.07142857em;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.52em;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 0.35714286em;
  }
}
.form-control-flat {
  position: relative;
  text-align: left;
}
input + .form-control-flat {
  margin-top: 5px;
}
.form-control-flat > label {
  position: relative;
  display: block;
  margin: 0;
}
.form-control-flat .form-control-file-button {
  float: none;
  font-weight: 300;
  line-height: 47px;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 4px;
  top: 1px;
  bottom: 1px;
  background: #fff;
}
.form-control-flat .form-control-file {
  width: 100%;
  min-width: 300px;
}
.form-control-flat .form-control-file input[type="file"],
.form-control-flat input[type="file"] {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  box-shadow: none;
  cursor: pointer;
  height: 47px;
  left: 0;
  opacity: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  width: 100%;
}
.form-control-flat .form-control-file input[readonly],
.form-control-flat input[readonly] {
  cursor: pointer !important;
  background: rgba(0, 0, 0, 0) !important;
}
.form-control-flat textarea,
.form-control-flat select,
.form-control-flat input {
  width: 100%;
  height: 47px;
  padding: 0.42857143em 1.28571429em;
  font-size: 14px;
  font-family: "Droid Serif", serif;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: none repeat scroll 0 0 #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
  outline: none;
  padding-right: 30px;
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #5c6366;
  outline: 0;
}
.form-control-flat textarea::-moz-placeholder,
.form-control-flat select::-moz-placeholder,
.form-control-flat input::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.form-control-flat textarea:-ms-input-placeholder,
.form-control-flat select:-ms-input-placeholder,
.form-control-flat input:-ms-input-placeholder {
  color: #c3c3c3;
}
.form-control-flat textarea::-webkit-input-placeholder,
.form-control-flat select::-webkit-input-placeholder,
.form-control-flat input::-webkit-input-placeholder {
  color: #c3c3c3;
}
.form-control-flat textarea[disabled],
.form-control-flat select[disabled],
.form-control-flat input[disabled],
.form-control-flat textarea[readonly],
.form-control-flat select[readonly],
.form-control-flat input[readonly],
fieldset[disabled] .form-control-flat textarea,
fieldset[disabled] .form-control-flat select,
fieldset[disabled] .form-control-flat input {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control-flat textarea,
textarea.form-control-flat select,
textarea.form-control-flat input {
  height: auto;
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #5c6366;
  outline: 0;
}
.form-control-flat textarea::-moz-placeholder,
.form-control-flat select::-moz-placeholder,
.form-control-flat input::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.form-control-flat textarea:-ms-input-placeholder,
.form-control-flat select:-ms-input-placeholder,
.form-control-flat input:-ms-input-placeholder {
  color: #c3c3c3;
}
.form-control-flat textarea::-webkit-input-placeholder,
.form-control-flat select::-webkit-input-placeholder,
.form-control-flat input::-webkit-input-placeholder {
  color: #c3c3c3;
}
.form-control-flat textarea.half,
.form-control-flat select.half,
.form-control-flat input.half {
  width: 47.5%;
  float: left;
}
.form-control-flat textarea.half + .half,
.form-control-flat select.half + .half,
.form-control-flat input.half + .half {
  margin-left: 5%;
}
.form-control-flat textarea.half.jform-datepicker_end,
.form-control-flat select.half.jform-datepicker_end,
.form-control-flat input.half.jform-datepicker_end {
  margin-left: 5%;
}
.form-control-flat textarea[disabled],
.form-control-flat select[disabled],
.form-control-flat input[disabled],
.form-control-flat textarea[readonly],
.form-control-flat select[readonly],
.form-control-flat input[readonly],
fieldset[disabled] .form-control-flat textarea,
fieldset[disabled] .form-control-flat select,
fieldset[disabled] .form-control-flat input {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control-flat textarea,
textarea.form-control-flat select,
textarea.form-control-flat input {
  height: auto;
}
.form-control-flat select + i {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0px, -50%);
}
.form-control-flat select[multiple] {
  height: auto;
  display: none;
}
.form-control-flat > .radio,
.form-control-flat > .checkbox {
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.form-control-flat > .radio input,
.form-control-flat > .checkbox input {
  left: -9999px;
  position: absolute;
}
.form-control-flat > .radio i,
.form-control-flat > .checkbox i {
  background: none repeat scroll 0 0 #fff;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0px;
  border-color: #ccc;
  width: 22px;
  color: #f5d006;
}
.form-control-flat > .radio i:after,
.form-control-flat > .checkbox i:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.form-control-flat > .radio input:checked + i:after,
.form-control-flat > .checkbox input:checked + i:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-control-flat .radio {
  min-height: 2.07142857em;
}
.form-control-flat .radio i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form-control-flat .radio i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px;
  position: absolute;
  background: #f5d006;
}
.form-control-flat .checkbox {
  min-height: 2.07142857em;
}
.form-control-flat .checkbox i:after {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-left: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-control-flat .checkbox i:after {
  height: 22px;
  left: -3px;
  text-align: center;
  top: -2px;
  width: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-group .dropdown > span {
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.form-group .dropdown > span:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-group .dropdown > span:before {
  border-left: 1px solid #ccc;
  display: block;
  height: 47px;
  line-height: 47px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 47px;
}
.form-group .dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
  -webkit-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -o-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  background: #fff;
}
.form-group .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.form-group .dropdown .dropdown-menu > li:last-child {
  border: none;
}
.form-group .dropdown .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: inherit;
}
.form-group .dropdown .dropdown-menu > li > a:focus,
.form-group .dropdown .dropdown-menu > li > a:hover {
  background-color: #f5d006;
  color: #ffffff;
}
.noo-resume-review .noo-recaptcha .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.noo-recaptcha .col-sm-12 {
  padding: 0;
  margin-bottom: 15px;
}
.modal-dialog .noo-recaptcha .col-sm-3,
.noo-company-contact-form .noo-recaptcha .col-sm-3 {
  display: none;
}
.noo-company-contact-form .input-icon {
  position: relative;
  display: block;
}
.noo-company-contact-form .form-group .form-control,
.noo-company-contact-form .form-group .widget_newsletterwidget .newsletter-email,
.noo-company-contact-form .form-group .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 50px;
  font-style: italic;
}
.noo-company-contact-form .form-group .fa:before {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 16px;
  color: #44494b;
}
.noo-company-contact-form .form-group .fa textarea {
  padding-top: 12px;
}
.noo-company-contact-form .form-actions {
  margin-top: 15px;
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 992px) {
  select.form-control-chosen {
    overflow: hidden;
    color: #fff;
  }
}
.wp-editor-wrap .button {
  font-family: 'Montserrat', sans-serif;
  background: #f5d006 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.wp-switch-editor {
  font-family: 'Montserrat', sans-serif !important;
}
.wp-editor-container {
  border: 1px solid #ccc;
}
select.form-control-chosen {
  display: block!important;
  height: 0 !important;
  width: 0 !important;
  line-height: 0;
  padding: 0;
  border: none;
}
.level-1 {
  padding-left: 20px !important;
}
.level-2 {
  padding-left: 35px !important;
}
.level-3 {
  padding-left: 50px !important;
}
.level-4 {
  padding-left: 65px !important;
}
.noo-job-alert-form label {
  font-weight: 600;
  line-height: unset;
  margin-bottom: 5px;
}
.noo-job-alert-form .form-group #job_alert_location_chosen input {
  font-size: 15px;
  font-weight: 500;
  color: #44494b;
}
.noo-job-alert-form .form-group #job_alert_category_chosen input {
  font-size: 15px;
  font-weight: 500;
  color: #44494b;
}
.widget .noo-job-grid .col-sm-6 {
  width: 100% !important;
}
.multiselect-native-select {
  display: block;
}
.multiselect-native-select .multiselect {
  width: 100%;
  background: #fff !important;
  text-align: left;
  padding: 15px;
  border: 1px solid #ccc;
  margin: 0 !important;
  opacity: 1 !important;
}
.multiselect-native-select .multiselect:hover {
  opacity: 1 !important;
}
.multiselect-native-select .caret {
  position: absolute;
  right: 15px;
  top: 23px;
  color: #333;
}
.multiselect-native-select .multiselect-selected-text {
  font-weight: normal !important;
}
.multiselect-container .input-group {
  margin: 0!important;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.multiselect-container.dropdown-menu {
  margin: 0;
  padding: 12px;
  list-style: none;
  border-color: #eee;
  width: 100%;
  margin-top: -1px;
  max-height: 225px;
  overflow-y: scroll;
  background: #fff;
}
.multiselect-container.dropdown-menu li {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.multiselect-container.dropdown-menu li.active label,
.multiselect-container.dropdown-menu li:hover label {
  color: #e8be2f;
}
.multiselect-container.dropdown-menu li a {
  background: none !important;
  color: #44494b;
}
.multiselect-container.dropdown-menu li a:hover {
  color: #e8be2f;
}
.multiselect-container.dropdown-menu li a label.radio {
  padding: 3px 0;
}
.multiselect-container.dropdown-menu li a label.radio input[type=radio] {
  display: none;
}
.multiselect-container.dropdown-menu .multiselect-filter {
  padding: 0 !important;
  position: relative;
  margin-bottom: 10px;
}
.multiselect-container.dropdown-menu .multiselect-filter .multiselect-search {
  height: 38px;
  border-radius: 0;
}
.multiselect-container.dropdown-menu .multiselect-filter .multiselect-clear-filter {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  color: #ccc;
}
.multiselect-container.dropdown-menu > li > a > label {
  padding: 3px 20px 3px 20px;
  overflow: hidden;
}
.multiselect-native-select .dropdown-toggle,
.advance-search-form-control .dropdown-toggle {
  font-family: "Droid Serif", serif;
}
.form-control.multiselect-search,
.widget_newsletterwidget .newsletter-email.multiselect-search,
.wpcf7-form-control:not(.wpcf7-submit).multiselect-search {
  border: 1px solid #ccc !important;
}
.noo-heading-search .multiselect-native-select .multiselect {
  padding: 12px 15px;
}
.noo-heading-search .control-label {
  color: #fff;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 5px;
}
.multiselect-container::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.multiselect-container::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.multiselect-container::-webkit-scrollbar-thumb {
  background-color: rgba(58, 58, 58, 0.4);
  border-radius: 10px;
}
.job-send-email .noo-recaptcha .col-sm-12 {
  padding: 0 15px;
  margin-bottom: 0;
}
.account-reg-linkedin-form .noo-recaptcha .col-sm-12,
.account-reg-form .noo-recaptcha .col-sm-12 {
  margin-left: 26%;
}
@media (max-width: 767px) {
  .account-reg-linkedin-form .noo-recaptcha .col-sm-12,
  .account-reg-form .noo-recaptcha .col-sm-12 {
    margin-left: 0;
  }
}
/**
 * 4.0 - Basic Element
 *  4.3 - buttons
 */
.btn,
.content-footer .content-tags a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_newsletterwidget .newsletter-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active:focus,
.widget_newsletterwidget .newsletter-submit.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  color: #44494b;
  text-decoration: none;
}
.btn:active,
.btn.active,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.widget_newsletterwidget .newsletter-submit.disabled,
.widget_newsletterwidget .newsletter-submit[disabled],
fieldset[disabled] .widget_newsletterwidget .newsletter-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.square,
.widget_newsletterwidget .newsletter-submit.square {
  border-radius: 0;
}
.btn.pill,
.widget_newsletterwidget .newsletter-submit.pill {
  border-radius: 100em;
}
.btn.rounded,
.widget_newsletterwidget .newsletter-submit.rounded {
  border-radius: 0.225em;
}
.btn.btn-white,
.widget_newsletterwidget .newsletter-submit.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.btn.btn-white:hover,
.widget_newsletterwidget .newsletter-submit.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.btn.btn-white:hover > i,
.widget_newsletterwidget .newsletter-submit.btn-white:hover > i {
  color: #57666e !important;
}
.btn.btn-black,
.widget_newsletterwidget .newsletter-submit.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.btn.btn-black:hover,
.widget_newsletterwidget .newsletter-submit.btn-black:hover {
  background-color: #2b2b2b;
}
.btn i,
.widget_newsletterwidget .newsletter-submit i {
  margin-right: 10px;
}
.btn.icon-right i,
.widget_newsletterwidget .newsletter-submit.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.pressable,
.widget_newsletterwidget .newsletter-submit {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: box-shadow .1s ease-in-out,background-color .2s ease-in-out, transform .1s ease-in-out;
  -o-transition: box-shadow .1s ease-in-out,background-color .2s ease-in-out, transform .1s ease-in-out;
  -moz-transition: box-shadow .1s ease-in-out,background-color .2s ease-in-out, transform .1s ease-in-out;
  transition: box-shadow .1s ease-in-out,background-color .2s ease-in-out, transform .1s ease-in-out;
}
.pressable:active,
.widget_newsletterwidget .newsletter-submit:active {
  outline: none;
  -webkit-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em,rgba(0,0,0,0.4) 0 .1em 1px,rgba(0,0,0,0.2) 0 .2em 6px;
  -moz-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em,rgba(0,0,0,0.4) 0 .1em 1px,rgba(0,0,0,0.2) 0 .2em 6px;
  -ms-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em,rgba(0,0,0,0.4) 0 .1em 1px,rgba(0,0,0,0.2) 0 .2em 6px;
  -o-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em,rgba(0,0,0,0.4) 0 .1em 1px,rgba(0,0,0,0.2) 0 .2em 6px;
  box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em,rgba(0,0,0,0.4) 0 .1em 1px,rgba(0,0,0,0.2) 0 .2em 6px;
  -webkit-transform: translate(0, 0.2em);
  -ms-transform: translate(0, 0.2em);
  -o-transform: translate(0, 0.2em);
  transform: translate(0, 0.2em);
}
.btn-default,
.content-footer .content-tags a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  color: #44494b;
  background-color: #ebeeef;
  border-color: #ebeeef;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #ebeeef;
  border-color: #ebeeef;
}
.btn-primary,
.widget_newsletterwidget .newsletter-submit {
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active,
.open > .dropdown-toggle.widget_newsletterwidget .newsletter-submit {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.btn-success {
  color: #44494b;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #44494b;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #44494b;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #44494b;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-link {
  color: #44494b;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #f5d006;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 1.14285714em 2.28571429em;
  font-size: 1.28571429em;
  line-height: 1;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.35714286em 1.42857143em;
  font-size: 0.85714286em;
  line-height: 1;
  border-radius: 3px;
}
.btn-xs {
  padding: 0.07142857em 0.71428571em;
  font-size: 0.85714286em;
  line-height: 1;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-hover-effect-2,
.btn-hover-effect {
  position: relative;
  display: inline-block;
  border: none;
  overflow: hidden;
}
.btn-hover-effect-2 span,
.btn-hover-effect span,
.btn-hover-effect-2 a,
.btn-hover-effect a,
.btn-hover-effect-2 button,
.btn-hover-effect button {
  position: relative;
  z-index: 1;
}
.btn-hover-effect-2:before,
.btn-hover-effect:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-hover-effect-2:hover:before,
.btn-hover-effect:hover:before {
  width: 100%;
  opacity: 1;
}
.btn-hover-effect-2 a:hover,
.btn-hover-effect a:hover {
  color: #fff;
}
.btn-hover-effect-2:before {
  left: 0;
}
.btn-hover-effect:before {
  right: 0;
}
/**
 * 4.0 - Basic Element
 *  4.4 - thumbnails
 */
.thumbnail {
  display: block;
  padding: 0.28571429em;
  margin-bottom: 1.64285714em;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #44494b;
}
.thumbnail .caption {
  padding: 0.64285714em;
  color: #44494b;
}
/**
 * 4.0 - Basic Element
 *  4.5 - dropdowns
 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  -o-box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  box-shadow: -5px 10px 8px -5px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.17857143em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f5d006;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85714286em;
  line-height: 1.7;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/**
 * 4.0 - Basic Element
 *  4.6 - navbar
 */
.navbar {
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-boxed {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  float: right;
}
@media (max-width: 991px) {
  .navbar-collapse {
    float: none;
    clear: both;
    background-color: white;
  }
  .navbar-collapse .navbar-nav {
    padding: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.fixed-top {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
  }
  .navbar-fixed-top.bg-transparent {
    background-color: #fff;
  }
}
body.boxed-layout .navbar-fixed-top {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1200px;
}
body.nice-scroll:not(.boxed-layout) .navbar-fixed-top {
  padding-right: 10px;
}
body.boxed-layout.nice-scroll .navbar-fixed-top {
  width: 90%;
  width: -webkit-calc( 90% - 10px );
  /** Safari 6, Chrome 19-25 **/
  width: -moz-calc( 90% - 10px );
  /** FF 4-15  **/
  width: calc( 90% - 10px );
  /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
  left: -10px;
}
.navbar-fixed-top {
  top: 0;
}
@media (min-width: 992px) {
  .navbar-fixed-top.navbar-shrink {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    padding: 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand .noo-logo-img,
  .navbar-fixed-top.navbar-shrink .navbar-brand .noo-logo-mobile-img {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    vertical-align: top;
  }
}
.navbar-brand {
  float: left;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
}
.navbar-brand,
.navbar-brand:hover {
  color: #44494b;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img {
  max-height: 70px;
  vertical-align: baseline;
}
.navbar-brand .noo-logo-img,
.navbar-brand .noo-logo-mobile-img {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  vertical-align: middle;
  display: block;
}
.navbar-brand .noo-logo-floating {
  display: none;
}
.navbar-wrapper .navbar-fixed-top {
  height: 70px;
  min-height: 70px;
}
.navbar-wrapper .navbar-fixed-top .navbar-brand .noo-logo-img,
.navbar-wrapper .navbar-fixed-top .navbar-brand .noo-logo-mobile-img {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  vertical-align: baseline;
}
/* retina logo */
.navbar-toggle {
  position: relative;
  float: right;
  font-size: 25px;
  line-height: 70px;
  height: 70px;
  display: table;
  padding: 0 15px;
  border-radius: 4px;
  background-image: none;
  cursor: pointer;
}
.navbar-toggle .navbar-toggle-icon-bars {
  display: inline-block;
}
.navbar-toggle .navbar-toggle-icon-bars .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #2e2e2e;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.sf-menu,
.noo-menu,
.sf-menu *,
.noo-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu a,
.noo-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.sf-menu > li,
.noo-menu > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .sf-menu > li,
  .noo-menu > li {
    display: block;
  }
}
.sf-menu li,
.noo-menu li {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.sf-menu li:hover > ul.sub-menu,
.noo-menu li:hover > ul.sub-menu,
.sf-menu li .sfHover > ul.sub-menu,
.noo-menu li .sfHover > ul.sub-menu {
  display: block;
}
.sf-menu li.divider,
.noo-menu li.divider {
  background-color: #f2f2f2;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.sf-menu li > a > .fa,
.noo-menu li > a > .fa {
  margin-right: 5px;
}
.sf-menu ul.sub-menu,
.noo-menu ul.sub-menu {
  position: absolute;
  display: none;
  top: auto;
  left: auto;
  width: auto;
  min-width: 220px;
}
.noo-menu li > a {
  color: #44494b;
  padding: 15px 18px;
}
.noo-menu li > a:hover,
.noo-menu li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f5d006;
}
.noo-menu li.current-menu-item > a,
.noo-menu li.active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f5d006;
}
.noo-menu li.disabled > a,
.noo-menu li.disabled > a:hover,
.noo-menu li.disabled > a:focus {
  color: #777777;
  background-color: #777777;
}
.noo-menu ul.sub-menu {
  z-index: 1030;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.noo-menu ul.sub-menu ul.sub-menu {
  top: 10px;
  left: 95%;
  right: auto;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .sf-arrows .sf-with-ul:after {
    float: right;
  }
}
.sf-arrows .sub-menu .sf-with-ul:after {
  content: "\f105";
  font-family: "fontawesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  right: 15px;
  position: absolute;
}
.navbar {
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 991px) {
  .navbar-nav {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .navbar-nav > li > a {
    font-weight: 600 !important;
  }
  .navbar-nav li {
    background-color: #ffffff;
  }
}
.navbar-nav li > a {
  color: #2e2e2e;
  padding: 15px 18px;
  line-height: 1.2;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
}
.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
  color: #f5d006;
}
.navbar-nav li:hover > a,
.navbar-nav li .sfHover > a {
  color: #f5d006;
}
.navbar-nav li.current-menu-item > a,
.navbar-nav li.active > a {
  color: #44494b;
}
.navbar-nav li.disabled > a,
.navbar-nav li.disabled > a:hover,
.navbar-nav li.disabled > a:focus {
  color: #ccc;
}
.navbar-nav > li > a {
  font-weight: 600;
}
.navbar-nav ul.sub-menu {
  z-index: 1030;
  font-size: 14px;
}
@media (max-width: 991px) {
  .navbar-nav ul.sub-menu > li > a {
    padding-left: 25px;
  }
  .navbar-nav ul.sub-menu > li li a {
    padding-left: 35px;
  }
}
.navbar-nav ul.sub-menu li {
  display: block;
  margin: 0px 15px;
}
.navbar-nav ul.sub-menu li > a {
  color: #333333;
  line-height: 22px;
  padding: 10px 12px;
}
.navbar-nav ul.sub-menu li > a:hover {
  color: #f5d006;
}
.navbar-nav ul.sub-menu li:hover .navbar-nav ul.sub-menu li.sfHover > a {
  color: #f5d006;
}
.navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f5d006;
}
@media (min-width: 992px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif !important;
  }
  .navbar-nav > li > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .navbar-nav > li > ul.sub-menu ul.sub-menu {
    top: 10px;
    left: auto;
    right: 95%;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav li > a {
    white-space: normal;
  }
  .navbar-nav li {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .navbar-nav ul.sub-menu {
    position: static;
    float: none;
    max-width: none;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .navbar-nav ul.sub-menu:before,
  .navbar-nav ul.sub-menu:after {
    display: none;
  }
  .navbar-nav ul.sub-menu a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .navbar-nav.sf-menu > li ul.sub-menu {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .navbar-nav.sf-menu > li > ul.sub-menu {
    margin-top: 0px;
    padding: 5px 0;
    border-top: 2px solid #f5d006;
  }
  .navbar-nav.sf-menu > li > ul.sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 35px;
    top: -10px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5d006;
    border-left: 8px solid transparent;
  }
  .navbar-nav.sf-menu > li li.fly-left > ul.sub-menu {
    left: auto;
    right: 95%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .navbar-nav.sf-menu > li li.fly-right > ul.sub-menu {
    left: 95%;
    right: auto;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.135);
  }
  .navbar-nav.sf-menu > li.align-left > ul.sub-menu {
    left: 0;
    right: auto;
  }
  .navbar-nav.sf-menu > li.align-right > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .navbar-nav.sf-menu > li.align-center > ul.sub-menu {
    left: 50% !important;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .navbar-nav.sf-menu > li.full-width {
    position: inherit !important;
  }
  .navbar-nav.sf-menu > li.full-width > ul.sub-menu {
    width: 100%;
    left: 0;
  }
  .navbar-nav.sf-menu > li.full-width.sfHover > ul.sub-menu:before {
    border: 0;
  }
  .navbar-nav.sf-menu > li.full-width.sfHover > a {
    position: relative;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu {
    padding: 15px 0 15px 4px;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu li {
    float: left;
    width: 100%;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu li > a {
    white-space: normal;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li {
    display: table-cell !important;
    float: none !important;
    margin: 5px 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    position: relative;
    width: 32.8%;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    top: 0px !important;
    width: 100%;
    left: 0px !important;
    position: relative !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children {
    border-right: 1px solid rgba(65, 65, 65, 0.1);
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children:last-child {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a.sf-with-ul:before,
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a.sf-with-ul:after {
    display: none;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children:hover > a,
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children.sfHover > a {
    background-color: transparent;
  }
  .navbar-nav.sf-menu > li.megamenu ul.sub-menu li > a {
    border-top: 0;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li {
    width: 49.6%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li:nth-child(2n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li:nth-child(2n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li {
    width: 32.8%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li:nth-child(3n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li:nth-child(3n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li {
    width: 24.45%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li:nth-child(4n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li:nth-child(4n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li {
    width: 19.45%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li:nth-child(5n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li:nth-child(5n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li {
    width: 16.1%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li:nth-child(6n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li:nth-child(6n+1) {
    clear: both;
  }
}
.navbar-toggle.collapsed {
  color: #2e2e2e;
}
.navbar-toggle.collapsed:hover {
  color: #080808;
}
.noo-navbar {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-menu-transparent .noo-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.1);
  }
  body.page-menu-transparent .noo-header .navbar-wrapper {
    background-color: rgba(0, 0, 0, 0.18);
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) {
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a {
    color: #ffffff;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a:hover {
    color: #f5d006;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-brand .noo-logo-normal {
    display: none;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-brand .noo-logo-floating {
    display: block;
  }
  body.page-menu-transparent .noo-page-heading.noo-page-heading-bg > div:first-child {
    margin-top: 70px;
  }
  .page-menu-transparent .noo-topbar {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .page-menu-transparent .noo-topbar .topbar-right .searchform .searchinput {
    background: transparent;
  }
  .page-menu-transparent .navbar:not(.navbar-fixed-top) {
    background: transparent;
    border-color: transparent;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a {
    color: #44494b;
  }
}
@media only screen and (max-width: 360px) {
  .menu_logo_page .navbar-brand .noo-logo-floating {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .menu_logo_page .navbar-brand .noo-logo-mobile-img.noo-logo-normal {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .menu_logo_page .navbar-brand .noo-logo-img.noo-logo-floating {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .menu_logo_page .navbar-brand .noo-logo-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-brand .noo-logo-mobile-img.noo-logo-normal {
    display: none !important;
    top: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .navbar-brand .noo-logo-img.noo-logo-normal {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-brand .noo-sticky-logo-img {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .navbar-brand .noo-sticky-logo-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .navbar.menu_logo_page.navbar-fixed-top .noo-logo-floating {
    display: none;
  }
}
.navbar.navbar-fixed-top .noo-sticky-logo-img {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .navbar.navbar-fixed-top .noo-sticky-logo-img {
    display: none;
  }
}
.navbar.navbar-fixed-top .noo-logo-img.noo-logo-normal {
  display: none;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
/**
 * 4.0 - Basic Element
 *  4.7 - modals
 */
.modal-open {
  overflow: hidden;
}
.modal.fade.in {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1050;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -o-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -ms-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -moz-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}
.modal.in .modal-dialog {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.71428571em;
}
.modal-dialog.modal-dialog-center {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
}
.modal-dialog.modal-dialog-center .modal-body {
  overflow-y: auto;
}
.modal-dialog.modal-dialog-center .modal-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog.modal-dialog-center {
    width: 100%;
  }
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.7px;
  background: #ebeeef;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  margin-top: -0.14285714em;
}
.modal-title {
  margin: 0;
  line-height: 1.7;
  text-align: center;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-body .modal-actions {
  border-top: 1px solid #e5e5e5;
  padding-top: 2.14285714em;
}
.modal-footer {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .widget_newsletterwidget .newsletter-submit + .widget_newsletterwidget .newsletter-submit {
  margin-left: 0.35714286em;
  margin-bottom: 0;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 2.14285714em auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal-member {
    width: 430px;
  }
}
.modal-member .noo-ajax-register-form .control-label,
.modal-member .noo-ajax-login-form .control-label {
  display: none;
}
.modal-member .noo-ajax-register-form .col-sm-9,
.modal-member .noo-ajax-login-form .col-sm-9 {
  width: 100%;
  margin: 0;
  text-align: center;
}
.modal-member .noo-ajax-register-form .form-control,
.modal-member .noo-ajax-login-form .form-control,
.modal-member .noo-ajax-register-form .widget_newsletterwidget .newsletter-email,
.modal-member .noo-ajax-login-form .widget_newsletterwidget .newsletter-email,
.modal-member .noo-ajax-register-form .wpcf7-form-control:not(.wpcf7-submit),
.modal-member .noo-ajax-login-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
#applyJobviaLinkedInModal .in-profile-picture img {
  width: 100%;
}
#applyJobviaLinkedInModal .in-profile-name {
  font-size: 2.57142857em;
}
#applyJobviaLinkedInModal .in-profile-headline {
  font-size: 1.71428571em;
}
#applyJobviaLinkedInModal .in-profile-location {
  font-size: 14px;
}
#applyJobviaLinkedInModal .apply-via-linkedin-profile ul {
  margin: 0;
  padding: 0;
}
#applyJobviaLinkedInModal .apply-via-linkedin-profile ul li {
  display: block;
  padding: 5px 0;
}
#applyJobviaLinkedInModal dd {
  margin-bottom: 1.07142857em;
}
/**
 * 4.0 - Basic Element
 *  4.8 - footer
 */
.colophon:before,
.colophon:after {
  content: " ";
  display: table;
}
.colophon:after {
  clear: both;
}
.colophon:before,
.colophon:after {
  content: " ";
  display: table;
}
.colophon:after {
  clear: both;
}
.colophon.wigetized {
  position: relative;
  background: #32373a;
  font-family: 'Montserrat', sans-serif;
}
.colophon.wigetized p {
  font-family: 'Montserrat', sans-serif;
}
.colophon.wigetized > .container-boxed > div > div {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .colophon.wigetized > .container-boxed > div > div {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .colophon.wigetized > .container-boxed > div > div {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .colophon.wigetized > .container-boxed > div > div:last-child {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .colophon.wigetized > .container-boxed > div {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  .colophon.wigetized > .container-boxed > div > div {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
  }
  .colophon.wigetized > .container-boxed > div > div:last-child {
    border: none;
  }
}
@media (max-width: 767px) {
  .colophon.wigetized > .container-boxed .widget-title:before {
    left: 50%;
    right: auto;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .colophon.wigetized .text-right,
  .colophon.wigetized .text-left,
  .colophon.wigetized .text-center {
    text-align: center;
  }
  .colophon.wigetized .text-right .widget-title:before,
  .colophon.wigetized .text-left .widget-title:before,
  .colophon.wigetized .text-center .widget-title:before {
    left: 50%;
    right: auto;
    margin-left: -10px;
  }
}
.wigetized .widget {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .widget a {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .widget a:hover {
  color: #f5d006;
}
.wigetized .widget .widget-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0.82142857em;
  position: relative;
}
.wigetized .widget .twitter_user,
.wigetized .widget .twitter_user a {
  color: #fff;
}
.wigetized .widget ul,
.wigetized .widget ol {
  background: transparent;
  padding: 0;
}
.wigetized .widget ul li,
.wigetized .widget ol li {
  color: rgba(255, 255, 255, 0.75);
  border: none;
}
.wigetized .widget ul li a,
.wigetized .widget ol li a {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .widget ul li a:hover,
.wigetized .widget ol li a:hover {
  color: #f5d006;
}
.wigetized .widget.widget_recent_entries li a {
  color: rgba(255, 255, 255, 0.8);
}
.wigetized .widget.widget_recent_entries li a:hover {
  color: #f5d006;
}
.wigetized .text-center .widget-title:before {
  left: auto;
}
.wigetized .text-right .widget-title:before {
  left: auto;
  right: 0;
}
.colophon.site-info {
  background: #292a2c;
  position: relative;
}
.colophon.site-info:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #32373a;
}
.colophon.site-info .footer-menu {
  padding: 0.3em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.colophon.site-info .footer-menu .noo-menu {
  display: table;
  margin: 0 auto;
}
.colophon.site-info .footer-menu .noo-menu li a {
  padding: 0.71428571em 0.85714286em;
  color: rgba(255, 255, 255, 0.8);
}
.colophon.site-info .footer-menu .noo-menu li a:hover {
  color: #f5d006;
}
.colophon.site-info .footer-menu .noo-menu li.current-menu-item > a {
  background: none;
}
.colophon.site-info .footer-more {
  padding: 25px 0;
  background: #292a2c;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.colophon.site-info .footer-more a {
  color: rgba(255, 255, 255, 0.8);
}
.colophon.site-info .footer-more a:hover {
  color: #f5d006;
}
.colophon.site-info .footer-more .noo-bottom-bar-content {
  text-align: center;
}
/* style social widget footer */
.widget_noo_social_profile .social-icons a {
  font-size: 20px;
  padding-right: 15px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #4a5155;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
}
.widget_noo_social_profile .social-icons a:hover i {
  color: #f5d006;
}
.widget_noo_social_profile .social-icons a i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .widget_noo_social_profile {
    display: flex;
    justify-content: center;
  }
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 72px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  font-size: 40px;
  height: 50px;
  line-height: 1;
  position: fixed;
  text-align: center;
  width: 50px;
  z-index: 100;
  visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
  right: 20px;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-topbar {
  position: relative;
  background: #fff;
  z-index: 1001;
  border-bottom: 1px solid #f0f0f0;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .noo-topbar {
    display: none;
  }
}
.noo-topbar .topbar-left {
  font-size: 0.85714286em;
  color: #999;
  margin: 0;
}
.noo-topbar a {
  color: #999;
}
.noo-topbar a:hover {
  color: #fff;
}
.noo-topbar .topbar-right .searchform {
  float: right;
  color: #999;
  position: relative;
  padding-top: 7px;
}
.noo-topbar .topbar-right .searchform i {
  position: absolute;
  font-size: 0.85714286em;
  line-height: 40px;
  right: 5px;
  top: 0;
}
.noo-topbar .topbar-right .searchform .searchinput {
  width: 166px;
  background: #2b2b2b;
  height: 25px;
  float: left;
  line-height: 25px;
  font-size: 0.85714286em;
  border: none;
  color: #999;
  padding: 5px;
  outline: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: width, background;
  transition-property: width, background;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.noo-topbar .topbar-right .searchform .searchinput:focus {
  width: 200px;
  background: #fff;
}
.noo-topbar .topbar-right .searchform .searchinput::-webkit-input-placeholder {
  color: #999;
}
.noo-topbar .topbar-right .searchform .searchinput:-moz-placeholder {
  color: #999;
}
.noo-topbar .topbar-right .searchform .searchinput::-moz-placeholder {
  color: #999;
}
.noo-topbar .topbar-right .searchform .searchinput:-ms-input-placeholder {
  color: #999;
}
.noo-topbar .noo-topbar-text {
  font-size: 1em;
  font-weight: 800;
}
.noo-topbar .noo-topbar-social {
  float: left;
}
.noo-topbar .noo-topbar-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.noo-topbar .noo-topbar-social ul li {
  float: left;
}
.noo-topbar .noo-topbar-social ul li a {
  padding: 8px 25px;
  display: inline-block;
  font-size: 1.14285714em;
  color: #44494b;
}
.noo-topbar .noo-topbar-social ul li a:hover {
  color: #f5d006;
}
.noo-topbar .noo-topbar-social ul li:last-child a {
  border-right: 1px solid #f0f0f0;
}
.noo-topbar .noo-topbar-social ul li:first-child a {
  border-left: 1px solid #f0f0f0;
}
.noo-topbar .noo-topbar-login-link {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.noo-topbar .noo-topbar-login-link li {
  float: left;
  margin-left: 15px;
}
.noo-topbar .noo-topbar-login-link li a:hover {
  color: #333333;
}
.noo-topbar .noo-topbar-user {
  float: right;
  margin-left: 15px;
  position: relative;
}
.noo-topbar .noo-topbar-user a {
  color: #333333;
}
.noo-topbar .noo-topbar-user a:hover {
  color: #333333;
}
.noo-topbar .noo-topbar-user .sub-menu {
  right: 0;
  top: 150%;
  z-index: 9;
  opacity: 0;
  min-width: 200px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  padding: 20px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  list-style-type: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.noo-topbar .noo-topbar-user .sub-menu li {
  line-height: 40px;
  display: block;
  font-weight: normal;
}
.noo-topbar .noo-topbar-user .sub-menu li a {
  font-size: 13px;
  color: #333333;
}
.noo-topbar .noo-topbar-user .sub-menu li a span.profile-avatar {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.noo-topbar .noo-topbar-user .sub-menu li a span.profile-avatar img {
  border-radius: 100%;
}
.noo-topbar .noo-topbar-user .sub-menu li a .profile-text {
  text-transform: capitalize;
}
.noo-topbar .noo-topbar-user .sub-menu li a:hover {
  color: #f5d006;
}
.noo-topbar .noo-topbar-user:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.noo-page-heading {
  position: relative;
  background: url(../images/heading-bg.png) no-repeat scroll 0 0;
  padding: 100px 0;
  background-repeat: repeat;
  background-size: cover;
}
.noo-page-heading:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.noo-page-heading.noo-page-job-heading-2 .content-meta {
  font-size: 2.57142857em;
}
.noo-page-heading.noo-page-job-heading-2 .content-meta .company-logo img {
  max-width: 50px;
}
.page-member .noo-page-heading,
.page-template-page-post-job .noo-page-heading,
.page-template-page-post-resume .noo-page-heading {
  text-align: left;
}
@media (max-width: 991px) {
  .noo-page-heading {
    padding: 4.28571429em 0;
  }
}
.noo-page-heading .page-title {
  font-size: 2.57142857em;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.noo-page-heading .page-title .count {
  font-size: 14px;
  background-color: #f5d006;
  padding: 7px 20px;
  border-radius: 18px;
  vertical-align: middle;
  margin-left: 20px;
  white-space: nowrap;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.noo-page-heading .page-title .count.applications {
  background-color: #ee5b4c;
}
.noo-page-heading .page-sub-heading-info {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.noo-page-heading .page-sub-heading-info .entry-date span {
  color: #fff;
}
.noo-page-heading .page-sub-heading-info .content-meta {
  float: none;
}
.noo-page-heading .page-sub-heading-info .content-meta,
.noo-page-heading .page-sub-heading-info .content-meta > span,
.noo-page-heading .page-sub-heading-info .content-meta a {
  color: #fff;
}
.noo-page-heading .page-sub-heading-info .content-meta a:hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-page-heading .page-sub-heading-info .company-logo {
  padding-right: 5px;
}
.noo-page-heading .page-sub-heading-info .company-logo img {
  max-width: 20px;
}
.noo-page-heading.noo-page-heading-company-2 {
  padding: 118px 0;
}
.member-heading {
  background: #34393c;
}
.member-heading .member-heading-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.member-heading .member-heading-nav li {
  display: inline-block;
}
@media (max-width: 991px) {
  .member-heading .member-heading-nav li {
    padding: 0;
    float: none;
  }
}
.member-heading .member-heading-nav li.divider {
  height: 80px;
  width: 1px;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .member-heading .member-heading-nav li.divider {
    display: none;
  }
}
.member-heading .member-heading-nav li.divider:before {
  left: 50%;
  top: 27px;
  height: 50px;
  background: #6e7172;
  position: absolute;
  content: "";
  width: 1px;
}
.member-heading .member-heading-nav li a {
  display: block;
  color: #a1a4a5;
  white-space: nowrap;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .member-heading .member-heading-nav li a {
    line-height: 50px;
  }
}
.member-heading .member-heading-nav li a span.badge {
  background-color: #ee5b4c;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
}
.member-heading .member-heading-nav li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: '';
  position: absolute;
  bottom: -1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1250px) {
  .member-heading .member-heading-nav li a:before {
    content: none;
  }
}
.member-heading .member-heading-nav li.active a,
.member-heading .member-heading-nav li a:hover {
  color: #fff;
}
.member-heading .member-heading-nav li.active a:before,
.member-heading .member-heading-nav li a:hover:before {
  opacity: 1;
}
.header-2 .navbar-wrapper {
  position: absolute;
  height: 70px;
  width: 100%;
}
.header-2 .navbar {
  background-color: transparent;
  width: 100%;
  border: none;
}
.header-2 .navbar.fixed-top .navbar-nav > li > a,
.header-2 .navbar.fixed-top .navbar-nav li.menu-item-post-btn > a {
  color: #ffffff;
}
.header-2 .navbar.navbar-static-top .navbar-nav > li > a {
  color: #ffffff;
}
.header-2 .navbar.fixed-top .noo-sticky-logo-img {
  display: none;
}
.header-2 .navbar.navbar-fixed-top {
  position: fixed;
}
.header-2 .navbar.navbar-fixed-top .navbar-nav > li > a {
  color: #333;
}
.header-2 .navbar.navbar-fixed-top .noo-sticky-logo-img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .header-2 .navbar.navbar-fixed-top .noo-sticky-logo-img {
    display: none;
  }
}
.header-2 .navbar.navbar-fixed-top .noo-logo-floating {
  display: none;
}
.header-2 .navbar.navbar-fixed-top {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header-2 .navbar.navbar-static-top {
  position: absolute;
}
.header-2 .collapse.in .navbar-nav li a {
  color: #000;
}
.header-2 .navbar-toggle.collapsed {
  color: #fff;
}
.header-2 .navbar-fixed-top .navbar-header .noo-blog-name-sticky {
  display: block;
}
.header-2 .navbar-fixed-top .navbar-header .noo-blog-name {
  display: none;
}
.header-2 .navbar-header .noo-blog-name-sticky {
  display: none;
}
.header-2 .navbar-header .noo-blog-name {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .header-2 .navbar-header .noo-blog-name {
    display: none;
  }
}
.header-1 .navbar-header .noo-blog-name {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-1 .navbar-header .noo-blog-name-sticky {
    display: none;
  }
}
.page-heading-info .content-meta span {
  color: #fff;
}
.page-heading-info .content-meta span a {
  color: #fff;
}
.page-heading-info .page-title .noo-shortlist {
  font-weight: normal;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 12px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.page-heading-info .page-title .noo-shortlist:hover {
  background: #f5d006;
}
.page-heading-info .pull-right {
  text-align: right;
}
.page-heading-info .pull-right a {
  color: #f5d006;
}
.page-heading-info .pull-right a.btn,
.page-heading-info .pull-right a.widget_newsletterwidget .newsletter-submit {
  color: #fff;
}
@media (max-width: 768px) {
  .page-heading-info .pull-right a.btn,
  .page-heading-info .pull-right a.widget_newsletterwidget .newsletter-submit {
    position: absolute;
    text-align: left;
    top: 30px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .page-heading-info .pull-right {
    position: absolute;
    left: 127px;
    text-align: left;
    top: 85px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**
 * 5.0 - Additional Element
 *  5.1 - alerts
 */
.alert {
  padding: 15px;
  margin-bottom: 1.64285714em;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 0.35714286em;
  padding-left: 0.42857143em;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/**
 * 5.0 - Additional Element
 *  5.3 - code
 */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre code {
  white-space: normal;
}
code {
  padding: 2px 4px;
  font-size: 0.85714286em;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  display: block;
  color: #555;
  padding: 0.8em 1em;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.32142857em;
  margin: 0 0 0.82142857em;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/**
 * 5.0 - Additional Element
 *  5.4 - call-to-action
 */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #dedede;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c5c5c5;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/**
 * 5.0 - Additional Element
 *  5.5 - labels
 */
.label {
  display: inline;
  padding: 0.3em 1em 0.4em;
  font-size: 0.85714286em;
  font-weight: 500;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.widget_newsletterwidget .newsletter-submit .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #f5d006;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c3a605;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
/**
 * 5.0 - Additional Element
 *  5.6 - media
 */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/**
 * 5.0 - Additional Element
 *  5.7 - accordion-tab
 */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #44494b;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.17857143em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.07142857em;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #ebeeef;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.nav-tabs > li > a:hover {
  border-color: #dedede #dedede #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a {
  background: #44494b !important;
  color: #fff !important;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-control-right .nav-tabs > li {
  float: right;
}
@media only screen and (max-width: 360px) {
  .tab-control-right .nav-tabs > li {
    float: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f5d006;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.noo-vc-accordion.panel-group {
  margin-bottom: 20px;
  margin-top: 20px;
}
.noo-vc-accordion.panel-group .panel {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #fff;
}
.noo-vc-accordion.panel-group .panel + .panel {
  margin-top: 2px;
}
.noo-vc-accordion.panel-group .panel-heading {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #302e38;
}
.noo-vc-accordion.panel-group .panel-heading:hover,
.noo-vc-accordion.panel-group .panel-heading.active {
  background-color: #44494b;
  border-color: #44494b;
}
.noo-vc-accordion.panel-group .panel-heading:hover .panel-title,
.noo-vc-accordion.panel-group .panel-heading.active .panel-title {
  background-color: #44494b;
  color: #fff;
}
.noo-vc-accordion.panel-group .panel-heading:hover:hover,
.noo-vc-accordion.panel-group .panel-heading.active:hover {
  background-color: #44494b;
  border-color: #44494b;
}
.noo-vc-accordion.panel-group .panel-heading:hover a,
.noo-vc-accordion.panel-group .panel-heading.active a {
  color: #fff;
}
.noo-vc-accordion.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #302e38;
  font-size: 1.28571429em;
}
.noo-vc-accordion.panel-group .panel-title > a {
  color: #302e38;
  line-height: 1.7;
  display: block !important;
}
.noo-vc-accordion.panel-group .panel-body {
  padding: 15px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 1px 1px !important;
}
.noo-vc-accordion .panel-heading.active .panel-title a {
  color: #fff;
}
.noo-vc-accordion .panel-title a:before {
  margin-left: 0.71428571em;
  margin-right: 1.42857143em;
}
.noo-vc-accordion.icon-dark_circe .panel-heading.active .panel-title a:before {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_circe .panel-heading .panel-title a:before {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_square .panel-heading.active .panel-title a:before {
  content: "\f147";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_square .panel-heading .panel-title a:before {
  content: "\f196";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_square .panel-heading.active .panel-title a:before {
  content: "\f146";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_square .panel-heading .panel-title a:before {
  content: "\f0fe";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-simple .panel-heading.active .panel-title a:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-simple .panel-heading .panel-title a:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-left_arrow .panel-heading.active .panel-title a:before {
  content: "\f106";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-left_arrow .panel-heading .panel-title a:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading.active .panel-title a:before {
  content: "\f106";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading {
  position: relative;
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a {
  padding-left: 15px;
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a:before {
  float: right;
  position: absolute !important;
  top: 30%;
  right: 0px;
}
.noo-vc-accordion.icon-light_circe .panel-heading.active .panel-title a:before {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_circe .panel-heading .panel-title a:before {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
 *    Tab Shortcode
 */
/*  responsive tabs map */
.tabs-left > .nav-tabs {
  float: left;
  width: 22.5%;
}
@media (max-width: 768px) {
  .tabs-left > .nav-tabs {
    float: none;
    width: 100% !important;
  }
}
.tabs-left > .nav-tabs > li {
  float: none;
  border: none;
  min-width: 100%;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs > li:hover {
  color: rgba(0, 0, 0, 0);
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #44494b;
  border: 1px solid #ddd;
  border-top-color: #ddd;
  border-right-color: transparent;
  cursor: default;
  border-width: 1px 0 1px 1px;
}
@media (max-width: 767px) {
  .tabs-left > .nav-tabs > li.active > a,
  .tabs-left > .nav-tabs > li.active > a:hover,
  .tabs-left > .nav-tabs > li.active > a:focus {
    border-right: 1px solid #ddd;
    margin-right: 0px;
  }
}
.tabs-left > .nav-tabs > li > a {
  border-width: 1px 0 1px 1px;
  margin-right: -1px;
  margin-bottom: 2px;
  padding: 1.14285714em 0;
  border: 1px solid #ddd;
  border-right-color: transparent;
  text-align: left;
  font-size: 1.28571429em;
  padding-left: 30px;
  background-color: #ebeeef;
}
@media (max-width: 767px) {
  .tabs-left > .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
  }
}
.tabs-left > .nav-tabs > li > a:hover {
  color: #44494b;
  background-color: #ebeeef;
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.tabs-left > .nav-tabs > li > a > i {
  padding-right: 6px;
}
.tabs-left .tab-content {
  min-height: 212px;
  float: right;
  width: 77.5%;
}
@media (max-width: 768px) {
  .tabs-left .tab-content {
    float: none;
    width: 100%;
  }
}
.tabs-left .tab-content .tab-pane.active {
  padding: 26px 30px;
}
/**
 * 5.0 - Additional Element
 *  5.8 - popovers
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/**
 * 5.0 - Additional Element
 *  5.9 - progress-bars
 */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 2.5em 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 2.5em 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 10px;
  margin-bottom: 1.64285714em;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.progress .progress_label {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  left: auto;
  top: -10px;
  font-family: 'Montserrat', sans-serif;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.85714286em;
  line-height: 1.64285714em;
  color: #fff;
  text-align: center;
  background-color: #f5d006;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  position: relative;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2.5em 2.5em;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 2.14285714em;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 2.14285714em;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.noo-progress-bar.lean-bars .progress {
  height: 5px;
  margin-bottom: 2.5em;
  border-radius: 0;
  overflow: visible;
  position: relative;
}
.noo-progress-bar.lean-bars .progress .progress_label {
  position: absolute;
  top: -1.6em;
  color: #302e38;
  font-size: 14px;
  font-weight: 500;
  right: 0;
}
.noo-progress-bar.lean-bars .progress .progress-bar .progress_title,
.noo-progress-bar.lean-bars .progress .progress-bar .progress_title {
  left: 0;
}
.lean-bars.rounded-bars .progress {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.lean-bars.rounded-bars .progress .progress-bar {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.noo-progress-bar.thick-bars .progress {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.noo-progress-bar.thick-bars .progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.noo-progress-bar.thick-bars .progress .progress-bar .progress_title {
  float: left;
  padding: 0 0 0 1.07142857em;
  line-height: 1.6em;
}
.noo-progress-bar.thick-bars .progress .progress_label {
  float: right;
  padding: 0 1.07142857em 0 0;
  line-height: 1.6em;
}
.thick-bars.rounded-bars .progress,
.thick-bars.rounded-bars .progress-bar {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.rtl .progress-bar {
  float: right;
}
.rtl .progress_label {
  right: auto;
  left: -10px;
}
/**
 * 5.0 - Additional Element
 *  5.10 - tooltip
 */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 0.85714286em;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {

  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/**
 * 5.0 - Additional Element
 *  5.11 - responsive-embed
 */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/**
 * 6.0 - Wordpress part
 *  6.2 - post_n_page
 */
.hentry {
  padding: 0 0 3em;
  background: #fff;
  position: relative;
}
.hentry p:last-child,
.hentry ul:last-child,
.hentry ol:last-child {
  margin-bottom: 0;
}
.hentry a:hover {
  text-decoration: none;
}
.hentry:last-child:after {
  height: 0;
}
.hentry .content-left {
  position: absolute;
  top: 0;
  left: 0;
}
.hentry .content-left .author-bio .author-avatar {
  margin-top: 4px;
}
.hentry .content-left .author-bio .author-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #ebeeef;
  -moz-box-shadow: 0 0 0 4px #ebeeef;
  -ms-box-shadow: 0 0 0 4px #ebeeef;
  -o-box-shadow: 0 0 0 4px #ebeeef;
  box-shadow: 0 0 0 4px #ebeeef;
}
@media (max-width: 767px) {
  .hentry .content-left {
    position: relative;
    display: none;
  }
}
.hentry.has-left-col {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .hentry {
    padding: 0 1.07142857em 3em 1.07142857em;
  }
  .hentry.has-left-col {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .has-left-col ~ .post-navigation,
  .has-left-col ~ .comments-area {
    padding-left: 130px;
    margin-top: 0;
  }
}
.single .hentry::after {
  height: 0;
}
.single .main-content {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .single .main-content {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .single .main-content {
    padding-top: 20px;
  }
}
.jobmonster-header {
  background: #404548;
  padding: 100px 0;
}
.post-password-form label {
  font-weight: normal;
  font-weight: 600;
  font-size: 18px;
}
.post-password-form input[type="password"] {
  display: block;
  width: 100%;
  height: 47px;
  padding: 0.42857143em 1.28571429em;
  font-size: 14px;
  font-family: "Droid Serif", serif;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  height: auto;
  width: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #5c6366;
  outline: 0;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: #c3c3c3;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #c3c3c3;
}
.post-password-form input[type="password"][disabled],
.post-password-form input[type="password"][readonly],
fieldset[disabled] .post-password-form input[type="password"] {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #5c6366;
  outline: 0;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: #c3c3c3;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #c3c3c3;
}
.post-password-form input[type="password"].half {
  width: 47.5%;
  float: left;
}
.post-password-form input[type="password"].half + .half {
  margin-left: 5%;
}
.post-password-form input[type="password"].half.jform-datepicker_end {
  margin-left: 5%;
}
.post-password-form input[type="password"][disabled],
.post-password-form input[type="password"][readonly],
fieldset[disabled] .post-password-form input[type="password"] {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="submit"] {
  border: 0 solid transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  color: #44494b;
  background-color: #ebeeef;
  border-color: #ebeeef;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline: none;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  color: #44494b;
  text-decoration: none;
}
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"].disabled,
.post-password-form input[type="submit"][disabled],
fieldset[disabled] .post-password-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"].square {
  border-radius: 0;
}
.post-password-form input[type="submit"].pill {
  border-radius: 100em;
}
.post-password-form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.post-password-form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.post-password-form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.post-password-form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.post-password-form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.post-password-form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.post-password-form input[type="submit"] i {
  padding-right: 10px;
}
.post-password-form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline: none;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  color: #44494b;
  text-decoration: none;
}
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  outline: 0;
  background-image: none;
}
.post-password-form input[type="submit"].disabled,
.post-password-form input[type="submit"][disabled],
fieldset[disabled] .post-password-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"].square {
  border-radius: 0;
}
.post-password-form input[type="submit"].pill {
  border-radius: 100em;
}
.post-password-form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.post-password-form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.post-password-form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.post-password-form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.post-password-form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.post-password-form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.post-password-form input[type="submit"] i {
  margin-right: 10px;
}
.post-password-form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active,
.open > .dropdown-toggle.post-password-form input[type="submit"] {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #44494b;
  background-color: #ebeeef;
  border-color: #ebeeef;
}
.content-header {
  position: relative;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
.content-featured {
  position: relative;
  background: #fff;
}
.content-featured img {
  width: 100%;
  height: auto;
}
.has-featured .content-featured {
  overflow: hidden;
}
.content-wrap {
  display: block;
  background-color: transparent;
  clear: both;
}
.content-wrap:first-child {
  margin-top: 0;
}
.content-title {
  font-size: 1.7em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .content-title {
    padding-right: 0;
  }
}
.content-title.content-quote,
.content-title.content-link-h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single .content-title {
  font-size: 2.5em;
  color: #44494b;
  margin-bottom: 0.25em;
}
.content-thumb {
  display: block;
  position: relative;
}
.content-thumb img {
  width: 100%;
}
.content-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5d006;
  opacity: 0.6;
}
.noo-post-list .content-thumb {
  max-height: 550px;
  overflow: hidden;
}
.content-sub-title {
  display: block;
  margin: 0.85714286em 0 0;
  font-size: 1.28571429em;
}
.content-link,
.content-cite {
  font-size: 14px;
}
.content-link a {
  word-break: break-all;
}
.content-link a:hover {
  color: black;
}
.content-meta {
  font-style: italic;
}
.content-meta:before,
.content-meta:after {
  content: " ";
  display: table;
}
.content-meta:after {
  clear: both;
}
.content-meta:before,
.content-meta:after {
  content: " ";
  display: table;
}
.content-meta:after {
  clear: both;
}
.content-meta > span {
  padding-right: 1.07142857em;
}
.content-meta > span i {
  padding-right: 5px;
}
.content-meta > span > a {
  white-space: nowrap;
}
.content-meta > span > a:hover {
  color: #f5d006;
}
.content-meta .post_type_class {
  position: absolute;
  top: 1.07142857em;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f9f9f9;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
}
.content-meta .post_type_class i {
  line-height: 40px;
  text-align: center;
  float: none;
  width: 40px;
  height: 40px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .content-meta .post_type_class {
    display: none;
  }
}
.single .content-meta > span > a {
  line-height: 30px;
}
.single .content-meta > span.content-meta-button {
  float: right;
  padding-right: 0;
}
.single .content-meta > span.content-meta-button i {
  padding: 0;
}
@media (max-width: 767px) {
  .single .content-meta > span.content-meta-button {
    float: none;
    display: block;
    margin-top: 10px;
  }
  .single .content-meta > span.content-meta-button > a:first-child {
    margin: 0;
  }
}
.single .button-social {
  color: #c3c3c3;
  width: 20%;
  float: left;
}
.content,
.content-excerpt {
  background: #fff;
  padding: 2.14285714em 0 0 0;
}
.content embed,
.content-excerpt embed,
.content iframe,
.content-excerpt iframe,
.content object,
.content-excerpt object {
  width: 100%;
  max-width: 100%;
}
.read-more {
  border: 0 solid transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  font-size: 14px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
  margin-top: 1.07142857em;
  margin-bottom: 1.07142857em;
  text-transform: none;
  border-radius: 4px;
}
.read-more:focus,
.read-more:active:focus,
.read-more.active:focus {
  outline: none;
}
.read-more:hover,
.read-more:focus {
  color: #44494b;
  text-decoration: none;
}
.read-more:active,
.read-more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.read-more.disabled,
.read-more[disabled],
fieldset[disabled] .read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.read-more.square {
  border-radius: 0;
}
.read-more.pill {
  border-radius: 100em;
}
.read-more.rounded {
  border-radius: 0.225em;
}
.read-more.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.read-more.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.read-more.btn-white:hover > i {
  color: #57666e !important;
}
.read-more.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.read-more.btn-black:hover {
  background-color: #2b2b2b;
}
.read-more i {
  padding-right: 10px;
}
.read-more.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.read-more:focus,
.read-more:active:focus,
.read-more.active:focus {
  outline: none;
}
.read-more:hover,
.read-more:focus {
  color: #44494b;
  text-decoration: none;
}
.read-more:active,
.read-more.active {
  outline: 0;
  background-image: none;
}
.read-more.disabled,
.read-more[disabled],
fieldset[disabled] .read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.read-more.square {
  border-radius: 0;
}
.read-more.pill {
  border-radius: 100em;
}
.read-more.rounded {
  border-radius: 0.225em;
}
.read-more.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.read-more.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.read-more.btn-white:hover > i {
  color: #57666e !important;
}
.read-more.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.read-more.btn-black:hover {
  background-color: #2b2b2b;
}
.read-more i {
  margin-right: 10px;
}
.read-more.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.read-more:hover,
.read-more:focus,
.read-more:active,
.read-more.active,
.open > .dropdown-toggle.read-more {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.entry-tags {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.07142857em 0;
  margin: 2.14285714em 0 1.07142857em 0;
  display: inline-block;
  width: 100%;
}
.entry-tags span {
  font-weight: 600;
  padding: 1.07142857em 0;
  font-family: 'Montserrat', sans-serif;
}
.entry-tags a {
  margin: 10px 5px;
  padding: 0.35714286em 1.14285714em;
  font-family: 'Montserrat', sans-serif;
  color: #44494b;
}
.entry-tags a:hover {
  background: transparent !important;
}
@media (max-width: 767px) {
  .entry-tags a {
    line-height: 35px;
    padding: 10px 5px;
  }
}
.entry-tags a:first-child {
  margin-left: 0;
}
.content-footer .author-bio {
  padding-top: 1.07142857em;
}
.content-footer .author-bio .author-avatar {
  float: left;
}
.content-footer .author-bio .author-avatar img {
  -webkit-box-shadow: 0 0 0 4px #ebeeef;
  -moz-box-shadow: 0 0 0 4px #ebeeef;
  -ms-box-shadow: 0 0 0 4px #ebeeef;
  -o-box-shadow: 0 0 0 4px #ebeeef;
  box-shadow: 0 0 0 4px #ebeeef;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  margin-top: 4px;
}
.content-footer .author-bio .author-info {
  margin-left: 100px;
}
.content-footer .author-bio .author-info h4 {
  margin-top: 0;
  font-size: 14px;
  font-family: "Droid Serif", serif;
}
.content-footer .author-bio .author-info > p {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .content-footer .author-bio .author-info {
    margin-left: 0;
    float: left;
    margin-top: 1.07142857em;
  }
}
.content-footer .author-bio .author-info .author-social > div {
  float: left;
  display: block;
}
.content-footer .author-bio .author-info .author-social > div a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 0;
  margin: 10px 10px 2.14285714em 0;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #cccdce;
  color: #fff;
  font-size: 0.85714286em;
  padding-left: 5px;
}
.content-footer .author-bio .author-info .author-social > div a i.fa-facebook:hover {
  background: #5873b1;
  color: #fff;
}
.content-footer .author-bio .author-info .author-social > div a i.fa-twitter:hover {
  background: #4099FF;
  color: #fff;
}
.content-footer .author-bio .author-info .author-social > div a i.fa-google-plus:hover,
.content-footer .author-bio .author-info .author-social > div a i.fa-google:hover {
  background: #d34836;
  color: #fff;
}
.content-footer .author-bio .author-info .author-social > div a i.fa-pinterest:hover {
  background: #C92228;
  color: #fff;
}
.content-footer .author-bio .author-info .author-social > div a i.fa-linkedin:hover {
  background: #4875B4;
  color: #fff;
}
.content-footer .content-tags {
  margin-top: 1.64285714em;
  margin-bottom: 0.82142857em;
}
.content-footer .content-tags a {
  margin: 0 0px 3px 0;
  color: #ffffff;
  background: #555555;
  border-color: #555555;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  margin: 0 3px 3px 0;
}
.content-footer .content-tags a:hover {
  background: #44494b;
  border-color: #44494b;
  color: #ffffff;
}
.single .content-footer {
  margin-top: 0px;
}
.content-share {
  position: relative;
}
.content-share > a {
  font-size: 1.28571429em;
}
.content-share .noo-social {
  z-index: 9;
  max-width: 130px;
  position: relative;
  margin-top: 10px;
}
.content-share .noo-social .noo-social-title {
  display: block;
  width: 100%;
  clear: both;
  padding: 15px 0;
  font-weight: 600;
}
.content-share .noo-social a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 0;
  margin: 0 8px 5px 0;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #cccdce;
  color: #fff;
  font-size: 14px !important;
  float: left;
}
.content-share .noo-social a i:hover {
  background: #44494b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.content-share .noo-social a i.fa-facebook:hover {
  background: #5873b1;
}
.content-share .noo-social a i.fa-twitter:hover {
  background: #4099FF;
}
.content-share .noo-social a i.fa-google-plus:hover {
  background: #d34836;
}
.content-share .noo-social a i.fa-pinterest:hover {
  background: #C92228;
}
.content-share .noo-social a i.fa-linkedin:hover {
  background: #4875B4;
}
.content-share.active {
  display: block;
}
.single-noo-portfolio .container-boxed.offset {
  margin-top: 0;
}
.single-noo-portfolio .content-header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  position: relative;
}
.single-noo-portfolio .content-header .nav-single {
  position: absolute;
  right: 0;
  top: 40px;
}
.single-noo-portfolio .content-header .nav-single a {
  font-size: 36px;
  color: #d3d3d3;
  margin-left: 20px;
}
.single-noo-portfolio .content-header .nav-single a:hover,
.single-noo-portfolio .content-header .nav-single a:focus,
.single-noo-portfolio .content-header .nav-single a:active {
  text-decoration: none;
}
@media (max-width: 992px) {
  .single-noo-portfolio .content-header .nav-single {
    display: none;
  }
}
.single-noo-portfolio .content-header .nav-single-list {
  position: absolute;
  left: 0;
  top: 40px;
}
.single-noo-portfolio .content-header .nav-single-list a {
  font-size: 36px;
  color: #d3d3d3;
}
.single-noo-portfolio .content-header .nav-single-list a:hover,
.single-noo-portfolio .content-header .nav-single-list a:focus,
.single-noo-portfolio .content-header .nav-single-list a:active {
  text-decoration: none;
}
@media (max-width: 992px) {
  .single-noo-portfolio .content-header .nav-single-list {
    display: none;
  }
}
.single-noo-portfolio .content-share {
  position: relative;
  margin-bottom: 30px;
}
.single-noo-portfolio .content-title-portfolio {
  font-size: 2.14285714em;
}
.single-noo-portfolio .attribute-title,
.single-noo-portfolio .project-link-title {
  font-size: 1.28571429em;
  font-weight: 600;
}
.single-noo-portfolio .attribute-list > li {
  float: left;
  width: 45%;
  padding: 1.14285714em 0;
  border-bottom: 1px solid #ccc;
}
.single-noo-portfolio .attribute-list > li a {
  font-size: 12px;
  position: relative;
  color: #44494b;
}
.single-noo-portfolio .attribute-list > li a:hover {
  color: #f5d006;
}
.single-noo-portfolio .attribute-list > li a i:before {
  background: none repeat scroll 0 0 #44494b;
  color: #ffffff;
  display: block;
  font-size: 8px;
  height: 12px;
  line-height: 1.5;
  text-align: center;
  width: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 767px) {
  .single-noo-portfolio .attribute-list > li {
    width: 100%;
  }
}
.single-noo-portfolio .attribute-list .even {
  float: right;
}
.attribute-list {
  font-size: 1.28571429em;
}
.project-link-btn i {
  padding-right: 0.71428571em;
}
.noo-recent-news.grid .noo-rn-item {
  margin-bottom: 2.14285714em;
}
.noo-recent-news.grid .noo-rn-date {
  border: 3px solid #44494b;
  height: 60px;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 1;
  left: 1.07142857em;
  top: 0;
  color: #44494b;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.noo-recent-news.grid .noo-rn-date span {
  display: block;
  font-size: 2.14285714em;
  margin-bottom: 5px;
}
.noo-recent-news.grid .loop-item-wrap {
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.noo-recent-news.grid .loop-item-wrap:hover .loop-item-featured:before {
  background-color: rgba(245, 208, 6, 0.7);
}
.noo-recent-news.grid .loop-item-wrap .noo-audio-embed iframe {
  height: 255px;
}
.noo-recent-news.grid .loop-item-featured {
  position: relative;
  overflow: hidden;
  max-height: 100px;
}
.noo-recent-news.grid .loop-item-featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.noo-recent-news.grid .loop-item-featured a:before {
  background: rgba(110, 113, 114, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-content {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.07142857em;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-content .loop-item-title a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .noo-recent-news.grid .loop-item-wrap .loop-item-content .loop-item-title a {
    display: block;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.noo-recent-news.grid .loop-item-wrap .loop-item-content .content-meta {
  color: #fff;
  margin-top: 0;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-content .content-meta a {
  color: #fff;
}
.noo-recent-news.slider .loop-item-wrap {
  margin: 0 15px;
  position: relative;
}
.noo-recent-news.slider .loop-item-wrap .noo-audio-embed iframe {
  height: 255px;
}
.noo-recent-news.slider .loop-item-wrap .loop-item-content {
  border-top: none;
  padding: 20px;
}
.noo-recent-news.slider .loop-item-wrap .loop-item-content .loop-item-excerpt p,
.noo-recent-news.slider .loop-item-wrap .loop-item-content .content-meta {
  margin: 0;
}
.noo-recent-news.slider .loop-item-wrap .loop-item-content .category-post {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f5d006;
  padding: 3px 15px;
  border-radius: 5px;
  color: #fff;
}
.noo-recent-news.slider .loop-item-wrap .loop-item-content .category-post a {
  color: #fff;
  font-weight: 600;
}
.noo-recent-news.slider.slider-border .loop-item-wrap {
  border: 1px solid #ddd;
}
.noo-recent-news.slider.slider-border .loop-item-wrap:hover {
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  -o-transition: -webkit-box-shadow 0.2s ease;
  -moz-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: 0 0 21px -3px #ddd;
  -moz-box-shadow: 0 0 21px -3px #ddd;
  -ms-box-shadow: 0 0 21px -3px #ddd;
  -o-box-shadow: 0 0 21px -3px #ddd;
  box-shadow: 0 0 21px -3px #ddd;
}
.noo-recent-news.slider.slider-boxshadow .loop-item-wrap {
  -webkit-box-shadow: 0 0 21px -3px rgba(68, 73, 75, 0.35);
  -moz-box-shadow: 0 0 21px -3px rgba(68, 73, 75, 0.35);
  -ms-box-shadow: 0 0 21px -3px rgba(68, 73, 75, 0.35);
  -o-box-shadow: 0 0 21px -3px rgba(68, 73, 75, 0.35);
  box-shadow: 0 0 21px -3px rgba(68, 73, 75, 0.35);
}
.noo-recent-news.slider.slider-boxshadow .loop-item-wrap:hover {
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  -webkit-box-shadow: 0 0 21px -3px #ddd;
  -moz-box-shadow: 0 0 21px -3px #ddd;
  -ms-box-shadow: 0 0 21px -3px #ddd;
  -o-box-shadow: 0 0 21px -3px #ddd;
  box-shadow: 0 0 21px -3px #ddd;
}
.noo-recent-news.slider .owl-buttons {
  position: inherit;
}
.noo-recent-news.slider .owl-buttons > div {
  position: absolute;
  top: 45%;
  margin: 0;
}
.noo-recent-news.slider .owl-buttons .owl-prev {
  left: -30px;
}
@media (max-width: 1200px) {
  .noo-recent-news.slider .owl-buttons .owl-prev {
    left: 0px;
  }
}
.noo-recent-news.slider .owl-buttons .owl-prev:after {
  content: '\f053';
  font-family: FontAwesome;
}
.noo-recent-news.slider .owl-buttons .owl-next {
  right: -30px;
}
@media (max-width: 1200px) {
  .noo-recent-news.slider .owl-buttons .owl-next {
    right: 0px;
  }
}
.noo-recent-news.slider .owl-buttons .owl-next:after {
  content: '\f054';
  font-family: FontAwesome;
}
.post-navigation {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.post-navigation .prev-post {
  background: #f5d006;
  width: auto;
  float: left;
  padding: 0.71428571em 1.07142857em;
  border-radius: 4px;
  color: #fff;
}
.post-navigation .prev-post:hover {
  color: #fff;
  opacity: 0.95;
}
.post-navigation .next-post {
  background: #f5d006;
  width: auto;
  float: right;
  text-align: right;
  padding: 0.71428571em 1.07142857em;
  border-radius: 4px;
  color: #fff;
}
.post-navigation .next-post:hover {
  color: #fff;
  opacity: 0.95;
}
.post-navigation a {
  color: #fff;
}
.post-navigation a:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .post-navigation i {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-navigation {
    padding: 0;
  }
}
.sticky_post {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #cccdce;
  border-radius: 50%;
  color: #fff;
}
.sticky .content-title {
  padding-right: 50px;
}
.single .sticky_post {
  background: transparent;
  color: #f5d006;
}
/**
 * 6.0 - Wordpress part
 *  6.3 - widgets
 */
.widget + .widget {
  margin-top: 2.14285714em;
}
.widget .widget-title:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget h1,
.widget .h1 {
  font-size: 2.57142857em;
}
.widget h2,
.widget .h2 {
  font-size: 2.14285714em;
}
.widget h3,
.widget .h3 {
  font-size: 1.71428571em;
}
.widget h4,
.widget .h4 {
  font-size: 1.28571429em;
}
.widget h5,
.widget .h5 {
  font-size: 1em;
}
.widget h6,
.widget .h6 {
  font-size: 0.85em;
}
.widget .widget-title {
  font-size: 1.71428571em;
}
.widget a:hover,
.widget a:focus {
  text-decoration: none;
}
.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
  margin-bottom: 0;
}
.widget ul,
.widget ol {
  padding: 2.14285714em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  background-color: #ebeeef;
  width: 100%;
}
.widget ul li,
.widget ol li {
  padding: 0.25em 0;
  line-height: 1.7;
  border-bottom: 1px solid #daddde;
}
.widget ul li a,
.widget ol li a {
  font-size: 14px;
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  border-bottom: 0;
}
.widget ul ul,
.widget ol ul {
  padding: 0.25em 0 0 2.14285714em;
}
.widget ul ul ul ul,
.widget ol ul ul ul {
  padding-left: 0;
}
.widget #lang_sel ul {
  overflow: visible;
}
.widget select {
  width: 100%;
}
.widget-title {
  color: #44494b;
  line-height: 1.7;
  margin: 0px 0 1.07142857em;
  position: relative;
}
.noo-sidebar .widget-title {
  padding-left: 0;
}
.noo-sidebar .widget-title:before {
  background: transparent;
  content: "";
  height: 0;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-sidebar .widget-title:first-child {
  margin: 0;
  margin-bottom: 20px;
  line-height: 28px;
  min-height: 28px;
}
.noo-sidebar .widget {
  padding-bottom: 2.14285714em;
}
.noo-sidebar .widget:last-child {
  border: none;
  padding-bottom: 0;
}
.noo-job-search-widget form,
.noo-resume-search-widget form,
.noo-company-search-widget form,
.widget_search form {
  position: relative;
}
.noo-job-search-widget form:before,
.noo-resume-search-widget form:before,
.noo-company-search-widget form:before,
.widget_search form:before {
  content: "\f002";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-job-search-widget form:before,
.noo-resume-search-widget form:before,
.noo-company-search-widget form:before,
.widget_search form:before {
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: inherit;
  top: 0;
  width: 47px;
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  background: transparent;
  color: #b8b8b8;
  font-weight: 300;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.noo-job-search-widget form #searchsubmit,
.noo-resume-search-widget form #searchsubmit,
.noo-company-search-widget form #searchsubmit,
.widget_search form #searchsubmit {
  display: inline-block !important;
  visibility: visible !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 47px;
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  background: transparent;
  color: transparent;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: none;
}
.noo-job-search-widget #s,
.noo-resume-search-widget #s,
.noo-company-search-widget #s,
.widget_search #s {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding-right: 47px;
  background: #fff;
  border: 1px solid #ccc;
  font-style: italic;
  font-weight: 300;
}
.widget_calendar #wp-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ebeeef;
  max-width: 100%;
  margin-bottom: 1.42857143em;
  width: 100%;
  position: relative;
  font-size: 14px;
  border-radius: 3px;
}
.widget_calendar #wp-calendar caption {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0;
  font-size: 14px;
  font-weight: 300;
  padding: 0.42857143em;
  text-transform: uppercase;
  background-color: #ebeeef;
  border-bottom: 1px solid #e5e5e5;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  text-align: center;
  line-height: 1.625em;
  padding: 0.71428571em;
}
.widget_calendar #wp-calendar > thead {
  background-color: rgba(0, 0, 0, 0);
}
.widget_calendar #wp-calendar > thead > tr > th {
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  font-size: 14px;
  padding: 0.42857143em;
}
.widget_calendar #wp-calendar > tbody > tr > td {
  border: none;
  line-height: 1.625em;
  padding: 0.35714286em;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad:first-child {
  border-left: 0;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad:last-child {
  border-right: 0;
}
.widget_calendar #wp-calendar > tbody > tr > td > a {
  background: #44494b;
  color: #ffffff;
  display: block;
  border-radius: 3px;
}
.widget_calendar #wp-calendar > tfoot {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.widget_calendar #wp-calendar > tfoot .pad {
  border: none;
}
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
  font-weight: 300;
  padding: 0.35714286em 0.71428571em;
  text-shadow: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
}
.widget_calendar #wp-calendar #prev > a,
.widget_calendar #wp-calendar #next > a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  position: absolute;
  top: 0;
}
.widget_calendar #wp-calendar #next {
  right: 0;
  padding-left: 1.07142857em;
}
.widget_calendar #wp-calendar #next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_calendar #wp-calendar #next > a {
  right: 0;
}
.widget_calendar #wp-calendar #prev {
  left: 0;
  padding-left: 1.07142857em;
}
.widget_calendar #wp-calendar #prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_calendar #wp-calendar #prev > a {
  left: 0;
}
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  display: block;
}
.widget_nav_menu ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li .sub-menu,
.widget_meta ul li .sub-menu,
.widget_pages ul li .sub-menu {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.widget_nav_menu ul li ul li a,
.widget_meta ul li ul li a,
.widget_pages ul li ul li a,
.widget_nav_menu ul li .sub-menu li a,
.widget_meta ul li .sub-menu li a,
.widget_pages ul li .sub-menu li a {
  padding-left: 2.14285714em;
}
.widget_nav_menu ul li ul li:first-child a,
.widget_meta ul li ul li:first-child a,
.widget_pages ul li ul li:first-child a,
.widget_nav_menu ul li .sub-menu li:first-child a,
.widget_meta ul li .sub-menu li:first-child a,
.widget_pages ul li .sub-menu li:first-child a {
  border-radius: 0;
}
.widget_nav_menu ul li ul ul li a,
.widget_meta ul li ul ul li a,
.widget_pages ul li ul ul li a,
.widget_nav_menu ul li .sub-menu ul li a,
.widget_meta ul li .sub-menu ul li a,
.widget_pages ul li .sub-menu ul li a {
  padding-left: 4.28571429em;
}
.widget_nav_menu .menu > li:last-child a:first-child {
  border-bottom: 0;
}
.widget_nav_menu .current-menu-item > a {
  background-color: rgba(0, 0, 0, 0);
}
.widget.widget_meta ul {
  border-bottom: 0;
}
.widget.widget_meta li abbr[title] {
  border-bottom: 0;
}
.widget.widget_pages ul {
  border-bottom: 0;
}
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_rss li {
  font-size: 14px;
}
.widget.widget_recent_entries li a {
  display: block;
  border-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}
.widget.widget_recent_entries li .post-date {
  display: block;
  font-weight: 300;
  font-style: italic;
  position: relative;
  padding: 0.35714286em 0 0.35714286em 2.14285714em;
}
.widget.widget_recent_entries li .post-date:before {
  position: absolute;
  left: 0;
  top: 0.35714286em;
  font-family: FontAwesome;
  content: "\f073";
  font-style: normal;
}
.widget.widget_rss .widget-title img[alt=RSS] {
  display: none !important;
  visibility: hidden !important;
}
.widget.widget_rss .widget-title a:last-child:before {
  content: "\f143";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget.widget_rss li a {
  display: block;
  margin-top: 0.35714286em;
  border-bottom: 0;
  font-size: 1.28571429em;
  font-weight: 500;
}
.widget.widget_rss li a:before {
  content: "\f08e";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_rss .rss-date {
  display: block;
  margin-top: 0.35714286em;
  text-transform: uppercase;
}
.widget_rss .rss-date:not(:empty):before {
  content: "\f133";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_rss .rssSummary {
  margin: 10px 0;
  font-size: 14px;
}
.widget_rss cite {
  display: block;
  text-transform: uppercase;
}
.widget_rss cite:not(:empty):before {
  content: "\f007";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_tag_cloud,
.widget_product_tag_cloud {
  text-shadow: none;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  margin: 0 0px 3px 0;
  color: #ffffff;
  background: #555555;
  border-color: #555555;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #44494b;
  border-color: #44494b;
  color: #ffffff;
}
.recent-tweets .twitter_time {
  font-size: 0.85714286em;
  border-bottom: 1px dotted #8d8d8d;
  color: #c2c2c2 !important;
}
.recent-tweets .twitter_time:hover {
  color: #5c6366;
}
.tweets-widget .recent-tweets li {
  margin-bottom: 1.07142857em;
}
.tweets-widget .recent-tweets .twitter_user a {
  font-weight: 600;
}
.tweets-widget .recent-tweets .twitter_user img {
  width: 32px;
  height: auto;
  margin-right: 10px;
}
.tweets-widget .recent-tweets .twitter_user .twitter_username {
  margin-left: 15px;
}
.noo-job-location-widget ul li,
.noo-job-category-widget ul li,
.noo-resume-category-widget ul li,
.widget_categories ul li {
  float: right;
  text-align: right;
  width: 100%;
}
.noo-job-location-widget ul li a,
.noo-job-category-widget ul li a,
.noo-resume-category-widget ul li a,
.widget_categories ul li a {
  float: left;
  text-align: left;
  max-width: 92%;
}
.mailchimp-widget .mc-email-wrap {
  margin-top: 1.07142857em;
}
.wigetized .mailchimp-widget {
  /* placeholder */
  /* hide placeholder when active in Chrome */
}
.wigetized .mailchimp-widget .mc-email {
  background: none repeat scroll 0 0 rgba(7, 7, 7, 0.14);
  border: medium none;
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .mailchimp-widget .mc-email::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .mailchimp-widget .mc-email:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .mailchimp-widget .mc-email::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .mailchimp-widget .mc-email:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.wigetized .mailchimp-widget .mc-email:focus::-webkit-input-placeholder {
  color: transparent;
}
.noo-job-type-widget li a {
  display: block;
  position: relative;
}
.noo-job-type-widget li a i {
  height: 14px;
  width: 10px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.noo-job-type-widget li a .job-type-count {
  margin-left: 10px;
}
.noo-job-type-widget li a:hover {
  color: #e8be2f !important;
}
.filter-search-group i {
  top: 0;
  right: 0;
  width: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 0 5px 5px 0;
  color: #e8be2f;
  background: transparent!important;
}
.widget-fields-live-filter .form-group .control-label {
  margin-top: 25px;
  margin-bottom: 15px;
}
.advance-filter-form-control.filter_checkbox,
.advance-filter-form-control.filter_radio {
  border: 1px solid #eeeeee;
}
.advance-filter-form-control .form-group {
  margin-bottom: 0;
}
.advance-filter-form-control .form-group .form-control,
.advance-filter-form-control .form-group .widget_newsletterwidget .newsletter-email,
.advance-filter-form-control .form-group .wpcf7-form-control:not(.wpcf7-submit) {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.advance-filter-form-control .job-list-filter {
  padding: 20px 15px 10px;
}
.job-list-filter {
  max-height: 300px;
  position: relative;
  overflow-y: auto;
  max-width: 100%;
  outline: 0;
}
.job-list-filter::-webkit-scrollbar {
  width: 5px;
  border-radius: 15px;
  background-color: #fff;
}
.job-list-filter::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 15px;
}
.job-list-filter .form-control-flat span {
  float: right;
}
.widget-fields-live-filter .form-group label {
  width: 100%;
  display: block;
  cursor: pointer;
}
.widget-fields-live-filter .form-group label .collapse-field,
.widget-fields-live-filter .form-group label .expand-field {
  padding: 7px;
  float: right;
  padding-right: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
/**
 * 6.0 - Wordpress part
 *  6.4 - comments
 */
.comments-area {
  background: #fff;
  margin-top: 2.14285714em;
  padding: 2.14285714em 0;
}
.comments-area > h2 {
  font-size: 14px;
  font-weight: 600;
}
.comments-area > .comment-respond .comment-form-fields .comment-form-input {
  float: left;
}
.comments-area > .comment-respond .comment-form-fields .comment-form-textarea label {
  display: none;
}
@media (max-width: 767px) {
  .comments-area > .comment-respond .comment-form-fields .comment-form-input,
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea {
    float: none;
    padding: 0;
  }
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea label {
    display: block;
  }
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea textarea {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea {
  float: none;
  padding: 0;
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea label {
  display: block;
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea textarea {
  margin-bottom: 20px;
  margin-top: 0px;
}
.comments-area a:hover,
.comments-area a:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .comments-area {
    padding: 1.07142857em;
  }
}
h2.comments-title {
  font-size: 1.3em;
}
h2.comments-title span {
  color: #f5d006;
}
.comments-list,
.comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .comments-list .children {
    padding-left: 50px;
    margin-left: 35px;
    position: relative;
  }
  .comments-list .children .comment {
    position: relative;
  }
}
li.comment {
  margin: 0;
  padding: 0;
}
.comment-img {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
}
.comment-img img {
  -webkit-box-shadow: 0 0 0 4px #ebeeef;
  box-shadow: 0 0 0 4px #ebeeef;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.comment-wrap {
  position: relative;
  margin: 0 0 10px 0px;
  padding: 20px 0 10px 0;
  border: 0;
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 7%;
  }
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 0;
  }
}
.comment-block {
  padding: 0;
  margin: 0 0 0 90px;
}
@media (max-width: 767px) {
  .comment-block {
    margin: 1.07142857em 0;
  }
}
.comment-block:after {
  position: absolute;
  content: "";
  bottom: -10px;
  background: #ccc;
  height: 1px;
  width: 550px;
  float: right;
  right: 0;
  left: auto;
}
.comment-header {
  padding-bottom: 0.42857143em;
  display: inline-flex;
}
.comment-header span.pull-right {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .comment-header {
    padding: 10px 0;
  }
}
.comment-content {
  position: relative;
}
.comment-author {
  margin-right: 10px;
}
.comment-author a {
  color: #44494b;
  font-weight: 600;
}
.comment-author a:hover {
  color: #f5d006;
}
.ispostauthor {
  background: none repeat scroll 0 0 #000;
  color: #FFFFFF;
  padding: 0px 5px;
  margin-left: 10px;
  border-radius: 4px;
}
.comment-meta {
  position: relative;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #b0b0b0;
}
.comment-meta time:before {
  content: ".";
  position: absolute;
  font-size: 30px;
  top: -20px;
  left: 0;
}
@media (max-width: 767px) {
  .comment-meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.comment-pending {
  padding: 0px 4px;
  text-align: center;
  color: #44494b;
  background-color: #dedede;
  border-radius: 4px;
  margin: 0;
}
.comment-reply-link {
  border-radius: 4px;
  color: #777777;
  padding: 5px 0;
  font-style: italic;
  padding-left: 0.42857143em;
}
.comment-reply-link:hover {
  color: #f5d006;
}
#respond {
  margin-bottom: 50px;
  margin-top: 50px;
}
#respond .required {
  position: relative;
  color: #44494b;
}
.comment-reply-title {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 1.07142857em;
}
.comment-reply-title small {
  font-size: 14px;
}
#commentform {
  margin-bottom: 0;
}
.comment-notes:before,
.comment-notes:after {
  content: " ";
  display: table;
}
.comment-notes:after {
  clear: both;
}
.comment-notes:before,
.comment-notes:after {
  content: " ";
  display: table;
}
.comment-notes:after {
  clear: both;
}
.comment-notes,
.logged-in-as {
  margin-bottom: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
  margin: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
  font-weight: 300;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  margin-bottom: 20px;
  font-size: 14px;
  background: transparent;
  border-radius: 3px;
  padding: 8px 20px;
  width: 100%;
  border: 1px solid #ccc;
  color: #b0b0b0;
  font-style: italic;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.comment-form-comment textarea {
  font-size: 14px;
  background: transparent;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 0px;
  height: 180px;
  padding: 20px;
  resize: none;
  width: 100%;
  border: 1px solid #ccc;
}
.form-submit {
  margin: 0;
}
.form-submit input[type="submit"] {
  border: 0 solid transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
  padding: 10px 3.21428571em;
  float: left;
  font-size: 16px;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline: none;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  color: #44494b;
  text-decoration: none;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type="submit"].disabled,
.form-submit input[type="submit"][disabled],
fieldset[disabled] .form-submit input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type="submit"].square {
  border-radius: 0;
}
.form-submit input[type="submit"].pill {
  border-radius: 100em;
}
.form-submit input[type="submit"].rounded {
  border-radius: 0.225em;
}
.form-submit input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.form-submit input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.form-submit input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.form-submit input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.form-submit input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.form-submit input[type="submit"] i {
  padding-right: 10px;
}
.form-submit input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline: none;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  color: #44494b;
  text-decoration: none;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  outline: 0;
  background-image: none;
}
.form-submit input[type="submit"].disabled,
.form-submit input[type="submit"][disabled],
fieldset[disabled] .form-submit input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type="submit"].square {
  border-radius: 0;
}
.form-submit input[type="submit"].pill {
  border-radius: 100em;
}
.form-submit input[type="submit"].rounded {
  border-radius: 0.225em;
}
.form-submit input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.form-submit input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.form-submit input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.form-submit input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.form-submit input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.form-submit input[type="submit"] i {
  margin-right: 10px;
}
.form-submit input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active,
.open > .dropdown-toggle.form-submit input[type="submit"] {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  background: #44494b;
  color: #ffffff;
  border-color: #44494b;
}
/**
 * 6.0 - Wordpress part
 *  6.5 - pagination
 */
.loadmore-action {
  margin-top: 2.14285714em;
}
.loadmore-action ~ .pagination {
  display: none;
}
.loadmore-loading {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3;
  font-size: 14px;
}
.loadmore-loading {
  position: relative;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 35px;
  height: 36px;
  width: 100px;
  display: none;
  text-align: center;
}
.loadmore-loading span {
  display: block;
  bottom: 35px;
  width: 5px;
  height: 5px;
  background: #f5d006;
  position: absolute;
  -webkit-animation: preload_audio_wave 1s infinite ease-in-out;
  -o-animation: preload_audio_wave 1s infinite ease-in-out;
  animation: preload_audio_wave 1s infinite ease-in-out;
}
.loadmore-loading span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadmore-loading span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadmore-loading span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loadmore-loading span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@keyframes preload_audio_wave {
  0% {
    height: 3px;
    transform: translateY(0px);
  }
  25% {
    height: 10px;
    transform: translateY(5px);
  }
  50% {
    height: 3px;
    transform: translateY(0px);
  }
  100% {
    height: 3px;
    transform: translateY(0px);
  }
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 3px;
    -webkit-transform: translateY(0px);
  }
  25% {
    height: 10px;
    -webkit-transform: translateY(5px);
  }
  50% {
    height: 3px;
    -webkit-transform: translateY(0px);
  }
  100% {
    height: 3px;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes preload_audio_wave {
  0% {
    height: 3px;
    -moz-transform: translateY(0px);
  }
  25% {
    height: 10px;
    -moz-transform: translateY(5px);
  }
  50% {
    height: 3px;
    -moz-transform: translateY(0px);
  }
  100% {
    height: 3px;
    -moz-transform: translateY(0px);
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 3px;
    transform: translateY(0px);
  }
  25% {
    height: 10px;
    transform: translateY(5px);
  }
  50% {
    height: 3px;
    transform: translateY(0px);
  }
  100% {
    height: 3px;
    transform: translateY(0px);
  }
}
.pagination {
  text-align: right;
  margin-top: 2.14285714em;
}
.pagination .page-numbers {
  background: #ebeeef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  color: #44494b;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
}
.pagination .page-numbers:hover:not(.disabled),
.pagination .page-numbers.current:not(.disabled) {
  background: #e8be2f;
  color: #44494b;
}
.pagination .page-numbers.dots {
  border: none;
  background: none;
  border-radius: 0px;
  color: #44494b;
  padding-left: 0.71428571em;
  padding-right: 0.71428571em;
}
.noo-dashboard-table .pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noo-dashboard-table .pagination .paginate_button {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
}
.noo-dashboard-table .pagination .paginate_button a {
  background: #ebeeef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  color: #44494b;
  display: inline-block;
  height: 30px;
  text-align: center;
  margin: 0 5px;
}
.noo-dashboard-table .pagination .paginate_button a:hover:not(.disabled),
.noo-dashboard-table .pagination .paginate_button a.current:not(.disabled) {
  background: #e8be2f;
  color: #44494b;
}
.noo-dashboard-table .pagination .paginate_button a:active,
.noo-dashboard-table .pagination .paginate_button a:focus {
  outline: none;
}
.noo-dashboard-table .pagination .paginate_button.active a {
  background: #e8be2f;
}
.page-numbers.disabled {
  opacity: 0.5;
}
/**
 * 7.0 - Library
 *  7.1 - animations
 */
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
  opacity: 0;
}
.lightSpeedInRight,
.lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}
.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}
/********
* Shake *
********/
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}
/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}
.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/********
* swing *
*********/
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*
 * 7.0 - Library
 *  7.2 - carousel
 */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel.fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel.fade .carousel-inner .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel.fade .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  display: block;
}
.carousel.fade .carousel-inner .active.left,
.carousel.fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.carousel.fade .carousel-inner .next.left,
.carousel.fade .carousel-inner .prev.right {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .widget_newsletterwidget .newsletter-submit {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #dddede;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #e8be2f;
}
/**
 * 7.0 - Library
 *  7.3 - caroufredsel
 */
.noo-slider {
  position: relative;
}
.noo-slider .caroufredsel_wrapper {
  position: relative;
  height: auto !important;
}
.noo-slider .caroufredsel_wrapper .sliders {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto !important;
  position: relative !important;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item {
  float: left;
  position: relative;
  height: auto;
  width: 100%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed {
  position: relative;
  display: block;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 50px;
  margin: 0;
  left: 2.65em;
  right: 2.65em;
  padding: 2.14285714em 50px;
  position: absolute;
  width: auto;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1.07142857em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1.07142857em rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption {
    padding: 10px 0;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .slide-caption-info h3 {
  margin-top: 5px;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .slide-caption-info h3 a {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .slide-caption-info h3 a {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .slide-caption-info h3 a {
    font-size: 16px;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .slide-caption-info h5.title-slide {
  font-family: "Droid Serif", serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 300;
  margin-top: 0;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime {
  background: transparent;
  border: 0;
  clear: none;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown {
  width: 100%;
  background: transparent;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number {
  color: #fff;
  top: -20px;
  height: 90px;
  font-size: 1.5em;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number .digit {
  font-size: 60px;
  line-height: 90px;
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number .digit {
    font-size: 40px;
    line-height: 50px;
    display: block;
    width: auto;
    text-align: left;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number .dash_title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  bottom: -20px;
  width: 100%;
  text-align: center;
  left: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number .dash_title {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash .time_number {
    text-align: left!important;
    height: 50px;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash:after {
  content: "";
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown .dash {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime .noo-countdown {
    min-height: 80px;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime:before {
  background: transparent;
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime {
    border-left: 0;
    padding-left: 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .countdown-info.noo-eventtime {
    display: none;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption:before {
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  content: "";
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption {
    padding: 2.14285714em;
  }
}
@media (max-width: 767px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption {
    bottom: 0;
    padding: 1.07142857em;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary {
  background: transparent;
  border: 0;
  padding: 0;
  width: 80%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary .summary-donate {
  width: 80%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary .summary-donate .donate-progress-ed,
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary .summary-donate .donate-progress-go {
  color: #fff;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary .donate-progress-footer {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption .content-summary .donate-progress-footer {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    float: left;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item .container-boxed .slide-caption {
    bottom: 20px;
    padding: 1.07142857em;
  }
}
.noo-slider .slider-timer {
  background: none repeat scroll 0 0 #EFEDED;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.noo-slider .slider-indicators {
  position: absolute;
  top: 10px;
  right: 10px;
}
.noo-slider .slider-indicators a {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
}
.noo-slider .slider-indicators a.selected {
  background: #fff;
}
.noo-slider.bottom-indicators {
  padding-bottom: 15px;
}
.noo-slider.bottom-indicators .slider-indicators {
  right: auto;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-slider .slider-control {
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  z-index: 1000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.noo-slider .slider-control.prev-btn .slider-icon-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.noo-slider .slider-control.next-btn {
  right: 15px;
  left: auto;
}
.noo-slider .slider-control.next-btn .slider-icon-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.noo-slider .slider-control:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.noo-slider.testimonial-slide .slider-indicators {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  right: auto;
  top: 0;
}
.noo-slider.testimonial-slide .slider-indicators a {
  color: #d6d6d6;
  border: 2px solid #d6d6d6;
  background: #d6d6d6;
}
.noo-slider.testimonial-slide .slider-indicators a.selected {
  border: 2px solid #f5d006;
  background: #f5d006;
}
.noo-slider .our-customer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.noo-slider .our-customer .customer-avatar {
  margin: 0 auto;
  text-align: center;
}
.noo-slider .our-customer .customer-avatar img {
  width: auto !important;
  margin: 0 auto;
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.noo-slider .our-customer .custom-desc h5 {
  font-size: 14px;
  color: #44494b;
  font-weight: 600;
}
.noo-slider .our-customer .custom-desc p {
  color: rgba(68, 73, 75, 0.5);
  font-weight: 300;
}
.noo-slider .our-customer .custom-desc i {
  padding: 2em 0;
  color: #44494b;
  display: block;
}
.noo-slider.about-slider .about-dreamer h3 {
  margin-top: 0.5;
  margin-bottom: 4em;
  position: relative;
}
.noo-slider.about-slider .about-dreamer h3:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000;
  bottom: -50px;
}
@media (max-width: 767px) {
  .noo-slider.about-slider .about-dreamer .about-desc {
    margin-bottom: 50px;
  }
}
.noo-slider.about-slider .about-dreamer .about-img {
  padding: 50px 90px 0 50px;
  position: relative;
}
.noo-slider.about-slider .about-dreamer .about-img img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}
.noo-slider.about-slider .about-dreamer .about-img:after {
  background: #fced98;
  content: "";
  width: auto;
  top: -50px;
  left: 100px;
  right: -100px;
  bottom: 50px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .noo-slider.about-slider .about-dreamer .about-img:after {
    top: -20px;
    left: 40px;
    right: -40px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .noo-slider.about-slider .about-dreamer .about-img {
    padding: 20px 40px 0 20px;
  }
}
.noo-slider.about-slider .slider-control {
  left: 0;
  bottom: 50px;
  top: auto;
  opacity: 1;
  border-radius: 2px;
  background: #ebebeb;
  color: #44494b;
  font-size: 24px;
  padding: 0 15px;
}
.noo-slider.about-slider .slider-control.next-btn {
  right: auto;
  left: 58px;
}
.noo-slider.about-slider .slider-control.prev-btn {
  margin-left: 15px;
}
.noo-slider.about-slider .slider-control:hover {
  background: #f5d006;
  color: #fff;
}
@media (max-width: 991px) {
  .noo-slider.about-slider .slider-control {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .noo-slider.about-slider .slider-control {
    bottom: -80px;
  }
}
/**
 * 7.0 - Library
 *  7.4 - jplayer
 */
/* GENERAL
----------------------------------------------- */
.jp-jplayer {
  width: 0px;
  height: 0px;
  background-color: #000000;
  position: absolute;
}
.jp-jplayer a:hover {
  text-decoration: none;
}
.jp-controls-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.jp-video {
  position: absolute;
  bottom: 0;
}
.jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #3a3b3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3a3b3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3a3b3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3b3c', endColorstr='#ff222222', GradientType=0);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
/* CONTROLS
----------------------------------------------- */
.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jp-controls a {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777777;
  z-index: 1;
}
.jp-controls a:hover {
  color: #44494b;
}
.jp-controls a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  display: block;
  line-height: 30px;
}
.jp-controls .jp-play,
.jp-controls .jp-pause {
  border-right: 1px solid #323334;
}
.jp-controls .jp-play:before {
  content: "\f04b";
}
.jp-controls .jp-pause {
  display: none;
}
.jp-controls .jp-pause:before {
  content: "\f04c";
}
.jp-controls .jp-mute,
.jp-controls .jp-unmute {
  border-left: 1px solid #323334;
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
}
.jp-controls .jp-mute:before {
  content: "\f028";
}
.jp-controls .jp-unmute:before {
  content: "\f026";
}
/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 10px;
}
.jp-seek-bar,
.jp-play-bar {
  width: 0px;
  height: 8px;
  border-radius: 1px;
}
.jp-seek-bar {
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #44494b;
  -webkit-animation: progress 0.75s linear infinite;
  -o-animation: progress 0.75s linear infinite;
  animation: progress 0.75s linear infinite;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 11px 10px 11px;
  width: 40px;
  height: 8px;
  cursor: pointer;
  background-color: #464849;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-volume-bar-value {
  background-color: #44494b;
  width: 0px;
  height: 8px;
  margin: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars: got it from Premium Pixels
https://github.com/lukemcdonald/jplayer-skins
/*/
.jp-play-bar,
.jp-volume-bar-value {
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  -o-background-size: 7px 7px;
  background-size: 7px 7px;
  /*#gradient.vertical(@jp-diagonal-bar-color-1, @jp-diagonal-bar-color-2);
	background-image: -webkit-gradient(
	                      linear, 0 0, 100% 100%,
	                      color-stop(.25, @jp-diagonal-bar-color-3), 
	                      color-stop(.25, transparent),
	                      color-stop(.50, transparent), 
	                      color-stop(.50, @jp-diagonal-bar-color-3),
	                      color-stop(.75, @jp-diagonal-bar-color-3), 
	                      color-stop(.75, transparent),
	                      to(transparent)
	                  );
	background-image: -webkit-linear-gradient(
	                      -45deg, @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -moz-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -ms-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -o-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%,
	                      @jp-diagonal-bar-color-3 50%,
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%,
	                      transparent
	                  );*/
}
/* CSS3 ANIMATIONS
----------------------------------------------- */
/* Progress Bar Animation */
@-webkit-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-moz-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-ms-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
@-o-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
/* Video Container */
.noo-video-container {
  position: relative;
}
.noo-video-container .jp-video-play-icon {
  color: #fff;
  font-size: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.noo-video-container .jp-video-play-icon a,
.noo-video-container .jp-video-play-icon a:hover,
.noo-video-container .jp-video-play-icon a:focus {
  color: #fff;
  outline: none;
}
.noo-video-container .jp-video-play-icon a i,
.noo-video-container .jp-video-play-icon a:hover i,
.noo-video-container .jp-video-play-icon a:focus i {
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  width: 200px;
}
.noo-video-container .jp-video-play-icon a i:before,
.noo-video-container .jp-video-play-icon a:hover i:before,
.noo-video-container .jp-video-play-icon a:focus i:before {
  margin-left: 25px;
}
.noo-video-container .video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.noo-video-container .video-inner video,
.noo-video-container .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.noo-video-container.16-9-ratio .video-inner {
  padding-bottom: 56.25%;
}
.noo-video-container.5-3-ratio .video-inner {
  padding-bottom: 60%;
}
.noo-video-container.5-4-ratio .video-inner {
  padding-bottom: 80%;
}
.noo-video-container.4-3-ratio .video-inner {
  padding-bottom: 75%;
}
.noo-video-container.3-2-ratio .video-inner {
  padding-bottom: 66.6666667%;
}
/**
 * 9.0 - Main file
 * 	9.1 - main
 */
.form-group .chosen-container-single,
.form-group .chosen-container-multi .chosen-choices {
  background-image: none;
  min-height: 45px !important;
  height: auto  !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
select[multiple].form-control-chosen,
select[size].form-control-chosen {
  height: 45px;
}
/*
 * 8.0 - Plugin
 * 	8.2 - contact-form-7
 */
.wpcf7-form-control:not(.wpcf7-submit) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-checkbox,
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-radio {
  height: auto;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 1.71428571em;
}
div.wpcf7 .screen-reader-response {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wpcf7-submit {
  border: 0 solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
  padding: 10px 30px;
  margin-top: 0;
  float: right;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.wpcf7-submit:focus,
.wpcf7-submit:active:focus,
.wpcf7-submit.active:focus {
  outline: none;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #44494b;
  text-decoration: none;
}
.wpcf7-submit:active,
.wpcf7-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.wpcf7-submit.square {
  border-radius: 0;
}
.wpcf7-submit.pill {
  border-radius: 100em;
}
.wpcf7-submit.rounded {
  border-radius: 0.225em;
}
.wpcf7-submit.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.wpcf7-submit.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.wpcf7-submit.btn-white:hover > i {
  color: #57666e !important;
}
.wpcf7-submit.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.wpcf7-submit.btn-black:hover {
  background-color: #2b2b2b;
}
.wpcf7-submit i {
  padding-right: 10px;
}
.wpcf7-submit.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.wpcf7-submit:focus,
.wpcf7-submit:active:focus,
.wpcf7-submit.active:focus {
  outline: none;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #44494b;
  text-decoration: none;
}
.wpcf7-submit:active,
.wpcf7-submit.active {
  outline: 0;
  background-image: none;
}
.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.wpcf7-submit.square {
  border-radius: 0;
}
.wpcf7-submit.pill {
  border-radius: 100em;
}
.wpcf7-submit.rounded {
  border-radius: 0.225em;
}
.wpcf7-submit.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.wpcf7-submit.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.wpcf7-submit.btn-white:hover > i {
  color: #57666e !important;
}
.wpcf7-submit.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.wpcf7-submit.btn-black:hover {
  background-color: #2b2b2b;
}
.wpcf7-submit i {
  margin-right: 10px;
}
.wpcf7-submit.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active,
.open > .dropdown-toggle.wpcf7-submit {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.wpcf7-not-valid-tip {
  color: #f56e6e;
  font-size: 0.85714286em;
  display: block;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7-response-output {
  padding: 0.28571429em 0.57142857em;
  text-align: left;
  margin-top: 0.35714286em;
  font-size: 0.85714286em;
}
div.wpcf7-validation-errors {
  border: 1px solid #f56e6e;
}
.contact-actions {
  display: block;
  text-align: right;
}
.contact-form:before {
  content: "";
  background: #eee;
  width: 98%;
  margin-right: 1.07142857em;
  height: 1px;
  margin-top: -50px;
  left: 0;
  z-index: 999;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-form .contact-desc {
    padding-left: 0 !important;
  }
}
.contact-info {
  position: relative;
}
.contact-info ul {
  padding-left: 30px;
}
.contact-info ul li {
  list-style: none;
  line-height: 40px;
}
.contact-info ul li i {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .contact-info ul {
    padding-left: 15px;
  }
}
.contact-info:after {
  content: "" !important;
  width: 1px;
  height: 160px;
  position: absolute;
  background: #ebebeb;
  left: 50%;
  top: -13px;
}
@media (max-width: 767px) {
  .contact-info:after {
    width: 0px;
  }
}
.noo-gmaps {
  box-shadow: 0 0 0 4px #fff;
}
.text-center .wpcf7-submit {
  float: none;
}
.text-left .wpcf7-submit {
  float: left;
}
.wpcf7 .fa {
  position: relative;
  width: 100%;
}
.wpcf7 .fa:before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
  color: #44494b;
}
.wpcf7 .fa .wpcf7-form-control {
  font-style: italic;
  padding-left: 50px;
}
.wpcf7 .fa .wpcf7-form-control.wpcf7-textarea {
  padding-top: 15px;
}
.contact-home {
  position: relative;
  line-height: 89px;
}
.contact-home span.your-email {
  width: 80%;
  float: right;
  margin-top: 5px;
}
.contact-home span.submit {
  position: absolute;
  right: 0;
  top: 13px;
  float: right;
  cursor: pointer;
  width: 15%;
}
.contact-home span.submit:after {
  content: '\f003';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: -25px;
  color: #acacac;
}
.contact-home span.submit:hover {
  color: #e8be2f;
}
.contact-home span.submit input[type='submit'] {
  opacity: 0;
  padding: 10px 20px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.contact-home input[type='email'] {
  height: 45px;
  float: right;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #f5d006;
  padding-right: 20% ;
}
.contact-home input[type='email']::-webkit-input-placeholder {
  font-style: italic;
}
.contact-home input[type='email']:-moz-placeholder {
  font-style: italic;
}
.contact-home input[type='email']::-moz-placeholder {
  font-style: italic;
}
.contact-home input[type='email']:-ms-input-placeholder {
  font-style: italic;
}
.contact-home input[type='email']:focus {
  border: 1px solid #5bc0de;
}
/*
 * 8.0 - Plugin
 * 	8.3 - revslider
 */
.tp-bullets.simplebullets.round .bullet {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  -ms-box-shadow: 0 0 0 2px #fff;
  -o-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  margin: 0 5px;
}
.noo-slider-revolution-container.bg-video {
  position: relative;
  overflow: hidden;
}
.noo-slider-revolution-container.bg-video .rev_slider_wrapper {
  background: transparent !important;
}
.noo-slider-revolution-container.bg-video #big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}
.noo-slider-revolution-container.bg-video #big-video-wrap .vjs-tech {
  left: 0;
  margin: 0;
}
.noo-slider-revolution-container.bg-video object,
.noo-slider-revolution-container.bg-video video {
  min-width: 100%;
  min-height: 100%;
}
/**
 * 9.0 - Main file
 * 	9.1 - main
 */
body.boxed-layout {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.boxed-layout .site {
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  body.navbar-fixed-left-layout {
    padding-left: 240px;
  }
  body.navbar-fixed-right-layout {
    padding-right: 240px;
  }
}
body.nice-scroll {
  position: relative;
  padding-right: 10px !important;
}
body.nice-scroll .nicescroll-rails {
  background: #666;
  z-index: 9001 !important;
}
body.interim-login .site .noo-header,
body.interim-login .site .noo-page-heading,
body.interim-login .site .colophon,
body.interim-login .site .account-log-form .login-socical {
  display: none;
}
.noo-main.left-sidebar {
  float: right;
}
@media (max-width: 767px) {
  .noo-main.left-sidebar {
    float: none;
  }
}
@media (min-width: 992px) {
  .noo-sidebar .noo-sidebar-wrapper {
    padding-right: 2.14285714em;
    padding-left: 2.14285714em;
  }
}
.main-content > .row,
.main-content > .noo-pricing-table {
  position: relative;
}
.noo-sidebar-line {
  display: none;
}
.wp-caption {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #eee;
  max-width: 100%;
  padding: 5px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0px 10px;
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
#wpstats {
  display: none;
}
.sticky {
  margin-bottom: 2.14285714em;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.noo-menu {
  margin-right: auto !important;
  margin-left: auto !important;
}
.our-service .service-icon i {
  width: 100px !important;
  height: 100px !important;
  line-height: 80px !important;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.15);
}
.our-service:hover .service-icon i {
  border: 10px solid rgba(0, 0, 0, 0.3) !important;
  background: rgba(240, 231, 151, 0.3);
}
.our-service:hover a {
  border-bottom: 1px solid #fff !important;
}
.testimonial-desc {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  width: 90%;
  text-align: center;
  margin: 2.14285714em auto 1.07142857em auto;
}
.our-customer-info {
  text-align: center;
}
.our-customer-info .custom-desc {
  text-align: left;
  color: #bbbbbb;
  font-style: italic;
  font-weight: 300;
}
.our-customer-info .custom-desc h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.28571429em;
  margin-bottom: 0;
}
.slide-home-info {
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 270px;
}
@-webkit-keyframes inpulse {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes inpulse {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes inpulse {
  0% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -o-transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes inpulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.inpulse {
  -webkit-animation: inpulse 4s infinite;
  -moz-animation: inpulse 4s infinite;
  -o-animation: inpulse 4s infinite;
  animation: inpulse 4s infinite;
}
[data-parallax="1"].parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media (max-width: 768px) {
  [data-parallax="1"].parallax[data-parallax_no_mobile="0"] {
    background-position: 50% 50% !important;
    background-attachment: scroll;
  }
}
body.boxed-layout [data-parallax="1"].parallax {
  z-index: -1;
  background-attachment: unset;
}
[data-parallax="1"].parallax:after {
  content: " ";
  position: absolute;
  max-width: 100%;
  height: 100%;
  background: transparent;
}
.noo-call-to-action {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .noo-call-to-action {
    padding-left: 2.14285714em;
    padding-right: 2.14285714em;
  }
  .noo-call-to-action .btn-thirdary {
    padding: 10px 2.14285714em !important;
  }
}
.profile-avatar img,
.candidate-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.navbar .profile-avatar img,
.navbar .candidate-avatar img {
  width: 40px;
}
a#thumb-info span.badge {
  background-color: #ee5b4c;
  padding: 1px 4px;
  border-radius: 9px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: -17px;
  width: 30px;
  height: 16px;
  line-height: 15px;
  border-radius: 5px;
  text-align: center;
  top: 15px;
}
.timeline-event > a {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
.timeline-event > a:after {
  content: "\f078";
  position: absolute;
  right: 2.14285714em;
  font-family: FontAwesome;
  cursor: pointer;
  font-weight: normal;
}
.timeline-event > a.closed:after {
  content: "\f078";
}
.timeline-event > a.open:after {
  content: "\f077";
}
.timeline-event > a.empty:after {
  content: '';
}
.btn-readmore {
  margin-top: 15px;
  display: block;
  color: #f5d006;
  font-weight: 500;
}
.noo-heading-search {
  font-family: 'Montserrat', sans-serif;
}
.noo-heading-search .noo-form-label {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.noo-heading-search .noo-search-html {
  clear: both;
  margin-top: 18px;
  color: #fff;
}
.noo-heading-search .noo-search-html label {
  font-weight: 600;
}
.noo-heading-search .noo-form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-family: "Droid Serif", serif;
}
.noo-heading-search .noo-form-control:active,
.noo-heading-search .noo-form-control:focus {
  outline: none;
}
.noo-heading-search .noo-btn-search {
  line-height: 38px;
  padding: 0 40px;
  margin-top: 4px;
}
.noo-heading-search .noo-search-content {
  font-style: italic;
}
.noo-job-heading {
  z-index: 1;
  background: url('../images/job_heading.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.noo-resume-heading {
  z-index: 1;
}
@media (max-width: 767px) {
  .noo-dashboard-table div.dataTables_wrapper div.dataTables_length,
  .noo-dashboard-table div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-bottom: 15px;
  }
}
.noo-main .notify-candidate {
  background: #FFECA2;
  border: 1px solid #FFDD5E;
  margin-bottom: 30px;
}
.noo-main .ms-container {
  background: transparent url('../images/switch.png') no-repeat 50% 50%;
  width: 100%;
}
.noo-main .ms-container .search-input {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.noo-main .block-company {
  text-align: center;
  margin-top: 50px;
}
/**
 * 9.0 - Main file
 * 	9.2 - shortcode
 */
.noo-counter-holder > span.noo-counter {
  font-weight: 600;
}
.noo-counter-holder .counter-text h3 {
  margin-top: 0;
}
.noo-counter-holder .counter-text p {
  text-align: center;
}
.noo-block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
  list-style: disc;
}
.noo-block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.noo-block-grid > li > img.noo-img-thumbnail {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.noo-block-grid.two-col {
  margin: 1.313em -1.25%;
}
.noo-block-grid.two-col > li {
  width: 50%;
  padding: 1.25%;
}
.noo-block-grid.two-col > li:nth-child(2n+1) {
  clear: both;
}
.noo-block-grid.three-col {
  margin: 1.313em -1%;
}
.noo-block-grid.three-col > li {
  width: 33.33333%;
  padding: 1%;
}
.noo-block-grid.three-col > li:nth-child(3n+1) {
  clear: both;
}
.noo-block-grid.four-col {
  margin: 1.313em -0.9%;
}
.noo-block-grid.four-col > li {
  width: 25%;
  padding: 0.9%;
}
.noo-block-grid.four-col > li:nth-child(4n+1) {
  clear: both;
}
.noo-block-grid.five-col {
  margin: 1.313em -0.85%;
}
.noo-block-grid.five-col > li {
  width: 20%;
  padding: 0.85%;
}
.noo-block-grid.five-col > li:nth-child(5n+1) {
  clear: both;
}
.noo-block-grid.six-col {
  margin: 1.313em -0.8%;
}
.noo-block-grid.six-col > li {
  width: 16.66666%;
  padding: 0.8%;
}
.noo-block-grid.six-col > li:nth-child(6n+1) {
  clear: both;
}
/*
 *		Typography Shortcode  
 */
.noo-dropcap {
  float: left;
  margin: 0 10px 0 0;
  font-size: 42px;
  line-height: 35px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.noo-dropcap.dropcap-square,
.noo-dropcap.dropcap-circle {
  padding: 7px 13px 11px;
}
.noo-dropcap.dropcap-circle {
  border-radius: 100%;
}
.noo-quote {
  border-left-color: #21c2f8;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #75747b;
  margin: 10px;
}
.noo-quote cite:before {
  content: "– ";
}
.noo-quote.text-right {
  border-left-width: 0;
  border-right: 5px solid #21c2f8;
}
.noo-quote.text-right cite {
  font-weight: 300;
}
.noo-quote.pullquote {
  width: 40%;
  font-size: 16px;
  border: none;
}
.noo-quote.pullquote h1 {
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.noo-quote.pullquote.pullquote-left {
  float: left;
}
.noo-quote.pullquote.pullquote-right {
  float: right;
}
.noo-quote.pullquote.text-left {
  margin-left: 0;
  padding-left: 0;
}
.noo-quote.pullquote.text-right {
  margin-right: 0;
  padding-right: 0;
}
/*
 *		Lightbox Shortcode  
 */
.noo-lightbox-item > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.noo-lightbox-item .rounded {
  border-radius: 4px;
}
.noo-lightbox-item .circle {
  border-radius: 50%;
}
/*
 *		Callout Shortcode  
 */
.noo-cta-btn {
  background-color: #fff;
  border-radius: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.noo-cta-btn .cta-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1.07142857em;
}
.noo-cta-btn .btn,
.noo-cta-btn .widget_newsletterwidget .newsletter-submit {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .noo-cta-btn {
    width: 90%;
  }
  .noo-cta-btn .btn,
  .noo-cta-btn .widget_newsletterwidget .newsletter-submit {
    max-width: 200px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.noo-icon.icon-style-custom.icon-circle > i {
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.noo-icon.icon-style-custom.icon-square > i {
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.noo-icon.noo-icon-position-center {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.noo-separator {
  display: table;
}
.noo-separator h4 {
  display: table-cell;
  font-size: 100%;
  line-height: 1em;
  white-space: pre;
}
.noo-separator .noo-sep-line {
  border-top: 1px solid #ccc;
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
}
.noo-separator.line-with-text.separator-align-center h4 {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
@media (max-width: 767px) {
  .noo-separator.line-with-text.separator-align-center h4 {
    padding-left: 1.07142857em;
    padding-right: 1.07142857em;
  }
}
.noo-separator.line-with-text.separator-align-left h4 {
  padding-right: 0.8em;
}
.noo-separator.line-with-text.separator-align-left .noo-sep-holder-l {
  display: none;
}
.noo-separator.line-with-text.separator-align-left .noo-sep-holder-r {
  width: 100%;
}
.noo-separator.line-with-text.separator-align-right h4 {
  padding-left: 0.8em;
}
.noo-separator.line-with-text.separator-align-right .noo-sep-holder-l {
  width: 100%;
}
.noo-separator.line-with-text.separator-align-right .noo-sep-holder-r {
  display: none;
}
.noo-separator .noo-sep-holder-l {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.noo-separator .noo-sep-holder-r {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.noo-gap {
  margin-left: 0;
  margin-bottom: 0;
  border-color: rgba(0, 0, 0, 0);
}
.noo-clear {
  margin: 0;
  border: 0;
  clear: both;
}
.noo-pie-chart {
  z-index: 0;
  text-align: center;
}
.noo-pie-chart .noo-pie-chart-wrapper {
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-pie-chart .noo-pie-chart-heading {
  margin-top: 30px !important;
}
.noo-pie-chart canvas {
  position: relative;
  z-index: 1;
}
.noo-pie-chart .noo-pie-chart-value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.noo-pie-chart .noo-pie-chart-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noo-pricing-table.pricing-1-col .noo-pricing-column,
.noo-pricing-table.one-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .noo-pricing-table.pricing-1-col .noo-pricing-column,
  .noo-pricing-table.one-col .noo-pricing-column {
    float: left;
    width: 100%;
  }
}
.noo-pricing-table.pricing-2-col .noo-pricing-column,
.noo-pricing-table.two-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .noo-pricing-table.pricing-2-col .noo-pricing-column,
  .noo-pricing-table.two-col .noo-pricing-column {
    float: left;
    width: 50%;
  }
}
.noo-pricing-table.pricing-2-col .noo-pricing-column:nth-child(2n+1),
.noo-pricing-table.two-col .noo-pricing-column:nth-child(2n+1) {
  clear: both;
}
.noo-pricing-table.pricing-3-col .noo-pricing-column,
.noo-pricing-table.three-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .noo-pricing-table.pricing-3-col .noo-pricing-column,
  .noo-pricing-table.three-col .noo-pricing-column {
    float: left;
    width: 33.33333333%;
  }
}
.noo-pricing-table.pricing-3-col .noo-pricing-column:nth-child(3n+1),
.noo-pricing-table.three-col .noo-pricing-column:nth-child(3n+1) {
  clear: both;
}
.noo-pricing-table.pricing-4-col .noo-pricing-column,
.noo-pricing-table.four-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
@media (min-width: 768px) {
  .noo-pricing-table.pricing-4-col .noo-pricing-column,
  .noo-pricing-table.four-col .noo-pricing-column {
    float: left;
    width: 25%;
  }
}
.noo-pricing-table.pricing-4-col .noo-pricing-column:nth-child(4n+1),
.noo-pricing-table.four-col .noo-pricing-column:nth-child(4n+1) {
  clear: both;
}
.noo-pricing-table.pricing-6-col .noo-pricing-column,
.noo-pricing-table.six-col .noo-pricing-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
}
.noo-pricing-table.pricing-6-col .noo-pricing-column:nth-child(6n+1),
.noo-pricing-table.six-col .noo-pricing-column:nth-child(6n+1) {
  clear: both;
}
.noo-pricing-table .noo-pricing-column {
  margin-bottom: 20px;
}
.noo-pricing-table .noo-pricing-column.col-sm-noo-5 {
  width: 20%;
}
.noo-pricing-table .noo-pricing-column .pricing-content {
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .noo-pricing-table .noo-pricing-column .pricing-content {
    max-width: 100%;
    margin: 0 auto;
  }
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header {
  padding: 0.42857143em 0.85714286em;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-title {
  text-align: center;
  font-size: 24px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value {
  text-align: center;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  background: #44494b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  height: 122px;
  line-height: 112px;
  width: 122px;
  border: 5px solid #f5d006;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price del {
  position: absolute;
  display: table;
  top: -30px;
  width: 140px;
  font-size: 18px;
  text-align: center;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info {
  padding: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul li {
  padding: 5px 0.85714286em;
  font-weight: 500;
  font-size: 14px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info i {
  font-size: 1.2em;
  color: #f5d006;
  margin-right: 5px;
}
body.rtl .noo-pricing-table .noo-pricing-column .pricing-content .pricing-info i {
  margin-right: 0px;
  margin-left: 5px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info i.not-good {
  color: #d9534f;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info .short-desc {
  padding: 15px 0.85714286em 5px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info .readmore {
  margin: 5px 0.85714286em;
  color: #f5d006;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info .readmore:hover {
  border-bottom: dotted 1px #f5d006;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer {
  border-top: none;
  padding: 0.42857143em 0.85714286em 2.14285714em 0.85714286em;
  text-align: center;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer.only-one a {
  line-height: inherit;
  cursor: no-drop;
  padding-left: 10px;
  padding-right: 10px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer a {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
}
.noo-pricing-table .noo-pricing-column .modal-content .pricing-header .pricing-value .noo-price del {
  top: -20px;
}
.noo-pricing-table.style-1 .pricing-content {
  border: 1px solid #ddd;
}
.noo-pricing-table.style-1 .pricing-content:hover {
  -webkit-box-shadow: 0 0 21px -3px #ddd;
  -moz-box-shadow: 0 0 21px -3px #ddd;
  -ms-box-shadow: 0 0 21px -3px #ddd;
  -o-box-shadow: 0 0 21px -3px #ddd;
  box-shadow: 0 0 21px -3px #ddd;
}
.noo-pricing-table.style-2 .pricing-content {
  -webkit-box-shadow: 0 0 21px 5px #eee;
  -moz-box-shadow: 0 0 21px 5px #eee;
  -ms-box-shadow: 0 0 21px 5px #eee;
  -o-box-shadow: 0 0 21px 5px #eee;
  box-shadow: 0 0 21px 5px #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noo-pricing-table.style-2 .pricing-content:hover {
  transition: all 0.4s ease 0.2s;
  box-shadow: 1px 1px 3px 4px #ccc;
}
.noo-pricing-table.style-2 .pricing-content:hover .pricing-footer a {
  opacity: 0.7;
}
.noo-pricing-table.noo-col-6 .noo-pricing-column:nth-child(6n+1) {
  clear: both;
}
.noo-pricing-table.noo-col-5 .noo-pricing-column:nth-child(5n+1) {
  clear: both;
}
.noo-pricing-table.noo-col-5 .col-md-noo-5 {
  width: 20%;
}
.noo-pricing-table.noo-col-4 .noo-pricing-column:nth-child(4n+1) {
  clear: both;
}
.noo-pricing-table.noo-col-3 .noo-pricing-column:nth-child(3n+1) {
  clear: both;
}
.noo-pricing-table.noo-col-2 .noo-pricing-column:nth-child(2n+1) {
  clear: both;
}
.noo-pricing-table.ascending {
  margin: 0;
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column {
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header {
  border: none;
  background: none;
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-title {
  padding: 0.42857143em 0.85714286em;
  text-transform: uppercase;
  margin: 0;
  color: #44494b;
  font-size: 14px;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-value {
  padding: 0.42857143em 0.85714286em;
  background-color: #F2F2F2;
  margin: 0;
  color: #44494b;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price {
  font-size: 45px;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-info {
  border: none;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-info ul li {
  font-size: 14px;
  background: #fff !important;
  text-align: inherit;
  border-bottom: 1px solid #ccc;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-footer {
  border: none;
}
.noo-pricing-table.ascending .noo-pricing-column:last-child .pricing-content {
  border-right: 1px solid #ccc;
}
.noo-pricing-table.ascending .noo-pricing-column.featured {
  position: relative;
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: -20px -1px 0;
  z-index: 100;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content {
  border-right: 1px solid #ccc;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-value {
  background-color: #44494b;
  color: #fff;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-value .noo-price {
  color: #fff;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-header .pricing-title {
  margin: 10px 0;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .btn,
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .widget_newsletterwidget .newsletter-submit {
  margin: 15px 0;
  border-color: #f5d006 !important;
  color: #f5d006 !important;
}
.noo-post-list .title .sub-title {
  margin-top: 0.82142857em;
}
.noo-member .member-avatar {
  position: relative;
}
.noo-member .member-avatar img {
  max-width: 100%;
  width: 100%;
}
.noo-member .member-avatar .member-social {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.noo-member .member-avatar .member-social a {
  color: #fff;
  display: inline-block;
  font-size: 1.28571429em;
  padding: 0.42857143em 0.85714286em;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-member .member-avatar .member-social a:hover {
  color: #f5d006;
}
.noo-member .member-avatar:hover .member-social {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-member .member-info .team-meta {
  font-size: 1.28571429em;
  font-weight: 500;
  text-transform: uppercase;
}
.noo-member .member-info .team-meta small {
  float: right;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.noo-gmaps {
  position: relative;
}
.noo-gmaps .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.noo-gmaps iframe {
  max-width: 100%;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.noo-gmaps.no-map-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
#cta_buy_theme .noo-text-block p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 992px) {
  #cta_buy_theme .noo-text-block p {
    text-align: center;
  }
  #cta_buy_theme .noo-text-block .btn,
  #cta_buy_theme .noo-text-block .widget_newsletterwidget .newsletter-submit {
    display: table;
    margin: 0 auto;
  }
}
.noo-step-icon {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .noo-step-icon {
    margin-top: 20px;
  }
}
.noo-step-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 auto;
}
.noo-step-icon li {
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .noo-step-icon li {
    width: 100%;
  }
}
.noo-step-icon li:first-child .noo-step-icon-item:before {
  display: none;
}
.noo-step-icon li:last-child .noo-step-icon-item:after {
  display: none;
}
.noo-step-icon .noo-step-icon-item {
  padding: 0 50px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .noo-step-icon .noo-step-icon-item:after,
  .noo-step-icon .noo-step-icon-item:before {
    background: none repeat scroll 0 0 #f9d407;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 47px;
    width: 50%;
  }
  .noo-step-icon .noo-step-icon-item:before {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .noo-step-icon .noo-step-icon-item:after,
  .noo-step-icon .noo-step-icon-item:before {
    top: 36px;
  }
}
@media (max-width: 1199px) {
  .noo-step-icon .noo-step-icon-item {
    font-size: 0.9em;
  }
}
.noo-step-icon a {
  display: inline-block;
  color: #fff;
  width: 180px;
}
@media (max-width: 1199px) {
  .noo-step-icon a {
    width: 130px;
  }
}
.noo-step-icon .noo-step-icon-class {
  display: inline-block;
  width: 99px;
  height: 99px;
  line-height: 99px;
  background-color: #44494b;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  z-index: 2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .noo-step-icon .noo-step-icon-class {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.noo-step-icon .noo-step-icon-class:after {
  border: 10px solid #f9d407;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  bottom: -1px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.noo-step-icon .noo-step-icon-class:hover {
  color: #f5d006;
}
.noo-step-icon .noo-step-icon-title {
  display: block;
  text-align: center;
  color: #2e2e2e;
  font-family: 'Montserrat', sans-serif;
  margin: 1.07142857em 0;
  font-size: 15px;
}
@media (max-width: 768px) {
  .noo-step-icon li a {
    margin-bottom: 15px;
    width: 100%;
  }
  .noo-step-icon li a .noo-step-icon-class {
    float: left;
  }
  .noo-step-icon li a .noo-step-icon-title {
    float: left;
    margin-left: 15px !important;
    padding-top: 15px;
  }
}
@media (max-width: 360px) {
  .noo-step-icon li a .noo-step-icon-class {
    float: none;
  }
}
.wpb_single_image.wpb_content_element {
  margin-bottom: 0px;
}
.noo-tabs.vc_tta .vc_tta-tabs-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.07142857em;
}
.noo-tabs.vc_tta .vc_tta-tab {
  margin-bottom: -1px !important;
}
.noo-tabs.vc_tta .vc_tta-tab > a {
  line-height: 1.7;
  border: 1px solid transparent !important;
  border-color: transparent !important;
  border-radius: 4px 4px 0 0 !important;
  background: #ebeeef !important;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.noo-tabs.vc_tta .vc_tta-tab > a:hover,
.noo-tabs.vc_tta .vc_tta-tab > a:focus {
  color: #f5d006 !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #dedede #dedede #ddd !important;
}
.noo-tabs.vc_tta .vc_tta-tab.vc_active > a,
.noo-tabs.vc_tta .vc_tta-tab.vc_active > a:hover {
  background: #44494b !important;
  color: #fff !important;
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
}
.noo-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  overflow: initial;
}
@media (min-width: 768px) {
  .noo-tabs .posts-loop-title {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .noo-tabs .posts-loop-title h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .noo-tabs.vc_tta .posts-loop-title {
    position: absolute;
    top: 0;
    margin-bottom: 2.14285714em;
  }
  .noo-tabs.vc_tta.vc_tta-controls-align-left .posts-loop-title,
  .noo-tabs.vc_tta.vc_tta-controls-align-right .posts-loop-title {
    top: -50px;
    margin-bottom: 0;
  }
  .noo-tabs.vc_tta.vc_tta-controls-align-left .posts-loop-title {
    float: right;
  }
}
.noo-counter-icon .noo-counter-item {
  font-family: 'Montserrat', sans-serif;
  color: #44494b;
  padding: 25px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .noo-counter-icon .noo-counter-item {
    justify-content: left;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .noo-counter-icon .noo-counter-item {
    left: 0;
    right: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.noo-counter-icon .noo-counter-item:after {
  content: "";
  display: table;
  clear: both;
}
.noo-counter-icon .noo-counter-item .noo-counter-font-icon {
  padding-top: 10px;
}
.noo-counter-icon .noo-counter-item .fa {
  font-size: 2.57142857em;
  color: #f5d006;
}
.noo-counter-icon .noo-counter-item i {
  font-size: 2.57142857em;
  color: #f5d006;
}
.noo-counter-icon .noo-counter-item .noo-counter {
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
}
.noo-counter-icon .noo-counter-item .noo-counter-icon-content {
  margin-left: 20px;
}
.noo-counter-icon .noo-counter-item .noo-counter-text {
  text-transform: uppercase;
}
.noo-step-icon-advanced {
  background-size: cover !important;
  padding: 100px 0;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .noo-step-icon-advanced {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .noo-step-icon-advanced {
    margin-bottom: 5px;
  }
}
.noo-step-icon-advanced:before {
  width: 100%;
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(68, 73, 75, 0.8);
  top: 0;
  left: 0;
}
.noo-step-icon-advanced .container-boxed {
  position: relative;
}
.noo-step-icon-advanced .noo-step-icon-content {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
}
.noo-step-icon-advanced .noo-step-icon-button {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.noo-step-icon-advanced .noo-step-icon-button .noo-step-icon-btn {
  display: inline-block;
}
@media (max-width: 480px) {
  .noo-step-icon-advanced .noo-step-icon-button .noo-step-icon-btn {
    padding-bottom: 20px;
  }
}
.noo-step-icon-advanced .noo-step-icon-button .noo-step-icon-btn a {
  width: auto;
}
.noo-step-icon-advanced .noo-step-icon-advanced-list ul {
  position: absolute;
  transform: translate(-50%, 150px);
  left: 50%;
  bottom: 0;
  display: flex;
  background: #fff;
  border-radius: 4px;
  padding: 50px 0 !important;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .noo-step-icon-advanced .noo-step-icon-advanced-list ul {
    left: 0;
    transform: translate(0);
    position: relative;
    display: table;
  }
}
@media only screen and (max-width: 992px) {
  .noo-step-icon-advanced .noo-step-icon-advanced-list ul {
    padding: 10px 0 !important;
    transform: translate(-50%, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .noo-step-icon-advanced .noo-step-icon-advanced-list ul {
    transform: translate(0);
  }
}
.noo-step-icon-advanced .noo-step-icon-advanced-list ul .noo-step-icon-title {
  color: #44494b;
  font-size: 15px;
}
.noo-quote.noo-quote-comma {
  border: none;
  margin: 35px;
  font-weight: 600;
  color: #44494b;
  font-style: normal;
  position: relative;
}
.noo-quote.noo-quote-comma:before {
  content: "\f10d";
  position: absolute;
  color: #f5d006;
  font: normal normal normal 20px/1 FontAwesome;
  left: 0;
}
.border-radius {
  border-radius: 4px;
}
.noo-vc-col .container-boxed.max {
  width: 100%;
}
.wpb_gallery_slides.wpb_flexslider .flex-control-nav {
  display: none;
}
.noo-register-company {
  color: #fff;
  text-align: center;
}
.noo-register-company .register-title {
  font-family: "Montserrat", serif;
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.noo-register-company .register-sub-title {
  font-size: 16px;
  padding: 0 20px;
}
.noo-register-company .btn-register {
  font-family: "Montserrat", serif;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 20px;
  display: inline-block;
}
.noo-register-company .btn-register:hover {
  transition: opacity 0.03s ease-out;
  opacity: 0.8;
}
/* style short code offered */
.noo-offered-block .noo-offered-icon {
  padding-right: 15px;
}
.noo-offered-block .noo-offered-title {
  font-weight: bold;
}
.noo-offered-block .noo-offered-content {
  padding-top: 10px;
}
/* Style opion slider short code job packet */
#style-3,
#style-slider {
  position: relative;
  margin: 0;
}
#style-3 .noo-pricing-column,
#style-slider .noo-pricing-column {
  width: 100%;
}
#style-3 .owl-controls .owl-buttons,
#style-slider .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
}
#style-3 .owl-controls .owl-buttons .owl-prev,
#style-slider .owl-controls .owl-buttons .owl-prev {
  float: left;
  position: absolute;
  left: -30px;
}
@media (max-width: 767px) {
  #style-3 .owl-controls .owl-buttons .owl-prev,
  #style-slider .owl-controls .owl-buttons .owl-prev {
    position: relative;
    left: 0;
  }
}
#style-3 .owl-controls .owl-buttons .owl-prev:after,
#style-slider .owl-controls .owl-buttons .owl-prev:after {
  content: '\f053';
  font-family: FontAwesome;
}
#style-3 .owl-controls .owl-buttons .owl-next,
#style-slider .owl-controls .owl-buttons .owl-next {
  float: right;
  position: absolute;
  right: -30px;
}
@media (max-width: 767px) {
  #style-3 .owl-controls .owl-buttons .owl-next,
  #style-slider .owl-controls .owl-buttons .owl-next {
    position: relative;
    left: 0;
  }
}
#style-3 .owl-controls .owl-buttons .owl-next:after,
#style-slider .owl-controls .owl-buttons .owl-next:after {
  content: '\f054';
  font-family: FontAwesome;
}
#style-3.noo-pricing-table .noo-pricing-column .pricing-content,
#style-slider.noo-pricing-table .noo-pricing-column .pricing-content {
  border: 1px solid #ddd;
  position: relative;
  transition: all 0.4s ease 0.2s;
}
#style-3.noo-pricing-table .noo-pricing-column .pricing-content:hover,
#style-slider.noo-pricing-table .noo-pricing-column .pricing-content:hover {
  border: 1px solid #e8be2f;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
}
.fields-group .icon-picker {
  color: #555;
  border-color: #cccccc;
  background: #fff;
  box-shadow: 0 1px 0 #cccccc;
  vertical-align: top;
}
.noo-job-resume-alert {
  display: flex;
  text-align: center;
}
.noo-job-resume-alert .shortcode {
  margin: 0 auto;
}
.posts-loop .posts-loop-title {
  margin-bottom: 30px;
}
.posts-loop .posts-loop-title h3 {
  margin: 0;
}
.posts-loop .posts-loop-title:before,
.posts-loop .posts-loop-title:after {
  content: " ";
  display: table;
}
.posts-loop .posts-loop-title:after {
  clear: both;
}
.posts-loop .posts-loop-title:before,
.posts-loop .posts-loop-title:after {
  content: " ";
  display: table;
}
.posts-loop .posts-loop-title:after {
  clear: both;
}
.posts-loop .posts-loop-title a {
  background-color: rgba(0, 0, 0, 0.07);
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.42857143em 0.85714286em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .posts-loop .posts-loop-title a {
    display: none;
  }
}
.posts-loop .loop-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.posts-loop .loop-item-excerpt {
  margin-top: 10px;
}
.posts-loop .content-summary {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 1rem;
  margin-top: 1.3rem;
}
.posts-loop .content-summary .donate-progress-label {
  margin: 0;
}
.posts-loop .view-detail-job {
  position: absolute;
  right: 2.14285714em;
  top: 50%;
  transform: translate(0px, -50%);
  display: none;
}
.container-fullwidth .posts-loop .view-detail-job {
  display: block;
}
@media (max-width: 991px) {
  .posts-loop .view-detail-job {
    display: none !important;
  }
}
b {
  color: #f5d006;
}
/**
 * 9.0 - Main file
 * 9.4 - single
 */
.single-sidebar {
  padding: 2.14285714em;
  background: #fff;
  margin-bottom: 2.14285714em;
}
.single-sidebar iframe {
  width: 100%;
  height: auto;
}
.content-summary {
  padding: 2.14285714em;
  margin-top: 2.14285714em;
  border: 1px solid #ccc;
  background: #ebeeef;
  margin-bottom: 2.14285714em;
}
@media (max-width: 767px) {
  .content-summary {
    padding: 1.07142857em;
  }
}
.job-details.style2 .job-custom-fields ul li.job-cf {
  padding-left: 30px;
  margin-bottom: 15px;
}
.job-details.style2 .job-custom-fields ul li.job-cf i {
  position: absolute;
  left: -10px;
  font-size: 26px;
  top: 15px;
}
.job-desc ul,
.more-jobs ul,
.job-custom-fields ul,
.company-custom-fields ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.job-desc ul li,
.more-jobs ul li,
.job-custom-fields ul li,
.company-custom-fields ul li {
  line-height: 2.25em;
  padding-left: 20px;
}
.job-desc ul li:before,
.more-jobs ul li:before,
.job-custom-fields ul li:before,
.company-custom-fields ul li:before {
  font-family: "FontAwesome";
  /*  content: "\f058";*/
  position: absolute;
  color: #f5d006;
  margin-left: -20px;
}
.job-desc ul li.total-job:before,
.more-jobs ul li.total-job:before,
.job-custom-fields ul li.total-job:before,
.company-custom-fields ul li.total-job:before {
  content: "\f0b1";
}
.job-desc ul li.job-cf,
.more-jobs ul li.job-cf,
.job-custom-fields ul li.job-cf,
.company-custom-fields ul li.job-cf {
  padding-left: 0;
}
.job-desc ul li .label-_slogan,
.more-jobs ul li .label-_slogan,
.job-custom-fields ul li .label-_slogan,
.company-custom-fields ul li .label-_slogan,
.job-desc ul li .value-_slogan,
.more-jobs ul li .value-_slogan,
.job-custom-fields ul li .value-_slogan,
.company-custom-fields ul li .value-_slogan {
  display: none;
}
.job-desc ul li strong:after,
.more-jobs ul li strong:after,
.job-custom-fields ul li strong:after,
.company-custom-fields ul li strong:after {
  content: ':';
}
.job-desc ul li i,
.more-jobs ul li i,
.job-custom-fields ul li i,
.company-custom-fields ul li i {
  color: #f5d006;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.job-desc ol li,
.more-jobs ol li,
.job-custom-fields ol li,
.company-custom-fields ol li {
  line-height: 2.25em;
}
.company-custom-fields i {
  color: #f5d006;
}
.company-custom-fields ul li i {
  margin-left: -22px;
}
.noo-job-full-address-wrap {
  margin-top: 20px;
}
.job-desc ul {
  list-style: disc;
  padding-left: 30px;
}
.job-desc ul li {
  padding-left: 0;
}
.job-desc .noo-job-location {
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
.job-desc .noo-job-full-address-wrap {
  clear: both;
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gmap-loading {
  background-color: #fff;
  margin: 0px auto;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 300px;
  height: 105px;
  margin-left: -150px;
  text-align: center;
  padding-top: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.95;
  z-index: 9999;
}
.gmap-loader {
  margin: 100px auto;
  width: 100%;
  height: 30px;
  text-align: center;
}
.gmap-loading .gmap-loader {
  margin: 10px auto;
}
.gmap-loading .gmap-loader > div {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  -o-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #f5d006;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  width: 10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.gmap-loading .gmap-loader .rect2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.gmap-loading .gmap-loader .rect3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.gmap-loading .gmap-loader .rect4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.gmap-loading .gmap-loader .rect5 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.noo-job-map .job-advanced-search .job-advanced-search-form {
  padding: 1.07142857em !important;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
}
#gmap img {
  width: auto;
  max-width: none;
}
#gmap #content img {
  max-width: 30px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  #gmap {
    margin-top: -160px;
  }
}
.container-map-location-search {
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 4;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .container-map-location-search {
    top: 180px;
    right: 15px;
  }
}
.container-map-location-search .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #777;
  line-height: 40px;
  text-align: center;
}
.container-map-location-search #map-location-search {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 188, 102, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 188, 102, 0.25);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 188, 102, 0.25);
  -o-box-shadow: 0 0 3px 0 rgba(0, 188, 102, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 188, 102, 0.25);
  -webkit-transition: all 0.25s cubic-bezier(0.345, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.345, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.345, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.345, 0, 0.25, 1);
}
.container-map-location-search #map-location-search:focus {
  width: 300px;
  border: none;
  opacity: 1;
  cursor: text;
}
.gmap-infobox {
  border: none;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  -moz-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  -ms-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  -o-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  margin: -180px 0 0 -155px;
  max-width: 320px;
  padding: 5px;
  position: absolute;
  width: 300px;
}
.gmap-infobox .info-close {
  background: #f5d006;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}
.is-waiting {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tax-job_type [data-paginate="nextajax"],
.tax-job_location [data-paginate="nextajax"],
.post-type-archive-noo_job [data-paginate="nextajax"],
.tax-job_type [data-paginate="resume_nextajax"],
.tax-job_location [data-paginate="resume_nextajax"],
.post-type-archive-noo_job [data-paginate="resume_nextajax"] {
  margin-bottom: 2.14285714em;
}
.noo-messages {
  padding: 15px;
  margin-bottom: 2.14285714em;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.noo-messages.noo-message-error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.noo-messages.noo-message-success {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.noo-messages.noo-message-notice {
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.noo-messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aaiu-ul-list {
  margin: 0;
  padding: 0;
}
#uploaded-images .uploaded-img img {
  max-width: 100px;
}
.navbar-nav li.menu-item-post-btn {
  margin: 0 0 0 18px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .navbar-nav li.menu-item-post-btn {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav li.menu-item-post-btn {
    margin: 0;
  }
}
.navbar-nav li.menu-item-post-btn > a,
.navbar-nav li.menu-item-post-btn > a:hover {
  border: 0 solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  padding: 1.14285714em 2.28571429em;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  -o-transition: border-color color 0.2s ease;
  -moz-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
  line-height: 1.3 !important;
  vertical-align: inherit;
  font-weight: 600;
  padding: 10px 20px;
}
.navbar-nav li.menu-item-post-btn > a:focus,
.navbar-nav li.menu-item-post-btn > a:hover:focus,
.navbar-nav li.menu-item-post-btn > a:active:focus,
.navbar-nav li.menu-item-post-btn > a:hover:active:focus,
.navbar-nav li.menu-item-post-btn > a.active:focus,
.navbar-nav li.menu-item-post-btn > a:hover.active:focus {
  outline: none;
}
.navbar-nav li.menu-item-post-btn > a:hover,
.navbar-nav li.menu-item-post-btn > a:hover:hover,
.navbar-nav li.menu-item-post-btn > a:focus,
.navbar-nav li.menu-item-post-btn > a:hover:focus {
  color: #44494b;
  text-decoration: none;
}
.navbar-nav li.menu-item-post-btn > a:active,
.navbar-nav li.menu-item-post-btn > a:hover:active,
.navbar-nav li.menu-item-post-btn > a.active,
.navbar-nav li.menu-item-post-btn > a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar-nav li.menu-item-post-btn > a.disabled,
.navbar-nav li.menu-item-post-btn > a:hover.disabled,
.navbar-nav li.menu-item-post-btn > a[disabled],
.navbar-nav li.menu-item-post-btn > a:hover[disabled],
fieldset[disabled] .navbar-nav li.menu-item-post-btn > a,
fieldset[disabled] .navbar-nav li.menu-item-post-btn > a:hover {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.navbar-nav li.menu-item-post-btn > a.square,
.navbar-nav li.menu-item-post-btn > a:hover.square {
  border-radius: 0;
}
.navbar-nav li.menu-item-post-btn > a.pill,
.navbar-nav li.menu-item-post-btn > a:hover.pill {
  border-radius: 100em;
}
.navbar-nav li.menu-item-post-btn > a.rounded,
.navbar-nav li.menu-item-post-btn > a:hover.rounded {
  border-radius: 0.225em;
}
.navbar-nav li.menu-item-post-btn > a.btn-white,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.navbar-nav li.menu-item-post-btn > a.btn-white:hover,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.navbar-nav li.menu-item-post-btn > a.btn-white:hover > i,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white:hover > i {
  color: #57666e !important;
}
.navbar-nav li.menu-item-post-btn > a.btn-black,
.navbar-nav li.menu-item-post-btn > a:hover.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.navbar-nav li.menu-item-post-btn > a.btn-black:hover,
.navbar-nav li.menu-item-post-btn > a:hover.btn-black:hover {
  background-color: #2b2b2b;
}
.navbar-nav li.menu-item-post-btn > a i,
.navbar-nav li.menu-item-post-btn > a:hover i {
  padding-right: 10px;
}
.navbar-nav li.menu-item-post-btn > a.icon-right i,
.navbar-nav li.menu-item-post-btn > a:hover.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.navbar-nav li.menu-item-post-btn > a:focus,
.navbar-nav li.menu-item-post-btn > a:hover:focus,
.navbar-nav li.menu-item-post-btn > a:active:focus,
.navbar-nav li.menu-item-post-btn > a:hover:active:focus,
.navbar-nav li.menu-item-post-btn > a.active:focus,
.navbar-nav li.menu-item-post-btn > a:hover.active:focus {
  outline: none;
}
.navbar-nav li.menu-item-post-btn > a:hover,
.navbar-nav li.menu-item-post-btn > a:hover:hover,
.navbar-nav li.menu-item-post-btn > a:focus,
.navbar-nav li.menu-item-post-btn > a:hover:focus {
  color: #44494b;
  text-decoration: none;
}
.navbar-nav li.menu-item-post-btn > a:active,
.navbar-nav li.menu-item-post-btn > a:hover:active,
.navbar-nav li.menu-item-post-btn > a.active,
.navbar-nav li.menu-item-post-btn > a:hover.active {
  outline: 0;
  background-image: none;
}
.navbar-nav li.menu-item-post-btn > a.disabled,
.navbar-nav li.menu-item-post-btn > a:hover.disabled,
.navbar-nav li.menu-item-post-btn > a[disabled],
.navbar-nav li.menu-item-post-btn > a:hover[disabled],
fieldset[disabled] .navbar-nav li.menu-item-post-btn > a,
fieldset[disabled] .navbar-nav li.menu-item-post-btn > a:hover {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.navbar-nav li.menu-item-post-btn > a.square,
.navbar-nav li.menu-item-post-btn > a:hover.square {
  border-radius: 0;
}
.navbar-nav li.menu-item-post-btn > a.pill,
.navbar-nav li.menu-item-post-btn > a:hover.pill {
  border-radius: 100em;
}
.navbar-nav li.menu-item-post-btn > a.rounded,
.navbar-nav li.menu-item-post-btn > a:hover.rounded {
  border-radius: 0.225em;
}
.navbar-nav li.menu-item-post-btn > a.btn-white,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.navbar-nav li.menu-item-post-btn > a.btn-white:hover,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.navbar-nav li.menu-item-post-btn > a.btn-white:hover > i,
.navbar-nav li.menu-item-post-btn > a:hover.btn-white:hover > i {
  color: #57666e !important;
}
.navbar-nav li.menu-item-post-btn > a.btn-black,
.navbar-nav li.menu-item-post-btn > a:hover.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.navbar-nav li.menu-item-post-btn > a.btn-black:hover,
.navbar-nav li.menu-item-post-btn > a:hover.btn-black:hover {
  background-color: #2b2b2b;
}
.navbar-nav li.menu-item-post-btn > a i,
.navbar-nav li.menu-item-post-btn > a:hover i {
  margin-right: 10px;
}
.navbar-nav li.menu-item-post-btn > a.icon-right i,
.navbar-nav li.menu-item-post-btn > a:hover.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.navbar-nav li.menu-item-post-btn > a:hover,
.navbar-nav li.menu-item-post-btn > a:hover:hover,
.navbar-nav li.menu-item-post-btn > a:focus,
.navbar-nav li.menu-item-post-btn > a:hover:focus,
.navbar-nav li.menu-item-post-btn > a:active,
.navbar-nav li.menu-item-post-btn > a:hover:active,
.navbar-nav li.menu-item-post-btn > a.active,
.navbar-nav li.menu-item-post-btn > a:hover.active,
.open > .dropdown-toggle.navbar-nav li.menu-item-post-btn > a,
.open > .dropdown-toggle.navbar-nav li.menu-item-post-btn > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-nav li.menu-item-post-btn > a,
  .navbar-nav li.menu-item-post-btn > a:hover {
    padding: 10px;
  }
}
.navbar-nav li.menu-item-post-btn > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-page-heading .member-heading-avatar {
  float: left;
  margin-right: 20px;
}
.noo-page-heading .member-heading-avatar img {
  width: 100px;
  border-radius: 50%;
}
.noo-page-heading .page-heading-info {
  margin-top: 15px;
}
.noo-page-heading .page-heading-info .pregress-bar {
  color: #e8be2f;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .noo-page-heading .page-heading-info .pregress-bar {
    width: calc(100% - 160px);
    float: left;
  }
}
.noo-page-heading .page-heading-info .pregress-bar .progress {
  height: 5px;
}
.noo-page-heading .page-heading-info .pregress-bar .progress .progress_label {
  top: -20px;
}
@media (min-width: 992px) {
  .navbar-collapse.noo-user-navbar-collapse {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-item-member-profile {
    display: none !important;
  }
}
.nav-item-member-profile .sub-menu:before {
  right: 35px;
  left: inherit !important;
}
.nav-item-member-profile.login-link {
  margin-left: 1.14285714em;
  padding-left: 1.14285714em;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .nav-item-member-profile.login-link {
    margin-left: 0;
    padding-left: 0;
  }
}
.nav-item-member-profile.login-link:before {
  background: none repeat scroll 0 0 #ebeeef;
  content: "";
  height: 25%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 1px;
}
.nav-item-member-profile.login-link > a {
  padding-left: 0;
  padding-right: 5px;
}
.nav-item-member-profile > a > span.profile-name {
  text-transform: none !important;
  max-width: 90px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.nav-item-member-profile .member-links {
  font-weight: 600;
}
.nav-item-member-profile.register-link a {
  line-height: 1.3 !important;
  background: #ebeeef;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  height: auto !important;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .nav-item-member-profile.register-link a {
    padding: 10px 15px !important;
  }
}
.nav-item-member-profile.register-link a:hover {
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.nav-item-member-profile.register-link a:hover:hover,
.nav-item-member-profile.register-link a:hover:focus,
.nav-item-member-profile.register-link a:hover:active,
.nav-item-member-profile.register-link a:hover.active,
.open > .dropdown-toggle.nav-item-member-profile.register-link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  background-color: #f5d006;
  border-color: transparent;
}
.nav-item-member-profile .login-socical {
  min-width: 270px !important;
  padding: 10px !important;
}
.nav-item-member-profile .login-socical .button_socical {
  margin: 0;
  margin-bottom: 10px;
}
.nav-item-member-profile .login-socical .button_socical:last-child {
  margin-bottom: 0;
}
.nav-item-member-profile .login-socical .button_socical em {
  padding: 10px;
}
.account-reg-term {
  margin: 0 auto 1.07142857em auto !important;
  display: table;
}
.login-form-links {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  margin: 2.14285714em 0 0 0;
}
.login-form-links > span {
  display: block;
  margin-bottom: 8px;
}
.login-form-links > span a,
.login-form-links > span .fa {
  color: #f5d006;
}
.login-form-links > span a:hover {
  text-decoration: underline;
}
.error-response {
  color: #d9534f;
}
.noo-ajax-result {
  margin: 15px 0;
}
.noo-ajax-result a {
  color: #f5d006;
}
.noo-ajax-result a:hover {
  text-decoration: underline;
}
.noo-ajax-result .success-response {
  color: #5cb85c;
}
.jform-header {
  background: #34393b;
  padding-top: 50px;
  padding-bottom: 210px;
}
.jform-error {
  color: #d9534f;
  font-size: 0.85714286em;
  display: inline-block;
  margin-top: 5px;
}
.jsteps {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}
.jsteps li {
  float: left;
  display: block;
  text-align: center;
  width: 25%;
}
.jsteps li:first-child .jstep-num:before,
.jsteps li:last-child .jstep-num:before {
  width: 50%;
}
.jsteps li:last-child .jstep-num:before {
  left: 0;
  right: auto;
}
.jsteps.jsteps-2 li {
  width: 50%;
}
.jsteps.jsteps-3 li {
  width: 33.33333333%;
}
.jsteps .jstep-num {
  display: block;
  text-align: center;
  position: relative;
}
.jsteps .jstep-num:before {
  content: "";
  height: 14px;
  width: 100%;
  right: 0;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  background: #2a2e30;
  text-align: center;
}
.jsteps .jstep-num a {
  font-size: 70px;
  display: inline-block;
  background: #34393b;
  position: relative;
  z-index: 1;
  color: #6e7172;
  border: 14px solid #2a2e30;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  line-height: 122px;
  font-family: 'Montserrat', sans-serif;
}
.jsteps .jstep-line {
  text-align: center;
  padding: 38px 0;
  position: relative;
}
.jsteps .jstep-line:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #6e7172;
  top: 50%;
}
.jsteps .jstep-dot {
  width: 16px;
  height: 16px;
  background: #34393b;
  border: 4px solid #6e7172;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.jsteps .jstep-label {
  text-transform: uppercase;
  padding-left: 1.07142857em;
  padding-right: 1.07142857em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 50px;
  color: #6e7172;
}
.jsteps li.completed .jstep-num a,
.jsteps li.active .jstep-num a {
  color: #fff;
  background: #c3a605;
}
.jsteps li.completed .jstep-num a:before,
.jsteps li.active .jstep-num a:before {
  content: "";
  border: 14px solid #f5d006;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.jsteps li.completed .jstep-num i,
.jsteps li.active .jstep-num i {
  font-size: 50px;
}
.jsteps li.completed .jstep-dot,
.jsteps li.active .jstep-dot {
  background: #fff;
}
.jsteps li.completed .jstep-label,
.jsteps li.active .jstep-label {
  color: #fff;
}
.jsteps li.completed .jstep-num a {
  line-height: 100px;
}
@media (max-width: 768px) {
  .jsteps li {
    width: 100% !important;
  }
  .jsteps li .jstep-line {
    display: none;
  }
  .jsteps li .jstep-label {
    padding-top: 30px;
    text-align: left;
    margin-left: 90px !important;
  }
  .jsteps li.completed .jstep-num a {
    line-height: 70px;
  }
  .jsteps li.completed .jstep-num a i {
    font-size: 30px;
  }
  .jsteps .jstep-num {
    float: left;
  }
  .jsteps .jstep-num a {
    font-size: 30px;
    border: 9px solid #2a2e30;
    width: 90px;
    height: 90px;
    line-height: 70px;
  }
  .jsteps .jstep-num a:before {
    border-width: 7px !important;
  }
}
.jform-body {
  margin-top: -210px;
}
.account-actions {
  margin-bottom: 50px;
}
.account-actions a {
  margin-right: 1rem;
}
.account-actions a span.login-label {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 767px) {
  .account-actions a span.login-label {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.jpanel-title {
  text-align: center;
  padding: 1.07142857em;
  background: #f5d006;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.jpanel-title h3 {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.jpanel-body {
  background: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  .jpanel-body {
    padding: 50px 15px;
  }
}
.job-form .control-label,
.account-form .control-label {
  font-weight: 600;
}
.job-form .form-group button,
.account-form .form-group button {
  margin: 0 5px;
}
.job-form .forgot-pass-desc,
.account-form .forgot-pass-desc {
  display: block;
  margin-bottom: 2.14285714em;
}
.job-form .chosen-container-single .chosen-search input[type="text"],
.account-form .chosen-container-single .chosen-search input[type="text"],
.job-form .chosen-container,
.account-form .chosen-container {
  width: 100% !important;
}
.form-title {
  margin-bottom: 30px;
}
.form-title h3 {
  margin-top: 0;
}
.wysihtml5-toolbar li {
  margin: 0 5px 5px 0;
}
.wysihtml5-toolbar .btn,
.wysihtml5-toolbar .widget_newsletterwidget .newsletter-submit {
  font-weight: normal;
  padding: 5px 10px;
  font-size: 11px;
}
.account-form .account-reg-term {
  margin-bottom: 2.14285714em;
}
.account-form .account-reg-term a {
  color: #c3c3c3;
}
.account-form .account-reg-term a:hover {
  text-decoration: underline;
}
.account-form .login-form-links {
  display: none;
}
.account-form.show-login-form-links .login-form-links {
  display: block;
}
.form-actions {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.jpanel + .form-actions {
  margin-top: 0;
}
.job-preview-notice {
  margin-bottom: 30px;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.job-preview-notice > label {
  margin: 0 auto;
  float: none;
}
.job-preview-notice .checkbox {
  text-align: center;
}
.member-plan {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px;
  background: #ebeeef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2.14285714em;
}
.member-plan .no-plan-package {
  font-size: 1.3em;
}
.member-plan .member-plan-choose {
  margin-top: 2.14285714em;
  padding-top: 2.14285714em;
  border-top: 1px solid #ccc;
  text-align: center;
}
.member-plan .col-xs-6 {
  padding-bottom: 1.07142857em;
}
.member-plan .col-xs-6:nth-child(2n+1) {
  clear: both;
}
.member-plan .woo-order-history-link {
  margin-top: 10px;
}
.member-manage {
  font-family: 'Montserrat', sans-serif;
}
.member-manage .btn,
.member-manage .widget_newsletterwidget .newsletter-submit {
  padding: 10px 20px;
}
.member-manage .form-control-flat textarea,
.member-manage .form-control-flat select,
.member-manage .form-control-flat input {
  height: 36px;
}
.member-manage form {
  margin-top: 2.14285714em;
}
.member-manage .member-manage-table {
  overflow: auto;
}
.member-manage .member-manage-table .fa {
  font-size: 18px;
}
.member-manage .action-no-link {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.member-manage .table thead th {
  padding-left: 1.07142857em;
  padding-right: 1.07142857em !important;
  background-color: #ECECEC;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .member-manage .table thead th {
    padding: 1.07142857em;
  }
}
.member-manage .table tbody td {
  padding: 1.07142857em;
  vertical-align: middle;
}
.member-manage .table tbody td.check-column {
  padding-left: 1.07142857em !important;
}
@media (max-width: 767px) {
  .member-manage .table tbody td {
    padding: 1.07142857em;
  }
}
.member-manage .table tbody td em {
  font-size: 0.9em;
}
.member-manage .table tbody td img {
  border-radius: 50%;
}
.member-manage .table tbody td.job-name p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.member-manage .table tbody tr:not(.child):hover {
  background-color: #44494b;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.member-manage .table tbody tr:not(.child):hover a:not(.btn-primary) {
  color: #fff;
}
.member-manage .table tbody tr:not(.child):hover a:not(.btn-primary):hover {
  color: #f5d006;
}
.member-manage .table tbody tr:not(.child):hover h3 {
  color: #fff;
}
.member-manage .table .category-col,
.member-manage .table .location-col {
  max-width: 150px;
}
.member-manage .table .loop-item-wrap .loop-item-title {
  margin-top: 15px;
}
.member-manage .check-column .checkbox {
  padding: 0;
}
.member-manage .check-column .checkbox i {
  position: relative;
}
@media (max-width: 767px) {
  .member-manage .bulk-actions {
    margin-bottom: 2.14285714em;
    float: none !important;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .member-manage .member-manage-page {
    float: none !important;
    text-align: center;
  }
}
.member-manage .noo-job-feature {
  font-size: 1.3em;
}
.member-manage .member-manage-actions {
  white-space: nowrap;
}
.member-manage .member-manage-action {
  font-size: 14px;
  margin: 3px;
}
.member-manage .member-manage-action:first-child {
  margin-left: 0;
}
.member-manage .member-manage-action .fa-history,
.member-manage .member-manage-action .fa-trash-o {
  color: #d9534f;
}
.member-manage .member-manage-toolbar.top-toolbar {
  margin-bottom: 2.14285714em;
}
@media (max-width: 767px) {
  .member-manage .member-manage-toolbar.top-toolbar {
    margin-bottom: 0;
  }
}
.member-manage .member-manage-toolbar.buttom-toolbar {
  margin-top: 2.14285714em;
}
.member-manage .member-manage-toolbar .pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.member-manage .member-manage-toolbar button {
  height: 36px;
  vertical-align: top;
  line-height: 1px;
}
.member-manage .member-manage-toolbar .form-control-flat {
  display: inline-block;
}
.member-manage .member-manage-toolbar .btn-primary,
.member-manage .member-manage-toolbar .widget_newsletterwidget .newsletter-submit {
  font-weight: 600;
}
.member-manage .job-manage-app {
  width: 10%;
  text-align: center;
}
.member-manage .job-manage-expires,
.member-manage .job-manage-actions {
  width: 12%;
  white-space: nowrap;
}
.member-manage .candidate-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.member-manage .btn-refresh-job {
  cursor: pointer;
}
.add-new-location {
  font-weight: 600;
}
.add-new-location a {
  color: #f5d006;
}
.txt-addon {
  text-align: center;
  margin-bottom: 50px;
}
.job-application-status {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.job-application-status.job-application-status-rejected,
.job-application-status.job-application-status-expired {
  background: #a3a3a3;
}
.job-application-status.job-application-status-pending,
.job-application-status.job-application-status-pending_payment,
.job-application-status.job-application-status-PendingApproval {
  background: #e8be2f;
}
.job-application-status.job-application-status-publish,
.job-application-status.job-application-status-active,
.job-application-status.job-application-status-Approved {
  background: #ee5b4c;
}
.job-application-status.job-application-status-inactive {
  background: #000;
}
.jm-status {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  border-radius: 20px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
.jm-status.jm-status-rejected,
.jm-status.jm-status-expired {
  background: #a3a3a3;
}
.jm-status.jm-status-draft {
  background: #3a6f3b;
}
.jm-status.jm-status-pending,
.jm-status.jm-status-pending_payment,
.jm-status.jm-status-PendingApproval {
  background: #e8be2f;
}
.jm-status.jm-status-publish,
.jm-status.jm-status-active,
.jm-status.jm-status-Approved {
  background: #ee5b4c;
}
.jm-status.jm-status-inactive {
  background: #000;
}
.jm-status-text-rejected,
.jm-status-text-expired {
  color: #a3a3a3;
}
.jm-status-text-pending,
.jm-status-text-pending_payment,
.jm-status-text-PendingApproval {
  color: #e8be2f;
}
.jm-status-text-publish,
.jm-status-text-active,
.jm-status-text-Approved {
  color: #ee5b4c;
}
.jm-status-text-inactive {
  color: #000;
}
.company-profile-form .job-manage-toolbar.top-toolbar {
  margin-bottom: 2.14285714em;
}
@media (max-width: 767px) {
  .company-profile-form .job-manage-toolbar.top-toolbar {
    margin-bottom: 0;
  }
}
.company-profile-form .job-manage-toolbar.buttom-toolbar {
  margin-top: 2.14285714em;
}
.company-profile-form .job-manage-toolbar button {
  height: 47px;
}
.job-action {
  margin-top: 2.14285714em;
  margin-bottom: 20px;
}
.job-action .xing-login {
  padding: 1.5px 3px;
}
.job-action .xing-login iframe {
  width: 39px !important;
  height: 39px !important;
  margin-top: 2px;
}
.job-action a {
  margin-left: 1.07142857em;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1.14285714em 1.285714em;
}
@media (max-width: 1200px) {
  .job-action a {
    margin-bottom: 20px;
  }
}
.job-action a:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .job-action a {
    margin-left: 0;
  }
}
.job-action a.bookmark-job-link {
  padding: unset;
  background-color: #d3dcdf;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #ebeeef;
}
.job-action a.bookmark-job-link i:hover {
  color: #f5d006;
}
.job-action a.bookmark-job-link.bookmarked {
  color: #f5d006;
}
.job-sidebar > div {
  background-color: #f9f9f9;
}
.job-sidebar > div + div {
  margin-top: 2.14285714em;
}
.noo-sidebar-wrap .job-social .noo-icon:hover {
  color: #fff;
}
.job-social {
  padding: 2.14285714em;
  background: #ebeeef;
  margin-bottom: 30px;
}
.job-social .noo-social-title {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: 600;
}
.job-social a.company_website {
  width: 100%;
  display: block;
  margin: 1.07142857em 0 0 0;
  color: #f5d006;
  padding: 0;
}
.job-social a.company_website span {
  border-bottom: 1px dotted #f5d006;
  line-height: 0;
  color: #f5d006;
}
.job-social .noo-icon {
  background-color: #d3dcdf;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  margin: 1.07142857em 5px 0 0;
}
.job-social .noo-icon:hover {
  background: #f5d006;
}
.job-social .noo-icon.fa-facebook:hover {
  background: #5873b1;
}
.job-social .noo-icon.fa-twitter:hover {
  background: #4099FF;
}
.job-social .noo-icon.fa-google-plus:hover,
.job-social .noo-icon.fa-link:hover {
  background: #d34836;
}
.job-social .noo-icon.fa-linkedin:hover {
  background: #4875B4;
}
.job-social .noo-icon.fa-pinterest:hover {
  background: #C92228;
}
.job-social .noo-icon.fa-instagram:hover,
.job-social .noo-icon.fa-envelope-o:hover {
  background: #517fa4;
}
.noo-company.noo-company-style2 .noo-company-profile {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.noo-company.noo-company-style2 .noo-company-profile .company-desc {
  background: #fff;
  padding: 0;
}
.noo-company.noo-company-style2 .noo-company-profile .company-desc .company-cf-title {
  font-size: 1.28571429em;
}
.noo-company.noo-company-style2 .noo-company-profile .company-desc .company-custom-fields {
  padding: 0;
}
.noo-company.noo-company-style2 .noo-company-profile .company-desc .job-social {
  background: #fff;
}
.noo-company.noo-company-style2 .noo-company-profile .noo-company-sumary {
  margin-bottom: 50px;
}
.noo-company.noo-company-style2 .noo-company-profile .noo-company-sumary .noo-company-avatar {
  border: 1px solid #e2e2e2;
  float: left;
  width: 140px;
  padding: 16px;
  text-align: center;
}
.noo-company.noo-company-style2 .noo-company-profile .noo-company-sumary .noo-company-name {
  float: left;
  margin-left: 30px;
}
.noo-company.noo-company-style2 .noo-company-profile .noo-company-heading {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
.noo-company.noo-company-style2 .google-map {
  border: 1px solid #e2e2e2;
}
.noo-company.noo-company-style2 .company-cf-title,
.noo-company.noo-company-style2 .noo-company-heading {
  font-family: 'Montserrat', sans-serif;
}
.noo-company.noo-company-style2 .noo-company-profile-line {
  border-top: 1px solid #ccc;
  margin: 70px 0;
}
.company-header {
  width: 100%;
  display: table-cell;
}
.company-header .company-featured {
  max-width: 100px;
}
.company-header .company-title {
  font-size: 16px;
  width: initial;
}
@media (max-width: 767px) {
  .company-header {
    width: 25%;
  }
}
.company-desc {
  padding: 2.14285714em;
  background: #ebeeef;
}
.company-desc strong.company-cf:after {
  content: ":";
}
.company-desc .company-custom-fields {
  padding: 0 0 0;
}
.company-desc .company-custom-fields ul {
  margin-top: 5px;
}
.company-desc .job-social {
  padding: 2.14285714em 0 0;
  margin-bottom: 0;
}
.company-desc .more-jobs {
  margin-top: 2.14285714em;
}
.company-desc .more-jobs ul {
  margin-top: 20px;
}
.loop-item-wrap .show-view-more,
.loop-item-wrap.grid2 .show-view-more,
.list.loop-item-wrap .show-view-more {
  float: right;
  text-align: center;
  position: absolute;
  right: 15px;
}
@media (max-width: 991px) {
  .loop-item-wrap .show-view-more,
  .loop-item-wrap.grid2 .show-view-more,
  .list.loop-item-wrap .show-view-more {
    position: relative;
    left: 0;
  }
  .loop-item-wrap .show-view-more .btn-primary,
  .loop-item-wrap.grid2 .show-view-more .btn-primary,
  .list.loop-item-wrap .show-view-more .btn-primary,
  .loop-item-wrap .show-view-more .widget_newsletterwidget .newsletter-submit,
  .loop-item-wrap.grid2 .show-view-more .widget_newsletterwidget .newsletter-submit,
  .list.loop-item-wrap .show-view-more .widget_newsletterwidget .newsletter-submit {
    float: left;
  }
}
.loop-item-wrap .show-view-more .job-date-ago,
.loop-item-wrap.grid2 .show-view-more .job-date-ago,
.list.loop-item-wrap .show-view-more .job-date-ago {
  width: 100%;
  text-align: center;
  right: 0;
  position: absolute;
  top: 100%;
}
@media (max-width: 991px) {
  .loop-item-wrap .show-view-more .job-date-ago,
  .loop-item-wrap.grid2 .show-view-more .job-date-ago,
  .list.loop-item-wrap .show-view-more .job-date-ago {
    width: auto;
    line-height: 36px;
    top: inherit;
  }
}
.list.loop-item-wrap .item-featured,
.style-1 .loop-item-wrap .item-featured {
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  min-width: 70px;
  display: table-cell;
  float: left;
  position: relative;
}
.list.loop-item-wrap .item-featured img,
.style-1 .loop-item-wrap .item-featured img {
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .list.loop-item-wrap .item-featured,
  .style-1 .loop-item-wrap .item-featured {
    margin-right: 20px;
  }
}
.list.loop-item-wrap .loop-item-content,
.style-1 .loop-item-wrap .loop-item-content {
  display: table-cell;
  width: 90%;
  background: transparent;
}
@media (max-width: 991px) {
  .list.loop-item-wrap .loop-item-content,
  .style-1 .loop-item-wrap .loop-item-content {
    display: contents;
  }
}
.list.loop-item-wrap .loop-item-content .loop-item-title,
.style-1 .loop-item-wrap .loop-item-content .loop-item-title {
  margin-top: 0;
  color: #44494b;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.list.loop-item-wrap .loop-item-content .loop-item-title a,
.style-1 .loop-item-wrap .loop-item-content .loop-item-title a {
  color: #44494b;
  font-size: 14px;
  text-transform: none;
}
.list.loop-item-wrap .loop-item-content .content-meta,
.style-1 .loop-item-wrap .loop-item-content .content-meta {
  display: inline-table;
  font-style: italic;
  font-size: 14px;
  color: #44494b;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .list.loop-item-wrap .loop-item-content .content-meta,
  .style-1 .loop-item-wrap .loop-item-content .content-meta {
    display: contents;
  }
}
.list.loop-item-wrap .loop-item-content .content-meta span a,
.style-1 .loop-item-wrap .loop-item-content .content-meta span a {
  white-space: normal;
  z-index: 2;
  position: relative;
}
.list.loop-item-wrap .loop-item-content .content-meta ul,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul {
  display: table;
  margin: 0;
  padding: 0;
}
.list.loop-item-wrap .loop-item-content .content-meta ul li,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul li {
  display: inline-block;
  margin-right: 2.14285714em;
  line-height: 30px;
}
.list.loop-item-wrap .loop-item-content .content-meta ul li i,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul li i {
  padding-right: 5px;
}
.list.loop-item-wrap .loop-item-content .content-meta ul .job-type.part-time,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul .job-type.part-time {
  color: #458cce;
}
.list.loop-item-wrap .loop-item-content .content-meta ul .job-type.full-time,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul .job-type.full-time {
  color: #f14e3b;
}
.list.loop-item-wrap .loop-item-content .content-meta ul .job-type.freelance,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul .job-type.freelance {
  color: #e6b707;
}
.list.loop-item-wrap .loop-item-content .content-meta ul .job-type.contract,
.style-1 .loop-item-wrap .loop-item-content .content-meta ul .job-type.contract {
  color: #578523;
}
.noo_job.featured-job .list.loop-item-wrap .loop-item-content .content-meta .show-view-more a:before,
.noo_job.featured-job .style-1 .loop-item-wrap .loop-item-content .content-meta .show-view-more a:before {
  content: "\f005";
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f5d006;
  margin-right: 5px;
}
@media (max-width: 991px) and (min-width: 481px) {
  .list.loop-item-wrap .loop-item-content,
  .style-1 .loop-item-wrap .loop-item-content {
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 480px) {
  .list.loop-item-wrap .loop-item-content,
  .style-1 .loop-item-wrap .loop-item-content {
    padding-left: 0 !important;
    width: 100% !important;
    margin-top: 15px;
  }
}
.list.loop-item-wrap .show-view-more .btn-primary,
.style-1 .loop-item-wrap .show-view-more .btn-primary,
.list.loop-item-wrap .show-view-more .widget_newsletterwidget .newsletter-submit,
.style-1 .loop-item-wrap .show-view-more .widget_newsletterwidget .newsletter-submit {
  padding: 10px 20px;
}
.jobs article {
  padding: 30px 20px 20px !important;
  width: 100%;
  clear: both;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jobs article:hover {
  cursor: pointer;
  background: #44494B !important;
}
.jobs article:hover h2 > a,
.jobs article:hover span,
.jobs article:hover span.job-company > a,
.jobs article:hover span.job-category > a,
.jobs article:hover time,
.jobs article:hover em,
.jobs article:hover .show-view-more > a {
  color: #fff !important;
}
.jobs article:nth-child(2n+1) {
  background: #f8f8f8;
}
.jobs article.style-1:nth-child(2n+1) {
  background: #f8f8f8;
}
.jobs article.style-1:nth-child(2n+1) .item-featured {
  background-color: #fff;
}
.jobs article.style-1:nth-child(even) .item-featured {
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .jobs article.style-1 {
    padding: 2em;
  }
}
.jobs article.style-2 {
  border: thin solid #ddd;
  margin-bottom: 20px;
}
.jobs .btn-loadmore {
  font-weight: 600;
}
.jobs:after {
  clear: both;
  content: '';
  display: table;
}
.pagination-top .jobs-shortcode {
  position: relative;
}
.pagination-top .jobs-shortcode .pagination {
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  margin-top: 0;
}
.pagination-top .jobs-shortcode .pagination .page-numbers {
  background-color: #e8be2f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 767px) {
  .pagination-top .jobs-shortcode {
    margin-bottom: 30px;
  }
}
.slider .posts-loop-title {
  float: left;
}
.slider .posts-loop-title :before {
  clear: both;
}
.slider .pagination {
  margin: 0;
}
.slider .owl-buttons .owl-prev:after {
  content: '\f053';
  font-family: FontAwesome;
}
.slider .owl-buttons .owl-next:after {
  content: '\f054';
  font-family: FontAwesome;
}
.slider.style-2 {
  position: relative;
}
.slider.style-2 .owl-buttons {
  position: inherit;
}
.slider.style-2 .owl-buttons > div {
  position: absolute;
  top: 40%;
  margin: 0;
}
.slider.style-2 .owl-buttons .owl-prev {
  left: 5px;
}
.slider.style-2 .owl-buttons .owl-next {
  right: 5px;
}
.slider.style-2 .loop-item-wrap {
  padding: 8% 0;
  border: 1px solid #ddd;
}
.slider.style-2 .loop-item-wrap .item-title-bar .item-featured {
  padding: 10px 40px 10px;
  text-align: center;
  width: 100%;
}
.slider.style-2 .loop-item-wrap .item-title-bar .item-featured img {
  width: 140px;
  height: 140px;
}
.slider.style-2 .loop-item-wrap .item-title-bar .items {
  padding: 10px 6% 0;
  height: 50px;
}
.slider.style-2 .loop-item-wrap .item-title-bar .items .item-company {
  display: none;
}
.slider.style-2 .loop-item-wrap .item-info {
  padding: 0 6% 10px;
}
.slider.style-2 .loop-item-wrap .item-excerpt {
  padding: 10px 6%;
  max-height: 84px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.slider.style-2 .loop-item-wrap .item-view-more {
  padding: 20px 6% 0;
  text-align: center;
}
.slider .noo_job {
  padding: 0px !important;
  max-width: 100%;
}
.slider.style-1 .noo_job {
  background-color: #f9f9f9;
  overflow: hidden;
}
.slider.style-1 .loop-item-wrap {
  padding: 8%;
}
.slider.style-1 .loop-item-wrap .item-title-bar {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.slider.style-1 .loop-item-wrap .item-title-bar .item-featured {
  margin-right: 15px;
}
.slider.style-1 .loop-item-wrap .item-title-bar .items {
  padding-left: 80px;
}
.slider.style-1 .loop-item-wrap .item-info {
  border-bottom: 1px solid #ddd;
}
.slider .slider-wrapper > .noo_job + .noo_job {
  display: none;
}
.slider .loop-item-wrap .item-title-bar .items {
  height: 70px;
}
.slider .loop-item-wrap .item-title-bar .item-title {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider .loop-item-wrap .item-title-bar .item-company {
  font-size: 13px;
  font-weight: normal;
  margin: -14px 0px;
  padding: 0px;
  font-style: italic;
}
.slider .loop-item-wrap .item-title-bar .item-company a {
  color: #757879;
}
.slider .loop-item-wrap .item-info {
  margin-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}
.slider .loop-item-wrap .item-info span {
  padding: 0 15px 0 0;
}
.slider .loop-item-wrap .item-excerpt {
  max-height: 150px;
  overflow: hidden;
  padding: 10px 0;
}
.slider .loop-item-wrap .item-view-more {
  text-align: right;
  padding-top: 30px;
}
.slider .loop-item-wrap .item-view-more .btn,
.slider .loop-item-wrap .item-view-more .widget_newsletterwidget .newsletter-submit {
  padding: 10px 20px;
}
.slider .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.slider .owl-buttons div {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  background-color: #e8be2f !important;
}
.single-noo_job .jobs.related-jobs,
.single-noo_job .comments-area {
  border-top: 1px solid #dfdfdf;
  padding: 40px 0 0;
}
.single-noo_job .job-cf strong {
  vertical-align: top;
}
.single-noo_job .entry-tags + .jobs.related-jobs {
  border-top: none;
  margin: 0;
}
.single-noo_job .comments-area #respond {
  margin-top: 0;
}
.job-type.part-time {
  color: #458cce;
}
.job-type.full-time {
  color: #f14e3b;
}
.job-type.freelance {
  color: #e6b707;
}
.job-type.contract {
  color: #578523;
}
.noo_job.noo_job-style-2.featured-job:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #f5d006;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.noo_job.noo_job-style-2.featured-job:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
}
.noo_job.noo_job-style-2 .noo-job-bookmark-2 {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.noo_job.noo_job-style-2 .noo-job-bookmark-2 .bookmark-job .fa:before {
  content: "\f055";
}
.noo_job.noo_job-style-2 .noo-job-bookmark-2 .bookmark-job.bookmarked .fa:before {
  content: "\f058";
}
.noo_job.noo_job-style-2 .noo-job-bookmark-2 .fa.fa-bookmark:before {
  content: "\f058";
}
.noo_job .btn-quick-view:before {
  border-bottom: solid 0 transparent;
  border-right: solid 38px #8C8B8B;
  border-top: solid 38px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.noo_job .btn-quick-view:after {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 3px;
  bottom: 6px;
  color: #fff;
  font-weight: 200;
}
.company-letters {
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
  margin-bottom: 1.07142857em;
}
.company-letters a {
  display: inline-block;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-right: 17px;
}
.company-letters a.selected {
  color: #f5d006;
}
.companies-overview.masonry-container {
  padding: 0;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  font-weight: 600;
  max-width: 100%;
}
.companies-overview.masonry-container li.masonry-item {
  list-style: none;
  padding-bottom: 0;
  margin-top: 2.14285714em;
  min-width: 235px;
  min-height: 159px;
}
.companies-overview.masonry-container li.masonry-item.company-group {
  min-height: 200px;
}
@media (min-width: 768px) {
  .companies-overview.masonry-container li.masonry-item {
    width: calc((100% - 30px)/2);
  }
}
@media (min-width: 992px) {
  .companies-overview.masonry-container li.masonry-item {
    width: calc((100% - 60px)/3);
  }
}
@media (min-width: 1200px) {
  .companies-overview.masonry-container li.masonry-item {
    width: calc((100% - 90px)/4);
  }
}
.companies-overview.masonry-container li.masonry-item > .company-letter {
  padding-top: 0;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 18px;
  padding-bottom: 15px;
}
.companies-overview.masonry-container li.masonry-item ul {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  padding: 1.07142857em 0;
}
.companies-overview.masonry-container li.masonry-item ul > li {
  line-height: 30px;
}
.companies-overview.masonry-container li.masonry-item ul > li a {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.widget .jobs-count {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.job-head {
  padding-bottom: 2.14285714em;
  border-bottom: 1px solid #ddd;
}
.job-head .job-title {
  font-size: 2.14285714em;
  margin: 0;
  font-weight: 600;
}
.package-modal {
  width: 550px;
}
.noo-pricing-column.featured .package-modal .modal-body {
  background: #44494b;
  color: #fff;
}
.package-modal .pricing-value {
  margin-top: 0;
}
.package-modal .package-content {
  margin-top: 20px;
}
.slider article:hover {
  background: #f9f9f9 !important;
}
.slider article:hover em,
.slider article:hover i.fa-map-marker {
  color: #000 !important;
}
.noo-list-job-category .noo-heading-title {
  text-align: center;
}
.noo-list-job-category .view-more {
  text-align: center;
}
@media (max-width: 480px) {
  .noo-list-job-category .view-more {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 576px) {
  .noo-list-job-category {
    padding-top: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .noo-list-job-category {
    padding-top: 15%;
  }
}
.noo-list-job-category .noo-list-job-category-content {
  margin: 35px 0;
}
.noo-list-job-category .noo-list-job-category-content ul {
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", serif;
}
.noo-list-job-category .noo-list-job-category-content.style-1 a:hover .job-count {
  color: #44494b;
}
.noo-list-job-category .noo-list-job-category-content.style-1 a:hover:after {
  color: #44494b;
}
.noo-list-job-category .noo-list-job-category-content.style-1 ul {
  padding: 35px 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.noo-list-job-category .noo-list-job-category-content.style-1 ul li {
  position: relative;
}
.noo-list-job-category .noo-list-job-category-content.style-1 ul li a {
  border-top: 1px solid #ccc;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.noo-list-job-category .noo-list-job-category-content.style-1 ul li a .job-count {
  font-weight: normal;
  display: block;
  font-family: "Droid Serif", serif;
}
.noo-list-job-category .noo-list-job-category-content.style-1 ul li a:after {
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  content: "\f105";
  right: 15px;
  top: 40%;
}
.noo-list-job-category .noo-list-job-category-content.style-1.noo-list-job-category-col-3 li:nth-child(-n+3) a {
  border-top: none;
}
@media (max-width: 767px) {
  .noo-list-job-category .noo-list-job-category-content.style-1.noo-list-job-category-col-3 li:nth-child(-n+3) a {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .noo-list-job-category .noo-list-job-category-content.style-1.noo-list-job-category-col-3 li:first-child a {
    border-top: none;
  }
}
.noo-list-job-category .noo-list-job-category-content.style-1.noo-list-job-category-col-4 li:nth-child(-n+4) a {
  border-top: none;
}
@media (max-width: 767px) {
  .noo-list-job-category .noo-list-job-category-content.style-1.noo-list-job-category-col-4 li:nth-child(-n+4) a {
    border-top: 1px solid #ccc;
  }
}
.noo-list-job-category .noo-list-job-category-content.style-2 ul {
  padding: 0;
}
.noo-list-job-category .noo-list-job-category-content.style-2 ul li a {
  color: #44494b;
  font-size: 16px;
}
.noo-list-job-category .noo-list-job-category-content.style-2 ul li a span {
  color: #e8be2f;
}
.noo-job-list-column {
  padding-bottom: 30px;
}
.noo-job-list-column .noo_job-list-column-item {
  margin-bottom: 20px;
}
.noo-job-list-column .loop-item-type {
  margin-top: 5px;
}
.noo-job-list-column .loop-item-type span {
  margin-left: 5px;
  font-style: italic;
}
.noo-job-list-column .loop-item-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #44494b;
  font-size: 1.14285714em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.noo-job-list-column .loop-item-title a {
  font-family: "Droid Serif", serif;
  color: #44494b;
  text-transform: none;
}
.noo-job-list-column .loop-item-title a:hover {
  color: #f5d006;
}
.noo-job-list-column .loop-item-company {
  font-size: 1.14285714em;
  color: #44494b;
}
.noo-job-list-column.noo-job-list-column-4 .noo_job-list-column-item:nth-child(4n+1) {
  clear: both;
}
.noo-job-list-column.noo-job-list-column-3 .noo_job-list-column-item:nth-child(3n+1) {
  clear: both;
}
.noo-job-list-column-heading h3 {
  margin: 0;
}
.noo-job-list-btn {
  text-align: center;
}
.company-list .company-item {
  margin-bottom: 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
}
.company-list .company-item .company-item-thumbnail {
  padding: 35px;
  position: relative;
  text-align: center;
}
.company-list .company-item .company-item-thumbnail .btn-company {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -150%);
  opacity: 0;
  z-index: 21;
  transition: transform 200ms linear, background 0.2s ease;
  -moz-transition: transform 200ms linear, background 0.2s ease;
  -webkit-transition: transform 200ms linear, background 0.2s ease;
  padding: 10px 20px;
}
.company-list .company-item .company-item-thumbnail:hover:after {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.company-list .company-item .company-item-thumbnail:hover .btn-company {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: transform 200ms linear, background 0.2s ease;
  -moz-transition: transform 200ms linear, background 0.2s ease;
  -webkit-transition: transform 200ms linear, background 0.2s ease;
}
.company-list .company-item .company-item-thumbnail:hover img {
  filter: blur(4px);
}
.company-list .company-item .company-item-thumbnail:after {
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.company-list .company-item .company-item-meta {
  padding: 25px;
}
.company-list .company-item .company-item-meta a {
  font-weight: 600;
  color: #44494b;
}
.company-list .company-item .company-item-meta .job-count {
  margin-left: 10px;
  font-size: 14px;
}
.company-list .company-item .company-item-meta .fa {
  color: #f5d006;
}
.company-list .company-item.featured-company:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #f5d006;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 22;
}
.company-list .company-item.featured-company:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  z-index: 23;
}
.company-list .company-list-item:nth-child(3n+1) {
  clear: both;
}
.job-careerjet-form {
  margin-bottom: 45px;
  text-align: center;
}
.job-careerjet-form .form-control,
.job-careerjet-form .widget_newsletterwidget .newsletter-email,
.job-careerjet-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 25%;
  display: inline-block;
}
.job-careerjet-form .advance-search-form-control {
  width: 25%;
  display: inline-block;
}
.job-careerjet-form .advance-search-form-control .form-control,
.job-careerjet-form .advance-search-form-control .widget_newsletterwidget .newsletter-email,
.job-careerjet-form .advance-search-form-control .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
.job-careerjet-form .btn-search {
  display: inline-block;
  height: 50px;
  width: 20%;
}
.job-quick-view-wrap {
  display: none;
}
.loop-item-wrap:after {
  display: table;
  clear: both;
  content: '';
}
.loop-item-wrap.expand .job-quick-view-wrap {
  display: block;
}
.loop-item-wrap .item-featured {
  overflow: hidden;
  width: 10%;
  min-width: 80px;
  float: left;
  position: relative;
}
.loop-item-wrap .item-featured img {
  width: 80px;
  height: 80px;
}
.loop-item-wrap .show-view-more .btn,
.loop-item-wrap .show-view-more .widget_newsletterwidget .newsletter-submit {
  padding: 10px 30px;
}
@media (max-width: 991px) {
  .loop-item-wrap .show-view-more {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
.show-quick-view {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jobs article.noo_job:hover .show-quick-view {
  opacity: 1;
}
.modal-job .modal-body {
  max-height: 540px;
  overflow: auto;
}
.btn-quick-view-popup {
  float: right;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .btn-quick-view-popup {
    margin-top: 0;
    margin-right: 10px;
  }
}
.btn-quick-view-popup.loading {
  opacity: 0.3;
  cursor: progress;
}
.job-quick-view-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.job-quick-view-header .content-meta {
  float: none;
}
.job-quick-view-header .content-meta > span > a {
  white-space: initial;
}
.pac-container {
  z-index: 999999;
}
.add-new-location-submit {
  height: 46px;
  position: absolute;
  right: 12px;
  top: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.noo-resume-archive-before,
.noo-job-archive-before {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.noo-resume-archive-before .noo-display-type,
.noo-job-archive-before .noo-display-type {
  float: left;
}
.noo-resume-archive-before .noo-display-type .noo-type-btn,
.noo-job-archive-before .noo-display-type .noo-type-btn {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 10px;
  line-height: 1;
}
.noo-resume-archive-before .noo-display-type .noo-type-btn.active,
.noo-job-archive-before .noo-display-type .noo-type-btn.active,
.noo-resume-archive-before .noo-display-type .noo-type-btn:hover,
.noo-job-archive-before .noo-display-type .noo-type-btn:hover {
  border-color: #f5d006;
  color: #f5d006;
}
.noo-resume-archive-before:after,
.noo-job-archive-before:after {
  display: table;
  clear: both;
  content: "";
}
.noo-btn-job-alert-form {
  float: left;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.noo-btn-job-alert-form i {
  margin-right: 10px;
}
.noo-btn-job-alert-form:hover {
  border-color: #e8be2f;
}
@media (min-width: 768px) {
  .noo-form-job-alert-dialog {
    width: 650px;
  }
  .row.is-flex,
  .noo-pricing-table.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.is-flex > [class*='col-'],
  .noo-pricing-table.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.noo-job-list2 .noo-job-item {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dedede;
}
.noo-job-list2 .noo-job-item .company-logo {
  float: left;
  width: 100px;
}
.noo-job-list2 .noo-job-item .company-logo img {
  max-width: 80px;
}
.noo-job-list2 .noo-job-item h3 {
  margin-top: 0;
  color: #6e7172;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
  margin-right: 70px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noo-job-list2 .noo-job-item .job-info {
  padding: 3px;
}
.noo-job-list2 .noo-job-item .item-excerpt {
  margin-top: 0;
  color: #6e7172;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noo-job-list2 .noo-job-item .company-name {
  font-style: italic;
}
.noo-job-list2 .noo-job-item .job-date-ago {
  font-size: 12px;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: 20px;
  right: 20px;
}
.noo-job-list2 .noo-job-item .job-meta {
  margin-top: 25px;
}
.noo-job-list2 .noo-job-item .job-meta .content-meta > span > a {
  white-space: inherit;
}
.noo-job-list2 .noo-job-item .btn-quick-view-popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.noo-job-list2 .noo-job-item:hover {
  background-color: #43494C;
  color: #fff;
  border-color: #43494C;
}
.noo-job-list2 .noo-job-item:hover h3,
.noo-job-list2 .noo-job-item:hover a {
  color: #fff !important;
}
.noo-job-list2 .noo-job-item:hover .item-excerpt {
  color: #fff !important;
}
.noo-job-list2 .noo-job-item:hover .show-quick-view {
  opacity: 1;
}
.noo-job-list2 .noo-job-item:after {
  display: table;
  clear: both;
  content: "";
}
.noo-job-list2 .noo-job-item.featured-job:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #e8be2f;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.noo-job-list2 .noo-job-item.featured-job:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
}
.noo-job-grid .noo-job-item {
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.noo-job-grid .noo-job-item .company-logo {
  float: left;
  width: 100px;
}
.noo-job-grid .noo-job-item .company-logo img {
  max-width: 80px;
}
.noo-job-grid .noo-job-item h3 {
  margin-top: 0;
  color: #6e7172;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
}
.noo-job-grid .noo-job-item .company-name {
  font-style: italic;
}
.noo-job-grid .noo-job-item .job-date-ago {
  font-size: 12px;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .noo-job-grid .noo-job-item .job-date-ago {
    margin-left: 0;
    position: relative;
    display: block;
    margin-top: 8px;
    bottom: 0;
    left: 0;
  }
}
.noo-job-grid .noo-job-item .job-meta {
  margin-top: 25px;
}
.noo-job-grid .noo-job-item .job-meta .content-meta > span > a {
  white-space: inherit;
}
.noo-job-grid .noo-job-item .btn-quick-view-popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.noo-job-grid .noo-job-item:hover {
  background-color: #43494C;
  color: #fff;
  border-color: #43494C;
}
.noo-job-grid .noo-job-item:hover h3,
.noo-job-grid .noo-job-item:hover a {
  color: #fff !important;
}
.noo-job-grid .noo-job-item:hover .show-quick-view {
  opacity: 1;
}
.noo-job-grid .noo-job-item:after {
  display: table;
  clear: both;
  content: "";
}
.noo-job-grid .noo-job-item.featured-job:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #e8be2f;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.noo-job-grid .noo-job-item.featured-job:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
}
.noo-job-grid2 .noo-job-item {
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noo-job-grid2 .noo-job-item .company-logo {
  float: left;
  width: 20%;
}
.noo-job-grid2 .noo-job-item .company-logo img {
  max-width: 80px;
}
@media (max-width: 991px) {
  .noo-job-grid2 .noo-job-item .company-logo {
    margin-right: 20px;
  }
  .noo-job-grid2 .noo-job-item .company-logo img {
    max-width: 100%;
  }
}
.noo-job-grid2 .noo-job-item .company-info {
  width: 80%;
  float: right;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .noo-job-grid2 .noo-job-item .company-info {
    display: contents;
  }
}
.noo-job-grid2 .noo-job-item h3 {
  margin-top: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: calc((100% - 80px));
}
.noo-job-grid2 .noo-job-item .company-name {
  font-style: italic;
}
.noo-job-grid2 .noo-job-item .job-date-ago {
  float: right;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: 20px;
  top: 20px;
}
.noo-job-grid2 .noo-job-item .job-meta .content-meta > span > a {
  white-space: inherit;
}
.noo-job-grid2 .noo-job-item .btn-quick-view-popup {
  position: absolute;
  right: 0;
  bottom: 0;
}
.noo-job-grid2 .noo-job-item:hover {
  -webkit-box-shadow: 0 0 21px -3px #ddd;
  -moz-box-shadow: 0 0 21px -3px #ddd;
  -ms-box-shadow: 0 0 21px -3px #ddd;
  -o-box-shadow: 0 0 21px -3px #ddd;
  box-shadow: 0 0 21px -3px #ddd;
}
.noo-job-grid2 .noo-job-item:hover .show-quick-view {
  opacity: 1;
}
.noo-job-grid2 .noo-job-item:after {
  display: table;
  clear: both;
  content: "";
}
.noo-btn-bookmark.bookmarked {
  color: #e8be2f;
}
.noo-job-list-row .job-date-ago {
  font-size: 12px;
}
@media (max-width: 550px) {
  .banner-getnow .banner-left,
  .banner-getnow .banner-right {
    width: 100%;
  }
  .banner-getnow .vc_btn3-container {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .job-tools {
    margin-top: 10px;
    margin-left: 3px;
  }
}
.job-tools .noo-icon-tool {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.loop-item-wrap.list .noo-icon-tool .noo-tool-label {
  font-style: italic;
}
.job-date-ago {
  letter-spacing: 0.5px;
}
.noo-social-share {
  position: absolute;
  bottom: 0;
  display: block;
  left: 100%;
  padding-left: 15px;
  width: 200px;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noo-tool-share:hover .noo-social-share {
  opacity: 1;
  display: block;
}
.noo-tool-share a {
  padding: 0px 5px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .banner-icon {
    position: relative;
  }
  .banner-icon:after {
    content: '\f07e' !important;
    font-family: FontAwesome;
    font-size: 36px;
    margin-top: 12%;
    color: #fff;
    padding: 8px 22px;
    background-color: #e8be2f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .banner-elementor-icon {
    position: relative;
  }
  .banner-elementor-icon:after {
    content: '\f07e' !important;
    font-family: FontAwesome;
    font-size: 36px;
    color: #fff;
    padding: 8px 22px;
    background-color: #e8be2f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
}
.vc_tta-style-outline .vc_tta-tabs-container {
  margin-bottom: 30px !important;
}
.vc_tta-style-outline .vc_tta-tabs-container ul {
  margin-left: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.vc_tta-style-outline .vc_tta-tabs-container ul li {
  margin-right: 30px !important;
}
.vc_tta-style-outline .vc_tta-tabs-container ul li a {
  padding: 0 0 14px !important;
  border: none !important;
  color: #44494b !important;
  font: 600 16px "Montserrat", serif;
}
.vc_tta-style-outline .vc_tta-tabs-container ul li.vc_active a {
  border-bottom: 3px solid #e8be2f !important;
  color: #e8be2f !important;
}
.vc_tta-style-outline .vc_tta-tabs-container ul li:last-child {
  margin-right: 0 !important;
}
.vc_tta-style-outline .vc_tta-panel-title a {
  color: #e8be2f !important;
}
.vc_tta-style-outline .vc_tta-panel-body {
  border: none !important;
  background-color: #fff !important;
}
.noo_job.job-careerjet-item:nth-child(2n+1) {
  background: #f8f8f8;
}
.noo_job.job-careerjet-item .btn,
.noo_job.job-careerjet-item .widget_newsletterwidget .newsletter-submit {
  padding: 10px 30px;
}
.company-cf-title,
.noo-company-heading {
  font-family: 'Montserrat', sans-serif;
}
.noo-company-contact .noo-company-contact-title {
  font-size: 1.28571429em;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.noo-job-alert-notice.success {
  color: #298004;
}
.noo-job-alert-notice.error {
  color: #ff1d20;
}
.btn-clone-job,
.btn-refresh-job {
  font-size: 16px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
/*  Job detail style 2 */
.job-details.style2 .page-title {
  font-size: 2.14285714em;
  margin: 0;
  font-weight: 600;
}
.job-details.style2 .page-title .count {
  font-size: 14px;
  background-color: #f5d006;
  padding: 7px 20px;
  margin-right: 15px;
  border-radius: 18px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #fff;
}
.job-details.style2 .page-title .count.applications {
  background-color: #ee5b4c;
  color: #fff;
}
.job-details.style2 .content-meta {
  margin-bottom: 30px;
}
.job-details.style2 .content-meta .job-_full_address {
  display: block;
}
.job-details.style2 .content-meta span .fa {
  color: #e6b707;
}
.job-details.style2 .content-meta span.job-date span {
  width: 36%;
}
.job-details.style2 .job-custom-fields {
  display: table;
  padding: 20px 40px 0px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin: 0;
}
.job-details.style2 .job-custom-fields .job-cf strong {
  display: block;
}
.job-details.style2 .job-custom-fields ul li {
  max-height: 190px;
}
@media (max-width: 480px) {
  .job-details.style2 .job-custom-fields ul li {
    width: 100%;
  }
}
.job-detail-3 .job-custom-fields,
.job-detail-4 .job-custom-fields {
  display: table;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin: 0;
}
.job-detail-3 .job-custom-fields ul,
.job-detail-4 .job-custom-fields ul {
  margin-bottom: 0;
}
.job-detail-3 .job-custom-fields.feature-fields ul,
.job-detail-4 .job-custom-fields.feature-fields ul {
  padding: 15px;
}
.job-detail-3 .job-custom-fields.feature-fields ul li.job-cf span,
.job-detail-4 .job-custom-fields.feature-fields ul li.job-cf span {
  padding-left: 25px;
}
.map-style-2 {
  display: inline-block;
}
.map-style-2 .noo-job-location {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.map-style-2 .noo-job-full-address-wrap {
  clear: both;
}
#company-desc .company-header {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}
#company-desc .company-header .company-featured {
  padding: 0;
  max-width: 100px;
  padding-top: 0;
  padding-right: 20px;
}
#company-desc .company-header .company-info-style2 {
  margin-left: 10px;
}
#company-desc .company-header .company-info-style2 .company-title {
  margin: 0;
  margin-bottom: 5px;
}
#company-desc .company-header .company-info-style2 .slogan {
  margin-bottom: 5px;
}
#company-desc .company-header .company-info-style2 .job-social {
  padding: 0;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  border-radius: 0;
  margin: 0 0 5px 0;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-link {
  background: #d34836;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-facebook {
  background: #5873b1;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-twitter {
  background: #4099FF;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-linkedin {
  background: #4875B4;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-instagram {
  background: #517fa4;
}
#company-desc .company-header .company-info-style2 .job-social a.noo-icon.fa-google-plus {
  background: #d34836;
}
.video-gallery-fields ul {
  padding: 0;
}
.video-gallery-fields ul li {
  list-style: none;
}
.video-gallery-fields ul li .cf-image_gallery-value {
  margin: 0 -7px;
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item {
  transition: opacity 0.35s;
  padding: 0 7px;
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  bottom: 15px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  bottom: 15px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-gallery-fields ul li .cf-image_gallery-value .noo-lightbox-item img {
  width: 100%;
}
.entry-tags-social {
  display: inline-block;
  position: relative;
  margin: 40px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  vertical-align: middle;
}
.entry-tags-social .entry-tags {
  float: left;
  border: none;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
  width: 50%;
  padding-top: 5px;
}
@media (max-width: 567px) {
  .entry-tags-social .entry-tags {
    width: 100%;
  }
}
.entry-tags-social .entry-tags a {
  padding: 0.35714286em 0.14285714em;
}
.entry-tags-social .job-social {
  float: right;
  display: flex;
  padding: 0;
  background: inherit;
  margin: 0;
  align-items: center;
}
@media (max-width: 567px) {
  .entry-tags-social .job-social {
    float: none;
    display: inline-flex;
  }
}
.entry-tags-social .job-social a.noo-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
}
.noo-mb-job-location {
  margin-top: 20px;
}
.single-job-location {
  clear: both;
}
.job-details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.tag-required {
  display: block !important;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.noo-datatable {
  width: 100% !important;
}
.noo-datatable td {
  word-wrap: break-word;
}
.noo-datatable td span.table-icon {
  float: left;
  margin-right: 5px;
}
.noo-datatable td.resume-title p,
.noo-datatable td.job-title p {
  margin: 0;
}
table.noo-datatable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  position: static;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
table.dataTable > tbody > tr.child ul.dtr-details .jm-status.jm-status-pending,
table.dataTable > tbody > tr.child ul.dtr-details .jm-status.jm-status-draft {
  width: 100%;
}
.noo-job-archive-before {
  display: block;
  width: 100%;
}
.posts-loop-title {
  margin-bottom: 30px;
}
.admin-bar .lg-outer {
  top: 32px;
}
.single-noo_job .noo-job-archive-before {
  display: none;
  visibility: hidden;
}
.job-message-job-status {
  margin-bottom: 10px;
}
.job-message-job-status .jm-status-job-expired {
  font-size: 14px;
  background: #a3a3a3;
  padding: 7px 20px;
  margin-right: 15px;
  border-radius: 18px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #fff;
}
.noo-job-map .myinfobox .loop-item-wrap .item-featured {
  float: left;
  min-width: 60px;
  margin-right: 10px;
}
.noo-job-map .myinfobox .loop-item-wrap .item-featured img {
  width: 60px;
  height: 60px;
}
.noo-job-map .myinfobox .loop-item-wrap .loop-item-content .content-meta .job-company {
  display: none;
}
.noo-job-map .myinfobox .loop-item-wrap .loop-item-content .content-meta strong {
  font-weight: normal;
}
.noo-job-map .group-content .company-info i,
.noo-job-map .group-content .job-info i {
  color: #0000005e;
  font-size: 14px;
  margin-right: 5px;
}
.MicrosoftMap .Infobox {
  border: 1px solid #cacaca !important;
  top: -50px !important;
}
.MicrosoftMap .Infobox .infobox-body {
  max-width: 400px !important;
  width: 300px !important;
}
.MicrosoftMap .Infobox .infobox-info {
  margin-right: 0 !important;
  overflow-y: hidden !important;
  overflow-y: scroll !important;
  max-height: 280px !important;
}
.MicrosoftMap .Infobox .infobox-info:hover {
  overflow-y: scroll !important;
}
.MicrosoftMap .Infobox .infobox-info .loop-item-wrap .item-featured {
  float: left;
  min-width: 60px;
}
.MicrosoftMap .Infobox .infobox-info .loop-item-wrap .item-featured img {
  width: 60px;
  height: 60px;
}
.MicrosoftMap .Infobox .infobox-info .loop-item-wrap .content-meta .job-company {
  display: none;
}
.MicrosoftMap .Infobox .infobox-info .loop-item-wrap .content-meta strong {
  font-weight: normal;
}
#distance_message {
  color: red;
}
.job-advanced-search-wrap #distance_message {
  color: red;
  position: absolute;
  width: 200%;
}
a.upgrade {
  color: #e8be2f;
}
/* Job filter in mobile */
.mobile-job-filter {
  display: none;
}
@media (max-width: 799px) {
  .post-type-archive-noo_resume .noo-sidebar.col-md-4,
  .post-type-archive-noo_job .noo-sidebar.col-md-4 {
    position: static;
  }
  .post-type-archive-noo_resume .widget_noo_advanced_resume_search_widget,
  .post-type-archive-noo_job .widget_noo_advanced_resume_search_widget,
  .post-type-archive-noo_resume .widget_noo_advanced_job_search_widget,
  .post-type-archive-noo_job .widget_noo_advanced_job_search_widget {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 2px 6px 0px #c5c5c5;
    top: 80px;
    left: -100%;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .post-type-archive-noo_resume .widget_noo_advanced_resume_search_widget.on-filter,
  .post-type-archive-noo_job .widget_noo_advanced_resume_search_widget.on-filter,
  .post-type-archive-noo_resume .widget_noo_advanced_job_search_widget.on-filter,
  .post-type-archive-noo_job .widget_noo_advanced_job_search_widget.on-filter {
    left: 0;
    opacity: 1;
  }
  .mobile-job-filter {
    display: block;
    position: relative;
    padding: 6px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .mobile-job-filter.active,
  .mobile-job-filter:hover {
    color: #e8be2f;
    border-color: #e8be2f;
  }
}
.result-filter-wraper {
  display: none;
}
.value-filter-selected {
  box-shadow: 0px 5px 15px -5px #c5c5c5;
}
.value-filter-selected .inner {
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.value-filter-selected .inner .results-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.value-filter-selected .inner .results-filter li {
  float: left;
  margin: 5px 10px 5px 0;
}
.value-filter-selected .inner .results-filter a {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 6px 15px 2px;
  color: #555555;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(0);
}
.value-filter-selected .inner .close-value {
  padding-right: 6px;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  transform: translateY(2px);
}
.proximity_slider {
  background: #eeeeee;
  height: 5px;
  position: relative;
  text-align: left;
  margin-bottom: 1em;
  border-radius: 5px;
}
.proximity_slider .ui-slider-range {
  background: #e8be2f;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 7em;
  display: block;
  border: 0;
  border-radius: 5px;
}
.proximity_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  top: -8px;
  background: #fff;
  border: 2px solid #e8be2f;
  margin-left: -10px;
}
.search-distance-label .text-distance {
  padding-top: 2px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  border: none;
  color: #e8be2f;
}
.noo-page-job-heading-3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.noo-page-job-heading-3 .logo-company {
  float: left;
  margin-right: 30px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.noo-page-job-heading-3 .logo-company img {
  width: 160px;
}
.noo-page-job-heading-3 .logo-company .company-title {
  color: #fff;
}
@media (max-width: 480px) {
  .noo-page-job-heading-3 .logo-company {
    float: none;
    margin-right: 0;
  }
}
.noo-page-job-heading-3 .page-sub-heading-info {
  opacity: 1;
}
.noo-page-job-heading-3 .page-sub-heading-info .content-meta {
  margin-top: 5px;
}
.noo-page-job-heading-3 .page-sub-heading-info .content-meta .job-full-address,
.noo-page-job-heading-3 .page-sub-heading-info .content-meta .job-category {
  display: block;
}
@media (max-width: 480px) {
  .noo-page-job-heading-3 .page-sub-heading-info {
    text-align: center;
  }
}
.noo-page-job-heading-3 .page-heading-info {
  margin-top: 0;
}
.noo-page-job-heading-3 .page-heading-info .page-title .count-application {
  margin-bottom: 10px;
}
.noo-page-job-heading-3 .page-heading-info .page-title .count-application .count:first-child {
  margin-left: 0;
}
.noo-page-job-heading-3 .page-heading-info .page-title .heading-title {
  font-size: 42px;
}
@media (max-width: 480px) {
  .noo-page-job-heading-3 .page-heading-info {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .noo-page-job-heading-3 {
    padding: 150px 0 50px;
  }
}
.noo-page-job-heading-4 {
  padding: 100px 0 160px;
  margin-bottom: 75px;
}
.noo-page-job-heading-4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.noo-page-job-heading-4 .logo-company {
  float: left;
  margin-right: 30px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.noo-page-job-heading-4 .logo-company img {
  width: 160px;
}
@media (max-width: 480px) {
  .noo-page-job-heading-4 .logo-company {
    float: none;
    margin-right: 0;
  }
}
.noo-page-job-heading-4 .page-sub-heading-info {
  opacity: 1;
  position: absolute;
  width: 97%;
  margin: 50px 0;
  padding: 25px 25px 10px 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px #dddddd;
  color: #44494b;
}
.noo-page-job-heading-4 .page-sub-heading-info .company-title {
  margin-top: 0;
}
.noo-page-job-heading-4 .page-sub-heading-info .entry-date span {
  color: #44494b;
}
.noo-page-job-heading-4 .page-sub-heading-info .content-meta {
  margin-top: 5px;
}
.noo-page-job-heading-4 .page-sub-heading-info .content-meta > span {
  color: #44494b;
}
.noo-page-job-heading-4 .page-sub-heading-info .content-meta a {
  color: #44494b;
}
.noo-page-job-heading-4 .page-sub-heading-info .content-meta .job-full-address,
.noo-page-job-heading-4 .page-sub-heading-info .content-meta .job-category {
  display: block;
}
@media (max-width: 767px) {
  .noo-page-job-heading-4 .page-sub-heading-info {
    position: relative;
    width: auto;
  }
}
@media (max-width: 480px) {
  .noo-page-job-heading-4 .page-sub-heading-info {
    text-align: center;
  }
}
.noo-page-job-heading-4 .page-heading-info {
  margin-top: 0;
  text-align: center;
}
.noo-page-job-heading-4 .page-heading-info .page-title .count-application {
  margin-bottom: 10px;
}
.noo-page-job-heading-4 .page-heading-info .page-title .count-application .count:first-child {
  margin-left: 0;
}
.noo-page-job-heading-4 .page-heading-info .page-title .heading-title {
  font-size: 42px;
}
@media (max-width: 480px) {
  .noo-page-job-heading-4 .page-heading-info {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .noo-page-job-heading-4 {
    padding: 150px 0 160px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .noo-page-job-heading-4 {
    padding: 150px 0 30px;
    margin-bottom: 0;
  }
}
body.archive_with_map .main-content .main-content-wrap {
  opacity: 1;
  top: 0px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
@media (max-width: 991px) {
  body.archive_with_map .main-content .main-content-wrap {
    height: 100% !important;
  }
}
body.archive_with_map .main-content .main-content-wrap .map-left {
  position: absolute;
  height: calc(100vh - 100px);
  left: 0;
  overflow: hidden;
}
body.archive_with_map .main-content .main-content-wrap .map-right {
  position: absolute;
  right: 0;
  height: calc(100vh - 100px);
  overflow: hidden;
}
body.archive_with_map .main-content .main-content-wrap .map-info {
  width: calc(100% - 1055px);
}
@media (max-width: 1440px) {
  body.archive_with_map .main-content .main-content-wrap .map-info {
    width: calc(100% - 955px);
  }
}
@media (max-width: 1199px) {
  body.archive_with_map .main-content .main-content-wrap .map-info {
    visibility: hidden;
    z-index: -10;
    width: 100%;
  }
}
@media (min-width: 1200) {
  body.archive_with_map .main-content .main-content-wrap .list.loop-item-wrap .loop-item-content .loop-item-title,
  body.archive_with_map .main-content .main-content-wrap .style-1 .loop-item-wrap .loop-item-content .loop-item-title {
    padding-right: 50px;
  }
  body.archive_with_map .main-content .main-content-wrap .loop-item-wrap .show-view-more,
  body.archive_with_map .main-content .main-content-wrap .loop-item-wrap.grid2 .show-view-more,
  body.archive_with_map .main-content .main-content-wrap .list.loop-item-wrap .show-view-more {
    top: 10px;
  }
}
@media (max-width: 1199px) {
  body.archive_with_map .main-content .main-content-wrap .content-info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.archive_with_map .main-content .main-content-wrap .content-info {
    position: relative;
    height: 100% !important;
  }
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-sidebar {
  overflow: hidden;
  overflow-y: overlay;
  width: 270px;
  height: 100%;
  padding-bottom: 25px;
  padding-top: 25px;
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-sidebar::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: var(--white);
  position: absolute;
  right: 0;
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-sidebar::-webkit-scrollbar-thumb {
  background-color: #55555547;
}
@media (max-width: 991px) {
  body.archive_with_map .main-content .main-content-wrap .content-info .noo-sidebar {
    width: inherit;
  }
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-main {
  overflow: hidden;
  overflow-y: overlay;
  width: 785px;
  height: 100%;
  padding: 25px;
  background-color: var(--item-bg-color1);
}
@media (max-width: 1440px) {
  body.archive_with_map .main-content .main-content-wrap .content-info .noo-main {
    width: 685px;
  }
}
@media (max-width: 1199px) {
  body.archive_with_map .main-content .main-content-wrap .content-info .noo-main {
    width: calc(100% - 270px);
  }
}
@media (max-width: 991px) {
  body.archive_with_map .main-content .main-content-wrap .content-info .noo-main {
    width: inherit;
  }
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-main::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
  position: absolute;
  right: 0;
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-main::-webkit-scrollbar-thumb {
  background-color: #55555547;
}
body.archive_with_map .main-content .main-content-wrap .content-info .noo-main.noo-loading {
  overflow: hidden;
}
body.archive_with_map.admin-bar .main-content .main-content-wrap {
  height: calc(100vh - 132px);
}
body.archive_with_map.admin-bar .main-content .main-content-wrap .map-left {
  height: calc(100vh - 132px);
}
body.archive_with_map.admin-bar .main-content .main-content-wrap .map-right {
  height: calc(100vh - 132px);
}
.noo-location-picker-field-wrap .map_type {
  position: relative;
}
.noo-location-picker-field-wrap .map_type .geocode-location {
  position: absolute;
  top: 8px;
  padding: 8px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 18px;
}
.noo-loading:before {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 3;
}
.noo-loading .loadmore-loading {
  position: absolute;
  top: 15em;
  left: 50%;
  display: block;
  z-index: 4;
}
.resume-content .resume-field i.fa-envelope {
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  text-align: center;
}
.resume .resume-content .resume-desc .resume-general ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.resume .resume-content .resume-desc .resume-general ul li {
  line-height: 2.5em;
  overflow: hidden;
  clear: both;
}
.resume .resume-content .resume-desc .resume-general ul li > span {
  word-wrap: break-all;
}
.resume .resume-content .resume-desc .resume-general ul li span:first-child {
  width: 40%;
  float: left;
  font-weight: 600;
}
@media (max-width: 480px) {
  .resume .resume-content .resume-desc .resume-general ul li span:first-child {
    width: auto;
  }
}
.resume .resume-content .resume-desc .resume-general ul li span:first-child i {
  color: #f5d006;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume .resume-content .resume-desc .resume-general ul li span:first-child i.fa {
  font-size: 14px;
}
.resume .resume-content .resume-desc .resume-general ul li span:first-child i.dashicons {
  font-size: 18px;
}
.resume .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
  width: 60%;
  float: left;
}
@media (max-width: 480px) {
  .resume .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
    width: auto;
  }
}
.resume .resume-content .resume-desc .resume-general ul li .noo-label {
  font-family: 'Montserrat', sans-serif;
}
.resume .resume-content .resume-desc .resume-timeline {
  padding: 2.14285714em 0;
}
.resume .resume-content .resume-desc .resume-timeline:last-child {
  padding-bottom: 0;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
  font-style: italic;
  padding: 30px;
  float: left;
  width: 25%;
  text-align: center;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time span {
  color: #fff;
  background: #f41f1f;
  border-radius: 4px;
  padding: 6px 20px;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  content: "\f19d";
  color: #fff;
  background: #44494c;
  font-family: FontAwesome;
  text-align: center;
  left: -18px;
  border-radius: 50%;
  top: 20px;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 991px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    width: 100%;
    text-align: left;
  }
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
  width: 75%;
  border: 1px solid #ccc;
  padding: 2.14285714em;
  float: left;
  border-radius: 4px;
  position: relative;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:before {
  top: 40px;
  bottom: auto;
  left: -30px;
  border-width: 0 30px 24px 0;
  border-color: transparent #ccc;
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:after {
  top: 41px;
  bottom: auto;
  left: -28px;
  border-width: 0 28px 22px 0;
  border-color: transparent #fff;
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a {
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 1.07142857em;
  display: block;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: "Droid Serif", serif;
  padding-left: 1.07142857em;
  position: relative;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span:before {
  content: "-";
  position: absolute;
  left: 5px;
  top: -5px;
}
@media (max-width: 991px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
    width: 90%;
    margin-left: 2.14285714em;
  }
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:last-child {
  border-left: 0;
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 60px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
}
@media (max-width: 991px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
    margin: 0 20px;
    width: 98%;
  }
}
.resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper.last:after {
  width: 0;
}
@media (max-width: 767px) {
  .resume .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper.last:after {
    width: 4px;
  }
}
.resume .resume-content .resume-desc .resume-timeline .education .timeline-time {
  position: relative;
}
.resume .resume-content .resume-desc .resume-timeline .education .timeline-time:before {
  content: "\f19d" !important;
}
.resume .resume-content .resume-desc .resume-timeline .experience .timeline-time {
  position: relative;
}
.resume .resume-content .resume-desc .resume-timeline .experience .timeline-time:before {
  content: "\f0f2" !important;
}
.resume .resume-content .resume-desc #awards .timeline-event > a:after {
  content: none;
}
.resume .title-general {
  font-size: 22px;
  text-transform: uppercase;
  padding-right: 2.14285714em;
  margin-top: 0;
}
.resume .title-general span {
  color: #f5d006;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .resume .title-general {
    margin-bottom: 1.07142857em;
  }
}
.resume .skill .pregress-bar .progress_title {
  width: 20%;
  float: left;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .resume .skill .pregress-bar .progress_title {
    width: 32%;
  }
}
.resume .skill .pregress-bar .progress {
  float: left;
  width: 80%;
  max-width: 550px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .resume .skill .pregress-bar .progress {
    width: 68%;
  }
}
@media (max-width: 991px) {
  .resume .skill {
    margin: 0;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-general ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li {
  line-height: 2.5em;
  overflow: hidden;
  clear: both;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li span:first-child {
  width: 40%;
  float: left;
  font-weight: 600;
}
@media (max-width: 480px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul li span:first-child {
    width: auto;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li span:first-child i {
  color: #f5d006;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li span:first-child i.fa {
  font-size: 14px;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li span:first-child i.dashicons {
  font-size: 18px;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
  width: 60%;
  float: left;
}
@media (max-width: 480px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
    width: auto;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-general ul li .noo-label {
  font-family: 'Montserrat', sans-serif;
}
.resume-style-3 .resume-content .resume-desc .icon-general {
  position: relative;
  margin-left: 35px;
}
.resume-style-3 .resume-content .resume-desc .icon-general:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  content: "\f044";
  color: #fff;
  background: #44494c;
  font-family: FontAwesome;
  text-align: center;
  left: -18px;
  border-radius: 50%;
  top: 0px;
  font-style: normal;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .icon-general:before {
    left: -36px;
  }
}
.resume-style-3 .resume-content .resume-desc .icon-general.pencil:before {
  content: "\f044";
}
.resume-style-3 .resume-content .resume-desc .icon-general.user:before {
  content: "\f2bd";
}
.resume-style-3 .resume-content .resume-desc .icon-general.map:before {
  content: "\f277";
}
.resume-style-3 .resume-content .resume-desc .icon-general.image:before {
  content: "\f03e";
}
.resume-style-3 .resume-content .resume-desc .icon-general.database:before {
  content: "\f1c0";
}
.resume-style-3 .resume-content .resume-desc .icon-general.medal:before {
  content: "\f091";
}
.resume-style-3 .resume-content .resume-desc .icon-general.success:before {
  content: "\f00c";
}
.resume-style-3 .resume-content .resume-desc .resume-description {
  padding-bottom: 2.14285714em;
}
.resume-style-3 .resume-content .resume-desc .resume-description .desc-info p {
  margin-top: 0;
  padding-left: 105px;
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .resume-description .desc-info p:before {
  position: absolute;
  content: "";
  left: 35px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
  z-index: 1;
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-description .desc-info p:before {
    left: 17px;
  }
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-description .desc-info p {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-description .desc-info p {
    margin-left: 0;
    padding-left: 65px;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-general ul,
.resume-style-3 .resume-content .resume-desc .resume-about ul,
.resume-style-3 .resume-content .resume-desc .resume-general .resume-field,
.resume-style-3 .resume-content .resume-desc .resume-about .resume-field {
  padding-left: 105px;
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .resume-general ul:before,
.resume-style-3 .resume-content .resume-desc .resume-about ul:before,
.resume-style-3 .resume-content .resume-desc .resume-general .resume-field:before,
.resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
  position: absolute;
  content: "";
  left: 35px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
  z-index: 1;
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul:before,
  .resume-style-3 .resume-content .resume-desc .resume-about ul:before,
  .resume-style-3 .resume-content .resume-desc .resume-general .resume-field:before,
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
    left: 17px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul:before,
  .resume-style-3 .resume-content .resume-desc .resume-about ul:before,
  .resume-style-3 .resume-content .resume-desc .resume-general .resume-field:before,
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
    left: 0px;
  }
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul,
  .resume-style-3 .resume-content .resume-desc .resume-about ul,
  .resume-style-3 .resume-content .resume-desc .resume-general .resume-field,
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-general ul,
  .resume-style-3 .resume-content .resume-desc .resume-about ul,
  .resume-style-3 .resume-content .resume-desc .resume-general .resume-field,
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field {
    padding-left: 45px;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
  left: 50px;
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
    left: 17px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field:before {
    left: 0px;
  }
}
@media (max-width: 992px) {
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field {
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-about .resume-field {
    padding-left: 30px;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-about .resume-field .col-md-4 div {
  padding: 5px 0;
}
.resume-style-3 .resume-content .resume-desc .resume-about .resume-field .col-md-4.email {
  padding-top: 5px;
  padding-bottom: 5px;
}
.resume-style-3 .resume-content .resume-desc .resume-about .candidate-field-icon i {
  color: #f5d006;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume-style-3 .resume-content .resume-desc .resume-general,
.resume-style-3 .resume-content .resume-desc .resume-about {
  padding: 2.14285714em 0;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline {
  padding: 2.14285714em 0;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline:last-child {
  padding-bottom: 0;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
  font-style: italic;
  padding: 0px 30px 30px 65px;
  margin-left: 35px;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time span {
  color: #fff;
  background: #f41f1f;
  border-radius: 4px;
  padding: 6px 20px;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  content: "\f19d";
  color: #fff;
  background: #44494c;
  font-family: FontAwesome;
  text-align: center;
  left: -18px;
  border-radius: 50%;
  top: 0px;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    margin-left: 0px;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    width: 100%;
    text-align: left;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
  border: 1px solid #ccc;
  padding: 2.14285714em;
  border-radius: 4px;
  position: relative;
  margin-left: 100px;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a {
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 1.07142857em;
  display: block;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: "Droid Serif", serif;
  padding-left: 1.07142857em;
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span:before {
  content: "-";
  position: absolute;
  left: 5px;
  top: -5px;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
    margin-left: 46px;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:last-child {
  border-left: 0;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
  position: absolute;
  content: "";
  left: 35px;
  top: 40px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
    left: 0;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
    margin: 0 20px;
    width: 98%;
  }
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper.last:after {
  width: 0;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .education .timeline-time {
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .education .timeline-time:before {
  content: "\f19d" !important;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .experience .timeline-time {
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .resume-timeline .experience .timeline-time:before {
  content: "\f0f2" !important;
}
.resume-style-3 .resume-content .resume-desc .skill,
.resume-style-3 .resume-content .resume-desc #awards,
.resume-style-3 .resume-content .resume-desc #job-complete,
.resume-style-3 .resume-content .resume-desc .portfolio {
  margin-left: 100px;
  position: relative;
}
.resume-style-3 .resume-content .resume-desc .skill:before,
.resume-style-3 .resume-content .resume-desc #awards:before,
.resume-style-3 .resume-content .resume-desc #job-complete:before,
.resume-style-3 .resume-content .resume-desc .portfolio:before {
  position: absolute;
  content: '';
  left: -65px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
  z-index: 1;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .skill:before,
  .resume-style-3 .resume-content .resume-desc #awards:before,
  .resume-style-3 .resume-content .resume-desc #job-complete:before,
  .resume-style-3 .resume-content .resume-desc .portfolio:before {
    left: -52px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .skill,
  .resume-style-3 .resume-content .resume-desc #awards,
  .resume-style-3 .resume-content .resume-desc #job-complete,
  .resume-style-3 .resume-content .resume-desc .portfolio {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .noo-counter-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc .noo-counter-item:last-child {
    margin-bottom: 0px;
  }
}
.resume-style-3 .resume-content .resume-desc #job-complete:before {
  background: transparent;
}
@media (max-width: 991px) {
  .resume-style-3 .resume-content .resume-desc #job-complete:before {
    background: #dadbdb;
  }
}
.resume-style-3 .resume-content .resume-desc #awards .timeline-event > a:after {
  content: none;
}
.resume-style-3 .resume-content .resume-desc .portfolio {
  margin-right: 0;
}
.resume-style-3 .resume-content .resume-desc .portfolio img {
  width: 100%;
}
.resume-style-3 .resume-content .resume-desc .portfolio a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 15px;
  right: 30px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume-style-3 .resume-content .resume-desc .portfolio a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  left: 15px;
  right: 30px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume-style-3 .resume-content .resume-desc .portfolio a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 30px;
  bottom: 25px;
  left: 15px;
}
.resume-style-3 .resume-content .resume-desc .portfolio a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 30px;
  bottom: 25px;
  left: 15px;
}
.resume-style-3 .resume-content .resume-desc .portfolio .col-md-4 {
  padding: 0 15px 15px 0;
}
.resume-style-3 .title-general {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
}
.resume-style-3 .title-general span {
  color: #f5d006;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .resume-style-3 .title-general {
    margin-bottom: 1.07142857em;
  }
}
.resume-style-3 .skill .pregress-bar .progress_title {
  width: 20%;
  float: left;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .resume-style-3 .skill .pregress-bar .progress_title {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .resume-style-3 .skill .pregress-bar .progress_title {
    float: none;
    width: auto;
  }
}
.resume-style-3 .skill .pregress-bar .progress {
  float: left;
  width: 80%;
  max-width: 550px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .resume-style-3 .skill .pregress-bar .progress {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .resume-style-3 .skill .pregress-bar .progress {
    float: none;
    width: auto;
    margin-top: 10px;
    max-width: 98%;
  }
}
@media (max-width: 991px) {
  .resume-style-3 .skill {
    margin: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-general ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li {
  line-height: 2.5em;
  overflow: hidden;
  clear: both;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li > span {
  word-wrap: break-all;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li span:first-child {
  width: 40%;
  float: left;
  font-weight: 600;
}
@media (max-width: 480px) {
  .resume-style-4 .resume-content .resume-desc .resume-general ul li span:first-child {
    width: auto;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li span:first-child i {
  color: #f5d006;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li span:first-child i.fa {
  font-size: 14px;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li span:first-child i.dashicons {
  font-size: 18px;
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
  width: 60%;
  float: left;
}
@media (max-width: 480px) {
  .resume-style-4 .resume-content .resume-desc .resume-general ul li span:nth-child(2) {
    width: auto;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-general ul li .noo-label {
  font-family: 'Montserrat', sans-serif;
}
.resume-style-4 .resume-content .resume-desc .icon-general {
  position: relative;
}
.resume-style-4 .resume-content .resume-desc .icon-general:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #44494c;
  font-family: FontAwesome;
  text-align: center;
  left: -18px;
  border-radius: 50%;
  top: 0px;
  font-style: normal;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 992px) {
  .resume-style-4 .resume-content .resume-desc .icon-general:before {
    left: 0px;
  }
}
.resume-style-4 .resume-content .resume-desc .icon-general.pencil:before {
  content: "\f044";
}
.resume-style-4 .resume-content .resume-desc .icon-general.user:before {
  content: "\f2bd";
}
.resume-style-4 .resume-content .resume-desc .icon-general.map:before {
  content: "\f277";
}
.resume-style-4 .resume-content .resume-desc .icon-general.education:before {
  content: "\f19c";
}
.resume-style-4 .resume-content .resume-desc .icon-general.building:before {
  content: "\f1ad";
}
.resume-style-4 .resume-content .resume-desc .icon-general.image:before {
  content: "\f03e";
}
.resume-style-4 .resume-content .resume-desc .icon-general.database:before {
  content: "\f1c0";
}
.resume-style-4 .resume-content .resume-desc .icon-general.medal:before {
  content: "\f091";
}
.resume-style-4 .resume-content .resume-desc .icon-general.success:before {
  content: "\f00c";
}
.resume-style-4 .resume-content .resume-desc .desc-info,
.resume-style-4 .resume-content .resume-desc .about-candidate,
.resume-style-4 .resume-content .resume-desc .general-content,
.resume-style-4 .resume-content .resume-desc .timeline-container,
.resume-style-4 .resume-content .resume-desc .skill,
.resume-style-4 .resume-content .resume-desc .portfolio,
.resume-style-4 .resume-content .resume-desc .awards,
.resume-style-4 .resume-content .resume-desc .noo-counter-job {
  padding-left: 50px;
}
@media (max-width: 480px) {
  .resume-style-4 .resume-content .resume-desc .desc-info,
  .resume-style-4 .resume-content .resume-desc .about-candidate,
  .resume-style-4 .resume-content .resume-desc .general-content,
  .resume-style-4 .resume-content .resume-desc .timeline-container,
  .resume-style-4 .resume-content .resume-desc .skill,
  .resume-style-4 .resume-content .resume-desc .portfolio,
  .resume-style-4 .resume-content .resume-desc .awards,
  .resume-style-4 .resume-content .resume-desc .noo-counter-job {
    padding-left: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-title {
  text-align: center;
  margin-bottom: 45px;
}
.resume-style-4 .resume-content .resume-desc .resume-about .resume-field:before {
  left: 16px;
}
@media (max-width: 992px) {
  .resume-style-4 .resume-content .resume-desc .resume-about .resume-field:before {
    left: 0px;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-about .resume-field .col-md-4 div {
  padding: 5px 0;
}
.resume-style-4 .resume-content .resume-desc .resume-about .resume-field .col-md-4.email {
  padding-top: 5px;
  padding-bottom: 5px;
}
.resume-style-4 .resume-content .resume-desc .resume-about .candidate-field-icon i {
  color: #f5d006;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume-style-4 .resume-content .resume-desc .resume-general,
.resume-style-4 .resume-content .resume-desc .resume-about {
  margin-top: 2.14285714em;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline {
  padding: 2.14285714em 0;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline:last-child {
  padding-bottom: 0;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
  font-style: italic;
  padding: 30px;
  flex: 0 0 25%;
  text-align: center;
  position: relative;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time span {
  color: #fff;
  background: #f41f1f;
  border-radius: 4px;
  padding: 6px 20px;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time:before {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  content: "\f19d";
  color: #fff;
  background: #44494c;
  font-family: FontAwesome;
  text-align: center;
  left: 0px;
  border-radius: 50%;
  top: 20px;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time:before {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time:before {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    flex: 0 0 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-time {
    padding-left: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
  flex: 0 0 75%;
  border: 1px solid #ccc;
  padding: 2.14285714em;
  border-radius: 4px;
  position: relative;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:before {
  top: 40px;
  bottom: auto;
  left: -30px;
  border-width: 0 30px 24px 0;
  border-color: transparent #ccc;
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:before {
    opacity: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:after {
  top: 41px;
  bottom: auto;
  left: -28px;
  border-width: 0 28px 22px 0;
  border-color: transparent #fff;
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series:after {
    opacity: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a {
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 1.07142857em;
  display: block;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: "Droid Serif", serif;
  padding-left: 1.07142857em;
  position: relative;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series .timeline-event a span:before {
  content: "-";
  position: absolute;
  left: 5px;
  top: -5px;
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
    flex: 0 0 100%;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper .timeline-series {
    margin-left: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:last-child {
  border-left: 0;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
  position: absolute;
  content: "";
  left: 18px;
  top: 60px;
  width: 2px;
  height: 100%;
  background: #dadbdb;
  display: block;
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
    left: -2px;
  }
}
@media (max-width: 767px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper:after {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
    margin: 0 20px;
    flex-direction: column;
    width: 98%;
  }
}
@media (max-width: 767px) {
  .resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper {
    margin: 0;
  }
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .timeline-container .timeline-wrapper.last:after {
  width: 0;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .education .timeline-time:before {
  content: "\f19d" !important;
}
.resume-style-4 .resume-content .resume-desc .resume-timeline .experience .timeline-time:before {
  content: "\f0f2" !important;
}
.resume-style-4 .resume-content .resume-desc #awards .timeline-event > a:after {
  content: none;
}
.resume-style-4 .title-general {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
}
.resume-style-4 .title-general span {
  color: #f5d006;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .resume-style-4 .title-general {
    margin-bottom: 1.07142857em;
  }
}
@media (max-width: 480px) {
  .resume-style-4 .title-general {
    margin-left: 50px;
  }
}
.resume-style-4 .skill .pregress-bar .progress_title {
  width: 20%;
  float: left;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .resume-style-4 .skill .pregress-bar .progress_title {
    width: 32%;
  }
}
.resume-style-4 .skill .pregress-bar .progress {
  float: left;
  width: 80%;
  max-width: 550px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .resume-style-4 .skill .pregress-bar .progress {
    width: 68%;
  }
}
@media (max-width: 991px) {
  .resume-style-4 .skill {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .resume-candidate-profile .candidate-detail {
    margin-top: 15px;
  }
}
.resume-candidate-profile .candidate-title h2 {
  color: #44494c;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 7px;
  padding: 0;
}
.resume-candidate-profile .candidate-title h3 {
  color: #44494c;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 767px) {
  .resume-candidate-profile .candidate-title {
    margin-bottom: 15px;
  }
  .resume-candidate-profile .candidate-title .btn,
  .resume-candidate-profile .candidate-title .widget_newsletterwidget .newsletter-submit {
    float: left !important;
  }
}
.resume-candidate-profile .resume-download {
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
.resume-candidate-profile .resume-download i {
  margin: 0;
}
.resume-candidate-profile .candidate-info {
  margin: 15px 0 0;
}
.resume-candidate-profile .candidate-desc {
  margin-top: 20px;
}
.resume-field .col-md-4 {
  word-wrap: break-word;
}
.resume-field .candidate-field-icon {
  float: left;
}
.candidate-info .row > div,
.candidate-info .noo-pricing-table > div {
  line-height: 30px;
}
.candidate-info .candidate-field-icon {
  display: inline-block;
  width: 18px;
  float: left;
  margin-right: 10px;
}
.candidate-info .candidate-field-icon i {
  color: #e8be2f;
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.candidate-info .candidate-field-icon i.fa {
  font-size: 14px;
}
.candidate-info .candidate-field-icon i.dashicons {
  font-size: 18px;
}
.candidate-info .current_job i.fa:before {
  content: "\f0f2";
}
.candidate-info .current_company i.fa:before {
  content: "\f19c";
}
.candidate-social .download {
  margin-top: 1.07142857em;
}
.candidate-social .download i.fa.fa-download.text-primary {
  padding: 10px;
  background-color: #44494b;
  margin-right: 15px;
}
.candidate-social a.noo-icon {
  display: inline-block;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0.5px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  margin-right: 6px;
  background: #f5d006;
}
.candidate-social a.noo-icon:hover {
  background: #f5d006;
}
.candidate-social a.noo-icon.fa-facebook {
  background: #5873b1;
}
.candidate-social a.noo-icon.fa-twitter {
  background: #4099ff;
}
.candidate-social a.noo-icon.fa-google-plus,
.candidate-social a.noo-icon.fa-link {
  background: #d34836;
}
.candidate-social a.noo-icon.fa-linkedin {
  background: #4875b4;
}
.candidate-social a.noo-icon.fa-pinterest {
  background: #c92228;
}
.candidate-social a.noo-icon.fa-xing {
  background: #036567;
}
.candidate-social a.noo-icon.fa-instagram,
.candidate-social a.noo-icon.fa-envelope-o {
  background: #517fa4;
}
.candidate-social a.noo-icon.print-resume {
  background: #ce8080;
}
.resume-form .noo-addable-fields {
  background-color: #f9f9f9;
  padding: 1.07142857em;
}
.resume-form .noo-addable-fields .fields-group > input {
  margin-bottom: 1.07142857em;
}
.resume-form .noo-addable-fields .fields-group + .fields-group {
  margin-top: 2.14285714em;
}
.resume-form .noo-addable-actions a {
  font-style: italic;
  margin-top: 10px;
}
.resume-form .noo-remove-fields {
  color: red;
}
.resumes .posts-loop-content table td,
.resumes .posts-loop-content table tr {
  border: 0 !important;
}
.resumes .posts-loop-content table thead {
  background: #ebeeef;
}
.resumes .posts-loop-content table thead th {
  border-bottom: 0;
  width: 25%;
}
.resumes .posts-loop-content table tbody tr {
  padding: 2.14285714em;
  width: 100%;
}
.resumes .posts-loop-content table tbody tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.resumes .posts-loop-content table tbody td {
  border: 0;
  width: 25%;
  padding: 1.07142857em;
  vertical-align: middle;
}
.resumes .posts-loop-content table tbody td .loop-item-title {
  padding-top: 0.5em;
}
.resumes .posts-loop-content table tbody td:first-child {
  padding-top: 2.6em;
}
.resume-table td strong {
  word-break: break-word;
}
ul.noo-resume-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.noo-resume-list li {
  padding: 2.14285714em;
  width: 100%;
  clear: both;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.noo-resume-list li:nth-child(2n+1) {
  background: #f9f9f9;
}
ul.noo-resume-list li:hover {
  cursor: pointer;
  color: #fff !important;
  background: #44494b !important;
}
ul.noo-resume-list li:hover a {
  color: #fff !important;
}
ul.noo-resume-list li.featured-resume:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #f5d006;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
ul.noo-resume-list li.featured-resume:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
}
@media (max-width: 767px) {
  ul.noo-resume-list li {
    padding: 2em;
  }
}
ul.noo-resume-list li:after {
  clear: both;
  content: '';
  display: table;
}
ul.noo-resume-list li .item-featured {
  overflow: hidden;
  width: 70px;
  float: left;
  display: table-cell;
  position: relative;
}
ul.noo-resume-list li .item-featured a:before {
  background: transparent;
}
ul.noo-resume-list li .item-featured img {
  width: 70px;
  height: 70px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}
ul.noo-resume-list li .item-author {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
ul.noo-resume-list li .item-author a {
  color: rgba(68, 73, 75, 0.8);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 600;
}
ul.noo-resume-list li .item-title {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
ul.noo-resume-list li .item-title a {
  color: #44494b;
}
ul.noo-resume-list li .item-meta span {
  margin-right: 5px;
  word-break: break-all;
}
ul.noo-resume-list li .item-meta span i {
  line-height: unset;
  width: inherit;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
ul.noo-resume-list li .item-content {
  float: left;
  margin-left: 15px;
  width: calc(100% - 85px);
}
@media (max-width: 1024px) and (min-width: 481px) {
  ul.noo-resume-list li .item-content {
    width: calc(100% - 85px) !important;
  }
}
@media (max-width: 479px) {
  ul.noo-resume-list li .item-content {
    margin-left: 0;
    margin-top: 15px;
    width: inherit;
  }
}
ul.noo-resume-list li .show-view-more {
  float: right;
  text-align: center;
  position: absolute;
  right: 15px;
}
ul.noo-resume-list li .show-view-more .time-post {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
}
@media (max-width: 767px) {
  ul.noo-resume-list li .show-view-more .time-post {
    float: right;
    width: auto;
    line-height: 36px;
    right: 0;
  }
}
@media (max-width: 767px) {
  ul.noo-resume-list li .show-view-more {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  ul.noo-resume-list li .show-view-more .btn-primary,
  ul.noo-resume-list li .show-view-more .widget_newsletterwidget .newsletter-submit {
    float: left;
  }
}
ul.noo-resume-list li .show-view-more .btn-primary,
ul.noo-resume-list li .show-view-more .widget_newsletterwidget .newsletter-submit {
  padding: 10px 30px;
}
ul.noo-resume-grid {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.noo-resume-grid li {
  margin-bottom: 30px;
}
ul.noo-resume-grid li .noo-resume-info {
  padding: 18px;
  border: 1px solid #e1e1e1;
}
ul.noo-resume-grid li:hover .noo-resume-info {
  background: #44494c;
  color: #fff !important;
}
ul.noo-resume-grid li:hover .noo-resume-info a,
ul.noo-resume-grid li:hover .noo-resume-info h2,
ul.noo-resume-grid li:hover .noo-resume-info h3,
ul.noo-resume-grid li:hover .noo-resume-info h4,
ul.noo-resume-grid li:hover .noo-resume-info h5 {
  color: #fff !important;
}
ul.noo-resume-grid li:hover .noo-resume-info .item-featured img {
  border: 1px solid #44494c;
}
ul.noo-resume-grid li.featured-resume:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #f5d006;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 1px;
  left: 16px;
  content: "";
}
ul.noo-resume-grid li.featured-resume:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 25px;
  top: 10px;
  color: #fff;
}
ul.noo-resume-grid li .noo-resume-info {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul.noo-resume-grid li .noo-resume-info:before,
ul.noo-resume-grid li .noo-resume-info:after {
  content: " ";
  display: table;
}
ul.noo-resume-grid li .noo-resume-info:after {
  clear: both;
}
ul.noo-resume-grid li .noo-resume-info:before,
ul.noo-resume-grid li .noo-resume-info:after {
  content: " ";
  display: table;
}
ul.noo-resume-grid li .noo-resume-info:after {
  clear: both;
}
ul.noo-resume-grid li .noo-resume-info .item-featured {
  float: left;
}
ul.noo-resume-grid li .noo-resume-info .item-featured img {
  width: 80px;
  height: 80px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ul.noo-resume-grid li .noo-resume-info .item-author {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
ul.noo-resume-grid li .noo-resume-info .item-author a {
  color: rgba(68, 73, 75, 0.8);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ul.noo-resume-grid li .noo-resume-info .item-title {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
ul.noo-resume-grid li .noo-resume-info .item-title a {
  color: #44494b;
}
ul.noo-resume-grid li .noo-resume-info .item-meta span {
  margin-right: 5px;
  word-break: break-all;
}
ul.noo-resume-grid li .noo-resume-info .item-meta span i {
  line-height: unset;
  width: inherit;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
ul.noo-resume-grid li .noo-resume-info .item-content {
  float: left;
  margin-left: 15px;
  width: calc(100% - 100px);
}
ul.noo-resume-grid li .noo-resume-info .noo-shortlist {
  position: absolute;
  top: 18px;
  right: 28px;
}
.noo-resume-item .noo-resume-info a {
  position: relative;
  z-index: 1;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info {
  padding: 25px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info:before,
.noo-resume.style-2 .noo-resume-item .noo-resume-info:after {
  content: " ";
  display: table;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info:after {
  clear: both;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info:before,
.noo-resume.style-2 .noo-resume-item .noo-resume-info:after {
  content: " ";
  display: table;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info:after {
  clear: both;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-featured {
  float: left;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-featured img {
  width: 80px;
  height: 80px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .noo-resume.style-2 .noo-resume-item .noo-resume-info .item-featured {
    margin-right: 20px;
  }
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-author {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-author a {
  color: rgba(68, 73, 75, 0.8);
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-title {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-title a {
  color: #44494b;
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .item-content {
  float: left;
  margin-left: 15px;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .noo-resume.style-2 .noo-resume-item .noo-resume-info .item-content {
    display: contents;
  }
}
.noo-resume.style-2 .noo-resume-item .noo-resume-info .noo-shortlist {
  font-size: 16px;
  position: absolute;
  top: 14px;
  right: 18px;
}
.noo-resume.style-2 .noo-resume-item:hover {
  cursor: pointer;
}
.noo-resume.style-2 .noo-resume-item:hover .noo-resume-info {
  -webkit-box-shadow: 0 0 21px -1px #ddd;
  -moz-box-shadow: 0 0 21px -1px #ddd;
  -ms-box-shadow: 0 0 21px -1px #ddd;
  -o-box-shadow: 0 0 21px -1px #ddd;
  box-shadow: 0 0 21px -1px #ddd;
}
.noo-resume.style-2 .resume-pagination {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.noo-resume.style-2 .resume-pagination a i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  background-color: #e8be2f;
  color: #fff;
}
.resume-style-2 {
  color: #44494c;
  font-size: 14px;
  line-height: 30px;
}
.resume-style-2 .noo-counter-job .noo-counter-item i {
  color: rgba(68, 73, 76, 0.8);
}
.resume-style-2 .title-general {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.resume-style-2 .title-general i {
  color: #f5d006;
  padding-right: 4px;
  font-size: 24px;
}
.resume-style-2 .candidate-field-icon i {
  color: rgba(68, 73, 76, 0.8);
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.resume-style-2 .resume-general ul {
  list-style: none;
  padding: 0;
  margin: 0;
  word-break: break-all;
}
.resume-style-2 .resume-general ul li {
  margin: 0px 0px;
}
.resume-style-2 .resume-general ul li .noo-label {
  padding-left: 0;
  color: #44494c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.resume-style-2 .resume-general ul li .noo-label:after {
  content: ":";
}
@media (max-width: 991px) {
  .resume-style-2 .resume-general ul li .noo-label {
    padding-right: 0;
  }
}
.resume-style-2 .resume-general ul li .noo-label i {
  color: rgba(68, 73, 76, 0.8);
  margin-right: 5px;
  line-height: unset;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 991px) {
  .resume-style-2 .resume-general ul li .noo-value {
    padding-left: 0;
  }
}
.resume-style-2 .resume-general ul li .cf-text-value {
  color: #44494c;
  font-size: 14px;
  line-height: 30px;
}
.resume-style-2 .resume-content > div {
  margin-bottom: 33px;
}
.resume-style-2 .resume-content > div:last-child {
  margin-bottom: 0;
}
.resume-style-2 .timeline-wrapper {
  padding: 0 0 20px 35px;
  position: relative;
}
.resume-style-2 .timeline-wrapper:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 20px;
  width: 2px;
  height: 100%;
  background: #ebebeb;
  display: block;
}
.resume-style-2 .timeline-wrapper dl {
  margin: 0;
}
.resume-style-2 .timeline-wrapper.last:after {
  content: none;
}
.resume-style-2 .timeline-event {
  font-family: 'Montserrat', sans-serif;
}
.resume-style-2 .timeline-event a {
  font-family: 'Montserrat', sans-serif;
}
.resume-style-2 .timeline-event > a:after {
  content: '\f055';
  right: auto;
  left: 4px;
  top: 2px;
  color: rgba(68, 73, 76, 0.9) !important;
  font-size: 18px;
  z-index: 99;
  background-color: #fff;
}
.resume-style-2 .timeline-event > a.open:after {
  content: "\f056";
}
.resume-style-2 #awards-timeline .timeline-event > a:after {
  top: -2px;
}
.resume-style-2 #awards-timeline .timeline-wrapper:after {
  top: 18px;
}
.resume-style-2 #awards-timeline .awards-year {
  color: rgba(68, 73, 76, 0.7);
  font-weight: normal;
}
.resume-style-2 .skill .pregress-bar .progress_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.resume-contact .resume-contact-item {
  margin-bottom: 15px;
}
.resume-contact .noo-heading {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.resume-contact .noo-heading i {
  color: #f5d006;
}
.resume-contact input[type="text"],
.resume-contact textarea,
.resume-contact input[type="number"] {
  border: 1px solid #e1e1e1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 6px 20px;
  font-style: italic;
}
.resume-contact input[type="text"]::-moz-placeholder,
.resume-contact textarea::-moz-placeholder,
.resume-contact input[type="number"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.resume-contact input[type="text"]:-ms-input-placeholder,
.resume-contact textarea:-ms-input-placeholder,
.resume-contact input[type="number"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.resume-contact input[type="text"]::-webkit-input-placeholder,
.resume-contact textarea::-webkit-input-placeholder,
.resume-contact input[type="number"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.resume-contact textarea {
  height: 165px;
}
.resume-contact button {
  padding: 14px;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.noo-page-resume-heading-3 {
  padding: 150px 0;
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .noo-page-resume-heading-3 {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .noo-page-resume-heading-3 {
    margin-bottom: 250px;
  }
}
.noo-page-resume-heading-3 .page-heading-info {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 0;
  top: -45px;
  left: 0;
}
.noo-page-resume-heading-4 .page-heading-info {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .noo-page-resume-heading-4 {
    padding: 160px 0 80px;
  }
}
@media (max-width: 480px) {
  .noo-page-resume-heading-4 {
    padding: 150px 0 55px;
  }
}
.noo-resume-info-heading {
  color: #fff;
}
.noo-resume-info-heading:before,
.noo-resume-info-heading:after {
  content: " ";
  display: table;
}
.noo-resume-info-heading:after {
  clear: both;
}
.noo-resume-info-heading:before,
.noo-resume-info-heading:after {
  content: " ";
  display: table;
}
.noo-resume-info-heading:after {
  clear: both;
}
.noo-resume-info-heading .resume-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-resume-info-heading .resume-info .item-author {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
}
.noo-resume-info-heading .resume-info .item-author .count {
  font-size: 14px;
}
.noo-resume-info-heading .resume-info .resume-slogan {
  color: #fff;
  margin: 0 0 6px;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}
.noo-resume-info-heading .resume-info .noo-shortlist {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 12px;
  margin-left: 10px;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.noo-resume-info-heading .resume-info .noo-shortlist:hover {
  background: #f5d006;
  border-color: #f5d006;
}
.noo-resume-info-heading .resume-info .resume-download {
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .noo-resume-info-heading .resume-info .resume-download {
    float: inherit !important;
  }
}
.noo-resume-info-heading .resume-info .resume-download i {
  margin: 0;
}
.noo-resume-info-heading.resume-heading-2 .resume-avatar {
  float: left;
  width: 115px;
}
.noo-resume-info-heading.resume-heading-2 .resume-info .item-author {
  margin: 0;
  color: #fff;
}
.noo-resume-info-heading.resume-heading-2 .resume-info .item-author a {
  color: #fff;
}
.noo-resume-info-heading.resume-heading-2 .resume-download {
  margin-top: 10px;
}
.noo-resume-info-heading.resume-heading-3 {
  position: relative;
}
.noo-resume-info-heading.resume-heading-3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -35px;
  left: 0;
  background: #eeeeee;
}
@media (max-width: 991px) {
  .noo-resume-info-heading.resume-heading-3:before {
    bottom: -25px;
  }
}
.noo-resume-info-heading.resume-heading-3 .noo-shortlist {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.noo-resume-info-heading.resume-heading-3 .page-title {
  font-size: 3em;
  margin: 15px 0;
}
.noo-resume-info-heading.resume-heading-3 .resume-info .item-author {
  margin: 0 0 15px;
}
.noo-resume-info-heading.resume-heading-3 .resume-download {
  margin-top: 20px;
}
.noo-resume-info-heading.resume-heading-3 .count {
  background-color: #f5d006;
  color: #ffffff;
  padding: 6px 16px;
  font-weight: bold;
  border-radius: 5px;
}
.noo-resume-info-heading.resume-heading-3 .resume-avatar {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 0px 15px;
  border: 2px dashed #eeeeee;
}
.noo-resume-info-heading.resume-heading-3 .resume-avatar img {
  border: 10px solid transparent;
  width: 160px;
}
.noo-resume-info-heading.resume-heading-4 .resume-avatar {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.noo-resume-info-heading.resume-heading-4 .resume-avatar img {
  width: 160px;
}
@media (max-width: 480px) {
  .noo-resume-info-heading.resume-heading-4 .resume-avatar {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.noo-resume-info-heading.resume-heading-4 .count {
  background-color: #f5d006;
  color: #ffffff;
  padding: 6px 16px;
  font-weight: bold;
  border-radius: 5px;
}
.noo-resume-info-heading.resume-heading-4 .candidate-social a.noo-icon {
  font-size: 14px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-resume-info-heading.resume-heading-4 .resume-info .item-author {
  margin: 25px 0;
  color: #fff;
  font-size: 3em;
}
.noo-resume-info-heading.resume-heading-4 .resume-info .item-author a {
  color: #fff;
}
.noo-resume-info-heading.resume-heading-4 .resume-download {
  margin-top: 25px;
}
.noo-resume-info-heading.resume-heading-4 .noo-shortlist {
  padding: 3px 12px;
  border-radius: 20px;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .noo-resume-info-heading.resume-heading-4 {
    text-align: center;
  }
}
.resume .resume-timeline .portfolio,
.resume-style-2 .resume-timeline .portfolio,
.resume-style-3 .resume-timeline .portfolio,
.resume-style-4 .resume-timeline .portfolio {
  position: relative;
  display: block;
}
.resume .resume-timeline .portfolio,
.resume-style-4 .resume-timeline .portfolio {
  margin-left: 0;
  margin-right: 0;
}
.resume .resume-timeline .portfolio img,
.resume-style-4 .resume-timeline .portfolio img {
  width: 100%;
}
.resume .resume-timeline .portfolio a:before,
.resume-style-4 .resume-timeline .portfolio a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 15px;
  right: 30px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume .resume-timeline .portfolio a:after,
.resume-style-4 .resume-timeline .portfolio a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  left: 15px;
  right: 30px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume .resume-timeline .portfolio a:hover:before,
.resume-style-4 .resume-timeline .portfolio a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 30px;
  bottom: 25px;
  left: 15px;
}
.resume .resume-timeline .portfolio a:hover:after,
.resume-style-4 .resume-timeline .portfolio a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 30px;
  bottom: 25px;
  left: 15px;
}
.resume .resume-timeline .portfolio .col-md-4,
.resume-style-4 .resume-timeline .portfolio .col-md-4 {
  padding: 0 15px 15px 0;
}
.resume-style-2 .resume-timeline .portfolio a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 30px;
  right: 14px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume-style-2 .resume-timeline .portfolio a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  left: 30px;
  right: 15px;
  top: 15px;
  bottom: 25px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume-style-2 .resume-timeline .portfolio a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 15px;
  bottom: 25px;
  left: 30px;
}
.resume-style-2 .resume-timeline .portfolio a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 15px;
  right: 15px;
  bottom: 25px;
  left: 30px;
}
.resume-style-2 .resume-timeline .portfolio .col-md-4 {
  padding: 0 0px 15px 15px;
}
.resume-details-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.wpb_wrapper .resumes .noo-resume-archive-before {
  display: none;
}
.noo-resumes-slider {
  overflow: hidden;
}
.resume-slider-pagination {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.resume-slider-pagination a i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  background-color: #e8be2f;
  color: #fff;
}
.btn-refresh-resume,
.btn-clone-resume {
  font-size: 16px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
.noo-form-resume-comment .noo-comment-item {
  margin-bottom: 20px;
}
.noo-form-resume-comment .noo-comment-item .container-rating {
  display: flex;
  align-items: center;
}
.noo-form-resume-comment .noo-comment-item .container-rating .label-rating {
  padding-right: 10px;
}
.noo-form-resume-comment .noo-comment-item .container-rating .noo-rating {
  padding: 4px;
}
.noo-form-resume-comment .noo-comment-item input[type="text"] {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  width: 100%;
  margin-top: 10px;
}
.noo-form-resume-comment textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  margin-bottom: 20px;
  min-height: 115px;
}
.noo-counter-job .noo-counter-item {
  padding-left: unset;
  font-weight: 600;
  display: flex;
}
.noo-counter-job .noo-counter-item .noo-counter-font-icon {
  padding-top: 10px;
}
.noo-counter-job .noo-counter-item i {
  color: #e8be2f;
  font-size: 28px;
}
.noo-counter-job .noo-counter-item .noo-counter-icon-content {
  opacity: 1;
  margin-left: 20px;
}
.noo-counter-job .noo-counter-item .noo-counter {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}
.noo-counter-job .noo-counter-item .noo-counter-text {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .noo-counter-job .noo-counter-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .noo-counter-job .noo-counter-item:last-child {
    margin-bottom: 0px;
  }
}
.noo-resume-review .noo-sub-title .label-review {
  float: left;
  margin-right: 12px;
}
.resume-details-1,
.resume-details-2,
.resume-details-3,
.resume-details-4 {
  padding-top: 35px;
  margin-top: 70px;
  border-top: 1px solid #dddddd;
}
.resume-details-1 .noo-resume-review,
.resume-details-2 .noo-resume-review,
.resume-details-3 .noo-resume-review,
.resume-details-4 .noo-resume-review {
  width: 100% !important;
}
.noo-btn-resume-alert-form {
  float: left;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.noo-btn-resume-alert-form i {
  margin-right: 10px;
}
.noo-btn-resume-alert-form:hover {
  border-color: #e8be2f;
}
.success-message {
  color: #468847;
}
.cf-single_image-value .noo-lightbox-item,
.cf-image_gallery-value .noo-lightbox-item {
  display: inline-block;
}
.cf-image_gallery-value {
  display: block;
}
.cf-image_gallery-value .noo-lightbox-item {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding: 0 15px 0 0;
}
.cf-embed_video-value {
  width: 100% !important;
}
.required-field > label:after {
  content: "*";
  margin: 0 5px;
}
ul.custom-fields {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.custom-fields li {
  overflow: hidden;
  clear: both;
}
ul.custom-fields li span:first-child {
  width: 40%;
  float: left;
  font-weight: 600;
}
ul.custom-fields li span:nth-child(2) {
  width: 60%;
  float: left;
}
.featured_slider {
  max-width: 100%;
}
.featured_slider .bg_images {
  background: #fff;
  float: left;
  margin: 0px 10px;
  text-align: center;
}
.featured_slider .bg_images img {
  width: 60px !important;
  height: auto !important;
  margin: 20px;
  display: inline-block !important;
}
.featured_slider .owl-item .bg_images {
  float: none;
}
.featured_slider .page {
  text-align: center;
  margin-top: 20px;
}
.featured_slider .page a {
  background: #dddede;
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.featured_slider .page a.selected {
  background: #e8be2f !important;
  border-radius: 50%;
  text-decoration: underline;
}
.featured_slider.style-1 .box_testimonial {
  float: left;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .featured_slider.style-1 .box_testimonial {
    padding-right: 0;
  }
}
.featured_slider.style-1 .box_testimonial .box-content {
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  color: #a7a8a9;
  font-style: italic;
}
.featured_slider.style-1 .box_testimonial .icon {
  margin-left: 70px;
  margin-bottom: 15px;
  width: 25px;
  border-width: 0px 0px 15px 15px;
  border-style: solid;
  border-color: transparent #fff;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-image {
  float: left;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-image img {
  margin: auto !important;
  border-radius: 50% !important;
  width: 70px !important;
  height: 70px !important;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-entry {
  padding: 15px 0px 0px 80px;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-entry h4,
.featured_slider.style-1 .box_testimonial .box-info .box-info-entry h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-entry h4 {
  color: #fff;
  margin: 3px;
  text-transform: uppercase;
}
.featured_slider.style-1 .box_testimonial .box-info .box-info-entry h5 {
  color: #c3c6ca;
  font-style: italic;
  font-weight: inherit;
  font-family: "Droid Serif", serif !important;
}
.featured_slider.style-2 h4 {
  color: #fff;
}
.featured_slider.style-2 h5 {
  color: rgba(255, 255, 255, 0.5);
}
.featured_slider.style-2 .box-content {
  color: #fff;
  padding: 1em 0;
  font-style: italic;
}
.featured_slider.style-3 {
  border: 1px solid #ddd;
  position: relative;
}
.featured_slider.style-3 .testimonial-title {
  padding: 22px;
  border-bottom: 1px solid #ddd;
}
.featured_slider.style-3 .testimonial-title h3 {
  margin: 0;
}
.featured_slider.style-3 .box_testimonial_single2 {
  padding: 30px;
  height: 100%;
}
.featured_slider.style-3 .box_testimonial_single2 .box-info {
  width: 12%;
  float: left;
}
.featured_slider.style-3 .box_testimonial_single2 .box-info img {
  border-radius: 50%;
  margin: auto;
  width: 95px;
  height: 95px;
}
.featured_slider.style-3 .box_testimonial_single2 .box-content {
  width: 88%;
  float: right;
  font-size: 16px;
}
.featured_slider.style-3 .box_testimonial_single2 .box-content p:before {
  content: "\201C";
}
.featured_slider.style-3 .box_testimonial_single2 .box-content p:after {
  content: "\201D";
}
.featured_slider.style-3 .box_testimonial_single2 .box-content h4 {
  color: #e8be2f;
  text-transform: capitalize;
  font-size: 16px;
}
.featured_slider.style-3 .box_testimonial_single2 .box-content h4 span {
  font-weight: 300;
  color: #44494b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .featured_slider.style-3 .box_testimonial_single2 .box-info {
    width: 15%;
  }
  .featured_slider.style-3 .box_testimonial_single2 .box-content {
    padding-left: 20px;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .featured_slider.style-3 .box_testimonial_single2 .box-info {
    width: 100%;
    text-align: center;
  }
  .featured_slider.style-3 .box_testimonial_single2 .box-info img {
    width: 120px;
    height: 120px;
  }
  .featured_slider.style-3 .box_testimonial_single2 .box-content {
    text-align: center;
    padding-top: 10px;
    width: 100%;
  }
}
.featured_slider.style-3 .owl-controls .owl-buttons {
  position: absolute;
  right: 30px;
  top: -55px;
}
.featured_slider.style-3 .owl-controls .owl-buttons .owl-prev:after {
  content: '\f053';
  font-family: FontAwesome;
}
.featured_slider.style-3 .owl-controls .owl-buttons .owl-next:after {
  content: '\f054';
  font-family: FontAwesome;
}
.featured_slider.style-3 .owl-controls .owl-pagination {
  text-align: right;
  margin-right: 40px;
}
.featured_slider.style-4 {
  border: 1px solid #ddd;
}
.featured_slider.style-5 {
  -webkit-box-shadow: 0 0 21px 5px #eee;
  -moz-box-shadow: 0 0 21px 5px #eee;
  -ms-box-shadow: 0 0 21px 5px #eee;
  -o-box-shadow: 0 0 21px 5px #eee;
  box-shadow: 0 0 21px 5px #eee;
}
.featured_slider.style-4,
.featured_slider.style-5 {
  padding: 30px 40px 20px;
}
@media (min-width: 501px) {
  .featured_slider.style-4 .box_testimonial_single,
  .featured_slider.style-5 .box_testimonial_single {
    text-align: left !important;
  }
}
.featured_slider.style-4 .box_testimonial_single .box-info .box-info-image,
.featured_slider.style-5 .box_testimonial_single .box-info .box-info-image {
  width: 28%;
  float: left;
}
.featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry,
.featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry {
  width: 72%;
  float: right;
  padding-left: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-image,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-image {
    width: 35%;
  }
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-image,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-image {
    width: 15%;
  }
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry {
    width: 85%;
  }
}
@media (max-width: 767px) and (min-width: 501px) {
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-image,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-image {
    width: 25%;
  }
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-image,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-image,
  .featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry,
  .featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry {
    width: 100%;
  }
}
.featured_slider.style-4 .box_testimonial_single .box-content,
.featured_slider.style-5 .box_testimonial_single .box-content {
  clear: both;
  font-style: italic;
  padding: 20px 0 0px;
}
.featured_slider.style-4 .box_testimonial_single .box-content p,
.featured_slider.style-5 .box_testimonial_single .box-content p {
  margin: 0;
}
.featured_slider.style-2 .box_testimonial_single,
.featured_slider.style-4 .box_testimonial_single,
.featured_slider.style-5 .box_testimonial_single {
  text-align: center;
  width: 100%;
}
.featured_slider.style-2 .box_testimonial_single .box-info .box-info-image img,
.featured_slider.style-4 .box_testimonial_single .box-info .box-info-image img,
.featured_slider.style-5 .box_testimonial_single .box-info .box-info-image img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.featured_slider.style-2 .box_testimonial_single .box-info .box-info-entry h4,
.featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry h4,
.featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry h4 {
  font-weight: 600;
  font-size: 14px;
}
.featured_slider.style-2 .box_testimonial_single .box-info .box-info-entry h5,
.featured_slider.style-4 .box_testimonial_single .box-info .box-info-entry h5,
.featured_slider.style-5 .box_testimonial_single .box-info .box-info-entry h5 {
  font-weight: 300;
}
.flexslider {
  box-shadow: none !important;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.upload-btn-wrap {
  width: 200px;
  float: left;
  text-align: left;
}
.upload-preview-wrap {
  min-height: 50px;
  float: left;
  width: auto;
}
.upload-preview-wrap .image-upload-thumb {
  position: relative;
  width: auto;
  float: left;
  max-width: 150px;
}
.upload-preview-wrap .image-upload-thumb + .image-upload-thumb {
  margin-left: 20px;
}
.upload-preview-wrap .image-upload-thumb.old-item {
  display: none;
}
.upload-preview-wrap .image-upload-thumb img {
  border: 1px solid #ddd;
  width: 70px;
  margin: 5px;
  padding: 5px;
}
.upload-preview-wrap .image-upload-thumb a.delete-uploaded {
  position: absolute;
  top: 0;
  right: -5px;
  line-height: 1;
  font-size: 20px;
}
.upload-preview-wrap .image-upload-thumb a.delete-uploaded i {
  color: #d9534f;
}
a.delete-pluploaded {
  display: inline-block;
}
a.delete-pluploaded i {
  color: #d9534f;
}
a.delete-pluploaded,
a.delete-pluploaded:hover {
  color: transparent;
}
.login-socical {
  max-width: 500px;
  margin: 20px auto;
  padding-bottom: 20px;
  text-align: center;
}
.login-socical iframe {
  height: 45px!important;
  width: 45px!important;
  margin-left: 0px;
  margin-top: 0px;
  padding: 3px!important;
  background: #036567 !important;
  border-radius: 3px;
  transform: translateY(-3px);
}
.button_socical {
  width: 100%;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  margin: 3px 0px;
  overflow: hidden;
  text-align: left;
}
.button_socical:hover {
  cursor: pointer;
}
.button_socical i {
  width: 48px;
  height: 45px;
  padding: 11px;
  font-size: 27px;
  border-radius: 5px 0px 0px 5px;
}
.button_socical i.fa-facebook-square {
  background: linear-gradient(#5676bc, #31497b);
}
.button_socical i.fa-google-plus {
  background: linear-gradient(#CD6751, #EC270F);
}
.button_socical i.fa-linkedin-square {
  background: linear-gradient(#43A1D1, #0077b4);
}
.button_socical em {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  position: relative;
  top: -5px;
  padding: 20px;
}
.button_socical em:before {
  content: "";
}
.button_socical.fb {
  background: #2952aa;
}
.button_socical.fb:hover {
  background: #3767cf;
}
.button_socical.gg {
  background: #cc3d2d;
}
.button_socical.gg:hover {
  background: #d96053;
}
.button_socical.linkedin {
  background: #0077b4;
}
.button_socical.linkedin:hover {
  background: #0099e7;
}
.button_socical.xing {
  background: #036568;
}
.button_socical.xing:hover {
  background: #025658;
}
.login-socical-new .button_socical {
  width: 45px;
  display: inline-block;
}
.login-socical-new .button_socical i {
  width: 45px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.login-socical-new em {
  display: none;
}
.get_socical {
  position: relative;
  top: -35px;
  right: 20px;
  float: right;
  width: 90px;
  height: 20px;
  font-size: 12px !important;
  color: #fff;
  padding: 4px 6px;
  border-radius: 3px;
  text-align: center;
}
.get_socical:hover {
  cursor: pointer;
}
.get_socical em {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
@media (max-width: 767px) {
  .login-socical .col-sm-9 {
    margin: 0;
  }
}
.jform-datepicker[readonly] {
  background-color: #fcfcfc;
  cursor: default;
}
@media (max-width: 991px) {
  .list-image-employer {
    text-align: center;
  }
}
.list-image-employer img {
  margin-right: 10px;
  max-width: 177px;
  height: auto;
}
@media (max-width: 767px) {
  .list-image-employer img {
    max-width: 100%;
  }
}
/**
 * Support style for plugin Noo Menu
 */
.noo-nav li.menu-item-post-btn {
  margin: 0 0 0 18px;
}
.noo-nav li.menu-item-post-btn > a {
  height: auto !important;
  border: 0 solid transparent !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  font-family: 'Montserrat', sans-serif !important;
  padding: 1.14285714em 2.28571429em !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-transition: border-color color 0.2s ease !important;
  -o-transition: border-color color 0.2s ease !important;
  -moz-transition: border-color color 0.2s ease !important;
  transition: border-color color 0.2s ease !important;
  color: #fff !important;
  background-color: #f5d006 !important;
  border-color: transparent !important;
  line-height: 1.3 !important;
  vertical-align: inherit;
  font-weight: 600;
}
.noo-nav li.menu-item-post-btn > a:focus,
.noo-nav li.menu-item-post-btn > a:active:focus,
.noo-nav li.menu-item-post-btn > a.active:focus {
  outline: none !important;
}
.noo-nav li.menu-item-post-btn > a:hover,
.noo-nav li.menu-item-post-btn > a:focus {
  color: #44494b !important;
  text-decoration: none !important;
}
.noo-nav li.menu-item-post-btn > a:active,
.noo-nav li.menu-item-post-btn > a.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.noo-nav li.menu-item-post-btn > a.disabled,
.noo-nav li.menu-item-post-btn > a[disabled],
fieldset[disabled] .noo-nav li.menu-item-post-btn > a {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.noo-nav li.menu-item-post-btn > a.square {
  border-radius: 0 !important;
}
.noo-nav li.menu-item-post-btn > a.pill {
  border-radius: 100em !important;
}
.noo-nav li.menu-item-post-btn > a.rounded {
  border-radius: 0.225em !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  -webkit-transition: all 0.2 ease !important;
  -o-transition: all 0.2 ease !important;
  -moz-transition: all 0.2 ease !important;
  transition: all 0.2 ease !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  color: #57666e !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white:hover > i {
  color: #57666e !important;
}
.noo-nav li.menu-item-post-btn > a.btn-black {
  background: none repeat scroll 0 0 #333333 !important;
  color: white !important;
}
.noo-nav li.menu-item-post-btn > a.btn-black:hover {
  background-color: #2b2b2b !important;
}
.noo-nav li.menu-item-post-btn > a i {
  padding-right: 10px !important;
}
.noo-nav li.menu-item-post-btn > a.icon-right i {
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.noo-nav li.menu-item-post-btn > a:focus,
.noo-nav li.menu-item-post-btn > a:active:focus,
.noo-nav li.menu-item-post-btn > a.active:focus {
  outline: none !important;
}
.noo-nav li.menu-item-post-btn > a:hover,
.noo-nav li.menu-item-post-btn > a:focus {
  color: #44494b !important;
  text-decoration: none !important;
}
.noo-nav li.menu-item-post-btn > a:active,
.noo-nav li.menu-item-post-btn > a.active {
  outline: 0 !important;
  background-image: none !important;
}
.noo-nav li.menu-item-post-btn > a.disabled,
.noo-nav li.menu-item-post-btn > a[disabled],
fieldset[disabled] .noo-nav li.menu-item-post-btn > a {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.noo-nav li.menu-item-post-btn > a.square {
  border-radius: 0 !important;
}
.noo-nav li.menu-item-post-btn > a.pill {
  border-radius: 100em !important;
}
.noo-nav li.menu-item-post-btn > a.rounded {
  border-radius: 0.225em !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  -webkit-transition: all 0.2 ease !important;
  -o-transition: all 0.2 ease !important;
  -moz-transition: all 0.2 ease !important;
  transition: all 0.2 ease !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  color: #57666e !important;
}
.noo-nav li.menu-item-post-btn > a.btn-white:hover > i {
  color: #57666e !important;
}
.noo-nav li.menu-item-post-btn > a.btn-black {
  background: none repeat scroll 0 0 #333333 !important;
  color: white !important;
}
.noo-nav li.menu-item-post-btn > a.btn-black:hover {
  background-color: #2b2b2b !important;
}
.noo-nav li.menu-item-post-btn > a i {
  margin-right: 10px !important;
}
.noo-nav li.menu-item-post-btn > a.icon-right i {
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.noo-nav li.menu-item-post-btn > a:hover,
.noo-nav li.menu-item-post-btn > a:focus,
.noo-nav li.menu-item-post-btn > a:active,
.noo-nav li.menu-item-post-btn > a.active,
.open > .dropdown-toggle.noo-nav li.menu-item-post-btn > a {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: #fff !important;
  background-color: #f5d006 !important;
  border-color: transparent !important;
}
.noo-nav li.menu-item-post-btn > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-nav .register-link a {
  margin-top: 15px !important;
}
.noo-nav li > ul.login-socical .button_socical em {
  top: -10px;
}
.noo-nav li > ul.login-socical .button_socical i {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.noo-nav ul.sub-menu.submenu-languages > li {
  line-height: 35px;
}
@media (min-width: 992px) {
  .noo-nav.sf-menu > li ul.sub-menu {
    background-color: #ffffff;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .noo-megamenu {
    line-height: 66px;
  }
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
}
@media (max-width: 991px) {
  .noo-company-profile .noo-sidebar {
    margin-top: 60px;
  }
  .noo-company-profile #company-photo .col-md-6 {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.noo-heading {
  margin: 23px 0 8px;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.noo-sub-title {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.noo-page-heading .noo-company-heading {
  color: #fff;
}
.noo-page-heading .noo-company-heading:before,
.noo-page-heading .noo-company-heading:after {
  content: " ";
  display: table;
}
.noo-page-heading .noo-company-heading:after {
  clear: both;
}
.noo-page-heading .noo-company-heading:before,
.noo-page-heading .noo-company-heading:after {
  content: " ";
  display: table;
}
.noo-page-heading .noo-company-heading:after {
  clear: both;
}
.noo-page-heading .noo-company-heading .noo-company-info {
  float: left;
}
.noo-page-heading .noo-company-heading .noo-company-info:before,
.noo-page-heading .noo-company-heading .noo-company-info:after {
  content: " ";
  display: table;
}
.noo-page-heading .noo-company-heading .noo-company-info:after {
  clear: both;
}
.noo-page-heading .noo-company-heading .noo-company-info:before,
.noo-page-heading .noo-company-heading .noo-company-info:after {
  content: " ";
  display: table;
}
.noo-page-heading .noo-company-heading .noo-company-info:after {
  clear: both;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-avatar {
  float: left;
  overflow: hidden;
  margin-top: 7px;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-avatar img {
  width: 150px;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info {
  float: left;
  margin-left: 25px;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info .noo-company-name {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 0;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info .noo-company-name .count {
  font-size: 14px;
  background: transparent;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: lowercase;
}
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info .slogan {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.noo-page-heading .noo-company-heading .noo-company-action {
  float: right;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media (max-width: 920px) {
  .noo-page-heading .noo-company-heading .noo-company-action {
    float: left;
  }
}
.noo-page-heading .noo-company-heading .noo-company-action .noo-follow-company {
  background: #f5d006;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 5px 35px;
  cursor: pointer;
  margin-top: 25px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.noo-page-heading .noo-company-heading .noo-company-action .total-follow {
  display: table;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
  width: 100%;
  margin-top: 6px;
}
.noo-page-heading .noo-company-heading .total-review {
  display: inline-block;
  margin: 6px;
}
.noo-page-heading .noo-company-heading .company-meta {
  margin: 8px 0 0;
}
.noo-company-info-simple:before,
.noo-company-info-simple:after {
  content: " ";
  display: table;
}
.noo-company-info-simple:after {
  clear: both;
}
.noo-company-info-simple:before,
.noo-company-info-simple:after {
  content: " ";
  display: table;
}
.noo-company-info-simple:after {
  clear: both;
}
.noo-company-info-simple .company-avatar {
  float: left;
  width: 100px;
  overflow: hidden;
}
.noo-company-info-simple .company-avatar img {
  width: 100px;
}
.noo-company-info-simple .company-info {
  margin-left: 115px;
}
.noo-company-info-simple .company-info .company-name {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 -3px;
}
.noo-company-info-simple .company-info .slogan {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.company-social {
  padding: 6px 0;
}
.company-social a {
  display: inline-block;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0.5px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}
.company-social a:hover {
  background: #f5d006;
}
.company-social a.fa-facebook {
  background: #5873b1;
}
.company-social a.fa-twitter {
  background: #4099FF;
}
.company-social a.fa-google-plus,
.company-social a.fa-link {
  background: #d34836;
}
.company-social a.fa-linkedin {
  background: #4875B4;
}
.company-social a.fa-pinterest {
  background: #C92228;
}
.company-social a.fa-instagram,
.company-social a.fa-envelope-o {
  background: #517fa4;
}
.noo-form-comment .noo-comment-item {
  margin-bottom: 20px;
}
.noo-form-comment .noo-comment-item input[type="text"] {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  width: 100%;
  margin-top: 10px;
}
.noo-form-comment .noo-comment-item > label {
  color: #44494b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  float: left;
  padding: 3px 15px 3px 0;
}
.noo-form-comment .noo-comment-item .container-rating {
  display: flex;
  align-items: center;
}
.noo-form-comment .noo-comment-item .container-rating .label-rating {
  padding-right: 10px;
}
.noo-form-comment textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  margin-bottom: 20px;
  min-height: 115px;
}
.noo-rating {
  float: left;
}
.noo-list-comment {
  list-style: none;
  padding: 0;
  margin: 22px 0 30px;
}
.noo-list-comment .comment-item {
  background: #f9f9f9;
  padding: 14px 23px 3px;
  margin-bottom: 10px;
}
.noo-list-comment .comment-item .subject {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.5px;
  color: #44494b;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
.noo-list-comment .comment-item .fa-caret-down {
  padding: 0 10px;
}
.noo-list-comment .comment-item time {
  float: right;
}
.noo-list-comment .comment-item .user-name {
  padding: 2px 8px;
  display: inline-block;
}
.noo-list-comment .comment-item .comment-head:before,
.noo-list-comment .comment-item .comment-info:before,
.noo-list-comment .comment-item .comment-head:after,
.noo-list-comment .comment-item .comment-info:after {
  content: " ";
  display: table;
}
.noo-list-comment .comment-item .comment-head:after,
.noo-list-comment .comment-item .comment-info:after {
  clear: both;
}
.noo-list-comment .comment-item .comment-head:before,
.noo-list-comment .comment-item .comment-info:before,
.noo-list-comment .comment-item .comment-head:after,
.noo-list-comment .comment-item .comment-info:after {
  content: " ";
  display: table;
}
.noo-list-comment .comment-item .comment-head:after,
.noo-list-comment .comment-item .comment-info:after {
  clear: both;
}
.noo-list-comment .comment-item .comment-info .er-rate-count {
  display: block;
}
.noo-list-comment .comment-item .comment-info .noo-box-reviewed {
  position: relative;
  cursor: pointer;
}
.noo-list-comment .comment-item .comment-info .noo-review-voted {
  display: none;
  background: white;
  box-shadow: 0 7px 85px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 0px 20px 50px;
  border-radius: 5px;
  top: 30px;
  left: -100px;
  position: absolute;
  z-index: 1;
}
.noo-list-comment .comment-item .comment-info .line-vote {
  display: flex;
}
.noo-list-comment .comment-item .comment-info .line-vote span {
  min-width: 160px;
}
.noo-list-comment .comment-item .comment-content {
  color: #44494b;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.noo-comment-item .noo-rating {
  padding: 4px;
}
.noo-company-review .noo-sub-title .label-review {
  float: left;
  margin-right: 12px;
}
.noo-company-review .noo-sub-title .total-review > span {
  font-size: 16px;
  line-height: 30px;
}
.company-list .company-item {
  margin-bottom: 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
}
.company-list .company-item .company-item-thumbnail {
  padding: 35px;
  position: relative;
}
.company-list .company-item .company-item-thumbnail .btn-company {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -150%);
  opacity: 0;
  z-index: 21;
  transition: transform 200ms linear, background 0.2s ease;
  -moz-transition: transform 200ms linear, background 0.2s ease;
  -webkit-transition: transform 200ms linear, background 0.2s ease;
}
.company-list .company-item .company-item-thumbnail:hover:after {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.company-list .company-item .company-item-thumbnail:hover .btn-company {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: transform 200ms linear, background 0.2s ease;
  -moz-transition: transform 200ms linear, background 0.2s ease;
  -webkit-transition: transform 200ms linear, background 0.2s ease;
}
.company-list .company-item .company-item-thumbnail:hover img {
  filter: blur(4px);
}
.company-list .company-item .company-item-thumbnail:after {
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.company-list .company-item .company-item-meta {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding: 15px 20px 15px;
}
.company-list .company-item .company-item-meta a {
  font-weight: 600;
  color: #44494b;
}
.company-list .company-item .company-item-meta a:hover {
  color: #e8be2f;
}
.company-list .company-item .company-item-meta p {
  margin: 0;
  margin-top: 5px;
}
.company-list .company-item .company-item-meta .job-count {
  margin-left: 10px;
  font-size: 14px;
}
.company-list .company-item .company-item-meta .fa {
  color: #f5d006;
}
.company-list .company-item.featured-company:before {
  border-top: solid 0 transparent;
  border-left: solid 50px #f5d006;
  border-bottom: solid 50px transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 22;
}
.company-list .company-item.featured-company:after {
  content: "\f005";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  z-index: 23;
}
.company-list .company-list-item:nth-child(3n+1) {
  clear: both;
}
.total-review {
  font-family: 'Montserrat', sans-serif;
}
#company-photo {
  margin-right: -15px;
  margin-left: 0;
}
#company-photo .col-md-4 {
  max-height: 184px;
}
#company-photo .col-md-6,
#company-photo .col-md-4 {
  padding: 0 15px 15px 0;
}
#company-photo .col-md-6 img {
  min-height: 140px;
}
.noo-follow-company:hover {
  cursor: pointer;
}
/* fix add portfolio  */
#company-photo {
  position: relative;
  display: block;
}
#company-photo a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#company-photo a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#company-photo a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 10px;
  right: 25px;
  bottom: 20px;
  left: 10px;
}
#company-photo a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 10px;
  right: 25px;
  bottom: 20px;
  left: 10px;
}
.noo_company-template-default .company-desc .company-info .company-custom-fields .content-meta {
  float: none !important;
}
.noo_company-template-default .noo-company-style2 .noo-company-profile .company-custom-fields .content-meta {
  float: none !important;
}
.noo-feed-button {
  position: absolute;
  top: 0;
  right: 0;
}
.noo-feed-button .noo-type-btn {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 6px;
  border: 1px solid #dedede;
  padding: 10px 20px;
  line-height: 1;
}
.noo-feed-button .noo-type-btn:hover {
  background-color: #dedede;
}
.noo-heading-sc {
  max-width: 630px;
}
.noo-heading-sc.text-center {
  margin: auto;
}
.noo-heading-sc .noo-title-sc {
  color: #44494b;
  font-size: 30px;
  line-height: 30px;
}
.noo-heading-sc .noo-subtitle-sc {
  color: #44494b;
  font-size: 16px;
  line-height: 26px;
}
.noo-job-category-wrap.style-grid {
  margin-bottom: 25px;
}
.noo-job-category-wrap.style-grid .noo-job-category {
  padding: 30px 0 0;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item a {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item a .icon {
  display: block;
  font-size: 48px;
  line-height: 30px;
  color: #f5d006;
  padding: 0 0 12px;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item a .title {
  display: block;
  color: #44494b;
  line-height: 30px;
  font-weight: 600;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item a .job-count {
  display: block;
  color: #44494b;
  font-size: 13px;
  line-height: 30px;
  font-family: "Droid Serif", serif;
}
.noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover {
  -webkit-box-shadow: 0 0 21px -1px #ddd;
  -moz-box-shadow: 0 0 21px -1px #ddd;
  -ms-box-shadow: 0 0 21px -1px #ddd;
  -o-box-shadow: 0 0 21px -1px #ddd;
  box-shadow: 0 0 21px -1px #ddd;
}
.noo-job-category-wrap.style-grid .view-more {
  text-align: center;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item {
  font-family: 'Montserrat', sans-serif;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item a {
  text-align: center;
  padding: 20px;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item a .icon {
  display: block;
  font-size: 48px;
  line-height: 30px;
  padding: 0 0 18px;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item a .title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item a .job-count {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-family: "Droid Serif", serif;
}
.noo-job-category-wrap.style-slider .noo-job-category .category-item:hover .icon {
  color: #f5d006;
}
.noo-job-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
  font-size: 50px;
  line-height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.noo-job-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-job-category-wrap.style-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-job-category-wrap.style-slider .owl-next {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-job-category-wrap.style-list a {
  color: #44494b;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
.noo-job-category-wrap.style-list a .job-count {
  color: #f5d006;
}
.noo-job-category-wrap.style-list .view-more {
  margin-top: 10px;
}
.noo-job-map {
  position: relative;
  z-index: 99;
}
.noo-job-map .job-advanced-search-wrap.left .job-advanced-search-form {
  justify-content: unset;
}
@media (max-width: 991px) {
  .noo-job-map {
    padding: 0 1.07142857em;
    overflow: initial;
    z-index: 9;
  }
  .noo-job-map .job-search-bg-image {
    margin-left: -1.07142857em;
    margin-right: -1.07142857em;
    margin-top: -1.07142857em;
  }
}
.noo-job-map:not(.search-advanced) .job-search-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .noo-job-map:not(.no-background) .job-advanced-search {
    width: 100%;
    top: inherit!important;
    padding: 0 30px;
  }
}
.noo-job-map .job-revo-slider {
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 1;
  bottom: 2.14285714em;
}
.noo-job-map .job-revo-slider.column-4,
.noo-job-map .job-revo-slider.column-3 {
  min-width: 992px;
}
.noo-job-map .job-advanced-search.left {
  margin-right: auto;
}
.noo-job-map .job-advanced-search.center {
  margin: 0 auto;
}
.noo-job-map .job-advanced-search.right {
  margin-left: auto;
}
.noo-job-map .job-advanced-search .job-search-info {
  font-family: "Montserrat", serif;
}
.noo-job-map .job-advanced-search .job-search-info .search-main-title {
  font-size: 46px;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .noo-job-map .job-advanced-search .job-search-info .search-main-title {
    font-size: 28px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .noo-job-map .job-advanced-search .job-search-info .search-main-title {
    font-size: 24px;
  }
}
.noo-job-map .job-advanced-search .job-search-info .search-sub-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .noo-job-map .job-advanced-search .job-search-info .search-sub-title {
    font-size: 13px;
  }
}
.noo-job-map .job-advanced-search .job-search-info p {
  line-height: 1.5;
  font-weight: 500;
  margin-left: 5px;
}
.noo-job-map .job-advanced-search .job-search-info a {
  color: #fff;
}
.noo-job-map .job-advanced-search .job-search-info.left {
  text-align: left;
}
.noo-job-map .job-advanced-search .job-search-info.center {
  text-align: center;
}
.noo-job-map .job-advanced-search .job-search-info.right {
  text-align: right;
}
.noo-job-map .job-advanced-search .job-advanced-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", serif;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1.07142857em 0;
  width: 100%;
}
@media (max-width: 970px) {
  .noo-job-map .job-advanced-search .job-advanced-search-form {
    padding: 1.07142857em 0;
    display: table;
    height: auto;
  }
  .noo-job-map .job-advanced-search .job-advanced-search-form .form-action {
    width: 100% !important;
    display: block;
  }
}
.noo-job-map .job-advanced-search .job-advanced-search-form .radio label,
.noo-job-map .job-advanced-search .job-advanced-search-form .checkbox label {
  padding-left: 40px;
}
.noo-job-map .job-advanced-search .job-advanced-search-form .radio label input,
.noo-job-map .job-advanced-search .job-advanced-search-form .checkbox label input {
  position: fixed;
}
@media (max-width: 768px) {
  .noo-job-map .job-advanced-search .job-advanced-search-form .form-group .form-control,
  .noo-job-map .job-advanced-search .job-advanced-search-form .form-group .widget_newsletterwidget .newsletter-email,
  .noo-job-map .job-advanced-search .job-advanced-search-form .form-group .wpcf7-form-control:not(.wpcf7-submit) {
    min-width: 125px;
  }
}
.noo-job-map .job-advanced-search .form-group {
  padding: 0.53571429em;
  display: table-cell;
  float: left;
  margin-bottom: 0;
}
@media (max-width: 970px) {
  .noo-job-map .job-advanced-search .form-group {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .noo-job-map .job-advanced-search .form-group {
    display: inline-block;
    margin-right: 15px;
  }
}
.noo-job-map .job-advanced-search .form-group #search-keyword::-moz-placeholder {
  font-weight: 600;
}
.noo-job-map .job-advanced-search .form-group #search-keyword:-ms-input-placeholder {
  font-weight: 600;
}
.noo-job-map .job-advanced-search .form-group #search-keyword::-webkit-input-placeholder {
  font-weight: 600;
}
.noo-job-map .job-advanced-search .form-group ul li.search-field:after {
  cursor: pointer;
  content: "\f0dd";
  font-family: FontAwesome;
  color: #888888;
}
.noo-job-map .job-advanced-search .form-action {
  padding: 0.53571429em;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .noo-job-map .job-advanced-search .form-action {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .noo-job-map .job-advanced-search .form-action .btn-primary,
  .noo-job-map .job-advanced-search .form-action .widget_newsletterwidget .newsletter-submit {
    margin-top: 8px;
  }
}
.noo-job-map .job-advanced-search.column-5 .form-group {
  min-width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noo-job-map .job-advanced-search.column-5 .form-group .form-control,
  .noo-job-map .job-advanced-search.column-5 .form-group .chosen-container-single,
  .noo-job-map .job-advanced-search.column-5 .form-group .chosen-container-multi,
  .noo-job-map .job-advanced-search.column-5 .form-group .widget_newsletterwidget .newsletter-email,
  .noo-job-map .job-advanced-search.column-5 .form-group .wpcf7-form-control:not(.wpcf7-submit) {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .noo-job-map .job-advanced-search.column-3 {
    max-width: 900px;
  }
}
.noo-job-map .job-advanced-search.column-3 .form-group:nth-child(1) {
  width: 40%;
}
.noo-job-map .job-advanced-search.column-3 .form-group:nth-child(2) {
  width: 40%;
}
.noo-job-map .job-advanced-search.column-3 .form-action {
  width: 20%;
}
@media (min-width: 992px) {
  .noo-job-map .job-advanced-search.column-4 {
    max-width: 992px;
  }
}
.noo-job-map .job-advanced-search.column-4 .form-group:nth-child(1) {
  width: 26.66666667%;
}
.noo-job-map .job-advanced-search.column-4 .form-group:nth-child(2) {
  width: 26.66666667%;
}
.noo-job-map .job-advanced-search.column-4 .form-group:nth-child(3) {
  width: 26.66666667%;
}
.noo-job-map .job-advanced-search.column-4 .form-group:nth-child(4) {
  width: 26.66666667%;
}
.noo-job-map .job-advanced-search.column-4 .form-action {
  width: 20%;
}
.noo-job-map .job-advanced-search.column-2 .form-group:nth-child(1) {
  width: 80%;
}
.noo-job-map .job-advanced-search.column-2 .form-action {
  width: 20%;
}
.noo-job-map .job-advanced-search .control-label {
  display: none;
}
.noo-job-map .job-advanced-search .form-control-flat {
  display: block;
  width: 100%;
}
.noo-job-map .job-advanced-search .btn-search-submit {
  background-color: #e8be2f;
  color: #fff;
  width: 100%;
  font-weight: 600;
  margin-top: unset;
}
@media only screen and (min-width: 769px) {
  .noo-job-map .job-advanced-search .btn-search-submit {
    width: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .noo-job-map .job-advanced-search .btn-search-submit {
    width: 100%;
    padding: 15px 5px;
  }
}
.noo-job-map .job-advanced-search.vertical {
  top: unset !important;
}
.noo-job-map .job-advanced-search.vertical .job-advanced-search-wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.noo-job-map .job-advanced-search.vertical .job-advanced-search-wrap.left .job-advanced-search-form {
  justify-content: unset;
}
.noo-job-map .job-advanced-search.vertical .job-advanced-search-form {
  display: inline-grid;
}
.noo-job-map .job-advanced-search.vertical .form-group,
.noo-job-map .job-advanced-search.vertical .form-action {
  display: block;
  width: auto;
}
.noo-job-map .job-advanced-search.vertical .form-action {
  text-align: center;
}
.noo-job-map .job-advanced-search.vertical .control-label {
  display: inline-block;
  color: #fff;
}
.noo-job-map .job-advanced-search.horizontal.style-3 .job-advanced-search-form {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
  padding: 1.07142857em !important;
}
.noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form {
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 21px 5px #eee;
  -moz-box-shadow: 0 0 21px 5px #eee;
  -ms-box-shadow: 0 0 21px 5px #eee;
  -o-box-shadow: 0 0 21px 5px #eee;
  box-shadow: 0 0 21px 5px #eee;
  background: #fff;
}
.noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-action button:after {
  padding-left: 5px;
  content: '\f002';
  font-family: FontAwesome;
}
.noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .dropdown-toggle {
  border: none;
}
@media (min-width: 768px) {
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form {
    width: 100%;
    background-color: #fff;
    height: 70px;
    padding: 10px;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group {
    padding: 0;
    margin: 0;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group ul,
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group select,
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group input,
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group .chosen-container {
    border: none;
    border-radius: 0;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group input#search-keyword,
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group .advance-search-form-control {
    border-right: 1px solid #ddd !important;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-action button {
    -webkit-border-radius: 45px;
    border-radius: 45px;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) {
    padding: 0 20px;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) .chosen-choices {
    padding-left: 0;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) .advance-search-form-control {
    border-right: none !important;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-3 .form-action {
    padding: 0;
    text-align: center;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-3 .form-action button {
    width: 85%;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-4 .form-group:nth-child(4) .advance-search-form-control {
    border-right: none !important;
  }
  .noo-job-map .job-advanced-search.horizontal.style-2.column-5 .form-group:nth-child(5) .advance-search-form-control {
    border-right: none !important;
  }
}
.noo-job-search-wrapper {
  position: relative;
  z-index: 99;
}
.noo-job-search-wrapper .job-advanced-search-wrap.left .job-advanced-search-form {
  justify-content: unset;
}
@media (max-width: 991px) {
  .noo-job-search-wrapper {
    overflow: initial;
    z-index: 9;
  }
  .noo-job-search-wrapper .job-search-bg-image {
    margin-left: -1.07142857em;
    margin-right: -1.07142857em;
    margin-top: -1.07142857em;
  }
}
.noo-job-search-wrapper:not(.search-advanced) .job-search-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.noo-job-search-wrapper:not(.no-background) .job-advanced-search {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .noo-job-search-wrapper:not(.no-background) .job-advanced-search {
    top: 40px !important;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .noo-job-search-wrapper:not(.no-background) .job-advanced-search {
    width: 100%;
    top: 25% !important;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .noo-job-search-wrapper .job-search-slider .job-advanced-search {
    top: -500px !important;
  }
}
.noo-job-search-wrapper .job-revo-slider {
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  z-index: 1;
  bottom: -2.857143em;
}
.noo-job-search-wrapper .job-revo-slider.column-4,
.noo-job-search-wrapper .job-revo-slider.column-3 {
  max-width: 992px;
}
.noo-job-search-wrapper .job-advanced-search.left {
  margin-right: auto;
}
.noo-job-search-wrapper .job-advanced-search.center {
  margin: 0 auto;
}
.noo-job-search-wrapper .job-advanced-search.right {
  margin-left: auto;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info {
  font-family: "Montserrat", serif;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info .search-main-title {
  font-size: 46px;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .noo-job-search-wrapper .job-advanced-search .job-search-info .search-main-title {
    font-size: 28px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .noo-job-search-wrapper .job-advanced-search .job-search-info .search-main-title {
    font-size: 24px;
  }
}
.noo-job-search-wrapper .job-advanced-search .job-search-info .search-sub-title {
  font-size: 22px;
}
@media (max-width: 991px) {
  .noo-job-search-wrapper .job-advanced-search .job-search-info .search-sub-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .noo-job-search-wrapper .job-advanced-search .job-search-info .search-sub-title {
    font-size: 13px;
  }
}
.noo-job-search-wrapper .job-advanced-search .job-search-info p {
  line-height: 1.5;
  font-weight: 500;
  margin-left: 5px;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info a {
  color: #fff;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info.left {
  text-align: left;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info.center {
  text-align: center;
}
.noo-job-search-wrapper .job-advanced-search .job-search-info.right {
  text-align: right;
}
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", serif;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 970px) {
  .noo-job-search-wrapper .job-advanced-search .job-advanced-search-form {
    display: table;
    height: auto;
  }
  .noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .form-action {
    width: 100% !important;
    display: block;
  }
}
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .radio label,
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .checkbox label {
  padding-left: 40px;
}
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .radio label input,
.noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .checkbox label input {
  position: fixed;
}
@media (max-width: 768px) {
  .noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .form-group .form-control,
  .noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .form-group .widget_newsletterwidget .newsletter-email,
  .noo-job-search-wrapper .job-advanced-search .job-advanced-search-form .form-group .wpcf7-form-control:not(.wpcf7-submit) {
    min-width: 125px;
  }
}
.noo-job-search-wrapper .job-advanced-search .form-group {
  padding: 0.53571429em;
  display: table-cell;
  float: left;
  margin-bottom: 0;
}
@media (max-width: 970px) {
  .noo-job-search-wrapper .job-advanced-search .form-group {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .noo-job-search-wrapper .job-advanced-search .form-group {
    display: inline-block;
    margin-right: 15px;
  }
}
.noo-job-search-wrapper .job-advanced-search .form-group #search-keyword::-moz-placeholder {
  font-weight: 600;
}
.noo-job-search-wrapper .job-advanced-search .form-group #search-keyword:-ms-input-placeholder {
  font-weight: 600;
}
.noo-job-search-wrapper .job-advanced-search .form-group #search-keyword::-webkit-input-placeholder {
  font-weight: 600;
}
.noo-job-search-wrapper .job-advanced-search .form-group ul li.search-field:after {
  cursor: pointer;
  content: "\f0dd";
  font-family: FontAwesome;
  color: #888888;
}
.noo-job-search-wrapper .job-advanced-search .form-action {
  padding: 0.53571429em;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .noo-job-search-wrapper .job-advanced-search .form-action {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .noo-job-search-wrapper .job-advanced-search .form-action .btn-primary,
  .noo-job-search-wrapper .job-advanced-search .form-action .widget_newsletterwidget .newsletter-submit {
    margin-top: 8px;
  }
}
.noo-job-search-wrapper .job-advanced-search.column-5 .form-group {
  min-width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noo-job-search-wrapper .job-advanced-search.column-5 .form-group .form-control,
  .noo-job-search-wrapper .job-advanced-search.column-5 .form-group .chosen-container-single,
  .noo-job-search-wrapper .job-advanced-search.column-5 .form-group .chosen-container-multi,
  .noo-job-search-wrapper .job-advanced-search.column-5 .form-group .widget_newsletterwidget .newsletter-email,
  .noo-job-search-wrapper .job-advanced-search.column-5 .form-group .wpcf7-form-control:not(.wpcf7-submit) {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .noo-job-search-wrapper .job-advanced-search.column-3 {
    max-width: 900px;
  }
}
.noo-job-search-wrapper .job-advanced-search.column-3 .form-group:nth-child(1) {
  width: 40%;
}
.noo-job-search-wrapper .job-advanced-search.column-3 .form-group:nth-child(2) {
  width: 40%;
}
.noo-job-search-wrapper .job-advanced-search.column-3 .form-action {
  width: 20%;
}
@media (min-width: 992px) {
  .noo-job-search-wrapper .job-advanced-search.column-4 {
    max-width: 992px;
  }
}
.noo-job-search-wrapper .job-advanced-search.column-4 .form-group:nth-child(1) {
  width: 26.66666667%;
}
.noo-job-search-wrapper .job-advanced-search.column-4 .form-group:nth-child(2) {
  width: 26.66666667%;
}
.noo-job-search-wrapper .job-advanced-search.column-4 .form-group:nth-child(3) {
  width: 26.66666667%;
}
.noo-job-search-wrapper .job-advanced-search.column-4 .form-group:nth-child(4) {
  width: 26.66666667%;
}
.noo-job-search-wrapper .job-advanced-search.column-4 .form-action {
  width: 20%;
}
.noo-job-search-wrapper .job-advanced-search.column-2 .form-group:nth-child(1) {
  width: 80%;
}
.noo-job-search-wrapper .job-advanced-search.column-2 .form-action {
  width: 20%;
}
.noo-job-search-wrapper .job-advanced-search .control-label {
  display: none;
}
.noo-job-search-wrapper .job-advanced-search .form-control-flat {
  display: block;
  width: 100%;
}
.noo-job-search-wrapper .job-advanced-search .btn-search-submit {
  background-color: #e8be2f;
  color: #fff;
  width: 100%;
  font-weight: 600;
  margin-top: unset;
}
@media only screen and (min-width: 769px) {
  .noo-job-search-wrapper .job-advanced-search .btn-search-submit {
    width: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .noo-job-search-wrapper .job-advanced-search .btn-search-submit {
    width: 100%;
    padding: 15px 5px;
  }
}
.noo-job-search-wrapper .job-advanced-search.vertical {
  top: unset !important;
}
.noo-job-search-wrapper .job-advanced-search.vertical .job-advanced-search-wrap {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.noo-job-search-wrapper .job-advanced-search.vertical .job-advanced-search-wrap.left .job-advanced-search-form {
  justify-content: unset;
}
.noo-job-search-wrapper .job-advanced-search.vertical .job-advanced-search-form {
  display: inline-grid;
}
.noo-job-search-wrapper .job-advanced-search.vertical .form-group,
.noo-job-search-wrapper .job-advanced-search.vertical .form-action {
  display: block;
  width: auto;
}
.noo-job-search-wrapper .job-advanced-search.vertical .form-action {
  text-align: center;
}
.noo-job-search-wrapper .job-advanced-search.vertical .control-label {
  display: inline-block;
  color: #fff;
}
.noo-job-search-wrapper .job-advanced-search.horizontal.style-3 .job-advanced-search-form {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
  padding: 1.07142857em !important;
}
.noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form {
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 21px 5px #eee;
  -moz-box-shadow: 0 0 21px 5px #eee;
  -ms-box-shadow: 0 0 21px 5px #eee;
  -o-box-shadow: 0 0 21px 5px #eee;
  box-shadow: 0 0 21px 5px #eee;
  background: #fff;
  padding: 20px;
}
.noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-action button:after {
  padding-left: 5px;
  content: '\f002';
  font-family: FontAwesome;
}
@media (min-width: 768px) {
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form {
    width: 100%;
    background-color: #fff;
    height: 70px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group {
    padding: 0;
    margin: 0;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form ul,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form select,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form input,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .chosen-container {
    margin-bottom: 10px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form button {
    margin-bottom: 10px !important;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-action button {
    -webkit-border-radius: 45px;
    border-radius: 45px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) {
    padding: 0 20px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) .chosen-choices {
    padding-left: 0;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-group:nth-child(3) .advance-search-form-control {
    border-right: none !important;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-action {
    padding: 0;
    text-align: right;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-action button {
    width: 100%;
    border-radius: 4px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-4 .form-group:nth-child(4) .advance-search-form-control {
    border-right: none !important;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-5 .form-group:nth-child(5) .advance-search-form-control {
    border-right: none !important;
  }
}
@media (min-width: 991px) {
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group input#search-keyword,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .form-group .advance-search-form-control {
    border: none;
    border-right: 1px solid #ddd !important;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form ul,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form select,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form input,
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form .chosen-container {
    margin-bottom: 0px;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2 .job-advanced-search-form button {
    border: none;
    margin-bottom: 0px !important;
  }
  .noo-job-search-wrapper .job-advanced-search.horizontal.style-2.column-3 .form-action button {
    width: 85%;
    border-radius: 45px;
  }
}
.noo-job-search-wrapper .job-advanced-search-container {
  height: 100%;
  padding: 0;
}
.noo-job-map .job-advanced-search {
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  z-index: 1;
  bottom: 2.14285714em;
}
@media only screen and (max-width: 480px) {
  .noo-job-map .job-advanced-search {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .noo-job-search-wrapper.search-advanced .job-advanced-search {
    bottom: 13.142857em;
  }
}
.advance-search-form-control .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #44494b;
}
.job-search-bg-slider {
  height: 100%;
  overflow: hidden;
}
.job-search-bg-slider ul.sliders {
  padding: 0;
  margin: 0;
}
.job-search-bg-slider ul.sliders .slide-image {
  width: 100%;
}
@media (max-width: 767px) {
  .home-v2 .custom-advanced-search {
    margin-top: 7% !important;
  }
}
.bmap-listCluster {
  list-style: none;
  padding: 0;
}
.bmap-listCluster li h6 i {
  margin-right: 5px;
  color: #0000005e;
}
.bmap-listCluster li div a img {
  margin-right: 5px;
  max-width: 30px !important;
}
.bmap-listCluster li div span {
  font-size: 13px;
  font-weight: 300;
  color: #44494b;
}
.noo-company-sc.style-grid {
  margin-top: 42px;
}
.noo-company-sc.style-grid .company-item {
  border: 1px solid #e1e1e1;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .noo-company-sc.style-grid .company-item {
    margin-bottom: 30px;
  }
}
.noo-company-sc.style-grid .company-item:hover {
  transition: background 0.2s linear;
  background: #44494b;
  border: 1px solid #fff;
}
.noo-company-sc.style-grid .company-item:hover .company-meta {
  border-top: 1px solid #fff;
}
.noo-company-sc.style-grid .company-item:hover .company-meta .company-name,
.noo-company-sc.style-grid .company-item:hover .company-meta p {
  color: #fff !important;
}
.noo-company-sc.style-grid .company-item .company-thumbnail {
  padding: 15px;
}
.noo-company-sc.style-grid .company-item .company-thumbnail img {
  height: 100px;
  width: auto;
}
.noo-company-sc.style-grid .company-item .company-meta {
  border-top: 1px solid #e1e1e1;
  padding: 0 0 5px;
}
.noo-company-sc.style-grid .company-item .company-meta .company-name {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 767px) {
  .noo-company-sc.style-grid .company-item .company-meta .company-name {
    font-size: 12px;
  }
}
.noo-company-sc.style-grid .company-item .company-meta p {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: -5px 0 0;
}
.noo-company-sc.style-grid .swiper-prev,
.noo-company-sc.style-grid .swiper-next {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #f5d006;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-company-sc.style-grid .swiper-prev:hover,
.noo-company-sc.style-grid .swiper-next:hover {
  background: #796603;
}
.noo-company-sc.style-grid .company-pagination {
  margin: 25px 0 12px;
}
.noo-company-sc.style-slider {
  padding: 30px;
}
.noo-company-sc.style-slider .company-item {
  text-align: center;
  padding: 35px 30px 1px;
  margin: 0 15px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noo-company-sc.style-slider .company-item:hover {
  -webkit-box-shadow: 0 0 21px -3px #ddd;
  -moz-box-shadow: 0 0 21px -3px #ddd;
  -ms-box-shadow: 0 0 21px -3px #ddd;
  -o-box-shadow: 0 0 21px -3px #ddd;
  box-shadow: 0 0 21px -3px #ddd;
}
.noo-company-sc.style-slider .company-item .company-thumbnail img {
  height: 100px;
  width: auto;
}
.noo-company-sc.style-slider .company-item .company-meta {
  margin-top: 30px;
  margin-bottom: 15px;
}
.noo-company-sc.style-slider .company-item .company-meta .company-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.noo-company-sc.style-slider .company-item .company-meta p {
  margin-top: 0;
}
.noo-company-sc.style-slider .owl-wrapper {
  padding: 30px 0;
}
.noo-company-sc.style-slider .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  background: rgba(245, 208, 6, 0.25);
  position: absolute;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-company-sc.style-slider .owl-theme .owl-controls .owl-buttons div:hover {
  background: #f5d006;
}
.noo-company-sc.style-slider .owl-buttons .owl-next {
  right: -15px;
}
.noo-company-sc.style-slider .owl-buttons .owl-next:after {
  content: '\f054';
  font-family: FontAwesome;
}
.noo-company-sc.style-slider .owl-buttons .owl-prev {
  left: -15px;
}
.noo-company-sc.style-slider .owl-buttons .owl-prev:after {
  content: '\f053';
  font-family: FontAwesome;
}
.noo-company-sc.style-slider .owl-buttons > div {
  position: absolute;
  top: 45%;
}
.noo-service {
  margin: 0 -15px;
}
.noo-service .noo-service-item .noo-service-title {
  display: flex;
  flex-wrap: wrap;
}
.noo-service .noo-service-item .noo-service-title i {
  font-size: 28px;
  padding-right: 20px;
}
.noo-service .noo-service-item .noo-service-content {
  margin-top: 0;
}
.noo-faq .noo_faq_group .noo_faq_item {
  margin-bottom: 2px;
  display: block;
}
.noo-faq .noo_faq_group .noo_faq_item:last-child {
  margin: 0;
}
.noo-faq .noo_faq_group .noo_faq_item.hide_faq h4 {
  padding: 0 0 15px;
}
.noo-faq .noo_faq_group .noo_faq_item .noo_faq_content {
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
}
.noo-faq .noo_faq_group .noo_faq_item h4 {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #ececed;
  font-weight: 500;
  cursor: pointer;
}
.noo-faq .noo_faq_group .noo_faq_item h4:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "FontAwesome";
  content: "\f077";
  font-weight: 500;
}
.noo-faq .noo_faq_group .noo_faq_item.open_faq .noo_faq_content {
  display: block;
}
.noo-faq .noo_faq_group .noo_faq_item.open_faq h4 {
  border-bottom: none;
}
.noo-faq .noo_faq_group .noo_faq_item.open_faq h4:after {
  content: "\f078";
}
.noo-client.owl-carousel .owl-wrapper {
  display: table !important;
}
.noo-client.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.noo-client.owl-carousel .owl-item {
  padding: 10px;
}
.noo-client.owl-carousel .owl-item img {
  opacity: 0.3;
}
.noo-client.owl-carousel .owl-item:hover img {
  opacity: 1;
}
.noo-resume-category-wrap.style-grid {
  padding: 30px;
}
.noo-resume-category-wrap.style-grid .noo-resume-category {
  padding: 40px 0 25px;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item {
  margin-bottom: 40px;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item a {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item a .icon {
  display: block;
  font-size: 48px;
  line-height: 30px;
  color: #f5d006;
  padding: 0 0 12px;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item a .title {
  display: block;
  color: #44494b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item a .job-count {
  display: block;
  color: #44494b;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
.noo-resume-category-wrap.style-grid .noo-resume-category .category-item a:hover {
  -webkit-box-shadow: 0 0 21px -1px #ddd;
  -moz-box-shadow: 0 0 21px -1px #ddd;
  -ms-box-shadow: 0 0 21px -1px #ddd;
  -o-box-shadow: 0 0 21px -1px #ddd;
  box-shadow: 0 0 21px -1px #ddd;
}
.noo-resume-category-wrap.style-grid .view-more {
  text-align: center;
}
.noo-resume-category-wrap.style-slider .noo-resume-category .category-item a {
  text-align: center;
  padding: 20px;
}
.noo-resume-category-wrap.style-slider .noo-resume-category .category-item a .icon {
  display: block;
  font-size: 48px;
  line-height: 30px;
  color: #fff;
  padding: 0 0 33px;
}
.noo-resume-category-wrap.style-slider .noo-resume-category .category-item a .title {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.noo-resume-category-wrap.style-slider .noo-resume-category .category-item a .job-count {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
.noo-resume-category-wrap.style-slider .noo-resume-category .category-item:hover .icon {
  color: #f5d006;
}
.noo-resume-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  font-size: 50px;
  line-height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.noo-resume-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-resume-category-wrap.style-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-resume-category-wrap.style-slider .owl-next {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-resume-category-wrap.style-list a {
  color: #44494b;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
.noo-resume-category-wrap.style-list a .job-count {
  color: #f5d006;
}
.noo-resume-category-wrap.style-list .view-more {
  margin-top: 40px;
}
.job-elementor-widget {
  /* ---------------------------------------------------
         TAB JOB STYLE GRID
 ----------------------------------------------------- */
  /* ---------------------------------------------------
         END TAB JOB STYLE GRID
 ----------------------------------------------------- */
  /* ---------------------------------------------------
         NOO JOB STYLE LIST 2
 ----------------------------------------------------- */
}
.job-elementor-widget .noo-job-item {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  background: none repeat scroll 0 0 #fff;
  transition: all 0.3s ease-in-out;
}
.job-elementor-widget .noo-job-item:hover {
  transform: translateY(0px);
  border-radius: 5px;
  box-shadow: 4px 4px 15px 0px rgba(51, 51, 51, 0.15);
  border-color: rgba(51, 51, 51, 0.1);
}
.job-elementor-widget .noo-job-item:hover .btn-hover-effect .btn,
.job-elementor-widget .noo-job-item:hover .btn-hover-effect .widget_newsletterwidget .newsletter-submit {
  background-color: transparent;
  color: #fff;
}
.job-elementor-widget .noo-job-item:hover .btn-hover-effect:before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.job-elementor-widget .noo-job-item:hover .btn-hover-effect:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.job-elementor-widget .noo-job-widget .item-grid .noo-job-item:hover .show-view-more.btn,
.job-elementor-widget .noo-job-widget .item-grid .noo-job-item:hover .show-view-more.widget_newsletterwidget .newsletter-submit {
  background-color: #e8be2f;
  color: #fff;
}
.job-elementor-widget .noo-job-widget .item-grid .job-top-info {
  display: flex;
  align-items: center;
}
.job-elementor-widget .noo-job-widget .item-grid .job-top-info .job-type .content-meta {
  margin: 0;
}
.job-elementor-widget .noo-job-widget .item-grid .job-top-info .job-bookmark {
  margin-left: auto;
}
.job-elementor-widget .noo-job-widget .item-grid .job-top-info .job-bookmark .show-bookmark {
  position: initial;
}
.job-elementor-widget .noo-job-widget .item-grid .loop-job-title {
  border-top: none !important;
}
.job-elementor-widget .noo-job-widget .item-grid .show-view-more {
  float: unset;
}
@media (max-width: 1199px) {
  .job-elementor-widget body .tab-job-category.company-letters {
    margin-bottom: 15px !important;
    padding: 15px !important;
  }
}
.job-elementor-widget .tab-job-category a {
  position: relative;
  font-size: 1.28571429em;
  font-weight: 600;
}
.job-elementor-widget .tab-job-category a.selected {
  color: #44494b !important;
}
.job-elementor-widget .tab-job-category a.selected:after {
  width: 100%;
  left: 0;
}
.job-elementor-widget .tab-job-category a:after {
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #e8be2f;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.job-elementor-widget .tab-job-category a:hover {
  color: #e8be2f;
}
.job-elementor-widget .tab-job-category a:hover:after {
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .job-elementor-widget .tab-job-category a {
    margin-bottom: 30px;
  }
}
.job-elementor-widget .grid-shortcode .job-info .loop-item-content {
  border: none;
}
.job-elementor-widget .noo-job-category-wrap .title {
  display: block;
  color: #44494b;
  line-height: 1.5;
  margin: 0;
}
.job-elementor-widget .noo-job-category-wrap .job-count {
  display: block;
  color: #6e7172;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item {
  padding: 15px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item .icon i {
  background: #e8be2f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transform: rotate(-45deg);
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a {
  text-align: center;
  border: 1px solid #6e7172;
  border-radius: 5px;
  padding: 75px 20px 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a .icon {
  display: block;
  font-size: 60px;
  line-height: 30px;
  color: #e4e4e4;
  padding: 0 0 40px;
  transition: all 500ms ease;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a .icon .grid-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  transform: rotate(45deg);
  display: inline-block;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a .item-content {
  transition: all 400ms ease;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover {
  border-color: transparent;
  transform: translateY(0px);
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover:before {
  opacity: 1;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover .icon .grid-icon {
  background: rgba(51, 51, 51, 0.9);
  border-color: #e8be2f;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover .title {
  color: #fff;
  transform: scale(1.1);
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover .job-count {
  color: #e8be2f;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover .noo-grid-item-bg {
  opacity: 1;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:hover .item-content {
  transform: translateY(-5px);
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.35s ease;
  z-index: -1;
  opacity: 0;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .noo-job-category .category-item a .noo-grid-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.35s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0;
}
.job-elementor-widget .noo-job-category-wrap.style-grid .view-more {
  text-align: center;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 {
  overflow: hidden;
  margin-bottom: 25px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  z-index: 1;
  text-align: center;
  height: 250px;
  background-size: cover;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner .content-inner {
  padding: 0 10px;
  width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner .content-inner .icon {
  position: relative;
  line-height: 1;
  filter: alpha(opacity=0);
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  height: 50px;
  font-size: 50px;
  transform: translateY(-80%) rotateX(60deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  opacity: 0;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner .content-inner .item-content {
  transform: translateY(-15px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner .content-inner .item-content .title {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  color: #fff;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner .content-inner .item-content .job-count {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 15px;
  color: #fff;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #05041c;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  background: linear-gradient(to top, #e8be2f, rgba(31, 90, 188, 0.1));
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:hover:before {
  opacity: 0;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:hover:after {
  opacity: 0.9;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:hover .item-content {
  transform: translateY(20px);
}
.job-elementor-widget .noo-job-category-wrap.style-grid-2 .category-item .category-banner-inner:hover .icon {
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 {
  overflow: hidden;
  margin-bottom: 25px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #dddddd;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner .content-inner {
  padding: 100px 0px 100px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner .content-inner .icon {
  position: relative;
  line-height: 1;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  height: 50px;
  font-size: 50px;
  color: var(--primary-color);
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner .content-inner .item-content {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-top: 25px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner .content-inner .item-content .title {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0 0 3px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner .content-inner .item-content .job-count {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 15px;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner:hover {
  box-shadow: 0px 0px 15px 0px #aaaaaa;
}
.job-elementor-widget .noo-job-category-wrap.style-grid-3 .category-item .category-banner-inner:hover .icon {
  transform: rotateY(360deg);
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  border-radius: 5px;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item a {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item a .icon {
  display: block;
  font-size: 48px;
  line-height: 30px;
  padding: 0 0 18px;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item:hover .job-count,
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item:hover .icon {
  color: #fff;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item:hover .title {
  color: #e8be2f;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .noo-job-category .category-item:hover:before {
  opacity: 1;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
  font-size: 50px;
  line-height: 30px;
  opacity: 0.5;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-nav button[type=button] {
  font-size: 14px;
  color: inherit;
  position: absolute;
  min-width: 0!important;
  margin-right: 0 !important;
  border: unset !important;
  top: 30%;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-nav button[type=button]:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-prev {
  left: -35px;
  right: auto;
}
@media (max-width: 768px) {
  .job-elementor-widget .noo-job-category-wrap.style-slider .owl-prev {
    left: 0;
  }
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-next {
  right: -35px;
  top: 30%;
}
@media (max-width: 1199px) {
  .job-elementor-widget .noo-job-category-wrap.style-slider .owl-next {
    right: 0;
  }
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  border-radius: 20px;
}
.job-elementor-widget .noo-job-category-wrap.style-slider .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
.job-elementor-widget .noo-job-category-wrap.style-list a {
  color: #44494b;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
.job-elementor-widget .noo-job-category-wrap.style-list a .job-count {
  color: var(--primary-color);
}
.job-elementor-widget .noo-job-category-wrap.style-list .view-more {
  margin-top: 10px;
}
.job-elementor-widget .noo-job-category-wrap.style-list .noo-grid-item {
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.job-elementor-widget .noo-job-category-wrap.style-list .noo-grid-item:hover {
  background: #f5f5f5;
  border-radius: 5px;
}
.job-elementor-widget .noo-job-category-wrap.style-list .item-content .icon {
  float: left;
  margin: 4px 15px 0 0;
  font-size: 24px;
}
.job-elementor-widget .noo-job-category-wrap.style-list .item-content .icon i {
  background: -webkit-linear-gradient(#46bddf, #2cc974);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.job-elementor-widget .view-more {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.job-elementor-widget .noo_job_sc_2 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6e7172;
  display: flex;
  background-color: #fff;
}
.job-elementor-widget .noo_job_sc_2 .item-featured.company-logo {
  width: 125px;
  height: 125px;
}
.job-elementor-widget .noo_job_sc_2 .item-featured.company-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.job-elementor-widget .noo_job_sc_2 .loop-item-content .content-meta {
  margin-bottom: 5px;
  margin-right: 0 !important;
}
.job-elementor-widget .noo_job_sc_2 .loop-item-content .content-meta .job-type a {
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid;
}
.job-elementor-widget .noo_job_sc_2 .loop-item-content .job-company a {
  color: #6e7172;
}
.job-elementor-widget .noo_job_sc_2:hover {
  transform: unset;
  border-radius: 5px;
  border-color: #6e7172;
}
@media (max-width: 768px) {
  .job-elementor-widget .noo_job_sc_2 {
    width: 100%;
    clear: both;
  }
}
.noo-company-elementor-widget .style-slider {
  padding: 0;
}
.noo-company-elementor-widget .style-slider .company-item {
  margin: 0;
}
.noo-company-elementor-widget .style-slider .company-item .company-thumbnail img {
  margin: 0 auto;
}
.noo-job-category-widget .style-grid .noo-job-category .category-item {
  margin-bottom: 0;
}
.noo-register-company.register-elementor .noo-icon-register {
  margin-bottom: 20px;
}
.noo-register-company.register-elementor .btn-register {
  margin-bottom: 0;
}
.noo-pl-item-wrap.hentry {
  width: 100%;
}
.noo-blog-widget .noo-pl-content {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .noo-blog-widget .noo-pl-content {
    padding-left: 0;
  }
}
.noo-blog-widget .content-left {
  position: absolute;
  top: 0;
  left: 0;
}
.noo-blog-widget .content-left .author-bio .author-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #ebeeef;
  -moz-box-shadow: 0 0 0 4px #ebeeef;
  -ms-box-shadow: 0 0 0 4px #ebeeef;
  -o-box-shadow: 0 0 0 4px #ebeeef;
  box-shadow: 0 0 0 4px #ebeeef;
}
@media (max-width: 767px) {
  .noo-blog-widget .content-left {
    position: relative;
    display: none;
  }
}
@media (max-width: 992px) {
  .noo-step-icon .noo-step-icon-advanced-list .noo-step-icon-title {
    margin-bottom: 0;
  }
}
.noo-job-search-wrapper .noo-job-map .job-map-elementor {
  position: absolute !important;
}
.noo-counter-item.noo-counter-elementor {
  justify-content: center;
  margin-left: 0;
}
@media (max-width: 767px) {
  .noo-counter-item.noo-counter-elementor {
    transform: translateX(0%);
  }
}
/* Noo Service */
.noo-service-widget .noo-service-box-content > div {
  display: flex;
  flex-wrap: wrap;
}
.noo-service-widget .noo-service-box-content > div i {
  flex: 0 1 15%;
}
.noo-service-widget .noo-service-box-content > div .title {
  flex: 0 1 85%;
}
.noo-service-widget .noo-service-box-content .desc {
  margin-top: 5px;
}
.noo-heading-sc.noo_text_info {
  margin: 0 auto;
}
.noo-recent-news.grid .loop-item-wrap {
  position: relative;
  border-radius: 4px;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-content {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.07142857em;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-featured {
  overflow: hidden;
  max-height: 100px;
}
.noo-recent-news.grid .loop-item-wrap .loop-item-featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.noo-recent-news.grid .loop-item-wrap .loop-item-featured a:before {
  background: rgba(110, 113, 114, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  border-radius: 4px;
}
.noo-recent-news.grid .loop-item-wrap:hover .loop-item-featured:before {
  background-color: rgba(245, 208, 6, 0.7);
}
.noo-recent-news.slider .owl-nav .owl-prev,
.noo-recent-news.slider .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  margin: 5px;
  font-size: 0;
  border-radius: 50%;
  background: #f5d006;
  outline: 0;
}
.noo-recent-news.slider .owl-nav .owl-prev i,
.noo-recent-news.slider .owl-nav .owl-next i {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.noo-recent-news.slider .owl-nav .owl-next {
  right: -30px;
}
.noo-recent-news.slider .owl-nav .owl-prev {
  left: -30px;
}
.noo-package-widget .noo-pricing-table {
  margin: 0;
}
.noo-package-widget .owl-nav {
  text-align: center;
}
.noo-package-widget .owl-nav .owl-prev,
.noo-package-widget .owl-nav .owl-next {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #e8be2f !important;
  text-align: center;
  color: #fff !important;
  font-size: 13px;
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.noo-resume-elementor-widget .noo-resume-grid li {
  margin: 0 !important;
}
.noo-resume-elementor-widget .noo-resume-grid li.featured-resume:after {
  top: 23px;
}
.noo-resume-elementor-widget .noo-resume-grid li.featured-resume:before {
  top: inherit;
}

/*# sourceMappingURL=noo.css.map */