/*
Theme Name: Ivent
Author: Noo
*/
/**
 * Table of Contents:
 * 0.0 - Style default for visual
 * 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 - caroufredsel
 * 	7.3 - jplayer
 * 	7.4 - masonry 
 * 8.0 - Plugin
 * 	8.1 - contact-form-7
 * 	8.2 - revslider
 * 9.0 - Main file
 * 	9.1 - main
 * 	9.2 - shortcode
 * 	9.3 - loop
 * -----------------------------------------------------------------------------
 */
.h-primary:hover {
  background: #f0a441 !important;
  color: #fff !important;
}
/*! 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: bold;
}
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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;
  -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: bold;
}
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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }
}
/**
 * 2.0 - Core CSS
 *  2.1 - Scaffolding
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2f4d59;
  font-weight: 400;
  font-style: normal;
  background: #f6f6f6;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2f4d59;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
a:hover,
a:focus {
  color: #f0a441;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 20px;
}
.img-thumbnail {
  padding: 0.25em;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-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%;
}
img.grayscale,
.grayscale > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
img.grayscale:hover,
.grayscale > img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-top: 1px solid #4c5859;
}
.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%;
  border: 0px;
}
/**
 * 2.0 - Core CSS
 *  2.2 - typography
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal;
}
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: #2f4d59;
}
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: #f0a441;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
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.75em;
  margin-bottom: 0.75em;
}
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: 2.25em;
}
h2,
.h2 {
  font-size: 1.875em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.875em;
}
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);
}
p {
  margin: 0 0 0.75em;
}
.lead {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
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: #2f4d59;
}
.text-primary {
  color: #f0a441;
}
a.text-primary:hover {
  color: #eb8d13;
}
.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;
}
.bg-primary {
  color: #fff;
  background-color: #f0a441;
}
a.bg-primary:hover {
  background-color: #eb8d13;
}
.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(240, 164, 65, 0.95);
}
.bg-cover {
  background-size: cover !important;
}
.bg-transparent {
  background-color: transparent;
}
.page-header {
  padding-bottom: -0.25em;
  margin: 3em 0 1.5em;
  border-bottom: 1px solid #4c5859;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.75em;
}
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.5em;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
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 #2f4d59;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.single-post .content-wrap blockquote p {
  font-size: 18px;
  line-height: 28px;
}
blockquote {
  padding: 15px;
  margin: 30px;
  font-size: 20px;
  border-left: 3px solid #f0a441;
}
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.5;
  color: #2f4d59;
}
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 #4c5859;
  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.5em;
  font-style: normal;
  line-height: 1.5;
}
/**
 * 2.0 - Core CSS
 *  2.3 - grid
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: 0px;
  padding-bottom: 30px;
  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%;
  }
  .col-md-12.noo-main {
    width: inherit;
    float: none;
  }
}
.noo-sidebar {
  position: relative;
}
@media (max-width: 991px) {
  .noo-sidebar-wrap {
    margin-top: 30px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.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: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .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: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .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: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after,
.noo-primary-menu:before,
.noo-primary-menu:after,
.noo-menu:before,
.noo-menu:after,
.modal-footer:before,
.modal-footer:after,
#author-bio:before,
#author-bio: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,
.masonry-header:before,
.masonry-header: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,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-collapse:after,
.noo-primary-menu:after,
.noo-menu:after,
.modal-footer:after,
#author-bio:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.comments-area > .comment-respond .comment-form-fields:after,
.masonry-header: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;
  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;
  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.5em;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ededed;
}
.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.5em;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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: #272d2e;
  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: #272d2e;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #f0a441;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0a441;
}
.panel-primary > .panel-heading .badge {
  color: #f0a441;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0a441;
}
.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: 3px;
  -webkit-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: 20px;
}
.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.5em;
}
.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.5em;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
}
.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 #ededed;
}
.table .table {
  background-color: transparent;
}
.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.3125em;
}
.table-bordered {
  border: 1px solid #ededed;
}
.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 #ededed;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped {
  border: 1px solid #ededed;
}
.table-striped > thead {
  background-color: #374243;
}
.table-striped > thead tr > th {
  border: 1px solid #374243 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.table-striped > thead tr > th:hover {
  background-color: #455354;
}
.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 #ededed;
}
.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.125em;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ededed;
    -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;
  }
}
/**
 * 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.5em;
  font-size: 24px;
  line-height: inherit;
  color: #272d2e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 300;
}
input[type="search"] {
  -webkit-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;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
output {
  display: block;
  padding-top: 1.375em;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(68, 73, 75, 0.5);
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375em 1.125em;
  font-size: 0.875em;
  color: rgba(68, 73, 75, 0.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
.form-control,
.widget_newsletterwidget .newsletter-email,
.wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375em 1.125em;
  font-size: 0.875em;
  color: rgba(68, 73, 75, 0.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus,
.widget_newsletterwidget .newsletter-email:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #4e5e5f;
  outline: 0;
}
.form-control::-moz-placeholder,
.widget_newsletterwidget .newsletter-email::-moz-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.widget_newsletterwidget .newsletter-email:-ms-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.form-control::-webkit-input-placeholder,
.widget_newsletterwidget .newsletter-email::-webkit-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.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: #4c5859;
  opacity: 1;
}
textarea.form-control,
textarea.widget_newsletterwidget .newsletter-email,
textarea.wpcf7-form-control:not(.wpcf7-submit) {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 3.1375em;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 4.46875em;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 1.5em;
  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: -20px;
  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;
}
.form-control-static {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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: 3.1375em;
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1.3;
  border-radius: 3px;
}
select.input-sm {
  height: 3.1375em;
  line-height: 3.1375em;
}
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: 4.46875em;
  padding: 0.625em 1em;
  font-size: 1.125em;
  line-height: 1.75;
  border-radius: 20px;
}
select.input-lg {
  height: 4.46875em;
  line-height: 4.46875em;
}
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: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 6.5em;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 4.46875em;
  height: 4.46875em;
  line-height: 4.46875em;
}
.input-sm + .form-control-feedback {
  width: 3.1375em;
  height: 3.1375em;
  line-height: 3.1375em;
}
.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);
  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;
  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);
  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;
  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);
  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;
  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: #5e94aa;
}
@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;
    width: auto;
    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"] {
    position: relative;
    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: 1.375em;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.875em;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 2.09375em;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.5em;
  }
}
.form-group .dropdown > span {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  cursor: pointer;
  border: 1px solid #ededed;
  border-radius: 3px;
  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 #ededed;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}
.form-group .dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #ededed;
  padding: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
  background: #fff;
}
.form-group .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #ededed;
  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: #f0a441;
  color: #fff;
}
.login-form .form-group {
  margin-bottom: 0;
}
.login-form label {
  font-weight: 400;
}
.login-form .form-actions {
  margin-top: 30px;
}
.login-form .form-actions .btn,
.login-form .form-actions .widget_newsletterwidget .newsletter-submit {
  min-width: 170px;
}
.login-form .form-actions .forgot-password {
  margin: 0 20px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .login-form .form-actions .forgot-password {
    display: block;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .login-form .noo-register-now {
    margin-top: 30px;
  }
}
.login-form .noo-register-now .title {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
}
.noo-register-form .account-reg-term {
  margin-top: 0;
  padding-top: 0;
}
.noo-register-form .account-reg-term .checkbox {
  padding-top: 0;
}
.noo-register-form .form-actions .btn,
.noo-register-form .form-actions .widget_newsletterwidget .newsletter-submit {
  min-width: 170px;
}
/**
 * 4.0 - Basic Element
 *  4.3 - buttons
 */
.btn,
.widget_newsletterwidget .newsletter-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover,
.btn:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  outline: 0;
  background: #2f4d59;
}
.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-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.btn:hover,
.btn:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.btn:active,
.btn.active,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.widget_newsletterwidget .newsletter-submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #374243;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #f0a441;
  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: #2f4d59;
  text-decoration: none;
}
.btn-lg {
  padding: 0.625em 1em;
  font-size: 1.125em;
  line-height: 1.75;
  border-radius: 0;
}
.btn-sm {
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1.3;
  border-radius: 0;
}
.btn-xs {
  padding: 0.0625em 0.3125em;
  font-size: 0.875em;
  line-height: 1.3;
  border-radius: 0;
}
.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%;
}
.button {
  padding: 10px 25px;
  background: #000;
  border: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button:hover {
  background: #f0a441;
  color: #fff;
}
.button:focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce a.button {
  padding: 10px 25px;
  background: #000;
  border: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce a.button:hover {
  background: #f0a441;
  color: #fff;
}
.woocommerce a.button:focus {
  outline-color: transparent;
  outline: none;
}
.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #2f4d59;
  border-color: #2f4d59;
}
.btn-default:hover,
.btn-default:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-default:hover,
.btn-default:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.btn-default:hover,
.btn-default:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.btn-default:active,
.btn-default.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-primary,
.widget_newsletterwidget .newsletter-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-primary:hover,
.btn-primary:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active:focus,
.widget_newsletterwidget .newsletter-submit.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.btn-primary:hover,
.btn-primary:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.btn-primary:active,
.btn-primary.active,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary.disabled,
.widget_newsletterwidget .newsletter-submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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 {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-primary:hover,
.btn-primary:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-second {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-second:hover,
.btn-second:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-second:hover,
.btn-second:focus {
  outline: 0;
  background: #2f4d59;
}
.btn-second:focus,
.btn-second:active:focus,
.btn-second.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.btn-second:hover,
.btn-second:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.btn-second:active,
.btn-second.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-second.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
/**
 * 4.0 - Basic Element
 *  4.4 - thumbnails
 */
.thumbnail {
  display: block;
  padding: 0.25em;
  margin-bottom: 1.5em;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-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: #374243;
}
.thumbnail .caption {
  padding: 0.5625em;
  color: #2f4d59;
}
/**
 * 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: 16px;
  text-align: left;
  background-color: #374243;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px 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.25em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #dae3d7;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #f0a441;
  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: #f0a441;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #2f4d59;
}
.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.875em;
  line-height: 1.5;
  color: #2f4d59;
  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 {
  z-index: 1000;
  background-color: #2e3536;
  text-align: center;
  position: relative;
}
.navbar-collapse {
  float: right;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .navbar-collapse {
    clear: both;
    float: none;
    padding: 0;
  }
}
@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 {
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    right: 0;
    z-index: 1030;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  .navbar-fixed-top.bg-transparent {
    background-color: #fff;
  }
  .navbar-fixed-top .noo-logo-floating {
    display: none !important;
  }
  .navbar-fixed-top .navbar .navbar-nav > li > a {
    color: #000000 !important;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
  }
  .navbar-fixed-top .navbar:not(.navbar-fixed-top) .member-search form {
    color: #000 !important;
  }
}
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%;
  /** Safari 6, Chrome 19-25 **/
  /** 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;
}
.navbar-brand {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  height: 100px;
  display: inline-block;
}
.navbar-brand.logo-text {
  line-height: 100px;
}
@media (max-width: 991px) {
  .navbar-brand {
    float: left;
    font-size: 16px;
  }
}
.navbar-brand,
.navbar-brand:hover {
  color: #374243;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img {
  max-height: 100px;
}
.navbar-brand .noo-logo-normal {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: top;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.navbar-brand .noo-logo-retina-img,
.navbar-brand .noo-logo-floating {
  display: none;
}
.navbar-toggle {
  line-height: 100px;
  padding-left: 30px;
  display: block;
  float: right;
  background-image: none;
  cursor: pointer;
  font-size: 1.5em;
}
.navbar-toggle:hover {
  text-decoration: none;
  color: #f0a441;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-user {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  font-size: 25px;
}
@media (max-width: 991px) {
  .navbar-user {
    display: block;
  }
}
.noo-primary-menu,
.noo-menu,
.noo-primary-menu *,
.noo-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noo-primary-menu a,
.noo-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.noo-primary-menu > li,
.noo-menu > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .noo-primary-menu > li,
  .noo-menu > li {
    display: block;
  }
}
.noo-primary-menu li,
.noo-menu li {
  position: relative;
}
.noo-primary-menu li:hover > ul.sub-menu,
.noo-menu li:hover > ul.sub-menu,
.noo-primary-menu li .sfHover > ul.sub-menu,
.noo-menu li .sfHover > ul.sub-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.noo-primary-menu ul.sub-menu,
.noo-menu ul.sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 120%;
  left: auto;
  width: auto;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-primary-menu ul.sub-menu li:hover ul.sub-menu,
.noo-menu ul.sub-menu li:hover ul.sub-menu {
  top: 0;
}
.noo-menu {
  margin-right: auto !important;
  margin-left: auto !important;
}
.noo-menu li > a {
  color: #374243;
  padding: 10px 12px;
}
.noo-menu li > a:hover,
.noo-menu li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f0a441;
}
.noo-menu li.current-menu-item > a,
.noo-menu li.active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f0a441;
}
.noo-menu li.disabled > a,
.noo-menu li.disabled > a:hover,
.noo-menu li.disabled > a:focus {
  color: #2f4d59;
  background-color: #2f4d59;
}
.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-nav li > a {
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
  color: #f0a441;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-nav li:hover > a,
.navbar-nav li .sfHover > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f0a441;
}
.navbar-nav li.current-menu-item > a,
.navbar-nav li.active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f0a441;
}
.navbar-nav li.disabled > a,
.navbar-nav li.disabled > a:hover,
.navbar-nav li.disabled > a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-nav ul.sub-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  z-index: 1030;
  text-align: left;
  background: #2e3536;
  padding: 10px 0;
}
.navbar-nav ul.sub-menu li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.navbar-nav ul.sub-menu li:first-child {
  border-top: 0;
}
.navbar-nav ul.sub-menu li > a {
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.75;
  text-transform: none;
  font-weight: 400;
}
.navbar-nav ul.sub-menu li > a:hover {
  color: #f0a441;
  background-color: #2e3536;
}
.navbar-nav ul.sub-menu li:hover .navbar-nav ul.sub-menu li.sfHover > a {
  color: #f0a441;
  background-color: #2e3536;
}
.navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f0a441;
  background-color: #2e3536;
}
@media (min-width: 992px) {
  .navbar-nav > li > ul.sub-menu {
    left: 0;
  }
  .navbar-nav > li > ul.sub-menu ul.sub-menu {
    top: 40px;
    left: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav li > a {
    white-space: normal;
  }
  .navbar-nav li {
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    line-height: 100px;
  }
}
.navbar-toggle.collapsed {
  color: #fff;
}
.navbar-toggle.collapsed:hover {
  color: #d9d9d9;
}
.noo-navbar {
  display: inline-block;
  width: 100%;
}
.noo-menu-item-search {
  position: relative;
}
.noo-menu-item-search .searchbar {
  padding: 15px 10px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  z-index: 9999;
  position: absolute;
  border-color: #ddd;
  width: 300px;
  right: 0px;
  -webkit-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  background: #fff;
  top: 100%;
}
.noo-menu-item-search .searchbar .form-control,
.noo-menu-item-search .searchbar .widget_newsletterwidget .newsletter-email,
.noo-menu-item-search .searchbar .wpcf7-form-control:not(.wpcf7-submit) {
  margin: 0;
}
@media (max-width: 991px) {
  .noo-menu-item-search .searchbar {
    background: rgba(0, 0, 0, 0);
    width: auto;
  }
}
.noo-menu-item-search .searchbar:before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}
.noo-menu-item-search .searchbar.hide {
  display: none;
}
.noo-menu-item-search .searchbar.show {
  display: block;
}
.noo-menu-item-search .searchbar #s {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ededed;
}
.noo-menu-item-search .searchbar #searchsubmit {
  display: none;
}
@media (max-width: 991px) {
  .noo-menu-item-search .search-button {
    display: none;
  }
  .noo-menu-item-search .searchbar {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .noo-menu-item-search .searchbar:before {
    display: none;
  }
  .noo-menu-item-search .searchbar.hide {
    display: block !important;
  }
}
@media (min-width: 992px) {
  body.page-menu-transparent .noo-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: rgba(41, 46, 49, 0.3);
  }
  body.page-menu-transparent .noo-topbar {
    background: rgba(68, 73, 75, 0.33);
  }
  body.page-menu-transparent .noo-topbar .noo-social a i {
    color: rgba(255, 255, 255, 0.2);
  }
  body.page-menu-transparent .noo-topbar .noo-social a i:hover {
    color: #fff;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a {
    color: #fff;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a:hover {
    color: #f0a441;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .member-search form {
    color: #fff;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-right {
    border-left: 2px solid rgba(45, 50, 53, 0.2);
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-right .member-links a {
    color: #fff;
  }
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-right .member-links a:hover {
    color: #f0a441;
  }
  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: 100px;
  }
  .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: 992px) and (max-width: 768px) {
  body.page-menu-transparent .navbar:not(.navbar-fixed-top) .navbar-nav > li > a {
    color: #2f4d59;
    background: #fff;
  }
}
.navbar-fixed-top.navbar .navbar-fixed-top.navbar {
  top: 0 !important;
  min-height: none!important;
}
.navbar-header {
  float: left;
  position: relative;
  max-height: 100%;
}
.navbar-primary {
  float: left;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .navbar-primary {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .navbar-primary {
    display: none;
  }
}
.navbar-right {
  float: right;
  padding-left: 30px;
  max-height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .navbar-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-right .user-navbar-collapse {
    position: absolute;
    right: 0;
    z-index: 10;
  }
}
.navbar-right .navbar-nav > li {
  float: left;
}
@media (max-width: 991px) {
  .navbar-right .member-links {
    min-width: 200px;
  }
}
.navbar-right .member-links .member-info-wrap {
  height: 100px;
  line-height: 100px;
}
@media (max-width: 991px) {
  .navbar-right .member-links .member-info-wrap {
    display: none;
  }
}
.navbar-right .member-links a {
  display: block;
  line-height: 30px;
  padding: 0 5px;
}
.navbar-right .member-links a.member-register-link,
.navbar-right .member-links a.member-login-link {
  display: inline-block;
}
.navbar-right .member-links a:hover {
  color: #f0a441 !important;
}
@media (max-width: 991px) {
  .navbar-right .member-links a {
    padding: 5px 20px;
    margin: 0;
    display: block;
  }
}
.navbar-right .member-links .member-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .navbar-right .member-links .member-info {
    border-top: none;
    text-align: left;
  }
}
.navbar-right .member-links .member-info:hover > a {
  color: #374243;
}
.navbar-right .member-links .member-info .user-name {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .navbar-right .member-links .member-info .user-name {
    text-indent: -9999em;
  }
}
.navbar-right .member-links .member-info img {
  border-radius: 100%;
}
@media (max-width: 991px) {
  .navbar-right .member-links .member-info img {
    display: none;
  }
}
.navbar-right .member-links .member-info .sub-menu {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 991px) {
  .navbar-right .member-links .member-info .sub-menu {
    display: block !important;
    position: relative;
  }
  .navbar-right .member-links .member-info .sub-menu a {
    margin: 0;
  }
}
.navbar-right .member-links .member-info .sub-menu a {
  display: block;
}
.navbar-right .member-links .member-info .sub-menu a:hover {
  color: #fff !important;
}
.navbar-right .member-search {
  height: 100px;
  line-height: 100px;
  padding-right: 30px;
}
.navbar-right .member-search form {
  left: 0;
  position: relative;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background: transparent;
}
.navbar-right .member-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: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.navbar-right .member-search form:before {
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) {
  .navbar-right .member-search {
    padding: 5px 20px;
    height: auto;
    line-height: auto;
  }
  .navbar-right .member-search form {
    top: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.navbar-right .member-search .formsearch-input {
  border-radius: 0;
  margin: 0;
  height: 39px;
  padding: 0 35px 0 10px;
  border: none;
  background: rgba(0, 0, 0, 0);
  width: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.navbar-right .member-search .formsearch-input:focus {
  cursor: text;
  width: 200px;
  background: none repeat scroll 0 0 rgba(224, 224, 224, 0.64);
}
@media (max-width: 991px) {
  .navbar-right .member-search .formsearch-input {
    width: 100%;
    background: none repeat scroll 0 0 rgba(224, 224, 224, 0.64);
  }
  .navbar-right .member-search .formsearch-input:focus {
    width: 100%;
  }
}
/**
 * 4.0 - Basic Element
 *  4.7 - modals
 */
.modal-open {
  overflow: hidden;
}
.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);
  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;
  -webkit-transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, -webkit-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;
  transition: scale 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
}
.modal.in .modal-dialog {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.625em;
}
.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: 20px;
  -webkit-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.5px;
}
.modal-header .close {
  margin-top: -0.125em;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .widget_newsletterwidget .newsletter-submit + .widget_newsletterwidget .newsletter-submit {
  margin-left: 0.3125em;
  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: 600px;
    margin: 1.875em auto;
  }
  .modal-content {
    -webkit-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;
  }
}
.donate-modal {
  font-family: "Source Sans Pro", sans-serif;
}
.donate-modal .donate-error {
  text-align: center;
  color: #d9534f;
  margin-bottom: 15px;
}
.donate-modal .modal-header {
  padding: 0;
  border: none;
}
.donate-modal .modal-header .close {
  font-size: 30px;
  margin: 0;
  opacity: 0.4;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.donate-modal .modal-body {
  padding: 0;
}
.donate-modal .modal-body .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
}
.donate-modal .modal-body .nav-tabs > li {
  margin-bottom: 0;
  width: 50%;
  border: none;
  padding: 0;
  margin: 0;
}
.donate-modal .modal-body .nav-tabs > li > a:focus,
.donate-modal .modal-body .nav-tabs > li > a:hover,
.donate-modal .modal-body .nav-tabs > li > a {
  margin: 0;
  text-align: center;
  padding: 30px;
  font-weight: bold;
  border: none;
  color: #706967;
  background: transparent;
  border-radius: 0;
}
.donate-modal .modal-body .nav-tabs > li:first-child > a {
  border-right: 1px solid #ededed !important;
}
.donate-modal .modal-body .nav-tabs > li.active > a {
  background: transparent;
  color: #374243;
  border: none;
}
.donate-modal .modal-body .tab-content {
  padding: 30px;
}
.donate-modal .modal-body .tab-content .donate-form-radio {
  padding: 15px 0;
}
.donate-modal .modal-body .tab-content .donate-form-radio:before,
.donate-modal .modal-body .tab-content .donate-form-radio:after {
  content: " ";
  display: table;
}
.donate-modal .modal-body .tab-content .donate-form-radio:after {
  clear: both;
}
.donate-modal .modal-body .tab-content .donate-form-radio:before,
.donate-modal .modal-body .tab-content .donate-form-radio:after {
  content: " ";
  display: table;
}
.donate-modal .modal-body .tab-content .donate-form-radio:after {
  clear: both;
}
.donate-modal .modal-body .tab-content .donate-form-radio label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #2f4d59;
  border-color: #2f4d59;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #ededed;
  background: #f9f9f9;
  float: left;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label:active:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.donate-modal .modal-body .tab-content .donate-form-radio label.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label:active:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.donate-modal .modal-body .tab-content .donate-form-radio label.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.active,
.open > .dropdown-toggle.donate-modal .modal-body .tab-content .donate-form-radio label {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label:active:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.donate-modal .modal-body .tab-content .donate-form-radio label.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.active,
.open > .dropdown-toggle.donate-modal .modal-body .tab-content .donate-form-radio label {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
@media (max-width: 767px) {
  .donate-modal .modal-body .tab-content .donate-form-radio label {
    margin-bottom: 15px;
  }
}
.donate-modal .modal-body .tab-content .donate-form-radio label input[type=radio] {
  display: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active,
.open > .dropdown-toggle.donate-modal .modal-body .tab-content .donate-form-radio label.selected {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:active,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected.active,
.open > .dropdown-toggle.donate-modal .modal-body .tab-content .donate-form-radio label.selected {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:hover,
.donate-modal .modal-body .tab-content .donate-form-radio label.selected:focus {
  outline: 0;
  background: #2f4d59;
}
.donate-modal .modal-body .tab-content .donate-form-text {
  display: block;
}
.donate-modal .modal-body .tab-content .donate-form-text label {
  display: block;
  margin: 0;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-val-by-input {
  display: none;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input {
  display: block;
  height: 40px;
  padding: 0.375em 1.125em;
  font-size: 0.875em;
  color: rgba(68, 73, 75, 0.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  margin: 15px 0;
  font-weight: bold;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input[disabled],
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input[readonly],
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textarea.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input {
  height: auto;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input[disabled],
.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input[readonly],
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textarea.donate-modal .modal-body .tab-content .donate-form-text .donate-form-text-input {
  height: auto;
}
.donate-modal .modal-body .tab-content .donate-form-text .selected .donate-form-text-input {
  border-color: #f0a441;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text] {
  height: 40px;
  padding: 0.375em 1.125em;
  font-size: 0.875em;
  color: rgba(68, 73, 75, 0.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea:focus,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea::-moz-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea:-ms-input-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-info textarea::-webkit-input-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-info textarea[disabled],
.donate-modal .modal-body .tab-content .donate-form-info input[type=text][disabled],
.donate-modal .modal-body .tab-content .donate-form-info textarea[readonly],
.donate-modal .modal-body .tab-content .donate-form-info input[type=text][readonly],
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-info textarea,
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-info input[type=text] {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textarea.donate-modal .modal-body .tab-content .donate-form-info textarea,
textarea.donate-modal .modal-body .tab-content .donate-form-info input[type=text] {
  height: auto;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea:focus,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea::-moz-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea:-ms-input-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-info textarea::-webkit-input-placeholder,
.donate-modal .modal-body .tab-content .donate-form-info input[type=text]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.donate-modal .modal-body .tab-content .donate-form-info textarea[disabled],
.donate-modal .modal-body .tab-content .donate-form-info input[type=text][disabled],
.donate-modal .modal-body .tab-content .donate-form-info textarea[readonly],
.donate-modal .modal-body .tab-content .donate-form-info input[type=text][readonly],
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-info textarea,
fieldset[disabled] .donate-modal .modal-body .tab-content .donate-form-info input[type=text] {
  cursor: not-allowed;
  background-color: #4c5859;
  opacity: 1;
}
textarea.donate-modal .modal-body .tab-content .donate-form-info textarea,
textarea.donate-modal .modal-body .tab-content .donate-form-info input[type=text] {
  height: auto;
}
.donate-modal .modal-body .tab-content .donate-form-info textarea {
  height: 150px;
}
.donate-modal .donate-form-contine {
  text-align: center;
}
/**
 * 4.0 - Basic Element
 *  4.8 - footer
 */
.footer.footer-1 .colophon,
.footer.footer-1 .footer-bottom {
  background-color: #384243;
}
.footer.footer-1 .colophon.wigetized .widget {
  color: #fff;
}
.footer.footer-1 .colophon.wigetized .widget .widget-title {
  color: #fff;
}
.footer.footer-1 .colophon.wigetized .widget a {
  color: #fff;
}
.footer.footer-1 .colophon.wigetized .widget a:hover {
  color: #f0a441;
}
.footer.footer-1 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
  border-color: #485252;
}
.footer.footer-1 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a:hover {
  color: #f0a441;
  border-color: #f0a441;
}
.footer.footer-1 .colophon.wigetized .widget_noo_widget_event ul li p span {
  color: rgba(255, 255, 255, 0.3);
}
.footer.footer-1 .colophon.wigetized .widget_noo_widget_event ul li p span i {
  color: rgba(255, 255, 255, 0.3);
}
.footer.footer-1 .footer-bottom .noo-footer-contact > div > div > div {
  color: #fff;
}
.footer.footer-1 .footer-bottom .noo-footer-contact > div > div > div:after {
  background-color: #f0a441;
}
.footer.footer-1 .footer-bottom .noo-footer-contact > div > div > div a {
  color: #fff;
}
.footer.footer-1 .footer-bottom .noo_social .social-all a {
  color: #fff;
}
.footer.footer-2 .colophon,
.footer.footer-2 .footer-bottom {
  background-color: #fff;
}
.footer.footer-2 .colophon.wigetized .widget {
  color: #000;
}
.footer.footer-2 .colophon.wigetized .widget .widget-title {
  color: #000;
}
.footer.footer-2 .colophon.wigetized .widget a {
  color: #000;
}
.footer.footer-2 .colophon.wigetized .widget a:hover {
  color: #f0a441;
}
.footer.footer-2 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a {
  color: #000;
  border-color: #dae3d7;
}
.footer.footer-2 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a:hover {
  color: #f0a441;
  border-color: #f0a441;
}
.footer.footer-2 .colophon.wigetized .widget_noo_widget_event ul li p span {
  color: #000000;
}
.footer.footer-2 .colophon.wigetized .widget_noo_widget_event ul li p span i {
  color: #f0a441;
}
.footer.footer-2 .footer-bottom .noo-footer-contact > div > div > div {
  color: #000;
}
.footer.footer-2 .footer-bottom .noo-footer-contact > div > div > div:after {
  background-color: #000;
}
.footer.footer-2 .footer-bottom .noo-footer-contact > div > div > div a {
  color: #000;
}
.footer.footer-2 .footer-bottom .noo_social .social-all a {
  color: #000;
}
.footer.footer-3 .colophon,
.footer.footer-3 .footer-bottom {
  background-color: #1b1b1b;
}
.footer.footer-3 .colophon.wigetized .widget {
  color: #fff;
}
.footer.footer-3 .colophon.wigetized .widget .widget-title {
  color: #fff;
}
.footer.footer-3 .colophon.wigetized .widget a {
  color: #fff;
}
.footer.footer-3 .colophon.wigetized .widget a:hover {
  color: #f0a441;
}
.footer.footer-3 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
  border-color: #fff;
}
.footer.footer-3 .colophon.wigetized .widget.widget_tag_cloud .tagcloud a:hover {
  color: #f0a441;
  border-color: #f0a441;
}
.footer.footer-3 .colophon.wigetized .widget_noo_widget_event ul li p span {
  color: #ffffff;
}
.footer.footer-3 .colophon.wigetized .widget_noo_widget_event ul li p span i {
  color: #ffffff;
}
.footer.footer-3 .footer-bottom .noo-footer-contact > div > div > div {
  color: #fff;
}
.footer.footer-3 .footer-bottom .noo-footer-contact > div > div > div:after {
  background-color: #f0a441;
}
.footer.footer-3 .footer-bottom .noo-footer-contact > div > div > div a {
  color: #fff;
}
.footer.footer-3 .footer-bottom .noo_social .social-all a {
  color: #fff;
}
.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;
}
.colophon.wigetized > .container-boxed > div > div {
  padding-top: 65px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .colophon.wigetized > .container-boxed > div > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .colophon.wigetized > .container-boxed > div > div:nth-child(3) {
    clear: both;
  }
}
.colophon.wigetized > .container-boxed > div > div .hentry {
  margin: 0;
  background: transparent;
}
.wigetized .widget .about-us p {
  padding-top: 15px;
}
.wigetized .widget .about-us a {
  color: #f0a441;
}
.wigetized .widget {
  color: #fff;
}
.wigetized .widget a {
  font-weight: 400;
}
.wigetized .widget a:hover {
  color: #f0a441;
}
.wigetized .widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 42px;
}
.wigetized .widget .twitter_user,
.wigetized .widget .twitter_user a {
  color: #fff;
}
.wigetized .widget ul,
.wigetized .widget ol {
  list-style: none;
}
.wigetized .widget ul li,
.wigetized .widget ol li {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
}
.wigetized .widget ul li a,
.wigetized .widget ol li a {
  color: #fff;
}
.wigetized .widget ul li a:hover,
.wigetized .widget ol li a:hover {
  color: #f0a441;
}
.wigetized .widget.widget_recent_entries li a {
  color: #fff;
}
.wigetized .widget.widget_recent_entries li a:hover {
  color: #f0a441;
}
.wigetized .widget .textwidget span {
  font-weight: 600;
}
.wigetized .widget .about-us {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.75;
}
.wigetized .tribe-events-adv-list-widget .tribe-mini-calendar-event {
  border: 0;
}
.wigetized .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
  font-size: 0.875em;
}
.wigetized .tribe-events-adv-list-widget .tribe-mini-calendar-event .duration {
  color: #4c5859;
  line-height: 20px;
}
.wigetized .tribe-events-adv-list-widget .tribe-mini-calendar-event .duration .date-start:before {
  content: '\f073';
  font-family: fontawesome;
  padding-right: 5px;
}
.wigetized .tribe-events-adv-list-widget .tribe-events-widget-link {
  display: none;
}
.colophon.site-info {
  background: #2e3536;
}
.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.625em 0.75em;
  color: #fff;
}
.colophon.site-info .footer-menu .noo-menu li.current-menu-item > a {
  background: none;
}
.colophon.site-info .footer-more {
  padding: 65px 0;
  background: #2e3536 url("../images/copyright-logo.png") center center no-repeat;
  color: #fff;
  font-size: 0.875em;
}
.colophon.site-info .footer-more a {
  color: #fff;
}
.colophon.site-info .footer-more a:hover {
  color: #f0a441;
}
.colophon.site-info .footer-more .noo-bottom-bar-content {
  text-align: center;
  font-weight: 300;
}
.footer .widget_noo_widget_event ul {
  padding-bottom: 0;
  padding-top: 0;
}
.footer .widget_noo_widget_event ul li {
  padding: 15px 0 15px;
  border: 0;
}
.footer .widget_noo_widget_event ul li p {
  padding-top: 5px;
}
.footer-bottom {
  background: url("../images/bg-footer.png") top center no-repeat;
}
.mailchimp-widget {
  text-align: center;
  padding: 30px 0;
}
.mailchimp-widget .mc-subscribe-form > label {
  color: #fff;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .mailchimp-widget .mc-subscribe-form > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mailchimp-widget .mc-subscribe-form .mc-email {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-width: 75%;
  min-width: 55%;
  min-height: 41px;
  margin: 0;
  height: 50px;
  background-image: url("../images/bg_mailchimp_input.png");
  background-position: 97% 16px;
  background-repeat: no-repeat;
}
.mailchimp-widget .mc-subscribe-form .mc-email:focus {
  border: 0;
}
@media (max-width: 767px) {
  .mailchimp-widget .mc-subscribe-form .mc-email {
    width: 100%;
    max-width: none;
  }
}
.mailchimp-widget .mc-subscribe-form button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
  height: 50px;
  margin-left: -5px;
  vertical-align: middle;
  border: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button:focus,
.mailchimp-widget .mc-subscribe-form button:active:focus,
.mailchimp-widget .mc-subscribe-form button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:active,
.mailchimp-widget .mc-subscribe-form button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mailchimp-widget .mc-subscribe-form button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus,
.mailchimp-widget .mc-subscribe-form button:active,
.mailchimp-widget .mc-subscribe-form button.active,
.open > .dropdown-toggle.mailchimp-widget .mc-subscribe-form button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button:focus,
.mailchimp-widget .mc-subscribe-form button:active:focus,
.mailchimp-widget .mc-subscribe-form button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:active,
.mailchimp-widget .mc-subscribe-form button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mailchimp-widget .mc-subscribe-form button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus,
.mailchimp-widget .mc-subscribe-form button:active,
.mailchimp-widget .mc-subscribe-form button.active,
.open > .dropdown-toggle.mailchimp-widget .mc-subscribe-form button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.mailchimp-widget .mc-subscribe-form button:hover,
.mailchimp-widget .mc-subscribe-form button:focus {
  outline: 0;
  background: #2f4d59;
}
.mailchimp-widget .mc-subscribe-form button i {
  padding: 0;
}
@media (max-width: 767px) {
  .mailchimp-widget .mc-subscribe-form button {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .mailchimp-widget {
    padding: 30px 15px;
  }
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  bottom: 72px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -60px;
  -webkit-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);
}
div.footer {
  background: #374243;
}
div.footer .noo-social {
  text-align: center;
  padding: 60px 0;
}
div.footer .noo-social a {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
}
div.footer .noo-social a i {
  display: inline-block;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #f0a441;
  font-size: 0.875em;
  border-radius: 50%;
}
div.footer .noo-social a:hover i {
  background: #f0a441;
}
div.footer .widget_tag_cloud .tagcloud a:first-letter {
  text-transform: uppercase;
}
div.footer .widget_tag_cloud .tagcloud a:hover {
  border-color: #f0a441;
  color: #f0a441;
}
div.footer .widget_event_categories ul li,
div.footer .widget_categories ul li,
div.footer .widget_product_categories ul li {
  border-bottom: 1px solid #414c4d;
}
.noo-footer-contact {
  text-align: center;
}
.noo-footer-contact > div > div {
  font-size: 0;
  border-bottom: 1px solid #414c4d;
}
@media (max-width: 767px) {
  .noo-footer-contact > div > div {
    border: 0;
  }
}
.noo-footer-contact > div > div > div {
  text-align: center;
  width: 33.33333333%;
  display: inline-block;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .noo-footer-contact > div > div > div {
    width: 100%;
  }
}
.noo-footer-contact > div > div > div i {
  font-size: 50px;
  display: block;
  margin-bottom: 30px;
}
.noo-footer-contact > div > div > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .noo-footer-contact > div > div > div:after {
    display: none;
  }
}
.noo_social {
  text-align: center;
  padding: 42px 0 65px;
}
@media (max-width: 767px) {
  .noo_social {
    padding: 0px 0 65px;
  }
}
.noo_social .social-all a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 5px 10px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border: 1px solid #fff;
}
.noo_social .social-all a:hover {
  border: 1px solid #f0a441;
  background: #f0a441;
}
.top-search {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  background: #2e3536;
  overflow: hidden;
}
.top-search .form-horizontal .form-control,
.top-search .form-horizontal .widget_newsletterwidget .newsletter-email,
.top-search .form-horizontal .wpcf7-form-control:not(.wpcf7-submit) {
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 1.125em;
  border-radius: 0;
  font-style: italic;
  padding: 0;
  height: 40px;
  color: #fff;
}
.top-search .form-horizontal .form-control::-moz-placeholder,
.top-search .form-horizontal .widget_newsletterwidget .newsletter-email::-moz-placeholder,
.top-search .form-horizontal .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #777a7b;
  opacity: 1;
}
.top-search .form-horizontal .form-control:-ms-input-placeholder,
.top-search .form-horizontal .widget_newsletterwidget .newsletter-email:-ms-input-placeholder,
.top-search .form-horizontal .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: #777a7b;
}
.top-search .form-horizontal .form-control::-webkit-input-placeholder,
.top-search .form-horizontal .widget_newsletterwidget .newsletter-email::-webkit-input-placeholder,
.top-search .form-horizontal .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: #777a7b;
}
.top-search.show {
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.noo-cart,
.noo-search {
  position: relative;
  float: right;
  line-height: 100px;
  padding: 0 30px;
}
.noo-cart a,
.noo-search a {
  color: #fff;
}
.noo-cart a:hover,
.noo-search a:hover,
.noo-cart a:focus,
.noo-search a:focus {
  color: #f0a441;
}
.noo-cart a {
  position: relative;
}
.noo-cart a em {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f0a441;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  top: -6px;
  right: -12px;
  font-style: normal;
}
@media (max-width: 1199px) {
  .noo-cart {
    display: none;
  }
}
.noo-header {
  z-index: 999;
}
@media (min-width: 992px) {
  body.fixed_top .navbar-wrapper {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  body.fixed_top .header-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  body.fixed_top .header-3 {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  body.fixed_top .header-3.eff {
    position: fixed;
  }
  body.fixed_top .header-3.eff .navbar-wrapper {
    background: rgba(0, 0, 0, 0.6);
  }
  body.fixed_top .header-2 {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  body.fixed_top .header-2 .navbar,
  body.fixed_top .header-2 .navbar .navbar-nav > li > a,
  body.fixed_top .header-2 .noo-search,
  body.fixed_top .header-2 .navbar-brand {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  body.fixed_top .header-2.eff {
    position: fixed;
  }
  body.fixed_top .header-2.eff .navbar-wrapper {
    background: rgba(0, 0, 0, 0.6);
  }
  body.fixed_top .header-2.eff .navbar-brand {
    height: 70px;
  }
  body.fixed_top .header-2.eff .navbar-brand .noo-logo-img {
    max-height: 40px;
  }
  body.fixed_top .header-2.eff .navbar {
    min-height: 70px;
  }
  body.fixed_top .header-2.eff .navbar .navbar-nav > li > a,
  body.fixed_top .header-2.eff .noo-search {
    line-height: 70px;
  }
  body.fixed_top .header-4 .navbar-wrapper {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  body.fixed_top .header-4 .navbar-wrapper.fixed_top_eff {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 888;
  }
  body.fixed_top .header-4 .navbar-wrapper.fixed_top_eff:before {
    position: relative;
    width: 100%;
    height: 100px;
    content: '';
  }
  body.fixed_top.admin-bar .header-1 {
    top: 32px;
  }
  body.fixed_top.admin-bar .header-4 .navbar-wrapper.fixed_top_eff {
    top: 32px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    display: none;
  }
}
.header-right {
  float: right;
  text-align: center;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}
.header-right ul {
  padding: 0;
  margin: 0;
}
.header-right ul li {
  display: inline-block;
  height: 100px;
}
.header-right ul li a {
  display: block;
  position: relative;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.75em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
.header-right ul li a i {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.header-right ul li a:after {
  content: '';
  height: 2px;
  background: #f0a441;
  left: 15px;
  right: 15px;
  bottom: -7px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-right ul li:hover {
  background: #202627;
}
.header-right ul li:hover a {
  color: #fff;
}
.header-right ul li:hover a i {
  color: #f0a441;
}
.header-right ul li:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-page-heading {
  position: relative;
  padding: 30px 0 0;
  background-size: cover;
  background-position: center center;
}
.noo-page-heading.has_breadcrumbs {
  padding: 120px 0 0;
}
.noo-page-heading.has_breadcrumbs:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.noo-page-heading.has_breadcrumbs .container {
  z-index: 2;
  position: relative;
}
.noo-page-heading .page-title {
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: -4px;
  margin-top: 1em;
  line-height: 0.8;
}
@media (max-width: 991px) {
  .noo-page-heading {
    padding: 40px 0 0;
  }
  .noo-page-heading .page-title {
    font-size: 70px;
    margin-top: 40px;
  }
}
.single .noo-page-heading .page-title {
  font-size: 60px;
}
.search-header5 {
  display: none;
}
.search-header5 .note-search {
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
}
.search-header5 .remove-form {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.925);
}
.search-header5 .remove-form .close-form {
  background-image: url("../images/icon-close.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10%;
  right: 20%;
  cursor: pointer;
  -webkit-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.search-header5 form {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.search-header5 form .sr-only,
.search-header5 form .jp-controls a span {
  display: none;
}
.search-header5 form .form-control,
.search-header5 form .widget_newsletterwidget .newsletter-email,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit) {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: #000;
  border-radius: 0;
  -webkit-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  font-size: 68px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}
.search-header5 form .form-control::-moz-placeholder,
.search-header5 form .widget_newsletterwidget .newsletter-email::-moz-placeholder,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-header5 form .form-control:-ms-input-placeholder,
.search-header5 form .widget_newsletterwidget .newsletter-email:-ms-input-placeholder,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder {
  color: #000;
}
.search-header5 form .form-control::-webkit-input-placeholder,
.search-header5 form .widget_newsletterwidget .newsletter-email::-webkit-input-placeholder,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder {
  color: #000;
}
.search-header5 form .form-control:focus,
.search-header5 form .form-control:active,
.search-header5 form .widget_newsletterwidget .newsletter-email:focus,
.search-header5 form .widget_newsletterwidget .newsletter-email:active,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit):focus,
.search-header5 form .wpcf7-form-control:not(.wpcf7-submit):active {
  outline-color: transparent;
  outline: none;
}
.search-header5 form input[type='submit'] {
  height: 50px;
  background: #f0a441;
  color: #fff;
  padding: 0 50px;
  border: 0;
  -webkit-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  border-radius: 0;
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.search-header5.search-header-eff {
  display: block;
}
.search-header5.search-header-eff .remove-form {
  top: 0;
}
.search-header5.search-header-eff .remove-form .close-form {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.admin-bar .header-2,
.admin-bar .header-3 {
  top: 32px;
}
.header-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-2 .navbar {
  background: transparent;
  padding: 0 80px;
}
.header-2 .navbar .navbar-collapse {
  float: right;
}
.header-2 .navbar .noo-search {
  float: right;
}
.header-2 .container {
  max-width: 100%;
}
.header-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-3 .noo-search {
  float: right;
}
.header-3 .container {
  max-width: 100%;
}
.header-3 .navbar {
  background: transparent;
  padding: 0 80px;
}
.header-3 .navbar .navbar-collapse {
  float: right;
  display: block !important;
}
.header-3 .navbar .navbar-collapse > ul > li {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(0) {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(1) {
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(2) {
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(3) {
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(4) {
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(5) {
  -webkit-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(6) {
  -webkit-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(7) {
  -webkit-transition: all 0.4s ease 0.7s;
  transition: all 0.4s ease 0.7s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(8) {
  -webkit-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(9) {
  -webkit-transition: all 0.4s ease 0.9s;
  transition: all 0.4s ease 0.9s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(10) {
  -webkit-transition: all 0.4s ease 1s;
  transition: all 0.4s ease 1s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(11) {
  -webkit-transition: all 0.4s ease 1.1s;
  transition: all 0.4s ease 1.1s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(12) {
  -webkit-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(13) {
  -webkit-transition: all 0.4s ease 1.3s;
  transition: all 0.4s ease 1.3s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(14) {
  -webkit-transition: all 0.4s ease 1.4s;
  transition: all 0.4s ease 1.4s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(15) {
  -webkit-transition: all 0.4s ease 1.5s;
  transition: all 0.4s ease 1.5s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(16) {
  -webkit-transition: all 0.4s ease 1.6s;
  transition: all 0.4s ease 1.6s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(17) {
  -webkit-transition: all 0.4s ease 1.7s;
  transition: all 0.4s ease 1.7s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(18) {
  -webkit-transition: all 0.4s ease 1.8s;
  transition: all 0.4s ease 1.8s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(19) {
  -webkit-transition: all 0.4s ease 1.9s;
  transition: all 0.4s ease 1.9s;
}
.header-3 .navbar .navbar-collapse > ul > li:nth-child(20) {
  -webkit-transition: all 0.4s ease 2s;
  transition: all 0.4s ease 2s;
}
.header-3 .navbar.eff .navbar-collapse ul > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu-nav-control {
  line-height: 100px;
  float: right;
  margin-left: 25px;
}
.menu-header3 {
  display: inline-block;
  width: 26px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.menu-header3 span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu-header3 span:first-child {
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu-header3 span:last-child {
  top: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu-header3.eff span {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.menu-header3.eff span:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 7px;
}
.menu-header3.eff span:last-child {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.header-4 .navbar .navbar-collapse {
  float: right;
}
.header-4 .navbar .noo-search {
  float: right;
}
.header-4 .noo-search {
  padding: 0 5px 0 30px;
}
.noo-topbar {
  background: #2e3536;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.noo-topbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.noo-topbar ul:before,
.noo-topbar ul:after {
  content: " ";
  display: table;
}
.noo-topbar ul:after {
  clear: both;
}
.noo-topbar ul:before,
.noo-topbar ul:after {
  content: " ";
  display: table;
}
.noo-topbar ul:after {
  clear: both;
}
.noo-topbar ul li {
  float: left;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
}
.noo-topbar ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}
.noo-topbar ul li:last-child {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}
.noo-topbar ul li:last-child a {
  margin-left: 15px;
}
.noo-topbar ul li:last-child a:first-child {
  margin-left: 0;
}
.noo-topbar ul li span i {
  margin-right: 8px;
}
.noo-topbar ul li a {
  margin-left: 5px;
  color: #eee;
}
.noo-topbar ul li a:hover {
  color: #f0a441;
}
.noo-header.header-2 .menu-position .navbar-nav > li.noo_megamenu > .sub-menu,
.noo-header.header-3 .menu-position .navbar-nav > li.noo_megamenu > .sub-menu {
  max-width: none;
  width: 1170px;
  left: auto;
  right: 0;
}
.noo-header.header-2 .navbar-nav > li > ul.sub-menu ul.sub-menu,
.noo-header.header-3 .navbar-nav > li > ul.sub-menu ul.sub-menu {
  left: auto;
  right: 100%;
}
.noo-header.header-5 .navbar {
  background: #fff;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-cart {
  float: right;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-cart a {
  color: #000;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li > a {
  color: #000;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu {
  background: #fff;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f0a441;
  background: #fff;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li > a:hover {
  background: #fff;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-search a {
  color: #000;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-search .title-search {
  color: #000;
}
.noo-header.header-6 {
  position: absolute;
  width: 100%;
}
.noo-header.header-6 .navbar {
  background: transparent;
}
.noo-header.header-6 .navbar .menu-position .menu-content .noo-cart {
  float: right;
}
.noo-header.header-6 .navbar .menu-position .menu-content .noo-cart a {
  color: #fff;
}
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li > a {
  color: #fff;
}
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu {
  background: #2e3536;
}
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f0a441;
  background: #2e3536;
}
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li > a:hover {
  background: #2e3536;
}
.noo-header.header-6 .navbar .menu-position .menu-content .noo-search a {
  color: #fff;
}
.noo-header.header-6 .navbar .menu-position .menu-content .noo-search .title-search {
  color: #fff;
}
.noo-header.header-5 .noo-topbar,
.noo-header.header-6 .noo-topbar {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .noo-topbar,
  .noo-header.header-6 .noo-topbar {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .noo-topbar,
  .noo-header.header-6 .noo-topbar {
    display: block;
  }
}
.noo-header.header-5 .noo-topbar ul li,
.noo-header.header-6 .noo-topbar ul li {
  color: #6f6f6f;
}
.noo-header.header-5 .noo-topbar ul li .fa-phone,
.noo-header.header-6 .noo-topbar ul li .fa-phone,
.noo-header.header-5 .noo-topbar ul li .fa-envelope-o,
.noo-header.header-6 .noo-topbar ul li .fa-envelope-o {
  color: #f0a441;
}
.noo-header.header-5 .noo-topbar ul li a,
.noo-header.header-6 .noo-topbar ul li a {
  color: #6f6f6f;
}
.noo-header.header-5 .noo-topbar ul li a:hover,
.noo-header.header-6 .noo-topbar ul li a:hover {
  color: #f0a441;
}
.noo-header.header-5 .noo-topbar ul li:first-child,
.noo-header.header-6 .noo-topbar ul li:first-child {
  border-right: 1px solid #e5e5e5;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .navbar,
  .noo-header.header-6 .navbar {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .navbar,
  .noo-header.header-6 .navbar {
    padding: 0 auto;
  }
}
.noo-header.header-5 .navbar .navbar-header,
.noo-header.header-6 .navbar .navbar-header {
  float: none;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .navbar .menu-position .menu-content,
  .noo-header.header-6 .navbar .menu-position .menu-content {
    position: inherit;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .navbar .menu-position .menu-content,
  .noo-header.header-6 .navbar .menu-position .menu-content {
    position: relative;
  }
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo_icon_menu,
.noo-header.header-6 .navbar .menu-position .menu-content .noo_icon_menu {
  margin-right: 15px;
  background: #2e3536;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo_icon_menu i,
.noo-header.header-6 .navbar .menu-position .menu-content .noo_icon_menu i {
  color: #fff;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-cart,
.noo-header.header-6 .navbar .menu-position .menu-content .noo-cart {
  float: right;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .noo-cart,
  .noo-header.header-6 .navbar .menu-position .menu-content .noo-cart {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .noo-cart,
  .noo-header.header-6 .navbar .menu-position .menu-content .noo-cart {
    display: block;
  }
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse,
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse {
  display: inline-block;
  float: none;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse,
  .noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse,
  .noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse {
    display: inline-block;
  }
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li > a,
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li > a {
  text-transform: none;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li:hover > a,
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav li:hover > a {
  color: #f0a441;
}
.noo-header.header-5 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item > a,
.noo-header.header-6 .navbar .menu-position .menu-content .navbar-collapse .navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f0a441;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-search,
.noo-header.header-6 .navbar .menu-position .menu-content .noo-search {
  float: left;
}
@media screen and (min-width: 320px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .noo-search,
  .noo-header.header-6 .navbar .menu-position .menu-content .noo-search {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-5 .navbar .menu-position .menu-content .noo-search,
  .noo-header.header-6 .navbar .menu-position .menu-content .noo-search {
    display: block !important;
  }
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-search a,
.noo-header.header-6 .navbar .menu-position .menu-content .noo-search a {
  padding-right: 10px;
}
.noo-header.header-5 .navbar .menu-position .menu-content .noo-search .title-search,
.noo-header.header-6 .navbar .menu-position .menu-content .noo-search .title-search {
  font-size: 14px;
}
.noo-header.header-7 .navbar {
  background: #fff;
}
.noo-header.header-7 .navbar.navbar-default ul.navbar-nav li > a {
  color: #000;
}
.noo-header.header-7 .navbar.navbar-default ul.navbar-nav li:hover > a {
  color: #f0a441;
}
.noo-header.header-7 .navbar.navbar-default ul.navbar-nav ul.sub-menu {
  background: #fff;
}
.noo-header.header-7 .navbar.navbar-default ul.navbar-nav ul.sub-menu li > a {
  background: #fff;
}
.noo-header.header-7 .navbar.navbar-default ul.navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #f0a441;
  background: #fff;
}
.noo-header.header-7 .navbar.navbar-default .menu-position .noo_icon_menu {
  background: #000;
}
.noo-header.header-7 .navbar.navbar-default .menu-position .noo_icon_menu i {
  color: #fff;
}
@media screen and (min-width: 320px) {
  .noo-header.header-7 .navbar.navbar-default .menu-position .noo_icon_menu {
    right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .noo-header.header-7 .navbar.navbar-default .menu-position .noo_icon_menu {
    right: 0;
  }
}
.noo-header.header-7 .navbar.navbar-default .menu-position .navbar-nav > li.noo_megamenu > ul.sub-menu {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.noo-header.header-7 .navbar.navbar-default .menu-position .navbar-nav > li.noo_megamenu > ul.sub-menu > li .noo_megamenu_widget_area li a {
  color: #000;
}
.noo-header.header-7 .navbar.navbar-default .menu-position .navbar-nav > li.noo_megamenu > ul.sub-menu > li .noo_megamenu_widget_area li a:hover {
  color: #f0a441;
}
.noo-header.header-7 .navbar.navbar-default .menu-position .navbar-nav > li.noo_megamenu > ul.sub-menu > li .noo_megamenu_widget_area li span.amount {
  color: #000;
}
.noo-header.header-7 .navbar.navbar-default .noo-cart a {
  color: #000;
}
.noo-header.header-1 .menu-position,
.noo-header.header-2 .menu-position,
.noo-header.header-3 .menu-position,
.noo-header.header-4 .menu-position {
  position: relative;
}
.noo-header .menu-position:before,
.noo-header .menu-position:after {
  content: " ";
  display: table;
}
.noo-header .menu-position:after {
  clear: both;
}
.noo-header .menu-position:before,
.noo-header .menu-position:after {
  content: " ";
  display: table;
}
.noo-header .menu-position:after {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu {
  position: static;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu:hover .sub-menu li {
  display: block;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu ul li a:hover {
  background: none;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu {
  max-width: 1170px;
  padding: 0;
  width: 100%;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li {
  float: left;
  border: 0;
  padding: 10px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li > a {
  color: #fff;
  margin: 0 0 25px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li:first-child {
  border-left: 0;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li > ul {
  display: block !important;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  position: relative;
  width: auto;
  min-width: inherit;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  visibility: visible;
  border: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li {
  display: none;
  padding-left: 0;
  padding-right: 0;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li:first-child {
  border-top: 0;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area {
  padding-bottom: 30px;
  padding-top: 10px;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget-title {
  color: #fff;
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li {
  padding: 20px 0;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:before,
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  content: " ";
  display: table;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:before,
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  content: " ";
  display: table;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:first-child {
  padding-top: 0;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a {
  color: #fff;
  padding: 0;
  text-transform: none;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover {
  color: #f0a441;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a img {
  width: 65px;
  margin-left: 0;
  float: left;
  margin-right: 15px;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li span.amount {
  color: #fff;
  font-size: 14px;
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li del {
  color: rgba(255, 255, 255, 0.8);
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li del span.amount {
  color: rgba(255, 255, 255, 0.8);
}
.noo-header .menu-position .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li ins span.amount {
  padding-left: 3px;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-6 > .sub-menu > li {
  width: 16.66666667%;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-6 > .sub-menu > li:nth-child(6n+1) {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-5 > .sub-menu > li {
  width: 20%;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-5 > .sub-menu > li:nth-child(5n+1) {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-4 > .sub-menu > li {
  width: 25%;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-4 > .sub-menu > li:nth-child(4n+1) {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-3 > .sub-menu > li {
  width: 33.33333333%;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-3 > .sub-menu > li:nth-child(3n+1) {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-2 {
  position: relative;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-2 > .sub-menu {
  width: 440px;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-2 > .sub-menu > li {
  width: 50%;
}
.noo-header .menu-position .navbar-nav > li.mega-col-columns-2 > .sub-menu > li:nth-child(2n+1) {
  clear: both;
}
.noo-header .menu-position .navbar-nav > li.noo_heading > .sub-menu > li > a {
  display: none !important;
}
.noo_icon_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  border: 0;
  padding: 4px 8px;
}
#off-canvas-nav {
  display: none;
}
@media (max-width: 1250px) {
  .header-right {
    display: none;
  }
  .header-2 .navbar {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav ul.sub-menu {
    position: static;
    float: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    margin: 0 0 0 10px;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse {
    background: #2e3536;
    height: auto;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.noo-menu-item-simple-cart a i {
    color: #fff;
  }
  .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a {
    display: block;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas-enabled #noo-main-canvas {
    display: block;
  }
  body .noo-main-canvas {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #000;
    display: block;
    padding: 0;
  }
  .noo-main-canvas i {
    color: #000;
    font-size: 14px;
    line-height: 50px;
  }
  .noo-nav-wrap {
    padding: 0;
  }
  .noo-main-canvas .noo_megamenu_widget_area {
    padding-left: 20px;
  }
  .noo-main-canvas .noo_megamenu_widget_area .widget-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 15px;
    text-transform: none;
    margin-bottom: 10px;
  }
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.cart_list,
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.product_list_widget {
    padding-left: 10px;
  }
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.cart_list li a,
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.product_list_widget li a {
    padding-left: 0 !important;
  }
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.cart_list li img,
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.product_list_widget li img {
    width: 50px;
  }
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.cart_list li .amount,
  .noo-main-canvas .noo_megamenu_widget_area .woocommerce ul.product_list_widget li .amount {
    font-size: 13px;
    margin-top: 0;
  }
  .noo_megamenu_widget_area .woocommerce ul.product_list_widget li .amount {
    color: #fff;
  }
  .noo_heading > .sub-menu > li > a {
    display: none !important;
  }
  #noo-search,
  .header-right,
  .menu-nav-control,
  .noo-topbar {
    display: none;
  }
  .exit-cavas {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -250px !important;
    top: 5px;
    color: #ffffff;
    z-index: 22222;
    display: block;
    background-image: url("../images/icon-close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #333;
  }
}
@media (max-width: 991px) {
  .noo_icon_menu {
    display: block;
  }
}
/**
 * 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.875em;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
  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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 0.25em;
  margin: 0 0 0.75em;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #272d2e;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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: #4c5859;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #353d3d;
}
.container .jumbotron {
  border-radius: 20px;
}
.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: 72px;
  }
}
/**
 * 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.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.1 - breadcrumbs
 */
.noo-page-breadcrumb {
  padding: 6px 30px 6px 6px;
  list-style: none;
  color: #fff;
  margin-bottom: 0;
  background: #4d5859;
  display: inline-block;
  border-radius: 30px;
}
.noo-page-breadcrumb .h-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0a441;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
.noo-page-breadcrumb > span {
  color: #fff;
  padding: 0 21px;
}
.noo-page-breadcrumb > span a {
  color: #fff;
}
.noo-page-breadcrumb > span a:hover {
  color: #f0a441;
}
.noo-page-breadcrumb > span:last-child {
  padding-right: 0;
}
body .wpb_btn-noo-primary,
body .vc_btn_noo_primary {
  background-color: #f0a441;
  color: #fff;
  text-shadow: none;
  border: 0;
}
body .wpb_btn-noo-primary:hover,
body .vc_btn_noo_primary:hover {
  text-shadow: none;
  background-color: #f4bb70;
  color: #fff;
}
.vc_column_container .wpb_button {
  padding: 8px 10px;
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
}
.vc_column_container .wpb_button.wpb_btn-small {
  padding: 10px 20px;
  font-size: 1.25em;
}
.vc_column_container .wpb_button.wpb_regularsize {
  padding: 14px 30px;
}
.vc_column_container .wpb_button.wpb_btn-large {
  padding: 16px 36px;
}
.vc_column_container .vc_btn {
  padding: 8px 10px;
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
}
.vc_column_container .vc_btn.vc_btn_md {
  padding: 10px 20px;
  font-size: 1.25em;
}
.vc_column_container .vc_btn.vc_btn_md {
  padding: 14px 30px;
}
.vc_column_container .vc_btn.vc_btn-lg {
  padding: 16px 36px;
}
body .wpb_tabs,
body .wpb_tour {
  border: 1px solid #ededed;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  width: 25%;
  text-align: center;
  background-color: #e5e5e5;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover {
  background-color: #f0a441;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a {
  color: #fff;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active {
  background-color: transparent;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active:hover,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active:hover {
  background-color: transparent;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a {
  color: #f0a441;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li a,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li a {
  font-size: 1.25em;
}
body .wpb_tabs .wpb_content_element,
body .wpb_tour .wpb_content_element {
  border: 0;
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: transparent !important;
  padding: 40px 30px;
}
body .wpb_tabs.wpb_tour,
body .wpb_tour.wpb_tour {
  border: 0;
}
body .wpb_tabs.wpb_tour .wpb_tabs_nav,
body .wpb_tour.wpb_tour .wpb_tabs_nav {
  width: 25%;
}
body .wpb_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab,
body .wpb_tour.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  width: 75%;
  padding: 20px 30px;
  border: 1px solid #ededed;
}
body .wpb_tabs.wpb_tour .wpb_content_element,
body .wpb_tour.wpb_tour .wpb_content_element {
  border: 0;
}
body .wpb_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
body .wpb_tour.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
}
body .wpb_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active,
body .wpb_tour.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active {
  background-color: #f0a441;
}
body .wpb_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a,
body .wpb_tour.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a {
  color: #fff;
}
body .wpb_tabs.wpb_tour .wpb_tour_next_prev_nav,
body .wpb_tour.wpb_tour .wpb_tour_next_prev_nav {
  margin-left: 26%;
  margin-bottom: 20px;
}
body .wpb_tabs.wpb_tour .wpb_next_slide,
body .wpb_tour.wpb_tour .wpb_next_slide {
  margin-right: 20px;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  padding: 4px 0;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  font-weight: 400;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 1.25em;
  color: #302e38;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
  display: none;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:hover {
  background-color: #f0a441;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a,
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:hover a {
  color: #fff;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:focus {
  outline: none;
  outline-color: transparent;
}
body .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 15px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 1px 1px !important;
}
.wpb_accordion_section.group {
  margin-top: 2px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0!important;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0!important;
}
/**
 * 6.0 - Wordpress part
 *  6.2 - post_n_page
 */
.container-fluid {
  position: relative;
}
.container-fluid > .vc_row-fluid > div.vc_col-sm-12 > .vc_column-inner {
  padding: 0;
}
blockquote {
  border-width: 0 0 0 5px;
  padding-left: 70px;
  position: relative;
  margin: 0;
}
blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  left: 28px;
  top: 0;
  color: #f0a441;
}
.search .result {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.main-content {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.noo-main .hentry,
.search-results article {
  text-align: center;
  background: #fff;
  margin-bottom: 50px;
}
.noo-main .hentry ul:last-child,
.search-results article ul:last-child,
.noo-main .hentry ol:last-child,
.search-results article ol:last-child {
  margin-bottom: 0;
}
.noo-main .hentry a:hover,
.search-results article a:hover {
  text-decoration: none;
}
.noo-main .hentry:last-child:after,
.search-results article:last-child:after {
  height: 0;
}
.noo-main .hentry .content-wrap,
.search-results article .content-wrap {
  padding: 0 30px 30px;
}
.noo-main .hentry .content-wrap .content-header .content-title,
.search-results article .content-wrap .content-header .content-title {
  margin-bottom: 15px;
}
.noo-main .hentry .content-meta,
.search-results article .content-meta {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .noo-main .hentry,
  .search-results article {
    margin-bottom: 30px;
  }
}
.content-header .entry-date {
  display: block;
  color: #4c5859;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
}
.single .hentry::after {
  height: 0;
}
.hentry.format-quote i[class^="fa-"],
.hentry.format-link i[class^="fa-"] {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: middle;
}
.hentry.format-quote i[class^="fa-"]:hover,
.hentry.format-link i[class^="fa-"]:hover {
  color: #2f4d59;
}
.hentry.format-quote > .content-wrap,
.hentry.format-link > .content-wrap {
  padding: 20px;
}
.hentry.format-quote > .content-wrap .content-title,
.hentry.format-link > .content-wrap .content-title {
  margin-top: 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: 40px;
  padding: 0.375em 1.125em;
  font-size: 0.875em;
  color: rgba(68, 73, 75, 0.5);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  border-radius: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  display: inline-block;
  height: auto;
  width: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.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: #4c5859;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #4e5e5f;
  outline: 0;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: rgba(68, 73, 75, 0.5);
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: rgba(68, 73, 75, 0.5);
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: rgba(68, 73, 75, 0.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: #4c5859;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #2f4d59;
  border-color: #2f4d59;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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"] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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"] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.content-featured {
  position: relative;
}
.content-featured img {
  width: 100%;
  height: auto;
}
.content-featured .time {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
  background: #f0a441;
  padding: 7px 20px;
  text-transform: uppercase;
}
.content-featured .quote-content {
  padding: 20px;
  background: #374243;
  color: #fff;
}
.content-featured .quote-content a {
  color: #fff;
}
.content-featured .quote-content a:hover {
  color: #f0a441;
}
.content-featured .quote-content > span {
  display: block;
  margin: 10px 0;
}
.listing-author-avatar {
  position: relative;
  margin-bottom: 40px;
}
.listing-author-avatar img {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #f0a441;
  background: #fff;
  border: 0;
  margin-top: -45px;
}
.sticky {
  position: relative;
  overflow: hidden;
}
.sticky .content-wrap {
  border-color: #f0a441;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.sticky .listing-author-avatar img {
  margin-top: 30px;
}
.sticky:after {
  width: 150px;
  height: 50px;
  font-family: 'FontAwesome';
  content: "\f08d";
  background: #f0a441;
  position: absolute;
  right: -57px;
  top: -7px;
  color: #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  text-align: center;
  line-height: 56px;
  font-size: 1.25em;
}
.listing-category {
  margin-bottom: 30px;
}
.listing-category span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.75;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  font-weight: bold;
}
.listing-category span i {
  padding-right: 5px;
  color: #000;
}
.listing-category span:hover,
.listing-category span:focus {
  border-color: #f0a441;
}
.listing-category span:hover i,
.listing-category span:focus i {
  color: #f0a441;
}
.listing-category span a {
  margin-left: 5px;
  display: inline-block;
}
.listing-category span.tag {
  margin-left: 15px;
}
.has-featured .content-featured {
  overflow: hidden;
}
.content-title {
  margin-top: 0.5em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .content-title {
    font-size: 1.125em;
  }
}
.single .hentry .content-wrap .content-title {
  font-weight: 600;
}
.single .hentry .content-wrap blockquote {
  margin: 30px;
}
.content-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.content-thumb img {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.content-thumb img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0a441;
  opacity: 0.6;
}
.noo-post-list .content-thumb {
  max-height: 550px;
  overflow: hidden;
}
.content-sub-title {
  display: block;
  margin: 0.75em 0 0;
  font-size: 1.125em;
}
.content-link,
.content-cite {
  font-size: 16px;
}
.content-link a {
  word-break: break-all;
}
.content-link a:hover {
  color: black;
}
.button-social {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block;
}
.button-social i {
  margin-right: 3.75px;
}
.button-social.box {
  color: #fff;
  padding: 0.6em 0.5em;
  background: rgba(240, 164, 65, 0.5);
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.content-meta {
  position: relative;
  color: #374243;
}
.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 {
  display: inline-block;
  padding: 0 15px;
}
.content-meta > span > a {
  white-space: nowrap;
}
.content-meta .post_type_class {
  margin-right: 7.5px;
}
.noo-rn-content .content-meta > span i {
  margin-right: 15px;
  color: #f0a441;
  font-size: 1.5em;
}
.content embed,
.content iframe,
.content object {
  width: 100%;
  max-width: 100%;
}
.content-social {
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ededed;
  text-align: center;
}
.content-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #e0e0e0;
  font-size: 1.125em;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.content-social a:hover,
.content-social a:focus {
  -webkit-box-shadow: inset 0 0 0 2px #f0a441;
  box-shadow: inset 0 0 0 2px #f0a441;
  color: #f0a441;
}
.entry-tags {
  margin-top: 25px;
}
.entry-tags span {
  font-size: 22px;
  display: inline-block;
  padding: 15px 0;
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 10px;
}
.entry-tags a {
  display: inline-block;
  padding: 0.5em 15px;
  margin: 5px;
  color: #2f4d59;
  background: transparent;
  border: 1px solid #2f4d59;
  font-size: 0.875em !important;
  font-weight: 400;
  text-transform: inherit;
  line-height: 1.3;
}
.entry-tags a:hover {
  border-color: #f0a441;
  color: #f0a441;
}
.read-more i {
  margin-right: 6px;
}
#author-bio {
  padding: 30px 10% 60px;
}
@media (max-width: 767px) {
  #author-bio {
    padding-left: 0;
    padding-right: 0;
  }
}
#author-bio .author-avatar img {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #f0a441;
  background: transparent;
}
@media (max-width: 480px) {
  #author-bio .author-avatar {
    float: none;
  }
}
#author-bio .author-info {
  text-align: center;
}
#author-bio .author-info h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#author-bio .author-info h5 a {
  color: #f0a441;
}
#author-bio .author-info h5 a:hover,
#author-bio .author-info h5 a:focus {
  color: #374243;
}
#author-bio .author-info p {
  color: rgba(47, 77, 89, 0.5);
}
.single .related-posts.noo-horizontal ul li {
  position: relative;
}
.single .related-posts.noo-horizontal ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 104, 65, 0.4);
  display: block;
}
.single .hentry {
  margin: 0;
}
.single .hentry .content-wrap {
  text-align: left;
}
.single .hentry .content-wrap .content-title {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
.single .hentry .content-social {
  padding-bottom: 30px;
  border-top: 0;
  border-bottom: 1px solid #ededed;
}
.social-title {
  display: none;
}
.post-navigation {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}
.post-navigation .prev-post,
.post-navigation .next-post {
  position: relative;
  width: 48%;
  float: left;
  color: #fff;
}
.post-navigation .prev-post img,
.post-navigation .next-post img {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px;
  border: 2px solid #fff;
}
.post-navigation .prev-post i,
.post-navigation .next-post i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 36px;
}
.post-navigation .prev-post a,
.post-navigation .next-post a {
  padding: 30px 80px 30px;
  font-size: 0.875em;
  line-height: 1.75;
  background: #374243;
  border-radius: 50px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post-navigation .prev-post:hover a,
.post-navigation .next-post:hover a {
  background: #f0a441;
}
.post-navigation .prev-post {
  text-align: right;
}
.post-navigation .next-post {
  float: right;
  text-align: left;
}
.post-navigation .next-post i {
  left: 30px;
  right: auto;
}
.post-navigation .next-post img {
  left: auto;
  right: 10px;
}
.btn-loadmore {
  line-height: 1.8;
}
.masonry-blog {
  text-align: center;
}
.masonry-blog .masonry-item .item-title {
  margin-top: 0;
  line-height: 1.2;
}
.masonry-blog .masonry-item .item-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.noo_recent_news {
  padding-top: 95px !important;
  padding-bottom: 75px !important;
}
.noo_recent_news .sc-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .noo_recent_news {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.noo-recent-news .noo-rn-item {
  margin-bottom: 30px;
}
.noo-recent-news .item-wrap {
  background: #fff;
}
.noo-recent-news .item-wrap .item-featured {
  position: relative;
  overflow: hidden;
}
.noo-recent-news .item-wrap .item-featured img {
  width: 100%;
}
.noo-recent-news .item-wrap .item-featured .item-date {
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  background: #f0a441;
  padding: 7px 20px;
  text-transform: uppercase;
}
.noo-recent-news .item-wrap .item-featured a:before {
  content: "\f064";
  font-family: "fontawesome";
  width: 60px;
  line-height: 56px;
  border: 2px solid #f0a441;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.noo-recent-news .item-wrap .item-featured a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-recent-news .item-wrap .item-featured a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.noo-recent-news .item-wrap .item-featured a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-recent-news .item-wrap .item-content {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .noo-recent-news .item-wrap .item-content {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.noo-recent-news .item-wrap .item-content .item-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.noo-recent-news .item-wrap .item-content .content-meta > span {
  padding-right: 30px;
  padding-left: 0;
}
.noo-recent-news .item-wrap .item-content .item-excerpt {
  margin-bottom: 25px;
  color: rgba(47, 77, 89, 0.5);
}
.noo-recent-news .grid .item-wrap .item-content {
  padding-left: 30px;
}
.noo-recent-news .grid .item-wrap .item-content .item-title {
  font-size: 1.125em;
}
.noo-recent-news .grid .item-wrap .item-content .content-meta {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}
.noo-recent-news .list .item-wrap .item-featured .item-date {
  left: 0;
  top: 20px;
}
.noo-recent-news .list .item-wrap .content-meta {
  margin-bottom: 20px;
}
.noo-recent-news .sc-header.slider {
  margin-top: 100px;
}
@media screen and (min-width: 320px) {
  .noo-recent-news .sc-header.slider {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .noo-recent-news .sc-header.slider {
    margin-top: 100px;
  }
}
.noo-recent-news .sc-header.slider .sc-sub-title {
  position: relative;
}
.noo-recent-news .sc-header.slider .sc-sub-title:after {
  left: 50%;
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #f0a441;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.noo-recent-news .noo-rn-content.slider {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 320px) {
  .noo-recent-news .noo-rn-content.slider {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 480px) {
  .noo-recent-news .noo-rn-content.slider {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .noo-recent-news .noo-rn-content.slider {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .noo-recent-news .noo-rn-content.slider {
    margin-bottom: 80px;
  }
}
.noo-recent-news .noo-rn-content.slider .owl-item:hover .item-wrap .item-featured a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.noo-recent-news .noo-rn-content.slider .owl-item:hover .item-wrap .item-featured a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-recent-news .noo-rn-content.slider .owl-item:hover .item-wrap .item-content .btn-read-more {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content {
  padding: 10px 30px 60px;
  background: #fff;
  margin-bottom: 20px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .item-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #2c2a26;
  margin: 20px 0 10px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment {
  margin-bottom: 15px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment span {
  color: #000;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment .item-date {
  display: inline-block;
  padding-right: 10px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment .item-date .fa-calendar {
  color: #f0a441;
  padding-right: 5px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment .item-comment {
  display: inline-block;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .date-comment .item-comment .fa-comment-o {
  padding-right: 5px;
  color: #f0a441;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .item-excerpt {
  color: #000;
  margin: 0;
  font-size: 14px;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .item-excerpt p {
  margin: 0;
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .btn-read-more {
  position: absolute;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 320px) {
  .noo-recent-news .noo-rn-content.slider .item-wrap .item-content .btn-read-more {
    bottom: -25px;
  }
}
@media screen and (min-width: 768px) {
  .noo-recent-news .noo-rn-content.slider .item-wrap .item-content .btn-read-more {
    bottom: 0px;
  }
}
.noo-recent-news .noo-rn-content.slider .item-wrap .item-content .btn-read-more .read-more {
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  padding: 10px 30px;
}
.noo-recent-news .noo-rn-content.slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-prev,
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #f0a441;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-prev:focus,
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-next:focus {
  outline: none;
}
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-prev:hover,
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-next:hover {
  background: #2f4d59;
}
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-prev {
  left: -40px;
}
.noo-recent-news .noo-rn-content.slider .owl-nav .owl-next {
  float: right;
  right: -40px;
}
.noo-recent-news .noo-rn-content.slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.noo-recent-news .noo-rn-content.slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #706967;
  margin-right: 20px;
  border-radius: 50px;
}
.noo-recent-news .noo-rn-content.slider .owl-dots .owl-dot:focus {
  outline: none;
}
.noo-recent-news .noo-rn-content.slider .owl-dots .owl-dot.active {
  background-color: #f0a441;
}
.btn-primary,
.widget_newsletterwidget .newsletter-submit {
  padding: 9px 25px;
}
.single-post-content {
  padding-top: 80px;
  padding-bottom: 100px;
}
.single-post-content .content-wrap {
  padding: 30px;
}
.single-post-content .content-wrap p {
  font-size: 15px;
  line-height: 24px;
}
.single-post-content .content-wrap h1,
.single-post-content .content-wrap h2,
.single-post-content .content-wrap h3,
.single-post-content .content-wrap h4,
.single-post-content .content-wrap h5,
.single-post-content .content-wrap h6 {
  font-weight: 400;
}
.content-excerpt {
  padding-bottom: 10px;
}
.content-excerpt p {
  color: rgba(47, 77, 89, 0.5);
  padding-left: 5%;
  padding-right: 5%;
}
.single-post-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-post-content .content-wrap {
  padding: 30px;
}
.single-post-content .content-wrap p {
  font-size: 15px;
  line-height: 24px;
}
.single-post-content .content-wrap h1,
.single-post-content .content-wrap h2,
.single-post-content .content-wrap h3,
.single-post-content .content-wrap h4,
.single-post-content .content-wrap h5,
.single-post-content .content-wrap h6 {
  font-weight: 400;
}
.content-excerpt {
  padding-bottom: 10px;
}
.content-excerpt p {
  color: rgba(47, 77, 89, 0.5);
  padding-left: 5%;
  padding-right: 5%;
}
.single-post .noo-main .hentry .content-wrap .content-header {
  padding-top: 30px;
}
.single-post .noo-main .hentry .content-wrap .content-header .content-title {
  margin-top: 0;
}
.single-post table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.single-post th,
.single-post td {
  padding: 0.4375em;
}
.single-post td {
  border-width: 0 1px 1px 0;
}
.single-post table,
.single-post th,
.single-post td {
  border: 1px solid #d1d1d1;
}
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
}
.content-full:before,
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}
.content-full:after,
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  content: "";
  display: table;
}
.content-thumb {
  text-align: center;
}
.content-thumb img {
  width: auto;
  max-width: 100%;
}
.no-featured {
  margin-top: 80px;
}
.no-featured:first-child {
  margin-top: 0;
}
.no-featured .content-featured .time {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
blockquote {
  text-align: left;
  padding-left: 45px;
}
blockquote cite a {
  display: inline-block;
  padding-top: 10px;
  text-decoration: underline;
}
body .alignright {
  clear: right;
}
body .alignleft {
  clear: left;
}
.single-post .page-links {
  background: #fff;
  margin-top: 30px;
  padding: 30px;
}
.single-post .page-links a {
  margin: 5px;
}
.search .navigation {
  margin-top: 60px;
}
.search .navigation .screen-reader-text {
  display: none;
}
.search .noo-page-breadcrumb {
  display: none;
}
.search .noo-page-heading .page-title {
  font-size: 45px;
  line-height: 36px;
}
/**
 * 6.0 - Wordpress part
 *  6.3 - widgets
 */
.widget + .widget {
  margin-top: 30px;
}
.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 {
  overflow: hidden;
  margin-left: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.widget ul li,
.widget ol li {
  padding: 0.3125em 0;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0;
}
.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 select {
  width: 100%;
}
.widget-title {
  position: relative;
}
.noo-sidebar .widget-title {
  position: relative;
  margin: -20px -20px 35px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #f0a441;
}
.noo-sidebar .widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: #f6f6f6;
  width: 100%;
}
.noo-sidebar .widget {
  clear: both;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 20px 40px;
}
.noo-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.noo-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info h2 a {
  color: #2f4d59;
}
.noo-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event .duration {
  line-height: 20px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}
.noo-sidebar .tribe-events-adv-list-widget .tribe-mini-calendar-event .duration .date-start:before {
  content: '\f073';
  font-family: fontawesome;
  padding-right: 5px;
  color: #f0a441;
}
.noo-sidebar .widget_products ul.product_list_widget li {
  padding: 20px 0;
  border-bottom: 1px dotted #ededed;
}
.noo-sidebar .widget_products ul.product_list_widget li a {
  font-size: 15px;
  font-weight: 400;
}
.noo-sidebar .widget_products ul.product_list_widget li .amount {
  font-weight: 400;
}
.widget_search form {
  position: relative;
}
.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);
}
.widget_search form:before {
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: inherit;
  top: 0;
  width: 3em;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
  font-size: 15px;
  background: transparent;
  color: #706967;
  border-radius: 0 0 0 0;
}
.widget_search #s {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding-right: 40px;
  background: #fff;
  border: 1px solid #ededed;
  font-weight: normal;
  font-size: 15px;
  height: 3em;
}
.widget_calendar #wp-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ededed;
  max-width: 100%;
  margin-bottom: 1.25em;
  width: 100%;
  position: relative;
  font-size: 16px;
  border-radius: 3px;
}
.widget_calendar #wp-calendar caption {
  border-color: #ededed;
  border-style: solid;
  border-width: 1px 1px 0;
  font-size: 16px;
  font-weight: 300;
  padding: 0.375em;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  text-align: center;
  line-height: 1.625em;
  padding: 0.75em;
}
.widget_calendar #wp-calendar > thead {
  background-color: rgba(0, 0, 0, 0);
}
.widget_calendar #wp-calendar > thead > tr > th {
  font-weight: 700;
  font-size: 16px;
  padding: 0.375em;
}
.widget_calendar #wp-calendar > tbody > tr > td {
  border: none;
  line-height: 1.625em;
  padding: 0.5em;
  color: #374243;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad {
  background-color: transparent;
  -webkit-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 {
  color: #f0a441;
  display: block;
  font-weight: bold;
}
.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.5em 0.75em;
  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: 15px;
}
.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: 15px;
}
.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: 30px;
}
.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: 60px;
}
.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_rss li {
  font-size: 16px;
}
.widget.widget_recent_entries li {
  padding-bottom: 0.625em;
}
.widget.widget_recent_entries li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.widget.widget_recent_entries li .post-date {
  display: block;
  color: #2f4d59;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.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.5em;
  border-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
}
.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.5em;
  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: 16px;
}
.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 {
  margin-top: 30px;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 0.5em 15px;
  margin: 5px;
  color: #2f4d59;
  background: transparent;
  border: 1px solid #2f4d59;
  font-size: 0.875em !important;
  font-weight: 400;
  text-transform: inherit;
  line-height: 1.3;
  margin: 0 5px 10px 0;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #f0a441;
  color: #f0a441;
}
.widget-counter ul li {
  margin-top: 30px;
}
.widget-counter ul li:first-child {
  margin-top: 0;
}
.widget-counter ul li a {
  margin: 0;
  display: block;
  min-height: 60px;
  background: #f6f6f6;
  text-align: center;
  position: relative;
  border-radius: 30px;
}
.widget-counter ul li a span {
  display: block;
}
.widget-counter ul li a i {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #f0a441;
  border-radius: 50%;
}
.widget-counter ul li a i.fa-facebook {
  background: #3b5998;
}
.widget-counter ul li a i.fa-twitter {
  background: #29aae2;
}
.widget-counter ul li a i.fa-youtube {
  background: #dd4b38;
}
.widget_noo_categories ul li {
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
}
.widget_noo_categories ul li a {
  float: left;
  color: #2f4d59;
  font-weight: bold;
}
.widget_latest_posts ul,
.widget_noo_widget_event ul {
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget_latest_posts ul li,
.widget_noo_widget_event ul li {
  padding: 15px 0 15px;
  border-bottom: 1px solid #ededed;
}
.widget_latest_posts ul li img,
.widget_noo_widget_event ul li img {
  float: left;
  margin-right: 15px;
}
.widget_latest_posts ul li h5,
.widget_noo_widget_event ul li h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.widget_latest_posts ul li h5 a,
.widget_noo_widget_event ul li h5 a {
  color: #2f4d59;
}
.widget_latest_posts ul li h5 a:hover,
.widget_noo_widget_event ul li h5 a:hover {
  color: #f0a441;
}
.widget_latest_posts ul li .post-date,
.widget_noo_widget_event ul li .post-date,
.widget_latest_posts ul li .post-comment,
.widget_noo_widget_event ul li .post-comment {
  font-size: 0.875em;
  color: #4c5859;
  margin-right: 10px;
}
.widget_latest_posts ul li .post-date a,
.widget_noo_widget_event ul li .post-date a,
.widget_latest_posts ul li .post-comment a,
.widget_noo_widget_event ul li .post-comment a {
  color: #4c5859;
}
.widget_latest_posts ul li .post-date a:hover,
.widget_noo_widget_event ul li .post-date a:hover,
.widget_latest_posts ul li .post-comment a:hover,
.widget_noo_widget_event ul li .post-comment a:hover {
  color: #f0a441;
}
.widget_latest_posts ul li .post-date i,
.widget_noo_widget_event ul li .post-date i,
.widget_latest_posts ul li .post-comment i,
.widget_noo_widget_event ul li .post-comment i {
  color: #f0a441;
  padding-right: 3px;
}
.widget_recent_news ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.widget_recent_news ul li h5 {
  margin: 0;
}
.widget_recent_news ul li img {
  border-radius: 3px;
  margin-right: 30px;
  float: left;
}
@media (max-width: 767px) {
  .widget_recent_news ul li img {
    margin-right: 15px;
  }
}
.widget_recent_news ul li a {
  vertical-align: center;
  line-height: 1.8;
  display: block;
}
.widget_post_slider {
  position: relative;
}
.widget_post_slider .post-slider-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 20%;
  z-index: 1;
  padding: 5px 20px;
  background: rgba(68, 73, 75, 0.78);
}
.widget_post_slider .post-slider-content .post-slider-title {
  margin: 0;
}
.widget_post_slider .post-slider-content a {
  color: #fff;
}
.widget_post_slider .post-slider-content a:hover {
  color: #f0a441;
}
.widget_latest_ratting {
  position: relative;
}
.widget_latest_ratting h4 {
  line-height: 1.5;
  margin-bottom: 10px;
}
.widget_latest_ratting .widget-latest_ratting-content {
  padding-top: 20px;
}
.widget_latest_ratting .widget-latest_ratting-content .latest_ratting-featured {
  position: relative;
}
.widget_latest_ratting .widget-latest_ratting-content .latest_ratting-featured img {
  width: 100%;
}
.widget_latest_ratting .widget-latest_ratting-content .latest_ratting-featured .noo_rating_point {
  bottom: 10px;
  left: 20px;
}
.widget_latest_ratting .widget-latest_ratting-content .noo-ratting-meta {
  font-style: italic;
  color: #4c5859;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
.widget_latest_ratting .widget-latest_ratting-content .noo-ratting-meta a {
  color: #4c5859;
}
.widget_latest_ratting .widget-latest_ratting-content .noo-ratting-meta span {
  padding-right: 30px;
}
.widget_latest_ratting .widget-latest_ratting-content .noo-ratting-meta span i {
  padding-right: 10px;
}
.widget_event_categories ul li,
.widget_product_categories ul li {
  padding: 13px 0;
  border-bottom: 1px solid #ededed;
}
.widget_event_categories ul li a,
.widget_product_categories ul li a {
  font-weight: 400;
  display: block;
  overflow: hidden;
  position: relative;
}
.widget_event_categories ul li a:after,
.widget_product_categories ul li a:after {
  content: "\f178";
  font-family: "fontawesome";
  right: 0;
  top: 50%;
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}
.widget_event_categories ul li a:hover:after,
.widget_product_categories ul li a:hover:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.widget_categories ul li {
  padding: 13px 0;
  border-bottom: 1px solid #ededed;
}
.widget_categories ul li a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 400;
}
.widget_categories ul li .children {
  margin-left: 20px;
  padding-top: 10px;
}
.widget_categories ul li .children li:last-child {
  padding-bottom: 0;
}
.widget-title a {
  color: #fff !important;
}
.widget_search .note-search {
  display: none;
}
.widget_search form:before {
  height: 40px;
  line-height: 40px;
  display: none;
}
.widget_search form input[type='search'] {
  margin-bottom: 12px;
}
.widget_search form input[type='submit'] {
  border: 0;
  background: #f0a441;
  color: #fff;
  padding: 5px 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget_search form input[type='submit']:hover {
  background-color: #000;
}
.widget_nav_menu ul li a {
  padding-left: 0 !important;
}
.widget_nav_menu .sub-menu {
  padding-top: 10px;
  margin-left: 15px;
}
.widget_nav_menu .sub-menu li {
  padding-bottom: 0;
}
.footer .widget_calendar #wp-calendar > tbody > tr > td {
  color: #fff;
}
.footer .widget_categories ul li .children li:last-child {
  border-bottom: 0;
}
.footer .widget_latest_posts ul li .post-comment a,
.footer .widget_latest_posts ul li .post-date {
  color: rgba(255, 255, 255, 0.3);
}
.footer-top {
  background-size: cover;
  background-position: center 0px;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px 0;
}
.footer-top a {
  color: #fff;
}
.footer-top .wp-caption {
  background-color: transparent;
  border: 0;
}
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
  padding: 5px 12px;
}
/**
 * 6.0 - Wordpress part
 *  6.4 - comments
 */
.single-post .comments-area {
  padding: 0;
}
.single-post #respond-wrap {
  padding: 40px 30px 50px;
}
.comments-area {
  background: #fff;
  padding: 15px 0;
  color: #2f4d59;
}
.comments-area h2.comments-title {
  font-size: 1.5em;
  padding: 10px 30px;
  margin: 0;
}
.comments-area h2.comments-title span {
  color: #f0a441;
}
.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: 767px) {
  .comments-area {
    padding: 0;
  }
}
.comments-list,
.comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .comments-list .children {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .comments-list .children {
    background: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
  }
}
li.comment {
  margin: 0;
  padding: 0;
}
.comment-img {
  float: left;
  margin: 0 15px 0 0;
}
.comment-img img {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #f0a441;
  background: transparent;
}
.comment-wrap {
  padding: 30px 0;
  border-top: 1px solid #ededed;
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 20px 0;
  }
}
.comments-list {
  padding: 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 0.875em;
  line-height: 1.75;
}
.comments-list > li.comment:first-child > .comment-wrap {
  border: 0;
}
.comment-block {
  padding: 0;
  margin: 0 0 0 110px;
}
@media (max-width: 767px) {
  .comment-block {
    margin: 0;
  }
}
.comment-header {
  padding-bottom: 0.375em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0a441;
}
.comment-author a {
  color: #f0a441;
}
.comment-author a:hover {
  color: #374243;
}
.ispostauthor {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0px 5px;
  margin-left: 10px;
  border-radius: 3px;
}
.comment-meta {
  position: relative;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(47, 77, 89, 0.7);
}
.comment-meta span.time:before {
  content: ".";
  position: absolute;
  font-size: 30px;
  top: -22px;
  left: 0;
}
@media (max-width: 767px) {
  .comment-meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.comment-pending {
  padding: 0.375em 0.75em;
  text-align: center;
  color: #374243;
  background-color: #4c5859;
  border-radius: 3px;
}
.comment-reply-link {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  color: rgba(55, 66, 67, 0.5);
}
.comment-reply-link:hover {
  color: #f0a441;
  opacity: 1;
  filter: alpha(opacity=100);
}
#respond-wrap {
  padding: 50px 30px;
}
#respond .required {
  position: relative;
  color: #374243;
}
.comment-reply-title {
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0;
  margin-bottom: 50px;
}
#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-comment textarea {
  height: 163px;
  width: 100%;
}
.form-submit {
  margin: 0;
}
.form-submit input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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"] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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"] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  outline: 0;
  background: #2f4d59;
}
/**
 * 6.0 - Wordpress part
 *  6.5 - pagination
 */
.pagination {
  display: block;
  overflow: hidden;
  text-align: right;
  padding-left: 0;
  margin: 50px auto 0;
  line-height: 2.2;
}
.pagination .page-numbers {
  text-align: center;
  font-size: 16px;
  color: #2f4d59;
  padding: 0;
  min-width: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  margin: 5px 0px;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #f0a441;
}
.pagination .page-numbers.dots {
  border: none;
  border-radius: 0px;
  color: #2f4d59;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.pagination a.page-numbers {
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  color: #fff;
  background: #f0a441;
}
@media (max-width: 991px) {
  .pagination {
    margin: 0;
  }
}
#pagination {
  display: block;
  text-align: center;
}
#pagination .prev,
#pagination .next {
  display: inline-block;
  margin: 15px;
}
.loadmore-action {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.5em auto;
  line-height: 3;
  font-size: 16px;
}
.loadmore-action .loadmore-loading {
  display: none;
}
.loadmore-action ~ .pagination {
  display: none;
}
#infscr-loading,
.loadmore-loading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.5em auto;
  line-height: 3;
  font-size: 16px;
}
.loadmore-loading {
  position: relative;
  height: 25px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.loadmore-loading.finished {
  width: auto;
}
.loadmore-loading span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #374243;
  position: absolute;
  -webkit-animation: preload_audio_wave 1.5s infinite ease-in-out;
  animation: preload_audio_wave 1.5s 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: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #f0a441;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #f0a441;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #f0a441;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #f0a441;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #f0a441;
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #f0a441;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #f0a441;
  }
}
[data-paginate="loadmore"] .pagination,
[data-paginate="infinite"] .pagination {
  display: none;
}
/**
 * 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;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            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;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            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;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            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;
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            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;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            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% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            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% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            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% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
            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;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            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;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            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;
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            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;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            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% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            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% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            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% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            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% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            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% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            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;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            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% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            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% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            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% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            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% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            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% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            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% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            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% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
            transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
            transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            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% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            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% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            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% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            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% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            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% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            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% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            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% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            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% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            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;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            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;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            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;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            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;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            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% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            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% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            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% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            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% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            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% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            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% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            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% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            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% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            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;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/**
 * 7.0 - Library
 *  7.2 - icon
 */
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/font_awesome/font-awesome.eot?v=4.0.3');
  src: url('../fonts/font_awesome/font-awesome.eot?#iefix&v=4.0.3') format("embedded-opentype"), url('../fonts/font_awesome/font-awesome.woff?v=4.0.3') format("woff"), url('../fonts/font_awesome/font-awesome.ttf?v=4.0.3') format("truetype"), url('../fonts/font_awesome/font-awesome.svg?#fontawesome&v=4.0.3') format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * 7.0 - Library
 *  7.3 - caroufredsel
 */
.noo-slider {
  position: relative;
}
.noo-slider .caroufredsel_wrapper {
  position: relative;
}
.noo-slider .caroufredsel_wrapper .sliders {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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 .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;
  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;
  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);
  transform: translate(-50%, 0);
}
.noo-slider .slider-control {
  font-size: 30px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  background: #f0a441;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 17px;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  z-index: 1000;
}
.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: 0;
  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);
}
/**
 * 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-gradient(linear, left top, left bottom, from(#3a3b3c), to(#222222));
  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);
  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: #2f4d59;
  z-index: 1;
}
.jp-controls a:hover {
  color: #374243;
}
.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: #374243;
  -webkit-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);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-volume-bar-value {
  background-color: #374243;
  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);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  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;
  }
}
/* 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%);
  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;
  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%;
}
/**
 * 7.0 - Library
 *  7.5 - masonry
 */
.masonry {
  position: relative;
}
.container-portfolio.container-boxed.offset {
  margin-top: 0;
}
.masonry-portfolio.no-title .masonry-item > .content-wrap {
  display: none;
}
.container-fullwidth .masonry-portfolio {
  padding: 0;
}
.masory-item-wrap {
  position: relative;
}
.masonry-item {
  z-index: 2;
  float: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.masonry-hidden.masonry-item {
  pointer-events: none;
  z-index: 1;
}
.masonry-header {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-right: 15px;
}
.masonry-header.masonry-header-gap {
  margin-bottom: 40px;
}
.masonry-header .masonry-result {
  float: left;
  max-width: 30%;
}
.masonry-header .masonry-result h3 {
  margin: 0;
  padding: 0;
}
.masonry-header .masonry-filters {
  float: left;
  width: 100%;
}
.masonry-header .masonry-filters ul {
  list-style: none;
}
.masonry-header .masonry-filters ul li {
  display: inline-block;
  padding: 0 30px;
}
.masonry-header .masonry-filters ul li a {
  color: #2f4d59;
  position: relative;
  font-size: 16px;
}
.masonry-header .masonry-filters ul li a:hover,
.masonry-header .masonry-filters ul li a.selected {
  color: #f0a441;
  text-decoration: none;
}
.masonry-header .masonry-filters ul li:first-child > a:before {
  display: none;
}
@media (max-width: 991px) {
  .masonry-header .masonry-filters ul li {
    padding: 0 30px 0 0;
    line-height: 40px;
  }
}
.masonry-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.masonry-overlay {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  display: none;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  pointer-events: none;
}
.masonry-container > .masonry-item {
  margin: 0 0 10px;
  padding: 0 0px 30px;
  z-index: 1;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover {
  position: relative;
  z-index: 1000;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover .content-featured {
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}
.masonry-container.columns-1 > .masonry-item {
  width: 100%;
}
.masonry-container.columns-2 > .masonry-item {
  width: 50%;
}
.masonry-container.columns-3 > .masonry-item {
  width: 33.33333333%;
}
.masonry-container.columns-4 > .masonry-item {
  width: 25%;
}
@media (max-width: 767px) {
  .masonry-container[class*="columns-"] > .masonry-item {
    width: 100%;
  }
}
/*
 * 8.0 - Plugin
 * 	8.2 - contact-form-7
 */
.wpcf7-form label {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
.wpcf7-form-control:not(.wpcf7-submit) {
  margin-bottom: 20px;
}
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-checkbox,
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-radio {
  height: auto;
}
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 {
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.8;
}
.wpcf7-not-valid-tip {
  color: #f56e6e;
  font-size: 0.875em;
  display: block;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7-response-output {
  padding: 0.25em 0.5em;
  text-align: right;
  margin-top: 0.5em;
  font-size: 0.875em;
}
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: 15px;
  height: 1px;
  margin-top: -50px;
  left: 0;
  z-index: 999;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-form .contact-desc {
    padding-left: 0 !important0;
  }
}
.main-content .contact-info-wrap {
  background-position: top center!important;
}
.noo-contact-info img {
  max-width: 100%;
}
.noo-contact-info .info {
  padding-left: 90px;
  padding-top: 25px;
}
.noo-contact-info .info a,
.noo-contact-info .info address {
  display: block;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding: 27px 0;
  margin: 0;
}
.noo-contact-info .info a i,
.noo-contact-info .info address i {
  font-size: 30px;
  color: #f0a441;
  padding-right: 30px;
}
/*
 * 8.0 - Plugin
 * 	8.3 - revslider
 */
.tp-bullets.simplebullets.round .bullet {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  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;
  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
 */
@media (min-width: 992px) {
  .base-border-left {
    border-left: 1px solid #f5f6f6;
  }
}
@media (min-width: 992px) {
  .base-border-right {
    border-right: 1px solid #f5f6f6;
  }
}
@media (min-width: 992px) {
  .flex-wrap .container-boxed > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
}
body.boxed-layout {
  background-color: transparent;
  background-image: url("");
  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);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 90%;
  max-width: 1200px;
}
body.fixed_top.boxed-layout .header-1 .navbar-wrapper,
body.fixed_top.boxed-layout .header-2 .navbar-wrapper,
body.fixed_top.boxed-layout .header-3 .navbar-wrapper,
body.fixed_top.boxed-layout .header-4 .navbar-wrapper .navbar-default,
body.fixed_top.boxed-layout .header-5 .navbar-wrapper .navbar-default {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.fixed_top .header-7 .navbar-wrapper .navbar-default {
  position: fixed;
  width: 100%;
  margin: 0 auto;
}
body.fixed_top .header-5 .navbar-content.fix-sticky,
body.fixed_top .header-6 .navbar-content.fix-sticky {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
}
@media screen and (min-width: 320px) {
  body.fixed_top .header-5 .navbar-content.fix-sticky,
  body.fixed_top .header-6 .navbar-content.fix-sticky {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  body.fixed_top .header-5 .navbar-content.fix-sticky,
  body.fixed_top .header-6 .navbar-content.fix-sticky {
    position: fixed;
  }
}
body.fixed_top .header-5 .navbar-content.fix-sticky {
  background: #fff;
}
body.fixed_top .header-6 .navbar-content.fix-sticky {
  background: rgba(0, 0, 0, 0.6);
}
@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;
}
.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: 30px;
    padding-left: 30px;
  }
}
.main-content {
  padding-bottom: 100px;
}
.main-content > .row {
  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;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.overlay-bg {
  position: relative;
}
.overlay-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block!important;
  background: rgba(68, 73, 75, 0.5);
}
@media (max-width: 991px) {
  .overlay-bg:after {
    display: none!important;
  }
}
.overlay-bg > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body .rp-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
i.locked-sign {
  padding-right: 5px;
}
body.enable-preload .site {
  opacity: 0;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
}
#loader:before,
#loader:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  left: -80px;
  background: #f0a441;
  border-radius: 999px;
}
#loader:before {
  -webkit-animation: cross1 1.5s infinite linear;
  animation: cross1 1.5s infinite linear;
}
#loader:after {
  -webkit-animation: cross2 1.5s infinite linear;
  animation: cross2 1.5s infinite linear;
}
@keyframes cross1 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes cross2 {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
}
@-webkit-keyframes cross1 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes cross2 {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 1;
  }
}
.custom_title {
  font-weight: 300;
  padding-left: 20px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid #f0a441;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/**
 * 9.0 - Main file
 * 	9.2 - shortcode
 */
.noo-counter-holder > span.noo-counter {
  font-weight: bold;
}
.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;
  -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease, -webkit-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: 16px;
  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;
}
.noo-lightbox-item .rounded {
  border-radius: 3px;
}
.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: 15px;
}
.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 {
  margin-bottom: 30px;
}
.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;
  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;
  transition: all 0.2s ease-in-out;
}
.clients {
  position: relative;
  padding-top: 43px;
  padding-bottom: 43px;
}
.clients.dark .title_clients,
.clients.dark .sub_title_clients {
  color: #fff;
}
.clients .owl-carousel .noo_client_item img {
  width: auto;
}
.noo_clients,
.noo-slider-clients {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: ew-resize;
}
.noo_clients:after,
.noo-slider-clients:after {
  clear: both;
  content: '';
  display: table;
}
.noo_clients li,
.noo-slider-clients li {
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo_clients {
  position: relative;
}
.noo_clients .owl-nav {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.noo_clients .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: -40px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media (max-width: 1400px) {
  .noo_clients .owl-nav .owl-prev {
    left: -20px;
  }
}
@media (max-width: 992px) {
  .noo_clients .owl-nav .owl-prev {
    left: -15px;
  }
}
.noo_clients .owl-nav .owl-prev:before {
  content: "\f177";
  width: 40px;
  height: 40px;
  font: normal normal normal 14px/1 FontAwesome;
}
.noo_clients .owl-nav .owl-prev:hover {
  background: #f0a441 !important;
  color: #fff;
}
.noo_clients .owl-nav .owl-prev:focus {
  outline: none;
}
.noo_clients .owl-nav .owl-prev span {
  display: none;
}
.noo_clients .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: -40px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media (max-width: 1400px) {
  .noo_clients .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 992px) {
  .noo_clients .owl-nav .owl-next {
    right: -15px;
  }
}
.noo_clients .owl-nav .owl-next:before {
  content: "\f178";
  width: 40px;
  height: 40px;
  font: normal normal normal 14px/1 FontAwesome;
}
.noo_clients .owl-nav .owl-next:hover {
  background: #f0a441 !important;
  color: #fff;
}
.noo_clients .owl-nav .owl-next:focus {
  outline: none;
}
.noo_clients .owl-nav .owl-next span {
  display: none;
}
.noo-clients-default {
  overflow: hidden;
}
.noo-clients-default .noo-slider-clients.light-1 {
  margin: 0 -15px;
}
.noo-clients-default .noo-slider-clients.light-1 .noo_client_item {
  padding: 0 15px;
  position: relative;
}
.noo-clients-default .noo-slider-clients.light-1 .noo_client_item img {
  background-color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-clients-default .noo-slider-clients.light-1 .noo_client_item img:hover {
  opacity: 0.6;
}
.noo-clients-default .noo-slider-clients.light-1 .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default .noo-slider-clients.light-1 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  color: #000;
}
.noo-clients-default .noo-slider-clients.light-2 {
  margin: 0 -10px;
}
.noo-clients-default .noo-slider-clients.light-2 .title_clients {
  margin-top: 100px;
}
.noo-clients-default .noo-slider-clients.light-2 .noo_client_item {
  padding: 0 15px;
}
.noo-clients-default .noo-slider-clients.light-2 .noo_client_item img {
  padding: 30px 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: 0px 1px 15px 4px #f3f3f3;
  box-shadow: 0px 1px 15px 4px #f3f3f3;
}
.noo-clients-default .noo-slider-clients.light-2 .noo_client_item img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.noo-clients-default .noo-slider-clients.light-2 .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default .noo-slider-clients.light-2 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  color: #000;
}
.noo-clients-default .noo-slider-clients.dark {
  margin: 0 -15px;
}
.noo-clients-default .noo-slider-clients.dark .title_clients {
  margin-top: 100px;
}
.noo-clients-default .noo-slider-clients.dark .noo_client_item img {
  padding: 30px 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-clients-default .noo-slider-clients.dark .noo_client_item img:hover {
  background-color: #fff;
  filter: none;
  -webkit-filter: grayscale(0);
}
.noo-clients-default .noo-slider-clients.dark .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default .noo-slider-clients.dark .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  color: #fff;
}
.noo-clients-default .noo-slider-clients .noo_client_item {
  float: left;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.noo-clients-default .noo-slider-clients .noo_client_item.columns-2 {
  width: 50%;
}
@media screen and (min-width: 320px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-2 {
    width: 100%;
  }
}
@media screen and (min-width: 567px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-2 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-2 {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-2 {
    width: 50%;
  }
}
.noo-clients-default .noo-slider-clients .noo_client_item.columns-3 {
  width: 33.333%;
}
@media screen and (min-width: 320px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-3 {
    width: 100%;
  }
}
@media screen and (min-width: 567px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-3 {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-3 {
    width: 33.333%;
  }
}
.noo-clients-default .noo-slider-clients .noo_client_item.columns-4 {
  width: 25%;
}
@media screen and (min-width: 320px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-4 {
    width: 100%;
  }
}
@media screen and (min-width: 567px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-4 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-4 {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-4 {
    width: 25%;
  }
}
.noo-clients-default .noo-slider-clients .noo_client_item.columns-5 {
  width: 20%;
}
@media screen and (min-width: 320px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-5 {
    width: 100%;
  }
}
@media screen and (min-width: 567px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-5 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-5 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .noo-clients-default .noo-slider-clients .noo_client_item.columns-5 {
    width: 20%;
  }
}
.noo-clients-default .noo-slider-clients .noo_client_item img {
  background-color: #fff;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-clients-default.light-1 {
  padding: 0 0 70px;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.light-1 {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.light-1 {
    padding: 0 0 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .noo-clients-default.light-1 {
    padding: 0 0 70px;
  }
}
.noo-clients-default.light-1 .sub_title_clients {
  margin-bottom: 40px !important;
  padding-right: 50%;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.light-1 .sub_title_clients {
    padding-right: 0%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.light-1 .sub_title_clients {
    padding-right: 50%;
  }
}
.noo-clients-default.light-1 .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default.light-1 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  color: #000;
}
.noo-clients-default.light-1 .noo-view-event.btn_style2 .btn-primary:hover,
.noo-clients-default.light-1 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit:hover {
  background-color: #f0a441;
  border-color: #f0a441;
  color: #fff;
}
.noo-clients-default.light-2 {
  padding: 100px 0px;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.light-2 {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.light-2 {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 992px) {
  .noo-clients-default.light-2 {
    padding: 100px 0px;
  }
}
.noo-clients-default.light-2 .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default.light-2 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  color: #000;
}
.noo-clients-default.light-2 .noo-view-event.btn_style2 .btn-primary:hover,
.noo-clients-default.light-2 .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit:hover {
  background-color: #2f4d59;
  border-color: #2f4d59;
  color: #fff;
}
.noo-clients-default.light-2 .title_clients {
  text-align: center;
}
.noo-clients-default.light-2 .sub_title_clients {
  margin-bottom: 70px !important;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.light-2 .sub_title_clients {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .noo-clients-default.light-2 .sub_title_clients {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.light-2 .sub_title_clients {
    width: 50%;
  }
}
.noo-clients-default.light-2 .sub_title_clients:after {
  left: 50%;
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #f0a441;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.noo-clients-default.dark {
  padding: 100px 0px;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.dark {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.dark {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 992px) {
  .noo-clients-default.dark {
    padding: 100px 0px;
  }
}
.noo-clients-default.dark .title_clients {
  text-align: center;
}
.noo-clients-default.dark .sub_title_clients {
  margin-bottom: 70px !important;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 320px) {
  .noo-clients-default.dark .sub_title_clients {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .noo-clients-default.dark .sub_title_clients {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default.dark .sub_title_clients {
    width: 50%;
  }
}
.noo-clients-default.dark .sub_title_clients:after {
  left: 50%;
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #f0a441;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.noo-clients-default.dark .noo-view-event.btn_style2 .btn-primary:hover,
.noo-clients-default.dark .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit:hover {
  background-color: #2f4d59;
  border-color: #2f4d59;
}
.noo-clients-default .title_clients {
  font-size: 30px;
  line-height: 22px;
  color: #2c2a26;
  margin: 0 0 15px;
}
.noo-clients-default .sub_title_clients {
  font-size: 16px;
  color: #000;
}
@media screen and (min-width: 320px) {
}
@media screen and (min-width: 1400px) {
}
.noo-clients-default .noo-view-event.btn_style2 .btn-primary,
.noo-clients-default .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
  background: none;
  border: 2px solid #c4c4c4;
  border-radius: 30px;
  text-transform: none;
  padding: 8px 20px;
  margin-top: 20px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-clients-default .noo-view-event.btn_style2 .btn-primary:hover,
.noo-clients-default .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit:hover {
  color: #fff;
}
@media screen and (min-width: 320px) {
  .noo-clients-default .noo-view-event.btn_style2 .btn-primary,
  .noo-clients-default .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .noo-clients-default .noo-view-event.btn_style2 .btn-primary,
  .noo-clients-default .noo-view-event.btn_style2 .widget_newsletterwidget .newsletter-submit {
    margin-top: 20px;
  }
}
.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 #ededed;
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
}
.noo-separator .noo-sep-line i {
  border-top: 1px solid #ededed;
  width: 0;
  height: 0;
  position: absolute;
  width: 30px;
  display: none;
}
@media (min-width: 992px) {
  .noo-separator.overlap-to-both-side .noo-sep-line i {
    display: block;
  }
}
@media (min-width: 992px) {
  .noo-separator.overlap-to-left .noo-sep-holder-l .noo-sep-line i {
    display: block;
  }
}
@media (min-width: 992px) {
  .noo-separator.overlap-to-right .noo-sep-holder-r .noo-sep-line i {
    display: block;
  }
}
.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: 15px;
    padding-right: 15px;
  }
}
.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-l .noo-sep-line i {
  left: -30px;
}
.noo-separator .noo-sep-holder-r {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.noo-separator .noo-sep-holder-r .noo-sep-line i {
  right: -30px;
}
.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;
  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;
  box-sizing: border-box;
}
.noo-post-list .title .sub-title {
  margin-top: 0.75em;
}
.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;
  }
}
.sc-header {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .sc-header {
    width: 66.66666667%;
    margin: 0 auto 60px;
  }
}
.sc-header .noo-icon {
  width: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 3px #f0a441;
  box-shadow: 0 0 0 3px #f0a441;
  color: #f0a441;
  border-radius: 50%;
  font-size: 1.5em;
}
.sc-header .sc-title {
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .sc-header .sc-title {
    font-size: 1.875em;
  }
}
.sc-header .sc-sub-title {
  font-size: 1.125em;
  padding: 0;
  color: rgba(47, 77, 89, 0.5);
}
.sc-header.slider .sc-title {
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: none;
  line-height: 22px;
  color: #000;
}
@media (max-width: 767px) {
  .sc-header.slider .sc-title {
    font-size: 1.875em;
  }
}
.sc-header.slider .sc-sub-title {
  font-size: 14px;
  padding: 0;
  color: #000;
}
@media screen and (min-width: 320px) {
  .sc-header.slider .sc-sub-title {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .sc-header.slider .sc-sub-title {
    padding: 0;
  }
}
.noo-view-event {
  margin-top: 10px;
}
.noo-testimonial .sc-header {
  color: #fff;
}
.noo-testimonial .sc-header .sc-title {
  color: #fff;
}
.noo-testimonial .sc-header .sc-sub-title {
  color: #fff;
}
.noo-testimonial .testimonial-content {
  position: relative;
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style1 .quote-content li {
    text-align: center;
  }
  .noo-testimonial .testimonial-content.style1 .quote-content li .quote-header > i {
    margin: 15px -35px 15px 0;
  }
}
.noo-testimonial .testimonial-content.style1 .testimonial-nav {
  position: absolute;
  left: 265px;
  bottom: 0;
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style1 .testimonial-nav {
    position: static;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style2 .quote-content li {
    text-align: center;
  }
}
.noo-testimonial .testimonial-content.style2 .quote-content li .quote {
  background: rgba(55, 66, 67, 0.5);
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
.noo-testimonial .testimonial-content.style2 .quote-content li .quote i {
  font-size: 2.25em;
  margin-bottom: 10px;
}
.noo-testimonial .testimonial-content.style2 .quote-content li .quote:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(55, 66, 67, 0.5);
  bottom: -30px;
  left: 45px;
}
.noo-testimonial .testimonial-content.style2 .testimonial-nav {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style2 .testimonial-nav {
    position: static;
  }
}
.noo-testimonial .testimonial-content.style3 .quote-content li {
  text-align: center;
}
.noo-testimonial .testimonial-content.style3 .quote-content li > img {
  float: none;
  margin-bottom: 15px;
}
.noo-testimonial .testimonial-content.style3 .quote-content li > div {
  max-width: 82%;
  margin: 30px auto;
}
.noo-testimonial .testimonial-content.style3 .quote-content li .quote {
  background: #fff;
  padding: 7px;
  overflow: hidden;
  color: #374243;
  border-radius: 44px;
  position: relative;
}
.noo-testimonial .testimonial-content.style3 .quote-content li .quote p {
  font-weight: 400;
}
@media (min-width: 767px) {
  .noo-testimonial .testimonial-content.style3 .quote-content li .quote p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style3 .quote-content li .quote p {
    margin: 20px 15px;
  }
}
.noo-testimonial .testimonial-content.style3 .quote-content li .quote i {
  font-size: 1.5em;
  color: #fff;
  width: 74px;
  line-height: 74px;
  background: #f0a441;
  border-radius: 50%;
  float: left;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .noo-testimonial .testimonial-content.style3 .quote-content li .quote i {
    float: none;
    margin: 0;
    font-size: 16px;
    width: 50px;
    line-height: 50px;
  }
}
.noo-testimonial .testimonial-content.style3 .quote-content li .quote-header {
  margin: 30px 0 45px;
}
.noo-testimonial .testimonial-content.style3 .testimonial-nav {
  text-align: center;
}
.noo-testimonial .quote-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noo-testimonial .quote-content li {
  overflow: hidden;
  float: left;
}
.noo-testimonial .quote-content li > img {
  max-width: 215px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid #f0a441;
  background: transparent;
  border-width: 3px;
  float: left;
}
@media (max-width: 767px) {
  .noo-testimonial .quote-content li > img {
    float: none;
    margin-bottom: 15px;
  }
}
.noo-testimonial .quote-content li > div {
  margin-left: 265px;
}
@media (max-width: 767px) {
  .noo-testimonial .quote-content li > div {
    margin-left: 0;
  }
}
.noo-testimonial .quote-content li .quote-header > i {
  float: left;
  font-size: 2.25em;
  margin: 15px 20px 15px 0;
}
.noo-testimonial .quote-content li .quote-header h3 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.noo-testimonial .quote-content li .quote-header .position {
  font-size: 0.875em;
}
.noo-testimonial .quote-content li .quote {
  font-weight: 300;
  color: #fff;
}
.noo-testimonial .testimonial-nav > div {
  width: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 4px;
  display: inline-block;
}
.noo-testimonial .testimonial-nav > div:hover {
  border-color: #f0a441;
  color: #f0a441;
}
@-webkit-keyframes animix {
  0% {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  25% {
    border-top-color: #f0a441;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  50% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  75% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #f0a441;
    border-left-color: #fff;
  }
  100% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #f0a441;
    border-left-color: #f0a441;
  }
}
@keyframes animix {
  0% {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  25% {
    border-top-color: #f0a441;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  50% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  75% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #f0a441;
    border-left-color: #fff;
  }
  100% {
    border-top-color: #f0a441;
    border-right-color: #f0a441;
    border-bottom-color: #f0a441;
    border-left-color: #f0a441;
  }
}
.noo-countdown {
  color: #fff;
  text-align: center;
}
.noo-countdown .background-mobi {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.noo-countdown.video-section .background-mobi {
  display: block !important;
}
@media (max-width: 1024px) {
  .noo-countdown .background-mobi {
    display: block !important;
  }
}
.noo-countdown.style1 .noo-countdown-content {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  text-transform: uppercase;
}
.noo-countdown.style1 .noo-countdown-content .noo-countdown-footer {
  margin-top: 60px;
}
.noo-countdown.style1 .noo-countdown-content .date {
  font-size: 1.125em;
  background: #f0a441;
  display: inline-block;
  padding: 7px 20px;
  font-weight: 400;
}
.noo-countdown.style1 .noo-countdown-content .location {
  margin: 15px 0;
  text-transform: none;
}
.noo-countdown.style1 .noo-countdown-content .location .fa-map-marker {
  padding-right: 10px;
  color: #f0a441;
}
.noo-countdown.style1 .noo-countdown-content .location span {
  font-size: 18px;
}
.noo-countdown.style1 .noo-countdown-content h2 {
  font-size: 85px;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .noo-countdown.style1 .noo-countdown-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .noo-countdown.style1 .noo-countdown-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .noo-countdown.style1 .noo-countdown-content h2 {
    font-size: 28px;
  }
}
.noo-countdown.style1 .noo-countdown-content .description {
  text-transform: uppercase;
  font-size: 1.125em;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .noo-countdown.style1 .noo-countdown-content .description {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .noo-countdown.style1 .noo-countdown-content .description {
    font-size: 14px;
  }
}
.noo-countdown.style1 .noo-countdown-content .description:after {
  content: '';
  background: #f0a441;
  height: 1px;
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-countdown.style2 .noo-countdown-content {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.noo-countdown.style2 .noo-countdown-content .container {
  position: relative;
}
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer {
  margin-top: 60px;
}
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer.right {
  position: absolute;
  right: 0;
  bottom: -20%;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .noo-countdown-footer.center {
    margin-top: 20px;
  }
}
.noo-countdown.style2 .noo-countdown-content .date.date1 {
  font-size: 48px;
  color: #eaa443;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .date.date1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .date.date1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .date.date1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .noo-countdown.style2 .noo-countdown-content .date.date1 {
    font-size: 48px;
  }
}
.noo-countdown.style2 .noo-countdown-content .date.date2 {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.noo-countdown.style2 .noo-countdown-content .date.date2:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  color: #f0a441;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .date.date2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .date.date2 {
    font-size: 18px;
  }
}
.noo-countdown.style2 .noo-countdown-content .location {
  margin-bottom: 15px;
}
.noo-countdown.style2 .noo-countdown-content .location .fa-map-marker {
  padding-right: 10px;
  color: #f0a441;
}
.noo-countdown.style2 .noo-countdown-content .location span {
  font-size: 18px;
}
.noo-countdown.style2 .noo-countdown-content .title {
  font-size: 60px;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .title {
    font-size: 60px;
  }
}
.noo-countdown.style2 .noo-countdown-content .description {
  font-size: 20px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .noo-countdown.style2 .noo-countdown-content .description {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .noo-countdown.style2 .noo-countdown-content .description {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .noo-countdown.style2 .noo-countdown-content .description {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .noo-countdown.style2 .noo-countdown-content .description {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown {
    width: 70%;
  }
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown.left {
  margin-left: -40px;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown.left .time_circles {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown.left .time_circles {
    left: 0px;
  }
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles {
    margin: 0px 0px 15px;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles {
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles {
    margin: -30px 0 0;
  }
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles canvas {
  visibility: hidden;
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
  content: ':';
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 60px;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
    top: 23%;
    right: -5px;
    font-size: 26px;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
    top: 20%;
    right: -8px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
    right: -10px;
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
    top: 10%;
    right: -15px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:before {
    top: 15%;
    right: 0;
    font-size: 60px;
  }
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div:last-child:before {
  content: '';
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > h4 {
  text-transform: none;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > h4 {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > h4 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > h4 {
    font-size: 18px !important;
  }
}
.noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > span {
  font-size: 72px !important;
}
@media screen and (min-width: 320px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > span {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 480px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > span {
    font-size: 42px !important;
  }
}
@media screen and (min-width: 567px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > span {
    font-size: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .noo-countdown.style2 .noo-countdown-content .wrap_countdown .time_circles > div > span {
    font-size: 72px !important;
  }
}
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer.left {
  position: absolute;
  bottom: -50px;
}
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer .btn-primary,
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer .widget_newsletterwidget .newsletter-submit {
  border-radius: 30px;
  text-transform: none;
  padding: 10px 40px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer .btn-primary:hover,
.noo-countdown.style2 .noo-countdown-content .noo-countdown-footer .widget_newsletterwidget .newsletter-submit:hover {
  background: #2f4d59;
  border: 2px solid #2f4d59;
}
.noo-countdown .is-countdown {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .noo-countdown .is-countdown {
    margin-top: 0;
  }
}
.noo-countdown .is-countdown .countdown-section {
  width: 150px;
  text-align: center;
  height: 146px;
  border: 2px solid #fff;
  display: inline-block;
  margin: 15px;
  border-radius: 50%;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .noo-countdown .is-countdown .countdown-section {
    width: 90px;
    height: 86px;
    margin: 10px;
    padding: 10px;
  }
}
.noo-countdown .is-countdown .countdown-section > span {
  display: block;
}
.noo-countdown .is-countdown .countdown-section .countdown-amount {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .noo-countdown .is-countdown .countdown-section .countdown-amount {
    font-size: 1.125em;
  }
}
.noo-countdown .is-countdown .countdown-section:nth-child(3) {
  -webkit-animation: animix 60s infinite;
  animation: animix 60s infinite;
}
.noo-countdown .is-countdown .countdown-section:nth-child(4) {
  -webkit-animation: animix 1s infinite;
  animation: animix 1s infinite;
}
.scroll-mouse {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.17);
  border-radius: 100px;
  position: relative;
}
.scroll-mouse:visited,
.scroll-mouse:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.scroll-mouse:visited i,
.scroll-mouse:hover i {
  color: #fff;
}
.scroll-mouse:before,
.scroll-mouse:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
}
.scroll-mouse:before {
  top: 10px;
  opacity: 0.3;
  -webkit-animation: dottedTop 1s linear 0s infinite alternate;
  animation: dottedTop 1s linear 0s infinite alternate;
}
.scroll-mouse:after {
  top: 20px;
  opacity: 0.7;
  -webkit-animation: dottedBottom 1s linear 0s infinite alternate;
  animation: dottedBottom 1s linear 0s infinite alternate;
}
.scroll-mouse i {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 14px;
  -webkit-animation: arrowScroll 0.7s linear 0s infinite alternate;
  animation: arrowScroll 0.7s linear 0s infinite alternate;
}
.full-background {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.full-background li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.overlay_parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes dottedTop {
  from {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes dottedTop {
  from {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes dottedBottom {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
}
@keyframes dottedBottom {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
}
@-webkit-keyframes arrowScroll {
  from {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  to {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@keyframes arrowScroll {
  from {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  to {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.noo_services {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .noo_services {
    padding-top: 50px !important;
    padding-bottom: 15px !important;
  }
}
.noo-sc-service {
  text-align: center;
}
@media (max-width: 767px) {
  .noo-sc-service {
    margin-bottom: 30px !important;
  }
}
.noo-sc-service .service-content p {
  color: rgba(47, 77, 89, 0.5);
}
.noo-sc-service.style3 p {
  padding: 0 5%;
}
.noo-sc-service.style1 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noo-sc-service.style1 {
    text-align: center;
  }
}
.noo-sc-service.style1 .service-icon {
  float: left;
  position: relative;
  background: #f6f6f6;
  border-radius: 50%;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noo-sc-service.style1 .service-icon {
    float: none;
    margin: 0 auto 30px;
  }
}
.noo-sc-service.style1 .service-icon i {
  width: 100%;
  line-height: 95px;
  color: #f0a441;
  text-align: center;
  font-size: 2.25em;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.noo-sc-service.style1 .service-icon i:before {
  display: block;
}
.noo-sc-service.style1 .service-icon i:hover:before {
  -webkit-animation: toLeftFromRight 0.5s forwards;
  animation: toLeftFromRight 0.5s forwards;
}
.noo-sc-service.style1 .service-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0a441;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-sc-service.style1 .service-icon:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-sc-service.style1 .service-icon:hover i {
  color: #fff;
}
.noo-sc-service.style1 .service-content {
  margin-left: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noo-sc-service.style1 .service-content {
    margin: 15px 0 0;
  }
}
.noo-sc-service.style1 .service-content h4 {
  margin-top: -12px;
  font-weight: 600;
}
.noo-sc-service.style2 .service-icon i {
  line-height: 200px;
  width: 224px;
  border: 12px solid #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  color: #f0a441;
  font-size: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
@media (max-width: 767px) {
  .noo-sc-service.style2 .service-icon i {
    width: 134px;
    line-height: 110px;
    font-size: 30px;
  }
}
.noo-sc-service.style2 .service-content {
  margin-top: 40px;
}
.noo-sc-service.style2 .service-content h4 {
  padding-bottom: 15px;
  position: relative;
}
.noo-sc-service.style2 .service-content h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #f0a441;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.noo-sc-service.style2:hover .service-icon i {
  border: 12px solid #fff;
  color: #fff;
  background: #f0a441;
  -webkit-box-shadow: 0 0 0 2px #f0a441;
  box-shadow: 0 0 0 2px #f0a441;
}
.noo-sc-service.style2:hover .service-content h4:after {
  width: 45%;
}
.noo-sc-service.style3 .service-icon i {
  width: 100px;
  height: 100px;
  line-height: 96px;
  border: 2px solid #f0a441;
  color: #f0a441;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.25em;
}
.noo-sc-service.style3 .service-content h4 {
  margin: 2em 0 1em;
}
.noo-sc-service.style3:hover .service-icon i {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.noo_tab_event {
  padding-top: 120px;
  padding-bottom: 120px;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tabs-container {
  text-align: center !important;
  margin-bottom: 130px !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 0 !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab {
  padding-right: 1px !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab > a {
  border: none !important;
  padding: 5px 50px!important;
  line-height: 50px;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab > a .vc_tta-icon {
  font-size: 1.15em;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: inherit;
  line-height: 50px;
  color: #f0a441;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab > a span {
  color: #000;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab.vc_active > a {
  background: #f0a441 !important;
  color: #fff !important;
  border-radius: 30px !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tab.vc_active > a span {
  margin-left: 35px !important;
  color: #fff !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-tabs-list {
  background: #fff;
  border-radius: 30px;
  display: inline-block !important;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panel-body {
  text-align: left;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panel-body .noo-events-featured .sc-event-wrap.grid .event-thumbnail {
  height: auto;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panel-body .noo-events-featured .sc-event-wrap.grid .sc-event-item h3 {
  margin-bottom: 10px;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panel-body .noo-events-featured .sc-event-wrap.grid .sc-event-item .sc-meta {
  margin-bottom: 25px;
}
.noo_tab_event.vc_tta-tabs .vc_tta-panel-body .noo-events-featured .sc-event-wrap.grid .sc-event-content .sc-excerpt p {
  color: rgba(47, 77, 89, 0.5);
}
.noo_tab_event .vc_tta-tab > a:hover {
  background: transparent !important;
}
.noo_tab_event .vc_tta-tab > a:hover span {
  color: #f0a441 !important;
}
.noo_events {
  padding-top: 80px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .noo_events {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
}
.noo-view-event a {
  font-size: 1.125em;
  padding: 0.65em 2em;
  font-weight: 400;
}
.noo_events_slider {
  padding-top: 100px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .noo_events_slider {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.noo_events_featured .sc-event-wrap .event-thumbnail a img {
  width: 100%;
}
.noo-shortcode-events {
  overflow: hidden;
}
.noo-shortcode-events.noo-shortcode-events-slider .noo-view-event {
  margin-top: 30px;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1170px;
  height: 606px;
}
@media (max-width: 767px) {
  .noo-shortcode-events.noo-shortcode-events-slider .swiper-slide {
    height: 566px;
  }
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-slide-active .sc-event-wrap.list .event-thumbnail .sc-event-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-slide-active .sc-event-wrap.list .entry-date {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail {
  max-height: 540px;
  position: relative;
  display: block;
  overflow: hidden;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0, 0, 0, 0.25);
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail .sc-event-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  color: #fff;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail .sc-event-content a {
  color: #fff;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail .sc-event-content a:after,
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail .sc-event-content a:before {
  display: none;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail .sc-event-content a:hover {
  color: #f0a441;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .event-thumbnail img {
  width: 100%;
}
.noo-shortcode-events.noo-shortcode-events-slider .sc-event-wrap.list .entry-date {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent,
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #f0a441;
  background-image: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  text-align: center;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent .fa,
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent .fa {
  color: #fff;
  font-size: 48px;
  padding-top: 30px;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent:hover,
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent,
  .noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent {
    width: 50px;
    height: 50px;
  }
  .noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent .fa,
  .noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent .fa {
    font-size: 25px;
    padding-top: 15px;
  }
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent {
  right: 6%;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-next.swiper-button-ivent .fa {
  margin-left: 6px;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent {
  left: 6%;
}
.noo-shortcode-events.noo-shortcode-events-slider .swiper-button-prev.swiper-button-ivent .fa {
  margin-right: 6px;
}
.noo-shortcode-events .sc-event-wrap .sc-event-item {
  margin-bottom: 35px;
}
.noo-shortcode-events .sc-event-wrap.grid .col-md-6:nth-child(2n+1),
.noo-shortcode-events .sc-event-wrap.grid .col-md-4:nth-child(3n+1),
.noo-shortcode-events .sc-event-wrap.grid .col-md-3:nth-child(4n+1) {
  clear: both;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-content {
  padding: 30px 30px 40px;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-content .sc-meta {
  margin-bottom: 25px;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-content .sc-meta > span {
  margin: 0;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-content .sc-excerpt p {
  color: rgba(47, 77, 89, 0.5);
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-content h3 {
  margin-bottom: 10px;
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail {
  position: relative;
  overflow: hidden;
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 350px;
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a:before {
  content: "\f0c1";
  font-family: "fontawesome";
  width: 60px;
  line-height: 56px;
  border: 2px solid #f0a441;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shortcode-events .sc-event-wrap .event-thumbnail a img {
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}
.noo-shortcode-events .sc-event-wrap .entry-date {
  background: #f0a441;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  padding: 7px 20px;
  position: absolute;
  text-transform: uppercase;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content {
  padding: 10px;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content h3 {
  margin-top: 0;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content .sc-meta {
  margin-bottom: 30px;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content .sc-meta > span {
  display: inline-block;
  margin: 0 7px;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content .sc-meta > span i {
  font-size: 1.5em;
  color: #f0a441;
  margin-right: 10px;
}
.noo-shortcode-events .sc-event-wrap .sc-event-content .sc-excerpt {
  margin-bottom: 30px;
}
.noo-shortcode-events .sc-event-wrap.list {
  text-align: center;
}
.noo-shortcode-events .sc-event-wrap.list .entry-date {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 75px;
  text-align: center;
}
.noo-shortcode-events .sc-event-wrap.list .entry-date .day {
  display: block;
  font-size: 80px;
  line-height: 1;
}
.noo-shortcode-events .sc-event-wrap.list .sc-event-content {
  position: relative;
  background: #fafafa;
  max-width: 70%;
  margin: -50px auto 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .noo-shortcode-events .sc-event-wrap.list .sc-event-content {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .noo-shortcode-events .sc-event-wrap.list .sc-event-content {
    max-width: 100%;
    margin: 0;
  }
}
.noo-shortcode-events .sc-event-wrap.list .sc-event-content h3 {
  font-size: 2.25em;
  margin-bottom: 0;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-item {
  background: #fff;
}
.noo-shortcode-events .sc-event-wrap.grid .sc-event-item .entry-date {
  top: 30px;
  left: 30px;
}
.noo-shortcode-events .sc-event-wrap.grid ~ .noo-view-event {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .noo-shortcode-events .sc-event-wrap.grid ~ .noo-view-event {
    margin-top: 40px;
  }
}
.noo-shortcode-events .recurringinfo {
  display: none;
}
body .wpb_tabs {
  border: 0;
}
body .wpb_tabs .wpb_tabs_nav {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  body .wpb_tabs .wpb_tabs_nav {
    margin-bottom: 50px;
  }
}
body .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 0;
}
body .event-tabs {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  body .event-tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper {
  text-align: center;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav {
  background: #fff;
  border-radius: 30px;
  display: inline-block;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  width: auto!important;
  margin: 0;
  border-radius: 30px;
  background: transparent;
}
@media (max-width: 480px) {
  body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
    width: 100%!important;
    text-align: left;
  }
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover,
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:focus {
  background: transparent;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:hover a,
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:focus a {
  color: #f0a441;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li a {
  padding: 5px 50px!important;
  line-height: 50px;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.125em;
  }
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:first-child {
  background: #fff;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:first-child a {
  padding-left: 5px!important;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li:first-child a:before {
  font-family: "fontawesome";
  content: "\f073";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #f0a441;
  display: inline-block;
  margin-right: 35px;
  text-align: center;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active {
  background: #f0a441;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-tabs-active a {
  color: #fff;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  text-align: left;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab .noo-events-featured .sc-event-wrap.grid .event-thumbnail {
  height: auto;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab .noo-events-featured .sc-event-wrap.grid .sc-event-item h3 {
  margin-bottom: 10px;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab .noo-events-featured .sc-event-wrap.grid .sc-event-item .sc-meta {
  margin-bottom: 25px;
}
body .event-tabs .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab .noo-events-featured .sc-event-wrap.grid .sc-event-content .sc-excerpt p {
  color: rgba(47, 77, 89, 0.5);
}
.noo_events_featured_bg,
.noo_events_featured {
  padding-top: 85px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 767px) {
  .noo_events_featured_bg,
  .noo_events_featured {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.noo-events-featured .noo-view-event {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .noo-events-featured .noo-view-event {
    padding-top: 30px;
  }
}
.noo-events-featured .sc-event-wrap .event-thumbnail {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.noo-events-featured .sc-event-wrap .sc-meta {
  color: #374243;
}
.noo-events-featured .sc-event-wrap .sc-meta > span {
  margin-right: 20px;
  display: inline-block;
}
.noo-events-featured .sc-event-wrap .sc-meta i {
  font-size: 1.5em;
  color: #f0a441;
  margin-right: 10px;
}
.noo-events-featured .sc-event-wrap.list .event-thumbnail a {
  display: block;
}
.noo-events-featured .sc-event-wrap.list .event-thumbnail a:before {
  content: "\f0c1";
  font-family: "fontawesome";
  width: 60px;
  line-height: 56px;
  border: 2px solid #f0a441;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.noo-events-featured .sc-event-wrap.list .event-thumbnail a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-events-featured .sc-event-wrap.list .event-thumbnail a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.noo-events-featured .sc-event-wrap.list .event-thumbnail a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-events-featured .sc-event-wrap.list .sc-event-item {
  margin-bottom: 80px;
}
.noo-events-featured .sc-event-wrap.list .sc-meta {
  padding: 20px 25px 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .noo-events-featured .sc-event-wrap.list .sc-meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.noo-events-featured .sc-event-wrap.list .sc-meta:before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.noo-events-featured .sc-event-wrap.list h3 {
  margin-right: 315px;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list h3 {
    margin-right: 0;
    float: left;
  }
}
.noo-events-featured .sc-event-wrap.list .bottom {
  font-weight: 700;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list .bottom {
    margin-top: 0;
  }
}
.noo-events-featured .sc-event-wrap.list .bottom .count {
  float: right;
  font-size: 100px;
  color: #ececec;
  line-height: 0.7;
}
.noo-events-featured .sc-event-wrap.list .bottom .create-date {
  text-align: right;
  margin-right: 130px;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #f0a441;
  padding-top: 35px;
}
.noo-events-featured .sc-event-wrap.list .bottom .create-date span {
  display: inline-block;
  padding: 6px 20px;
  background: #f0a441;
}
.noo-events-featured .sc-event-wrap.list .sc-excerpt {
  margin: 30px 0;
}
.noo-events-featured .sc-event-wrap.list > div:nth-child(even) .sc-meta {
  left: 0;
  right: auto;
}
.noo-events-featured .sc-event-wrap.list > div:nth-child(even) .sc-meta:before {
  left: auto;
  right: -25px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.noo-events-featured .sc-event-wrap.list > div:nth-child(even) h3 {
  margin-left: 315px;
  text-align: left;
  margin-right: 0;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list > div:nth-child(even) h3 {
    margin-left: 0;
    float: right;
  }
}
.noo-events-featured .sc-event-wrap.list > div:nth-child(even) .bottom .count {
  float: left;
}
.noo-events-featured .sc-event-wrap.list > div:nth-child(even) .bottom .create-date {
  text-align: left;
  margin-right: 0;
  margin-left: 130px;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail {
  background-size: cover;
  text-align: center;
  position: relative;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail:before {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail:hover .sc-event-content:before {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail:hover .sc-event-content:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(190%, -50%);
  transform: translate(190%, -50%);
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content:after,
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content:before {
  display: none;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content:before {
  width: 130px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 50px;
  content: "\f178";
  font-family: "fontawesome";
  opacity: 0;
  filter: alpha(opacity=0);
  color: #f0a441;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content {
    text-align: center;
    background: transparent;
  }
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .create-date {
  float: left;
  background: #f0a441;
  font-size: 0.875em;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .create-date .day {
  display: block;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .create-date {
    float: none;
    display: inline-block;
  }
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .create-date .day {
    font-size: 50px;
  }
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info {
  float: left;
  padding: 15px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info {
    float: none;
    padding: 5px 30px;
    margin-left: 130px;
  }
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info {
    margin: 0;
    padding: 10px;
  }
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info .sc-meta {
    color: #fff;
  }
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-content .info h3 a {
    color: #fff;
  }
}
.noo-events-featured .sc-event-wrap.list_bg_image .event-thumbnail .sc-event-wrap-list-bg {
  position: relative;
  height: 100%;
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a:before {
  content: "\f0c1";
  font-family: "fontawesome";
  width: 60px;
  line-height: 56px;
  border: 2px solid #f0a441;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-events-featured .sc-event-wrap.grid .event-thumbnail a img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item {
  background: #fff;
  margin-bottom: 35px;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item .create-date {
  top: 30px;
  left: 30px;
  background: #f0a441;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  padding: 7px 20px;
  position: absolute;
  text-transform: uppercase;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item h3 {
  margin-top: 0;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item .sc-meta {
  margin-bottom: 30px;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item .sc-excerpt {
  margin-bottom: 30px;
}
.noo-events-featured .sc-event-wrap.grid .sc-event-item .sc-event-content {
  padding: 30px;
}
.single-noo_trainer .hentry,
.single-noo_event .hentry,
.single-noo_class .hentry {
  text-align: left;
}
.single-noo_trainer .hentry .entry-header,
.single-noo_event .hentry .entry-header,
.single-noo_class .hentry .entry-header {
  padding: 30px 30px 0;
}
.single-noo_trainer .hentry .entry-content,
.single-noo_event .hentry .entry-content,
.single-noo_class .hentry .entry-content {
  padding: 0 30px 30px;
}
.noo-trainer-shortcode .hentry {
  background: transparent;
}
.block-banner {
  padding: 140px 0;
}
@media screen and (min-width: 320px) {
  .block-banner {
    padding: 120px  0;
  }
}
@media screen and (min-width: 768px) {
  .block-banner {
    padding: 140px 0;
  }
}
.block-banner .banner-title,
.block-banner .banner-sub-title {
  margin: 0;
  text-transform: uppercase;
}
.block-banner .banner-title {
  font-weight: 500;
  font-size: 48px;
}
@media screen and (min-width: 320px) {
  .block-banner .banner-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .block-banner .banner-title {
    font-size: 48px;
  }
}
.block-banner .banner-sub-title {
  font-weight: 500;
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .block-banner .banner-sub-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .block-banner .banner-sub-title {
    font-size: 36px;
  }
}
.block-banner .vc_custom_heading a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.block-banner .vc_btn3-container {
  margin-top: 50px;
}
.block-banner .vc_btn3-container .vc_btn3 {
  border-radius: 30px;
  padding: 10px 40px;
  background-image: none;
  font-size: 16px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block-banner .vc_btn3-container .vc_btn3:hover {
  background-color: #2f4d59 !important;
}
.heading-block {
  padding: 90px 0px 80px 0px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .heading-block {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 480px) {
  .heading-block {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 992px) {
  .heading-block {
    padding: 90px 0px 80px 0px;
  }
}
.heading-block .heading-title {
  margin: 0 0 5px 0;
  font-weight: 600;
}
.heading-block .heading-desc {
  font-weight: 300;
  width: 63%;
  margin: 0 auto;
  position: relative;
  color: #000;
}
@media screen and (min-width: 320px) {
  .heading-block .heading-desc {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .heading-block .heading-desc {
    width: 63%;
  }
}
.heading-block .heading-desc:after {
  left: 50%;
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  background: #EBA342;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block_title {
  text-align: center;
  padding: 100px 0px 70px;
}
@media screen and (min-width: 320px) {
  .block_title {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 480px) {
  .block_title {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 768px) {
  .block_title {
    padding: 100px 0px 70px;
  }
}
.block_title .title {
  margin: 0 0 10px;
  color: #2c2a26;
  font-size: 30px;
  line-height: 21px;
}
.block_title .sub_title {
  margin: 0;
  font-size: 16px;
  color: #000;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .block_title .sub_title {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .block_title .sub_title {
    width: 50%;
    padding: 0;
  }
}
.block_title .sub_title:after {
  left: 50%;
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #f0a441;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-pricing-table {
  padding-bottom: 100px;
}
@media screen and (min-width: 320px) {
  .block-pricing-table {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 48px) {
  .block-pricing-table {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .block-pricing-table {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .block-pricing-table {
    padding-bottom: 100px;
  }
}
.pricing_table {
  margin: 0 -15px;
}
.pricing_table .pricing_table_content .item_content {
  float: left;
  text-align: center;
}
.pricing_table .pricing_table_content .item_content.columns-2 {
  width: 50%;
}
@media screen and (min-width: 320px) {
  .pricing_table .pricing_table_content .item_content.columns-2 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .pricing_table .pricing_table_content .item_content.columns-2 {
    width: 50%;
  }
}
.pricing_table .pricing_table_content .item_content.columns-3 {
  width: 33.333%;
}
@media screen and (min-width: 320px) {
  .pricing_table .pricing_table_content .item_content.columns-3 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .pricing_table .pricing_table_content .item_content.columns-3 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pricing_table .pricing_table_content .item_content.columns-3 {
    width: 33.333%;
  }
}
.pricing_table .pricing_table_content .item_content.columns-4 {
  width: 25%;
}
@media screen and (min-width: 320px) {
  .pricing_table .pricing_table_content .item_content.columns-4 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .pricing_table .pricing_table_content .item_content.columns-4 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pricing_table .pricing_table_content .item_content.columns-4 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing_table .pricing_table_content .item_content.columns-4 {
    width: 25%;
  }
}
.pricing_table .pricing_table_content .item_content.columns-5 {
  width: 20%;
}
@media screen and (min-width: 320px) {
  .pricing_table .pricing_table_content .item_content.columns-5 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .pricing_table .pricing_table_content .item_content.columns-5 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pricing_table .pricing_table_content .item_content.columns-5 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing_table .pricing_table_content .item_content.columns-5 {
    width: 20%;
  }
}
.pricing_table .pricing_table_content .item_content .item_content_inner {
  margin: 0 15px;
}
@media screen and (min-width: 320px) {
  .pricing_table .pricing_table_content .item_content .item_content_inner {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing_table .pricing_table_content .item_content .item_content_inner {
    margin-bottom: 0px;
  }
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_top {
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_top .title {
  margin: 0;
  padding: 20px 0 5px;
  font-size: 24px;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_top .number {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_top .price {
  margin: 0;
  font-size: 60px;
  position: relative;
  display: inline-block;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_top .price:after {
  content: '$';
  position: absolute;
  left: -20px;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_medium {
  margin-bottom: 35px;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_medium .row {
  position: relative;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_medium .row .row-item {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
  position: relative;
  display: inline-block;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .item_content_inner_medium .row .row-item:before {
  content: "\f00c";
  position: absolute;
  font: normal normal normal 16px/1 FontAwesome;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #66dd2b;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link {
  padding: 10px 40px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pricing_table .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link:hover {
  background-color: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.pricing_table .pricing_table_content .item_content .item_content_inner:hover .item_content_inner_top:after {
  background-color: #f0a441;
}
.pricing_table.style-1 .block_title .title {
  color: #2c2a26;
}
.pricing_table.style-1 .block_title .sub_title {
  color: #000;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner {
  background: #fff;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .item_content_inner_top {
  background-color: #454545;
  margin-bottom: 80px;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .item_content_inner_top .price:after {
  content: '$';
  position: absolute;
  left: -20px;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .item_content_inner_top:after {
  content: '';
  width: 180px;
  height: 130px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  background: #454545;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .item_content_inner_medium .row .row-item {
  color: #000;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link {
  border: 1px solid #e5e5e5;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link:hover {
  background-color: #2f4d59;
  color: #fff;
  border-color: #2f4d59;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner:hover .item_content_inner_top {
  background-color: #f0a441;
}
.pricing_table.style-1 .pricing_table_content .item_content .item_content_inner:hover .item_content_inner_top:after {
  background-color: #f0a441;
}
.pricing_table.style-2 .block_title .title {
  color: #fff;
}
.pricing_table.style-2 .block_title .sub_title {
  color: #fff;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner {
  background-color: rgba(27, 27, 27, 0.6);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner .item_content_inner_top {
  margin-bottom: 40px;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner .item_content_inner_medium .row .row-item {
  color: #fff;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link {
  border: 1px solid #fff;
  color: #fff;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner .btn_ticket .button_link:hover {
  background-color: #2f4d59;
  color: #fff;
  border-color: #2f4d59;
}
.pricing_table.style-2 .pricing_table_content .item_content .item_content_inner:hover {
  background-color: #EAA443;
  opacity: 1;
  filter: alpha(opacity=100);
}
.countdown_wrap {
  margin: 80px 0;
}
@media screen and (min-width: 320px) {
  .countdown_wrap {
    margin: 0px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .countdown_wrap {
    margin: 80px 0;
  }
}
.countdown_wrap .title {
  margin: 0;
  padding: 20px 0px 5px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .countdown_wrap .title {
    padding: 0px 0px 5px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .countdown_wrap .title {
    padding: 20px 0px 5px;
    font-size: 30px;
  }
}
.countdown_wrap .sub-title {
  margin: 0px;
  padding-bottom: 15px;
  color: #f0a441;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .countdown_wrap .sub-title {
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  .countdown_wrap .sub-title {
    padding-bottom: 15px;
    font-size: 30px;
  }
}
.countdown_wrap .desc-countdown {
  font-size: 16px;
  color: #fff;
  width: 80%;
  margin-bottom: 30px;
  line-height: 30px;
}
@media screen and (min-width: 320px) {
  .countdown_wrap .desc-countdown {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  .countdown_wrap .desc-countdown {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .countdown_wrap .desc-countdown {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .countdown_wrap .desc-countdown {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .countdown_wrap .desc-countdown {
    margin-bottom: 30px;
    line-height: 30px;
  }
}
.countdown_wrap .defaultCountdown .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.countdown_wrap .defaultCountdown .countdown-row .countdown-section {
  color: #fff;
  font-size: 60px;
  min-width: 60px;
  line-height: 1.1;
  margin-left: 80px;
}
.countdown_wrap .defaultCountdown .countdown-row .countdown-section:first-child {
  margin-left: 0;
}
@media screen and (min-width: 320px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section {
    min-width: 40px;
    font-size: 34px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 480px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section {
    min-width: auto;
    font-size: 60px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section {
    margin-left: 70px;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section {
    margin-left: 80px;
    min-width: 60px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section {
    font-size: 60px;
  }
}
.countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount {
  position: relative;
  font-weight: bold;
}
.countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount:after {
  content: ':';
  font-size: 60px;
  padding-left: 35px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 320px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount:after {
    padding-left: 20px;
    font-size: 34px;
  }
}
@media screen and (min-width: 480px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount:after {
    padding-left: 30px;
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount:after {
    padding-left: 35px;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-amount:after {
    font-size: 60px;
  }
}
.countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-period {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  .countdown_wrap .defaultCountdown .countdown-row .countdown-section .countdown-period {
    font-size: 18px;
  }
}
.countdown_wrap .defaultCountdown.hide_name .countdown-section:last-child .countdown-amount:after {
  display: none;
}
.noo-video {
  margin: 85px 0;
}
@media screen and (min-width: 320px) {
  .noo-video {
    margin: 60px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .noo-video {
    margin: 85px 0;
  }
}
.noo-video .thumb_image {
  position: relative;
  max-width: 660px;
  margin-top: 60px;
}
.noo-video img {
  width: 100%;
}
.noo-video .noo-control-video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  cursor: pointer;
  width: 52px;
  height: 52px;
}
.noo-video .noo-control-video i {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noo-video .noo-control-video i:last-child {
  left: -100%;
}
.noo-video .noo-control-video:hover i {
  left: 150%;
}
.noo-video .noo-control-video:hover i:last-child {
  left: 50%;
}
.noo-lightbox-video {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noo-lightbox-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.noo-lightbox-video .noo-iframe-video {
  width: 600px;
  height: 450px;
  margin: auto;
}
@media screen and (min-width: 320px) {
  .banner-info {
    padding: 30px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .banner-info {
    padding: 0;
  }
}
.banner-info .info-text {
  padding: 125px 0 75px;
}
@media screen and (min-width: 320px) {
  .banner-info .info-text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-info .info-text {
    padding: 65px 0 75px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .banner-info .info-text {
    padding: 100px 0 75px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-info .info-text {
    padding: 125px 0 75px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-info .info-text {
    width: 50%;
  }
}
.banner-info .info-text .info-title {
  margin: 0px 0px 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 320px) {
  .banner-info .info-text .info-title {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (min-width: 480px) {
  .banner-info .info-text .info-title {
    width: 100%;
    font-size: 30px;
  }
}
.banner-info .info-text .info-sub-title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (min-width: 320px) {
  .banner-info .info-text .info-sub-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 480px) {
  .banner-info .info-text .info-sub-title {
    font-size: 36px;
  }
}
.banner-info .info-text .info-content {
  padding-right: 25px !important;
}
@media screen and (min-width: 320px) {
  .banner-info .info-text .info-content {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 480px) {
  .banner-info .info-text .info-content {
    padding-right: 15% !important;
  }
}
@media screen and (min-width: 768px) {
  .banner-info .info-text .info-content {
    padding-right: 25% !important;
  }
}
.banner-info .info-text .btn-read-more {
  margin: 0;
}
.banner-info .info-text .btn-read-more .vc_btn3 {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .banner-info .info-img {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .banner-info .info-img {
    padding-bottom: 0px;
    width: 50%;
  }
  .banner-info .info-img .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .banner-info .info-img {
    width: 50%;
  }
}
@media screen and (min-width: 320px) {
  .banner-info .info-img .vc_column-inner {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 768px) {
  .banner-info .info-img .vc_column-inner {
    padding-bottom: 0;
  }
}
.sc_event_schedule.light .block_title .title {
  color: #2c2a26;
}
.sc_event_schedule.light .block_title .sub_title {
  color: #000;
}
.sc_event_schedule.light ul.schedule-tab {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 1px 20px 6px #f3f3f3;
  box-shadow: 0px 1px 20px 6px #f3f3f3;
}
.sc_event_schedule.light ul.schedule-tab li.event-tab .schedule_item_tab {
  color: #2c2a26;
}
.sc_event_schedule.light ul.schedule-tab li.event-tab:hover .schedule_item_tab,
.sc_event_schedule.light ul.schedule-tab li.event-tab.active .schedule_item_tab {
  color: #fff;
}
.sc_event_schedule.light .event-content-tab {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 20px 6px #f3f3f3;
  box-shadow: 0px 1px 20px 6px #f3f3f3;
}
.sc_event_schedule.light .event-content-tab .content-tab-inner .item .item-inner {
  border-bottom: 1px solid #e5e5e5;
}
.sc_event_schedule.light .event-content-tab .content-tab-inner .item .item-inner .item-content {
  color: #000;
}
.sc_event_schedule.light .event-content-tab .content-tab-inner .item:last-child .item-inner {
  border-bottom: none;
}
.sc_event_schedule.dark .block_title .title,
.sc_event_schedule.dark .block_title .sub_title {
  color: #fff;
}
.sc_event_schedule.dark ul.schedule-tab {
  background-color: #000;
}
.sc_event_schedule.dark ul.schedule-tab li.event-tab .schedule_item_tab {
  color: #fff;
}
.sc_event_schedule.dark .event-content-tab .content-tab-inner {
  background-color: rgba(27, 27, 27, 0.2);
}
.sc_event_schedule.dark .event-content-tab .content-tab-inner .item:hover {
  background-color: #1b1b1b;
}
ul.schedule-tab {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}
ul.schedule-tab li.event-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
ul.schedule-tab li.event-tab .schedule_item_tab .title-day {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 320px) {
  ul.schedule-tab li.event-tab .schedule_item_tab .title-day {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 480px) {
  ul.schedule-tab li.event-tab .schedule_item_tab .title-day {
    font-size: 24px;
    line-height: 24px;
  }
}
ul.schedule-tab li.event-tab .schedule_item_tab .date {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  ul.schedule-tab li.event-tab .schedule_item_tab .date {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  ul.schedule-tab li.event-tab .schedule_item_tab .date {
    display: block;
  }
}
ul.schedule-tab li.event-tab:hover {
  background-color: #f0a441;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}
ul.schedule-tab li.event-tab:hover:after {
  color: #f0a441;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
ul.schedule-tab li.event-tab.active {
  background-color: #f0a441;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
ul.schedule-tab li.event-tab.active:after {
  color: #f0a441;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
ul.schedule-tab li.event-tab:after {
  content: "\f0d7";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: normal normal normal 32px/1 FontAwesome;
  display: inline-block;
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.event-content-tab .event-items {
  position: relative;
  display: none;
}
.event-content-tab .event-items .content-tab-inner {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 320px) {
  .event-content-tab .event-items .content-tab-inner {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .event-content-tab .event-items .content-tab-inner {
    margin-bottom: 100px;
  }
}
.event-content-tab .event-items .content-tab-inner .item {
  padding: 30px 40px 0px 40px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 320px) {
  .event-content-tab .event-items .content-tab-inner .item {
    padding: 30px 0;
  }
}
@media screen and (min-width: 480px) {
  .event-content-tab .event-items .content-tab-inner .item {
    padding: 30px 20px 0px 20px;
  }
}
@media screen and (min-width: 768px) {
  .event-content-tab .event-items .content-tab-inner .item {
    padding: 30px 40px 0px 40px;
  }
}
.event-content-tab .event-items .content-tab-inner .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner {
    margin: 0 15px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
  }
}
@media screen and (min-width: 320px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner .item-img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner .item-img {
    margin-bottom: 0px;
  }
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-img img {
  padding-right: 10px;
  width: 70px;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content {
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  width: 75%;
}
@media screen and (min-width: 320px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner .item-content {
    padding-left: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .event-content-tab .event-items .content-tab-inner .item .item-inner .item-content {
    padding-left: 20px;
    width: 75%;
  }
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item .location-event {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item .location-event:before {
  content: "\f041";
  font: normal normal normal 14px/1 FontAwesome;
  color: #f0a441;
  padding-right: 10px;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item .name-event {
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item.time:before {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  color: #f0a441;
  padding-right: 10px;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item .by {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.event-content-tab .event-items .content-tab-inner .item .item-inner .item-content .row-item .desc {
  font-size: 16px;
  width: 75%;
}
.event-content-tab .event-items .content-tab-inner .item:first-child {
  padding-top: 60px;
}
.block-about {
  padding: 100px 0px 130px;
}
@media screen and (min-width: 320px) {
  .block-about {
    padding: 60px 0px 20px;
  }
}
@media screen and (min-width: 768px) {
  .block-about {
    padding: 100px 0px 50px;
  }
}
@media screen and (min-width: 992px) {
  .block-about {
    padding: 100px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .block-about {
    padding: 100px 0px 130px;
  }
}
.block-about .about-img .wpb_wrapper {
  position: relative;
}
.block-about .about-img .wpb_wrapper .vc_single_image-wrapper {
  position: relative;
  display: block;
}
.block-about .about-img .wpb_wrapper .vc_single_image-wrapper img {
  z-index: 2;
  position: relative;
}
.block-about .about-img .wpb_wrapper .vc_single_image-wrapper:before {
  position: absolute;
  content: '';
  background-image: url("../images/background5.jpg");
  width: 508px;
  height: 458px;
  z-index: 1;
  right: -30px;
  bottom: -30px;
  display: block;
}
@media screen and (min-width: 320px) {
  .block-about .about-img .wpb_wrapper .vc_single_image-wrapper:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .block-about .about-img .wpb_wrapper .vc_single_image-wrapper:before {
    display: block;
    width: 350px;
    height: 300px;
    z-index: 1;
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (min-width: 992px) {
  .block-about .about-img .wpb_wrapper .vc_single_image-wrapper:before {
    display: block;
    width: 440px;
    height: 390px;
    z-index: 1;
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .block-about .about-img .wpb_wrapper .vc_single_image-wrapper:before {
    width: 508px;
    height: 458px;
    right: -30px;
    bottom: -30px;
  }
}
.block-about .about-img .wpb_wrapper: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: 20px;
  bottom: 20px;
  content: '';
  opacity: 1;
  z-index: 4;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.block-about .about-img .wpb_wrapper:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 4;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.block-about .about-img .wpb_wrapper:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.block-about .about-img .wpb_wrapper:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.block-about .about-title {
  margin: 100px 0px 30px 0;
  position: relative;
}
@media screen and (min-width: 320px) {
  .block-about .about-title {
    margin: 30px 0;
  }
}
@media screen and (min-width: 480px) {
  .block-about .about-title {
    margin: 30px 0;
  }
}
.block-about .about-title:after {
  left: 0;
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  background: #f0a441;
  bottom: -15px;
}
.block-about .about-content {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .block-about .about-content {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .block-about .about-content {
    margin-bottom: 40px !important;
  }
}
.block-about .btn-ivent {
  margin-bottom: 40px;
}
.block-about .btn-ivent .vc_btn3 {
  padding: 12px 40px;
  border-radius: 30px !important;
  border: 2px solid #bababa !important;
  background: none !important;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 16px;
}
.block-about .btn-ivent .vc_btn3:hover {
  background-color: #2f4d59 !important;
  border: 2px solid #2f4d59 !important;
  color: #fff !important;
}
.tp-parallax-wrap .btn-slider {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
}
.google-map {
  position: relative;
  overflow: hidden;
}
.google-map .noo-address-info-wrap .map-container .address-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
  width: 435px;
  height: 235px;
  padding: 35px;
  border-radius: 5px;
}
@media screen and (min-width: 320px) {
  .google-map .noo-address-info-wrap .map-container .address-info {
    left: 0%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 320px;
    height: 250px;
  }
}
@media screen and (min-width: 480px) {
  .google-map .noo-address-info-wrap .map-container .address-info {
    left: 0%;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    width: 435px;
    height: 235px;
  }
}
@media screen and (min-width: 768px) {
  .google-map .noo-address-info-wrap .map-container .address-info {
    left: 50%;
    -webkit-transform: translate(5%, -50%);
            transform: translate(5%, -50%);
    width: 345px;
  }
}
@media screen and (min-width: 992px) {
  .google-map .noo-address-info-wrap .map-container .address-info {
    left: 50%;
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
    width: 435px;
  }
}
.google-map .noo-address-info-wrap .map-container .address-info .title {
  margin: 0px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-family: 'Lato', sans-serif;
}
.google-map .noo-address-info-wrap .map-container .address-info .title:before {
  content: '';
  background-image: url("../images/icon-title.png");
  width: 22px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
.google-map .noo-address-info-wrap .map-container .address-info .adress {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}
.google-map .noo-address-info-wrap .map-container .address-info .adress .fa-building-o {
  color: #f0a441;
  padding-right: 15px;
}
.google-map .noo-address-info-wrap .map-container .address-info .phone {
  margin: 0px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.google-map .noo-address-info-wrap .map-container .address-info .phone .fa-phone {
  color: #f0a441;
  padding-right: 15px;
}
.google-map .noo-address-info-wrap .map-container .address-info .email {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.google-map .noo-address-info-wrap .map-container .address-info .email .fa-envelope-o {
  color: #f0a441;
  padding-right: 15px;
}
#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -wekbit-border-radius: 5px;
  border-radius: 5px;
  z-index: 99999;
}
#ui_notifIt:hover {
  opacity: 1 !important;
}
#ui_notifIt p {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
  background-color: #5cb85c;
  color: #fff;
}
#ui_notifIt.error {
  background-color: #d9534f;
  color: #fff;
}
#ui_notifIt.warning {
  background-color: #f0ad4e;
  color: #fff;
}
#ui_notifIt.info {
  background-color: #5bc0de;
  color: #fff;
}
#ui_notifIt.default {
  background-color: #EEE;
  color: #444;
}
.noo-ajax-result {
  font-size: 0.875em;
  margin-bottom: 10px;
  display: block;
}
.noo-member-block {
  text-align: center;
}
.noo-member {
  text-align: center;
}
.noo-member img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-member.style1 .member-info {
  padding: 30px;
  background: #f6f6f6;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  margin-bottom: 30px;
}
.noo-member.style1 .member-info .team-social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.noo-member.style1 .member-info .team-social a {
  display: inline-block;
  font-size: 16px;
  margin: 0 7px;
  color: #f0a441;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.noo-member.style1 .member-info .team-social a i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  transform: scale(2);
}
.noo-member.style1 .member-info .team-social a:nth-child(1) {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(1) i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(2) {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(2) i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(3) {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(3) i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(4) {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info .team-social a:nth-child(4) i {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.noo-member.style1 .member-info h3 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}
.noo-member.style1 .member-info .position {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #f0a441;
  margin-bottom: 18px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.noo-member.style1 .member-info .member-description {
  font-size: 14px;
  color: rgba(47, 77, 89, 0.5);
  line-height: 24px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.noo-member.style1:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.noo-member.style1:hover .member-info {
  background: #f0a441;
  color: #fff;
}
.noo-member.style1:hover .member-info .team-social a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.noo-member.style1:hover .member-info .team-social a:nth-child(1) {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(1) i {
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(2) {
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(2) i {
  -webkit-transition: all 0.6s ease 0.7s;
  transition: all 0.6s ease 0.7s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(3) {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(3) i {
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(4) {
  -webkit-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
.noo-member.style1:hover .member-info .team-social a:nth-child(4) i {
  -webkit-transition: all 0.6s ease 1.3s;
  transition: all 0.6s ease 1.3s;
}
.noo-member.style1:hover .member-info .team-social a i {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-member.style1:hover .member-info .position,
.noo-member.style1:hover .member-info .member-description {
  color: #fff;
}
.noo-member.style2 {
  margin-bottom: 30px;
  position: relative;
  display: inline-table;
}
.noo-member.style2 .member-info {
  position: relative;
}
.noo-member.style2 .member-info .team-social {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: absolute;
  display: block;
  width: 100%;
  top: -60px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 20px 0 15px 0px;
}
.noo-member.style2 .member-info .team-social a {
  padding: 0 10px;
}
.noo-member.style2 .member-info .team-meta {
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  color: #000;
}
.noo-member.style2 .member-info .position {
  font-size: 16px;
  color: #000;
  margin: 0;
}
.noo-member.style2 .member-info .member-description {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.noo-member.style2:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.noo-member.style2:hover .team-social {
  top: -79px;
  opacity: 0.9;
  visibility: visible;
}
.noo-member.style3 {
  position: relative;
  display: inline-table;
  padding-bottom: 34px;
}
.noo-member.style3 .member-info {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
}
.noo-member.style3 .member-info .member-info-inner {
  background-color: #fff;
  position: absolute;
  display: table;
  width: 100%;
  bottom: 2%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-member.style3 .member-info .team-meta {
  padding: 12px 0 5px 0;
  margin: 0;
  font-size: 18px;
  color: #f0a441;
}
.noo-member.style3 .member-info .position {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-bottom: 20px;
}
.noo-member.style3 .member-info .team-social {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  height: 0px;
  overflow: hidden;
}
.noo-member.style3 .member-info .team-social a {
  font-size: 16px;
  padding: 0 10px;
}
.noo-member.style3:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.noo-member.style3:hover .member-info-inner {
  padding-bottom: 30px;
}
.noo-member.style3:hover .member-info-inner .team-social {
  visibility: visible;
  opacity: 1;
}
.noo-member.style3:hover .team-social {
  height: 25px;
}
.noo-member.style4 {
  position: relative;
  padding-bottom: 30px;
  display: inline-table;
}
.noo-member.style4 .member-info {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
}
.noo-member.style4 .member-info .member-info-inner {
  background-color: #1b1b1b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  display: table;
  width: 100%;
  bottom: 2%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.noo-member.style4 .member-info .team-meta {
  padding: 12px 0 5px 0;
  margin: 0;
  font-size: 18px;
  color: #f0a441;
}
.noo-member.style4 .member-info .position {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
}
.noo-member.style4 .member-info .team-social {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  height: 0px;
  overflow: hidden;
}
.noo-member.style4 .member-info .team-social a {
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
}
.noo-member.style4 .member-info .team-social a:hover {
  color: #f0a441;
}
.noo-member.style4:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.noo-member.style4:hover .member-info-inner {
  padding-bottom: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-member.style4:hover .member-info-inner .team-social {
  visibility: visible;
  opacity: 1;
}
.noo-member.style4:hover .team-social {
  height: 25px;
}
.vc_btn3-container.btn-read-more .vc_btn3 {
  border-radius: 30px;
  padding: 12px 40px;
  background-image: none;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 30px 0 100px 0px;
}
@media screen and (min-width: 320px) {
  .vc_btn3-container.btn-read-more .vc_btn3 {
    margin: 0px 0 40px;
  }
}
@media screen and (min-width: 480px) {
  .vc_btn3-container.btn-read-more .vc_btn3 {
    margin: 30px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .vc_btn3-container.btn-read-more .vc_btn3 {
    margin: 0px 0px 60px ;
  }
}
@media screen and (min-width: 992px) {
  .vc_btn3-container.btn-read-more .vc_btn3 {
    margin: 30px 0 100px 0px;
  }
}
.vc_btn3-container.btn-read-more .vc_btn3:hover {
  background-color: #2f4d59 !important;
}
@media screen and (min-width: 320px) {
  .vc_btn3-container.btn-read-more.btn-team-member .vc_btn3 {
    margin: 0px 0 40px;
  }
}
@media screen and (min-width: 480px) {
  .vc_btn3-container.btn-read-more.btn-team-member .vc_btn3 {
    margin: 0px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .vc_btn3-container.btn-read-more.btn-team-member .vc_btn3 {
    margin: 0px 0px 60px ;
  }
}
@media screen and (min-width: 992px) {
  .vc_btn3-container.btn-read-more.btn-team-member .vc_btn3 {
    margin: 30px 0 100px 0px;
  }
}
.ivent-speaker-title {
  font-size: 172px;
  color: #efefef;
  text-align: left;
  line-height: 172px;
  margin: 0;
  position: absolute;
  top: -20px;
  left: -10%;
  font-weight: normal;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .ivent-speaker-title {
    font-size: 80px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 480px) {
  .ivent-speaker-title {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .ivent-speaker-title {
    left: 0%;
    font-size: 100px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (min-width: 1200px) {
  .ivent-speaker-title {
    font-size: 152px;
  }
}
@media screen and (min-width: 1400px) {
  .ivent-speaker-title {
    left: -10%;
    font-size: 172px;
  }
}
.ivent-speaker-content {
  padding-top: 60px;
}
.ivent-speaker-content .ivent-speaker-sub-title {
  margin: 0 0 10px 0;
}
.ivent-speaker-content .ivent-speaker-desc {
  margin-bottom: 30px !important;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.ivent-speaker-content .btn-ivent {
  margin-bottom: 40px;
}
.ivent-speaker-content .btn-ivent .vc_btn3 {
  padding: 12px 40px;
  border-radius: 30px !important;
  border: 1px solid #000 !important;
  background: none !important;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-size: 16px;
}
.ivent-speaker-content .btn-ivent .vc_btn3:hover {
  background-color: #2f4d59 !important;
  border: 1px solid #2f4d59 !important;
  color: #fff !important;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #f0a441;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #f0a441;
}
.type-tribe_events {
  background: #fff;
}
.tribe-bar-geoloc-filter,
.tribe-events-uses-geolocation .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-search-filter,
.tribe-events-uses-geolocation .tribe-bar-submit {
  padding: 40px 15px;
}
@media (max-width: 1041px) {
  .tribe-bar-geoloc-filter,
  .tribe-events-uses-geolocation .tribe-bar-date-filter,
  .tribe-events-uses-geolocation .tribe-bar-search-filter,
  .tribe-events-uses-geolocation .tribe-bar-submit {
    padding: 10px 15px;
  }
}
.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
  padding: 10px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit]:active:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:active,
#tribe-bar-form .tribe-bar-submit input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#tribe-bar-form .tribe-bar-submit input[type=submit].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit]:active,
#tribe-bar-form .tribe-bar-submit input[type=submit].active,
.open > .dropdown-toggle#tribe-bar-form .tribe-bar-submit input[type=submit] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit]:active:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:active,
#tribe-bar-form .tribe-bar-submit input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#tribe-bar-form .tribe-bar-submit input[type=submit].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit]:active,
#tribe-bar-form .tribe-bar-submit input[type=submit].active,
.open > .dropdown-toggle#tribe-bar-form .tribe-bar-submit input[type=submit] {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 14px;
  margin-top: 0;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active:focus,
#tribe-events .tribe-events-button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#tribe-events .tribe-events-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active,
.open > .dropdown-toggle#tribe-events .tribe-events-button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active:focus,
#tribe-events .tribe-events-button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#tribe-events .tribe-events-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active,
.open > .dropdown-toggle#tribe-events .tribe-events-button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus {
  outline: 0;
  background: #2f4d59;
}
.noo-tribe-events {
  padding-bottom: 100px;
  padding-top: 100px;
}
.events-list .tribe-events-loop,
.single-tribe_venue .tribe-events-loop {
  max-width: 100%;
}
.tribe-events-list .type-tribe_events:hover .noo-tribe-events-event-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tribe-events-list .type-tribe_events:hover .noo-tribe-events-event-image .tribe-events-event-image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.tribe-events-list .type-tribe_events {
  padding: 0;
  margin-bottom: 50px;
}
.tribe-events-list .noo-tribe-events-event-image {
  position: relative;
  overflow: hidden;
}
.tribe-events-list .noo-tribe-events-event-image:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tribe-events-list .noo-tribe-events-event-image .tribe-events-event-cost {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  font-size: 18px;
  background: #f0a441;
  width: 180px;
  height: 180px;
  top: -90px;
  right: -90px;
  z-index: 1;
}
.tribe-events-list .noo-tribe-events-event-image .tribe-events-event-cost span {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 137px 30px 0;
}
.tribe-events-list .noo-tribe-events-event-image .time-details {
  position: absolute;
  background: #f0a441;
  padding: 15px;
  left: 30px;
  top: 30px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 1;
}
.tribe-events-list .noo-tribe-events-event-image .tribe-events-event-image {
  width: 100%;
  float: none;
}
.tribe-events-list .noo-tribe-events-event-image .tribe-events-event-image img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 768px) {
  .tribe-events-list .noo-tribe-events-event-image .tribe-events-event-image img {
    width: 100%;
  }
}
.tribe-events-list .noo-tribe-events-header {
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 30px 15px;
  text-align: left;
}
.tribe-events-list .noo-tribe-events-header h2.entry-title {
  font-size: 1.875em;
  display: block;
}
.tribe-events-list .noo-tribe-events-header h2.entry-title a {
  color: #2f4d59 !important;
}
.tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard {
  margin-top: 7px;
  font-style: normal;
  font-size: 16px;
  color: #374243;
}
.tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard a {
  color: #374243;
}
.tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard a:hover {
  color: #f0a441;
}
.tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard .tribe-events-venue-details {
  font-style: normal;
}
.tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard .tribe-events-venue-details i {
  font-size: 24px;
  color: #f0a441;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard {
    border: none;
    background: none;
  }
  .tribe-events-list .noo-tribe-events-header .tribe-events-event-meta.vcard .tribe-events-venue-details {
    border-top: none;
    margin-top: 0;
    padding: 0;
  }
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #fff;
  padding: 0;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
  padding: 0 30px 50px;
  text-align: left;
}
.tribe-events-list .tribe-events-loop .tribe-events-content p {
  color: rgba(47, 77, 89, 0.5);
}
.tribe-events-list .tribe-events-read-more {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 35px;
  line-height: 1.75;
}
.tribe-events-list .tribe-events-event-details .tribe-events-event-meta i {
  font-size: 24px;
  color: #f0a441;
  padding-right: 10px;
}
.tribe-events-list .tribe-events-event-details .tribe-events-content {
  color: rgba(47, 77, 89, 0.5);
}
#tribe-bar-form {
  background: #fff;
}
#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.noo-sidebar.sidebar-event .widget {
  padding: 20px;
}
.noo-sidebar.sidebar-event .widget .widget-title:after {
  left: -15px;
  right: -15px;
}
.noo-sidebar.sidebar-event .hentry {
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
.noo-sidebar.sidebar-event .tribe-mini-calendar-event .list-date {
  background: #f0a441;
}
.noo-sidebar .widget_categories ul li,
.noo-sidebar .widget_event_categories ul li {
  border-bottom: 1px dotted #ededed;
}
.noo-sidebar .widget_categories ul li:last-child,
.noo-sidebar .widget_event_categories ul li:last-child {
  border-bottom: 0;
}
.tribe-mini-calendar-event {
  border-color: #ededed;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-top: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a:active:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:active,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tribe-events-adv-list-widget .tribe-events-widget-link a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a:active,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active,
.open > .dropdown-toggle.tribe-events-adv-list-widget .tribe-events-widget-link a {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a:active:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:active,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tribe-events-adv-list-widget .tribe-events-widget-link a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus,
.tribe-events-adv-list-widget .tribe-events-widget-link a:active,
.tribe-events-adv-list-widget .tribe-events-widget-link a.active,
.open > .dropdown-toggle.tribe-events-adv-list-widget .tribe-events-widget-link a {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-mini-calendar .tribe-mini-calendar-nav {
  background: none;
  border: 0;
}
.tribe-mini-calendar .tribe-mini-calendar-nav td {
  background: none;
  border: 0;
  color: #000;
  padding: 10px 0;
}
.tribe-mini-calendar .tribe-mini-calendar-nav td a,
.tribe-mini-calendar .tribe-mini-calendar-nav td span {
  color: #000;
}
.tribe-mini-calendar thead {
  background: #f6f6f6;
}
.tribe-mini-calendar th {
  background: none;
  border: 0;
  padding: 10px 0;
  color: #000;
}
.tribe-mini-calendar td.tribe-events-has-events {
  background: #f6f6f6;
}
.tribe-mini-calendar td.tribe-events-has-events a {
  color: #000;
  font-weight: 400;
}
.tribe-mini-calendar td.tribe-events-has-events div[id*='daynum-'] a:before {
  display: none;
}
#tribe-events-photo-events {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
  width: 50%;
  background: transparent;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
  position: relative !important;
  float: left;
}
#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  background: #fff;
}
#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    width: 100%;
  }
}
#tribe-events-photo-events .noo-tribe-events-event-image .time-details {
  left: 30px;
  top: 30px;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 768px) {
  #tribe-events-photo-events .noo-tribe-events-event-image .time-details {
    padding: 15px;
  }
}
#tribe-events-photo-events .tribe-events-event-details {
  padding: 30px 30px 50px;
  text-align: left;
}
#tribe-events-photo-events .tribe-events-event-details h2.tribe-events-list-event-title {
  font-size: 1.5em;
  line-height: 1.3;
}
#tribe-events-photo-events .tribe-events-event-details .tribe-events-event-meta {
  font-size: 16px;
  color: #374243;
  margin: 10px 0 15px;
}
#tribe-events-photo-events .tribe-events-event-details .tribe-events-event-meta .tribe-events-venue-details {
  line-height: 1.5;
}
@media (max-width: 768px) {
  #tribe-events-photo-events .tribe-events-event-details .tribe-events-event-meta .tribe-events-venue-details {
    border-top: none;
    margin-top: 0;
    padding: 0;
  }
}
#tribe-events-photo-events .tribe-events-event-details .tribe-events-content {
  padding: 0;
}
@media (max-width: 768px) {
  #tribe-events-photo-events .tribe-events-event-details .tribe-events-content {
    padding: 0 !important;
  }
}
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}
#tribe-geo-options h2,
#tribe-geo-results h2 {
  font-size: 1.5em;
  margin: 0;
  line-height: 1.3;
}
#tribe-events-content.tribe-events-month .hentry {
  background: none;
  text-align: left;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
  padding: 20px 0;
  background: #E0E0E0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #2f4d59;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar td {
  background: #fff;
  border-color: #eee;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar td .type-tribe_events {
  padding: 10px 0;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*=tribe-events-daynum-],
#tribe-events-content.tribe-events-month .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
  background-color: #eee;
  color: #2f4d59;
}
#tribe-events-content.tribe-events-month .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  font-weight: 400;
  line-height: 22px;
}
#tribe-events-content .tribe-events-tooltip h4 {
  color: #2f4d59;
}
#tribe-events-content .tribe-events-tooltip .updated {
  display: inline-block;
}
#tribe-events-content .tribe-events-tooltip .duration {
  font-weight: 400;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb {
  max-width: 150px;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%;
}
.noo-tribe-events #tribe-events-footer {
  margin: 50px 0;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  text-transform: uppercase;
}
#tribe-events-footer,
#tribe-events-header {
  margin-bottom: 0;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}
.tribe-bar-disabled {
  display: none;
}
@media (max-width: 767px) {
  .tribe-events-sub-nav li a {
    color: #000;
    background: none;
  }
}
.tribe-events-week-grid .tribe-grid-allday .tribe-events-week-allday-single {
  background: transparent;
  border: 0;
}
.tribe-events-week-grid .type-tribe_events a {
  color: #2f4d59;
}
.tribe-events-week-grid .tribe-grid-header {
  background: #E0E0E0;
  border-color: #d2d2d2;
  color: #2f4d59;
}
.tribe-events-week-grid .tribe-grid-header .column span {
  color: #2f4d59;
}
.tribe-events-week-grid .tribe-grid-header .tribe-week-today span {
  color: #fff;
}
.tribe-events-week-grid .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
  border-left-color: #d2d2d2;
}
.noo-tribe-date {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.noo-tribe-date i {
  padding-right: 10px;
  color: #f0a441;
}
.tribe-events-cost {
  padding-left: 10px;
}
.tribe-events-cost i {
  font-size: 16px;
  color: #f0a441;
  padding-right: 10px;
}
.single-tribe_events #tribe-events-content {
  background: #fff;
  padding: 30px;
}
.single-tribe_events #tribe-events-content .tribe-events-single-event-description h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.single-tribe_events div.tribe-events-event-meta {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  float: none;
  background: #fff;
  padding: 0;
  margin: 0 0 30px;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1.5em;
  line-height: 24px;
  padding: 16px 0 16px 30px;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group dl {
  padding: 30px;
  font-size: 15px;
  line-height: 24px;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group dl abbr[title],
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group dl abbr[data-original-title] {
  border: 0;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group dl dd {
  margin-bottom: 15px;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-meta-group-venue {
  margin: 0;
}
.single-tribe_events div.tribe-events-event-meta .tribe-events-venue-map {
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  border: 3px solid #fff;
}
.tribe-events-metabox .schedule-header {
  background: #fff;
  list-style: none;
  padding: 30px 30px 0 30px;
  margin: 0;
}
.tribe-events-metabox .schedule-header:before,
.tribe-events-metabox .schedule-header:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .schedule-header:after {
  clear: both;
}
.tribe-events-metabox .schedule-header:before,
.tribe-events-metabox .schedule-header:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .schedule-header:after {
  clear: both;
}
.tribe-events-metabox .schedule-header li {
  float: left;
}
.tribe-events-metabox .schedule-header li a {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  color: rgba(47, 77, 89, 0.25);
  padding: 0 0 21px;
  margin: 0 52px -1px 0;
}
.tribe-events-metabox .schedule-header li a.active,
.tribe-events-metabox .schedule-header li a:hover {
  color: #2f4d59;
  border-bottom: 2px solid #f0a441;
}
.tribe-events-metabox .schedule-content {
  margin-top: 10px;
  background-color: #fff;
}
.tribe-events-metabox .shedule_date {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.tribe-events-metabox .shedule_date:before,
.tribe-events-metabox .shedule_date:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .shedule_date:after {
  clear: both;
}
.tribe-events-metabox .shedule_date:before,
.tribe-events-metabox .shedule_date:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .shedule_date:after {
  clear: both;
}
.tribe-events-metabox .shedule_date li {
  float: left;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  width: 25%;
}
.tribe-events-metabox .shedule_date li.active .date-item,
.tribe-events-metabox .shedule_date li:hover .date-item {
  background: #f0a441;
  color: #fff;
}
.tribe-events-metabox .shedule_date li.active .date-item strong,
.tribe-events-metabox .shedule_date li:hover .date-item strong {
  color: #374243;
}
.tribe-events-metabox .shedule_date li.active .date-item:before,
.tribe-events-metabox .shedule_date li:hover .date-item:before {
  border-top: 10px solid #f0a441;
}
.tribe-events-metabox .shedule_date li .date-item {
  display: block;
  background: #374243;
  text-align: center;
  color: #f0a441;
  padding: 25px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}
.tribe-events-metabox .shedule_date li .date-item:before {
  content: '';
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tribe-events-metabox .shedule_date li .date-item strong {
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  padding-top: 3px;
}
@media (max-width: 991px) {
  .tribe-events-metabox .shedule_date li {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .tribe-events-metabox .shedule_date li:first-child {
    margin-left: inherit;
  }
  .tribe-events-metabox .shedule_date li .day-item {
    left: 0;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .tribe-events-metabox li {
    width: 100%;
    float: none;
  }
}
.tribe-events-metabox .schedule-tab {
  display: none;
}
.tribe-events-metabox .schedule-tab.active {
  display: block;
}
.tribe-events-metabox .schedule .shedule-date-content {
  padding: 15px 30px 40px;
  margin-bottom: 20px;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item {
  display: none;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item.eff {
  display: block;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li {
  padding-bottom: 30px;
  position: relative;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:before,
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:after {
  clear: both;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:before,
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:after {
  content: " ";
  display: table;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:after {
  clear: both;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:before {
  position: absolute;
  left: 45px;
  top: 0;
  content: '';
  background: #f6f6f6;
  width: 5px;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:before {
    display: none;
  }
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:first-child {
  margin-top: 30px;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li:last-child:before {
  display: none;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .avatar {
  float: left;
  position: relative;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .avatar img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #f0a441;
}
@media (max-width: 767px) {
  .tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .avatar {
    width: 100%;
    float: none;
    display: none;
  }
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds {
  padding: 20px;
  margin-left: 130px;
  background: #f6f6f6;
  position: relative;
}
@media (max-width: 991px) {
  .tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds {
    margin-left: 0;
  }
  .tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds:before {
    display: none;
  }
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds:before {
  content: '';
  top: 30px;
  left: -15px;
  position: absolute;
  border-top: 15px solid #f6f6f6;
  border-left: 15px solid transparent;
}
@media (max-width: 767px) {
  .tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds {
    padding: 20px;
  }
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds h6 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px 0;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds .meta {
  margin-bottom: 20px;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds .meta i {
  color: #f0a441;
  padding-right: 10px;
  font-size: 24px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds .meta .time {
  padding-right: 20px;
}
.tribe-events-metabox .schedule .shedule-date-content .speaker_item ul li .speaker_ds .ds {
  color: rgba(47, 77, 89, 0.5);
  padding-bottom: 10px;
}
.tribe-events-metabox .comments-schedule {
  padding: 0 30px;
}
.tribe-events-metabox .speaker {
  padding: 0px 30px 30px;
}
.tribe-events-metabox .speaker .speaker-excerpt {
  margin-top: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.tribe-events-metabox .speaker .speaker-excerpt:hover .desc {
  bottom: 0;
}
.tribe-events-metabox .speaker .speaker-excerpt:hover .desc p {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tribe-events-metabox .speaker .speaker-excerpt:hover .name {
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
.tribe-events-metabox .speaker .speaker-excerpt .name {
  padding: 20px 30px;
  background: #f6f6f6;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tribe-events-metabox .speaker .speaker-excerpt .name strong {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
}
.tribe-events-metabox .speaker .speaker-excerpt .name span {
  color: #f0a441;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.tribe-events-metabox .speaker .speaker-excerpt .desc {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 25px;
  background: #f0a441;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tribe-events-metabox .speaker .speaker-excerpt .desc p {
  font-size: 14px;
}
.tribe-events-metabox .speaker .speaker-excerpt .desc .socials {
  margin-top: 20px;
}
.tribe-events-metabox .speaker .speaker-excerpt .desc .socials a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 40px;
}
.tribe-events-metabox .speaker .speaker-excerpt .desc .socials a:hover {
  background: #fff;
  color: #f0a441;
}
@media (max-width: 991px) {
  .tribe-events-metabox .speaker .speaker-excerpt img {
    width: 100%;
  }
}
.tribe-events-metabox .comments-schedule #respond-wrap {
  padding: 0 0 20px 0;
}
.tribe-events-metabox .comments-schedule #respond-wrap .comment-reply-title {
  margin-bottom: 40px;
  margin-top: 30px;
}
.tribe-events-metabox .comments-schedule .comments-list {
  border-top: 0;
  padding: 5px 0 0 0;
}
.tribe-events-metabox .comments-schedule h2.comments-title {
  display: none;
}
.tribe-events-metabox .comments-schedule .comment-pending {
  background: #f0a441;
  color: #fff;
}
.tribe-events-tickets .tribe-events-tickets-content:before,
.tribe-events-tickets .tribe-events-tickets-content:after {
  content: " ";
  display: table;
}
.tribe-events-tickets .tribe-events-tickets-content:after {
  clear: both;
}
.tribe-events-tickets .tribe-events-tickets-content:before,
.tribe-events-tickets .tribe-events-tickets-content:after {
  content: " ";
  display: table;
}
.tribe-events-tickets .tribe-events-tickets-content:after {
  clear: both;
}
.tribe-events-tickets .tribe-events-tickets-content ul {
  float: left;
  width: 33.333%;
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  background: #efefef;
  position: relative;
}
@media (max-width: 767px) {
  .tribe-events-tickets .tribe-events-tickets-content ul {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tribe-events-tickets .tribe-events-tickets-content ul {
    width: 100%;
    max-width: 320px;
    margin-bottom: 60px;
  }
}
.tribe-events-tickets .tribe-events-tickets-content ul:after {
  width: 100%;
  height: 45px;
  background: #efefef;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  left: 0;
  bottom: -20px;
  position: absolute;
  content: '';
}
.tribe-events-tickets .tribe-events-tickets-content ul.odd {
  background: #f6f6f6;
}
.tribe-events-tickets .tribe-events-tickets-content ul.odd:after {
  background: #f6f6f6;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
}
.tribe-events-tickets .tribe-events-tickets-content ul.odd .tickets_name {
  background: #374243;
}
.tribe-events-tickets .tribe-events-tickets-content ul.odd .tickets_name:after {
  background: #374243;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_name {
  background: #333e3f;
  padding: 30px;
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
  color: #f0a441;
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 40px;
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_name:after {
  width: 100%;
  height: 40px;
  background: #333e3f;
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
  left: 0;
  bottom: -20px;
  position: absolute;
  content: '';
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_name .tickets_price {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  margin-top: 45px;
}
.tribe-events-tickets .tribe-events-tickets-content ul .woocommerce .quantity .qty {
  width: 77%;
  text-align: center;
  margin: 0 auto 63px;
  background: #efefef;
  border: 1px solid #dcdcdc;
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_description {
  padding: 15px 30px;
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_description span {
  display: block;
  padding: 15px 0;
  font-size: 14px;
}
.tribe-events-tickets .tribe-events-tickets-content ul .tickets_description span i {
  font-size: 18px;
  padding-right: 10px;
}
.tribe-events-tickets .woocommerce button.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  font-family: 'Source Sans Pro', sans-serif;
  background: #374243;
  padding: 0.5em 3em;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
  padding: 9px 25px;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 40px;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-tickets .woocommerce button.button:focus,
.tribe-events-tickets .woocommerce button.button:active:focus,
.tribe-events-tickets .woocommerce button.button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:active,
.tribe-events-tickets .woocommerce button.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tribe-events-tickets .woocommerce button.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus,
.tribe-events-tickets .woocommerce button.button:active,
.tribe-events-tickets .woocommerce button.button.active,
.open > .dropdown-toggle.tribe-events-tickets .woocommerce button.button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-tickets .woocommerce button.button:focus,
.tribe-events-tickets .woocommerce button.button:active:focus,
.tribe-events-tickets .woocommerce button.button.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  background: #f0a441;
  color: #fff;
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:active,
.tribe-events-tickets .woocommerce button.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tribe-events-tickets .woocommerce button.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus,
.tribe-events-tickets .woocommerce button.button:active,
.tribe-events-tickets .woocommerce button.button.active,
.open > .dropdown-toggle.tribe-events-tickets .woocommerce button.button {
  color: #fff;
  background-color: #f0a441;
  border-color: #f0a441;
}
.tribe-events-tickets .woocommerce button.button:hover,
.tribe-events-tickets .woocommerce button.button:focus {
  outline: 0;
  background: #2f4d59;
}
.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
  padding: 0;
}
h3.tribe-events-related-events-title {
  font-size: 1.5em;
  line-height: 24px;
  padding: 16px 0 16px 30px;
  margin: 30px 0 0 0;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  background: #fff;
}
.tribe-related-events {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 30px 30px 30px;
}
.tribe-related-events li {
  margin-top: 30px;
}
.tribe-related-events .tribe-related-events-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.tribe-related-events span {
  font-size: 14px;
  line-height: 20px;
}
.noo_search {
  margin-top: -122px;
  background: rgba(46, 53, 54, 0.75);
}
@media (max-width: 991px) {
  .noo_search {
    margin-top: 0;
    background: #2E3536;
  }
}
.search-container {
  color: #fff;
  padding: 35px 0;
  display: table;
  width: 100%;
}
.search-container:before,
.search-container:after {
  content: " ";
  display: table;
}
.search-container:after {
  clear: both;
}
.search-container:before,
.search-container:after {
  content: " ";
  display: table;
}
.search-container:after {
  clear: both;
}
.search-container .text {
  width: 18%;
  display: table-cell;
  vertical-align: middle;
}
.search-container .text p {
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
  word-spacing: 2px;
}
@media (max-width: 1199px) {
  .search-container .text p {
    font-size: 16px;
  }
}
.search-container .form-search {
  width: 82%;
  padding-left: 60px;
  display: table-cell;
  vertical-align: middle;
}
.search-container .form-search:before,
.search-container .form-search:after {
  content: " ";
  display: table;
}
.search-container .form-search:after {
  clear: both;
}
.search-container .form-search:before,
.search-container .form-search:after {
  content: " ";
  display: table;
}
.search-container .form-search:after {
  clear: both;
}
.search-container .form-search .nootribe-search-item {
  width: 20%;
  float: left;
  padding: 0 10px;
  position: relative;
}
.search-container .form-search .nootribe-search-item:before {
  content: '>';
  font: 14px "Consolas", monospace;
  color: #f1e5e5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 35px;
  top: 14px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.search-container .form-search .nootribe-search-item:last-child:before {
  content: none;
}
.search-container .form-search .nootribe-search-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #495253;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer;
  width: 100%;
  height: 45px;
  background: rgba(46, 53, 54, 0.75);
  outline: none;
}
.search-container .form-search .nootribe-search-item select::-ms-expand {
  display: none;
}
@media (max-width: 991px) {
  .search-container .form-search .nootribe-search-item {
    width: 100%;
  }
  .search-container .form-search .nootribe-search-item:before {
    top: 10px;
  }
  .search-container .form-search .nootribe-search-item select {
    height: 35px;
    margin-bottom: 10px;
  }
}
.search-container .noo-tribe-quicksearch {
  display: inline-block;
  background: #f0a441;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.search-container .noo-tribe-quicksearch.eff:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/ajax-loader.gif");
  background-position: center center;
  background-color: #f0a441;
  background-repeat: no-repeat;
  content: '';
  width: 100%;
  height: 100%;
}
.noo-return-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 199%;
  display: none;
  z-index: 9999;
}
.noo-return-search.eff {
  display: block;
}
.noo-return-search.eff .remove {
  display: block;
}
.noo-return-search .remove {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 199%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.noo-return-search .noo-search-content {
  position: fixed;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.noo-return-search .noo-search-content .tribe-fullcontent {
  background: #fff;
  padding: 30px;
  width: 770px;
  height: auto;
  position: relative;
}
.noo-return-search .noo-search-content .tribe-fullcontent.fixheight {
  height: 600px;
  overflow-y: scroll;
}
.noo-ajax-listevent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.noo-ajax-listevent li {
  margin: 20px 0 0 0;
}
.noo-ajax-listevent li:before,
.noo-ajax-listevent li:after {
  content: " ";
  display: table;
}
.noo-ajax-listevent li:after {
  clear: both;
}
.noo-ajax-listevent li:before,
.noo-ajax-listevent li:after {
  content: " ";
  display: table;
}
.noo-ajax-listevent li:after {
  clear: both;
}
.noo-ajax-listevent li:first-child {
  margin-top: 0;
}
.noo-ajax-listevent li img {
  width: 200px;
  float: left;
}
.noo-ajax-listevent li .list-tribe-content {
  padding-left: 220px;
}
.noo-ajax-listevent li .list-tribe-content a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
}
.noo-ajax-listevent li .list-tribe-content .sc-date,
.noo-ajax-listevent li .list-tribe-content .sc-address {
  display: block;
}
.noo-ajax-listevent li .list-tribe-content .sc-date i,
.noo-ajax-listevent li .list-tribe-content .sc-address i {
  font-size: 16px;
  color: #f0a441;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-loop .tribe-events-content {
    padding: 0 30px 50px;
  }
}
.tribe_community_edit #tribe-community-events,
.tribe_community_list #tribe-community-events {
  font-family: inherit;
}
.tribe_community_edit #tribe-community-events .my-events,
.tribe_community_list #tribe-community-events .my-events {
  width: 100%;
}
.tribe_community_edit #tribe-community-events .my-events thead,
.tribe_community_list #tribe-community-events .my-events thead {
  background: #eee;
  height: 70px;
}
.tribe_community_edit #tribe-community-events .my-events thead th,
.tribe_community_list #tribe-community-events .my-events thead th {
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 0;
  color: #000000;
}
.tribe_community_edit #tribe-community-events .my-events thead th:first-child,
.tribe_community_list #tribe-community-events .my-events thead th:first-child {
  padding-left: 20px;
}
.tribe_community_edit #tribe-community-events .my-events td,
.tribe_community_list #tribe-community-events .my-events td,
.tribe_community_edit #tribe-community-events .my-events th,
.tribe_community_list #tribe-community-events .my-events th {
  display: table-cell;
  border-width: 0 0 1px 0;
  border-color: #F5F5F5;
  border-style: solid;
  padding: 25px 0;
}
.tribe_community_edit #tribe-community-events .icon,
.tribe_community_list #tribe-community-events .icon {
  margin: 2px 2px 2px 22px;
}
.tribe_community_edit #tribe-community-events .button,
.tribe_community_list #tribe-community-events .button {
  text-transform: uppercase;
  background-color: #f0a441;
}
.tribe_community_edit #tribe-community-events .button:focus,
.tribe_community_list #tribe-community-events .button:focus,
.tribe_community_edit #tribe-community-events .button:hover,
.tribe_community_list #tribe-community-events .button:hover {
  background-color: #2f4d59;
  outline: 0;
  color: #fff;
}
.tribe_community_edit #tribe-community-events #not-user,
.tribe_community_list #tribe-community-events #not-user {
  margin-top: 12px;
}
.tribe_community_edit #tribe-community-events .table-menu-wrapper,
.tribe_community_list #tribe-community-events .table-menu-wrapper {
  float: left;
}
.tribe_community_edit #tribe-community-events .table-menu ul,
.tribe_community_list #tribe-community-events .table-menu ul {
  padding: 14px;
}
.tribe_community_edit #tribe-community-events .table-menu ul li input[type="radio"],
.tribe_community_list #tribe-community-events .table-menu ul li input[type="radio"],
.tribe_community_edit #tribe-community-events .table-menu ul li input[type="checkbox"],
.tribe_community_list #tribe-community-events .table-menu ul li input[type="checkbox"] {
  margin-right: 5px;
}
.tribe_community_edit #tribe-community-events .my-events-display-options,
.tribe_community_list #tribe-community-events .my-events-display-options {
  text-align: left;
  font-size: 18px;
  padding: 15px 5px 18px;
}
.tribe_community_edit #tribe-community-events .eventForm .chosen-container,
.tribe_community_list #tribe-community-events .eventForm .chosen-container,
.tribe_community_edit #tribe-community-events .eventForm select,
.tribe_community_list #tribe-community-events .eventForm select,
.tribe_community_edit #tribe-community-events .eventForm input,
.tribe_community_list #tribe-community-events .eventForm input {
  margin-bottom: 10px;
}
.tribe_community_edit #tribe-community-events .eventForm select,
.tribe_community_list #tribe-community-events .eventForm select {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  outline: 0;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  padding: 2px;
  line-height: 28px;
  height: 28px;
}
.tribe_community_edit #tribe-community-events .eventForm td,
.tribe_community_list #tribe-community-events .eventForm td {
  font-size: 16px;
  padding: 0;
}
.tribe_community_edit #tribe-community-events .eventForm .tribe-community-event-info,
.tribe_community_list #tribe-community-events .eventForm .tribe-community-event-info {
  margin: 0;
}
.tribe_community_edit #tribe-community-events .events-community-post-title input,
.tribe_community_list #tribe-community-events .events-community-post-title input,
.tribe_community_edit #tribe-community-events .events-community-post-content textarea,
.tribe_community_list #tribe-community-events .events-community-post-content textarea {
  width: 100%;
  margin-top: 10px;
}
.tribe_community_edit #tribe-community-events #event-categories ul,
.tribe_community_list #tribe-community-events #event-categories ul {
  padding: 0;
  width: 100%;
}
#all_shedule .row-shedule {
  border-bottom: 1px solid #d0d0d0;
}
#all_shedule .row-shedule:last-child {
  border-bottom: 0;
}
#all_shedule .row-shedule th {
  font-weight: 400;
  padding-bottom: 10px;
}
#all_shedule .row-shedule:first-child > td {
  padding-top: 0;
}
#loginform .button-primary {
  background: #f0a441;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#loginform .button-primary:hover {
  background: #2f4d59;
}
.new-organizer tr:last-child td {
  margin-bottom: 30px;
}
#all_shedule .row-shedule > td {
  padding: 20px 10px 15px 7% !important;
  position: relative;
}
.add-speaker-item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
  background-color: #0091cd;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}
.remove-speaker-item {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  background-color: #a00;
  color: #fff;
  font-size: 23px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.row-shedule-item tbody .speaker-item:last-child .add-speaker-item {
  display: inline-block;
}
.row-shedule-item {
  width: 100%;
}
.remove-row-shedule {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 35px;
  width: 25px;
  height: 25px;
  color: #4E4E4E;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.noo-event-new {
  margin-top: 20px;
  cursor: pointer;
}
#all_shedule .row-shedule-item td,
#all_shedule .row-shedule-item th {
  padding-left: 0 !important;
}
.noolabel-date {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}
.noolabel-date input {
  width: 250px;
  display: inline-block;
}
.noolabel-date strong {
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  text-transform: uppercase;
}
.noo-form-group > label[for='_noo_wp_event_shedule'] {
  margin-bottom: 10px;
}
.ui-sortable-handle {
  cursor: col-resize;
}
.tribe_community_edit #tribe-community-events .eventForm select.noo_attrs_shedule {
  height: 40px;
  min-width: 200px;
  font-size: 14px;
}
.sort .dashicons-grid-view:before {
  font-size: 21px;
  margin-top: 4px;
  color: #C1C1C1;
}
.noo_comunity_metabox {
  border: 1px solid #dfdfdf;
  padding: 10px;
  background: #fff;
}
.bubble {
  background: #fff;
}
.events-community-post-content textarea[name='tcepostcontent'] {
  min-height: 200px;
}
#tribe-community-events .eventForm {
  padding: 20px;
}
#tribe-community-events .eventForm .post-speaker-title {
  width: 90%;
}
#tribe-community-events .eventForm .post-speaker-ds {
  width: 90%;
}
.th-sort {
  width: 5%;
}
.noo-th-speaker {
  width: 15%;
}
th.noo-th-speaker-title {
  width: 15%;
}
th.noo-th-speaker-ds {
  width: 15%;
}
.noo-th-time {
  width: 10%;
}
.noo-th-action {
  width: 10%;
}
.speaker-start-time,
.speaker-end-time {
  width: 100px !important;
}
.noo_comunity_metabox h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px;
}
#tribe-community-events .eventForm {
  padding-bottom: 30px;
}
#tribe-community-events .button {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
}
#tribe-community-events .tribe-events-community-footer .button {
  padding: 12px 33px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
#tribe-community-events #event-categories ul.tribe-categories-with-children > li > label {
  background: none !important;
}
#event_image_uploader tr:last-child td {
  display: block;
  width: 100%;
}
#event_image_uploader tr:last-child td label[for='EventImage'] {
  margin-bottom: 10px;
}
#event_image_uploader tr:last-child td .tribe-community-events-preview-image a {
  padding-top: 10px;
}
#event_website > table > tbody > tr > td:first-child {
  width: 50px;
}
.tribe_community_edit #tribe-community-events #my-events a {
  background: none;
  color: #2f4d59;
  font-size: 1.25em;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.tribe_community_edit #tribe-community-events #my-events a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  content: "\f109";
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 15px;
}
.events-community-post-title label,
.events-community-post-content label[for='post_content'] {
  font-weight: 400;
  font-size: 18px;
}
.tribe-community-event-info .tribe_sectionheader h4 label {
  font-weight: 700;
}
#tribe-community-events h4 {
  font-size: 16px;
}
.noo-speaker-item {
  text-align: center;
  margin-bottom: 35px;
}
.noo-speaker-item h3 {
  margin: 25px 0 5px;
}
.noo-speaker-item .noothumbnail {
  position: relative;
  overflow: hidden;
}
.noo-speaker-item .noothumbnail:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.noo-speaker-item .noothumbnail:hover .socials-2 {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.noo-speaker-item .noothumbnail .socials:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #C5C5C5;
  content: '';
  margin-top: -0.5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 99;
}
.noo-speaker-item .noothumbnail .socials:after {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 1px;
  background: #C5C5C5;
  content: '';
  margin-left: -0.5px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.noo-speaker-item .noothumbnail .socials a {
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.8);
}
.noo-speaker-item .noothumbnail .socials a:before {
  position: absolute;
  top: 50%;
  font-size: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noo-speaker-item .noothumbnail .socials .fa-facebook {
  color: #184f88;
}
.noo-speaker-item .noothumbnail .socials .fa-twitter {
  color: #2ba9e1;
}
.noo-speaker-item .noothumbnail .socials .fa-google-plus {
  color: #dd4b39;
}
.noo-speaker-item .noothumbnail .socials .fa-linkedin {
  color: #007bb6;
}
.noo-speaker-item .noothumbnail .socials .fa-instagram {
  color: #763db1;
}
.noo-speaker-item .noothumbnail .socials .fa-pinterest {
  color: #ba0000;
}
.noo-speaker-item .noothumbnail .socials .fa-tumblr {
  color: #354e82;
}
.noo-speaker-item .noothumbnail .socials .fa-flickr {
  color: #06a1f1;
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover a:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover a:nth-child(2) {
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover a:nth-child(3) {
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover a:nth-child(4) {
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-4:hover:before,
.noo-speaker-item .noothumbnail .socials.socials-4:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 2s;
  transition: all 0.5s ease 2s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.noo-speaker-item .noothumbnail .socials.socials-4 a {
  position: absolute;
  width: 50%;
  height: 50%;
  display: block;
}
.noo-speaker-item .noothumbnail .socials.socials-4 a:nth-child(1) {
  left: 0;
  top: -50%;
}
.noo-speaker-item .noothumbnail .socials.socials-4 a:nth-child(2) {
  left: 0;
  top: 0;
}
.noo-speaker-item .noothumbnail .socials.socials-4 a:nth-child(3) {
  left: 50%;
  top: 0;
}
.noo-speaker-item .noothumbnail .socials.socials-4 a:nth-child(4) {
  left: 0;
  top: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-3:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail .socials.socials-3:hover a:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials.socials-3:hover a:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-3:hover a:nth-child(3) {
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-3 a {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 50%;
  height: 50%;
  display: block;
}
.noo-speaker-item .noothumbnail .socials.socials-3 a:nth-child(1) {
  left: 0;
  top: 100%;
  width: 100%;
  height: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-3 a:nth-child(2) {
  left: 100%;
  top: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-3 a:nth-child(3) {
  left: -50%;
  top: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-1:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail .socials.socials-1 a {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials.socials-2 {
  height: auto;
  top: 80%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.noo-speaker-item .noothumbnail .socials.socials-2 a {
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
  margin: 8px;
}
.noo-speaker-item .noothumbnail .socials.socials-2 a:before {
  position: relative;
  left: auto;
  top: auto;
  font-size: 25px;
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a:nth-child(2) {
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a:nth-child(3) {
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a:nth-child(4) {
  left: 33.33%;
  top: 50%;
  -webkit-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}
.noo-speaker-item .noothumbnail .socials.socials-5:hover a:nth-child(5) {
  right: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease 2s;
  transition: all 0.5s ease 2s;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a {
  position: absolute;
  width: 50%;
  height: 50%;
  display: block;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a:nth-child(1) {
  left: 0;
  top: -50%;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a:nth-child(2) {
  left: 0;
  top: 0;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a:nth-child(3) {
  left: 50%;
  top: 0;
  width: 33.33%;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a:nth-child(4) {
  left: 0;
  top: 50%;
  width: 33.33%;
}
.noo-speaker-item .noothumbnail .socials.socials-5 a:nth-child(5) {
  right: 0;
  top: 100%;
  width: 33.66%;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(2) {
  left: 33.33%;
  top: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(3) {
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(4) {
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease 1.6s;
  transition: all 0.5s ease 1.6s;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(5) {
  left: 33.33%;
  top: 50%;
  -webkit-transition: all 0.5s ease 1.1s;
  transition: all 0.5s ease 1.1s;
}
.noo-speaker-item .noothumbnail .socials.socials-6:hover a:nth-child(6) {
  right: 0;
  top: 50%;
  -webkit-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a {
  position: absolute;
  width: 33.33%;
  height: 50%;
  display: block;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(1) {
  left: 100%;
  top: 0;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(2) {
  left: 100%;
  top: 0;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(3) {
  right: -30%;
  top: 0;
  width: 33.66%;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(4) {
  left: -30%;
  top: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(5) {
  left: 0;
  top: 50%;
}
.noo-speaker-item .noothumbnail .socials.socials-6 a:nth-child(6) {
  right: 100%;
  top: 50%;
  width: 33.66%;
}
.speaker-info {
  background-color: #fff;
}
.speaker-info img {
  width: 100%;
}
.speaker-info .info {
  padding: 30px;
}
.speaker-info .info strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
.speaker-info .info .socials {
  margin-top: 10px;
}
.speaker-info .info .socials a {
  margin: 5px;
}
.speaker-info .info ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.speaker-info .info ul li {
  line-height: 36px;
}
.speaker-info .info ul li i {
  padding-right: 10px;
  font-size: 14px;
  color: #f0a441;
}
.noo-single-speaker-content {
  background-color: #fff;
  padding: 30px;
}
.noo-single-speaker-content h2 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 23px;
}
.noo-item {
  border: 1px solid #E8E8E8;
  padding: 15px;
  margin: 15px 0;
}
.noo-item h6 {
  text-transform: uppercase;
}
.noo-item h6 a {
  color: #f0a441;
}
.noo-item p {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}
.all-session {
  margin: 30px 0 15px 0;
  font-size: 22px;
}
body #tribe_events_filters_wrapper label.tribe-events-filters-label {
  display: none;
}
body .tribe_events_filter_item {
  margin-top: 40px;
}
body .tribe_events_filter_item:first-child {
  margin-top: 0;
}
body #tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  background-color: #f0a441;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
body #tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover {
  background-color: #f0a441;
}
.tribe-events-filter-group {
  background-color: #fff !important;
  border-bottom: 0 !important;
}
body .tribe-events-filter-group li {
  background-color: #fff !important;
}
body #tribe_events_filters_wrapper select {
  -webkit-appearance: none;
  border: 1px solid #eee;
  background: none;
  border-radius: 0;
  height: 40px !important;
  display: block;
  font-size: 14px;
  padding: 0 14px;
}
body .tribe-events-filter-group.tribe-events-filter-select {
  margin: 30px 15px;
  padding: 0;
  position: relative;
}
body .tribe-events-filter-group.tribe-events-filter-select:before {
  position: absolute;
  right: 12px;
  top: 16px;
  pointer-events: none;
  content: '';
  border-top: 5px solid #212121;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ui-widget-header {
  background: #f0a441;
}
.ui-widget-content {
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
}
.ui-slider .ui-slider-handle {
  background: #ddd;
  width: 18px;
  border-radius: 1em;
  cursor: ew-resize;
  height: 18px;
}
div#tribe_events_filters_wrapper .tribe_events_slider_val {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0 0 10px;
  display: block;
}
body .tribe-events-filter-group.tribe-events-filter-range {
  padding: 30px 15px;
}
body #tribe_events_filters_wrapper h3 span {
  top: 24px;
}
body #tribe_events_filters_wrapper .tribe-events-filter-group label {
  font-size: 14px;
}
.tribe-address br {
  display: none;
}
#tribe_events_filters_toggle {
  color: #f0a441;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
#tribe_events_filters_form {
  margin-top: 15px;
}
#tribe_events_filters_form #tribe_events_filter_item_eventcategory {
  background: #fff;
  padding-bottom: 2px;
}
#tribe_events_filters_wrapper .tribe-events-filter-group li:last-child label {
  border-bottom: 0 !important;
}
body #tribe_events_filters_wrapper ul li:last-child label {
  border-bottom: 0 !important;
}
body #tribe_events_filters_reset {
  padding-left: 0;
  font-size: 16px;
  padding-top: 25px;
}
.noo_tribe_is_month #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  padding-top: 30px;
}
.noo_tribe_is_map #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  padding-top: 55px;
}
.tribe-events-week-grid .tribe-events-page-title {
  padding-bottom: 10px !important;
}
.tribe_sectionheader.updated {
  margin-top: 15px !important;
}
#ticket_form_toggle {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  background: #f0a441;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#ticket_form_toggle:hover {
  background: #2f4d59;
}
#ticket_form_save,
#ticket_form_cancel {
  border: 1px solid #ededed;
  background: none;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#ticket_form_save:hover,
#ticket_form_cancel:hover {
  background: #f0a441;
  border-color: transparent;
  color: #fff;
}
#ticket_form_cancel {
  margin-left: 10px;
}
.tribe_community_edit .ui-datepicker select.ui-datepicker-month,
.tribe_community_edit .ui-datepicker select.ui-datepicker-year {
  color: #000;
}
#tribe-community-events .row-actions .button {
  background: transparent !important;
  padding: inherit;
  color: #2f4d59;
}
#tribe-community-events #loginform p.login-submit #wp-submit {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 400;
  background: #f0a441;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 15px;
  margin-top: 15px;
}
#tribe-community-events #loginform p.login-submit #wp-submit:hover {
  background: #2f4d59;
}
.noo-tribe-ticket-rsvp {
  padding-bottom: 45px;
}
.noo-tribe-ticket-rsvp .tribe-ticket-quantity {
  width: 80%;
  margin: auto;
}
.tribe-tickets-remaining {
  font-size: 14px;
  padding-left: 35px;
  padding-top: 10px;
}
.cler {
  clear: both;
}
.tribe-events-tickets-content table {
  margin-top: 30px;
  width: 70%;
}
.tribe-events-tickets-content table td {
  vertical-align: top;
}
@media (max-width: 991px) {
  .tribe-events-tickets-content table {
    width: 100%;
  }
}
.tribe_community_list #tribe-community-events .button:hover {
  color: #f0a441;
}
.noo-shortcode-event-categories .event-thumbnail {
  position: relative;
}
.noo-shortcode-event-categories .event-thumbnail:before {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  top: 50%;
  width: 92%;
  height: 92%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info span.line:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info span.line:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info div {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info div span {
  display: block;
  text-align: center;
}
.noo-shortcode-event-categories .event-thumbnail .event-cate-info div span:nth-of-type(1) {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.noo-shortcode-event-categories .event-thumbnail:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shortcode-event-categories .event-thumbnail:hover .event-cate-info:after,
.noo-shortcode-event-categories .event-thumbnail:hover .event-cate-info:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.noo-shortcode-event-categories .event-thumbnail:hover .event-cate-info div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-shortcode-event-categories .event-thumbnail:hover .event-cate-info span.line:after,
.noo-shortcode-event-categories .event-thumbnail:hover .event-cate-info span.line:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tribe-events-event-meta a {
  word-wrap: break-word;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
.shop-container {
  padding-bottom: 100px;
}
.noo-catalog {
  position: relative;
  margin-bottom: 20px;
}
.noo-catalog:after {
  clear: both;
  display: table;
  content: '';
}
.noo-catalog .woocommerce-result-count {
  float: left;
  margin: 0;
  padding-top: 6px;
  color: #000;
}
.noo-catalog .woocommerce-ordering {
  float: right;
}
.noo-catalog .woocommerce-ordering select {
  height: 35px;
  min-width: 260px;
  display: block;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #000;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
  right: 5px;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  top: 0;
  right: 5px;
  position: absolute;
}
.woocommerce a.added_to_cart {
  display: none;
}
.woocommerce div.product .noo-inner-item {
  border: 1px solid #eee;
  margin-top: 30px;
  position: relative;
}
.woocommerce div.product .noo-inner-item .noo-product-thumb {
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .noo-inner-item .noo-product-thumb.noo-product-gallery img:first-child {
  position: absolute;
  left: -100%;
  top: 0;
}
.woocommerce div.product .noo-inner-item .noo-product-thumb img {
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.woocommerce div.product .noo-inner-item:hover .noo-shop-desc .noo-loop-cart {
  top: 0;
}
.woocommerce div.product .noo-inner-item:hover .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist,
.woocommerce div.product .noo-inner-item:hover .noo-shop-desc .noo-loop-cart .noo-shop-zoom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce div.product .noo-inner-item:hover .noo-loop-title {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.woocommerce div.product .noo-inner-item:hover .noo-product-gallery img:last-child {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 991px) {
  .woocommerce div.product .noo-inner-item:hover .noo-product-gallery img:last-child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.woocommerce div.product .noo-inner-item:hover .noo-product-gallery img:first-child {
  left: 0;
}
.woocommerce div.product .noo-shop-desc {
  position: relative;
  padding: 25px 10px;
  overflow: hidden;
  background: #fff;
}
.woocommerce div.product .noo-shop-desc .noo-loop-title {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.woocommerce div.product .noo-shop-desc .noo-loop-title h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce div.product .noo-shop-desc .noo-loop-title .price {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #f0a441;
  margin-top: 10px;
  line-height: 24px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-title .price del {
  font-size: 18px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-title .price ins {
  text-decoration: none;
  font-weight: 400;
  padding-left: 5px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart {
  display: block;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /**
         * Star ratings
         */
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div {
  display: inline-block;
  margin-top: 10px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div.rating {
  display: block;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:before,
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:after {
  content: " ";
  display: table;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:after {
  clear: both;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:before,
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:after {
  content: " ";
  display: table;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart > div:after {
  clear: both;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .noo-shop-zoom {
  width: 40px;
  height: 40px;
  background: #000;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  float: left;
  -webkit-transition: background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  transition: background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  transition: transform 0.5s ease 0.3s, background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  -moz-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  -webkit-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  -o-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .button {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  letter-spacing: 1px;
  margin: 0 3px;
  font-size: 14px;
  float: left;
  border-radius: 0;
  font-weight: 400;
  z-index: 2;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist {
  -webkit-transition: background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  transition: background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  transition: transform 0.5s ease 0.3s, background 0.4s ease 0s, -webkit-transform 0.5s ease 0.3s;
  -moz-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  -webkit-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  -o-transition: transform 0.5s ease 0.3s, background 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #000;
  position: relative;
  text-indent: -150px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: 'FontAwesome';
  content: "\f08a";
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 95px;
  top: 0;
  line-height: 40px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #f0a441;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  left: 6px;
  top: 9px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistexistsbrowse a,
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistaddedbrowse a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #000;
  position: relative;
  text-indent: -150px;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistaddedbrowse a:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 95px;
  top: 0;
  line-height: 40px;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce div.product .noo-shop-desc .noo-loop-cart .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #f0a441;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 15px;
  width: 6.4em;
  letter-spacing: 3px;
  margin: 15px auto 0;
  color: #f0a441;
}
.woocommerce div.product .noo-shop-desc .noo-loop-cart .star-rating:before {
  color: #f0a441;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 97px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 2px;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-block;
  background: #e5e5e5;
  padding: 10px 15px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  color: #fff;
  background: #f0a441;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 8px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background: #f0f0f0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #f0a441;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #ddd;
  width: 18px;
  height: 18px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 33px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  color: #000;
  padding: 3px 0 0 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background: #f0a441;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #000;
}
.first {
  clear: both;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0;
}
.woocommerce ul.product_list_widget li img {
  width: 80px;
}
.woocommerce ul.product_list_widget li a {
  font-size: 1.125em;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce ul.product_list_widget li .amount {
  font-size: 1.125em;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}
.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
}
.woocommerce ul.product_list_widget li del {
  margin-right: 5px;
  opacity: 0.5;
}
.woocommerce ul.product_list_widget li del span.amount {
  font-size: 16px;
  text-decoration: line-through;
  font-size: 14px;
}
/**
 * Single Product
 * -----------------------------------------------------------------------------
 */
.single-shop-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.single-shop-container div.noo-single-shop-content {
  background: #fff;
  padding: 30px 30px 65px;
}
.woocommerce span.onsale {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 2;
}
.noo-single-product:before,
.noo-single-product:after {
  content: " ";
  display: table;
}
.noo-single-product:after {
  clear: both;
}
.noo-single-product:before,
.noo-single-product:after {
  content: " ";
  display: table;
}
.noo-single-product:after {
  clear: both;
}
div.pp_woocommerce div.ppt {
  display: none !important;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 0 !important;
}
.single-product div.product.product-type-variable div.summary .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}
.single-product div.product.product-type-variable div.summary .single_variation_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-product div.product.product-type-variable div.summary .single_variation_wrap:before,
.single-product div.product.product-type-variable div.summary .single_variation_wrap:after {
  content: " ";
  display: table;
}
.single-product div.product.product-type-variable div.summary .single_variation_wrap:after {
  clear: both;
}
.single-product div.product.product-type-variable div.summary .single_variation_wrap:before,
.single-product div.product.product-type-variable div.summary .single_variation_wrap:after {
  content: " ";
  display: table;
}
.single-product div.product.product-type-variable div.summary .single_variation_wrap:after {
  clear: both;
}
.single-product div.product.product-type-variable div.summary form.cart .variations {
  margin-bottom: 0;
}
.single-product div.product.product-type-grouped div.summary .yith-wcwl-add-to-wishlist {
  margin-left: 0;
  -webkit-transform: translate(150px, -40px);
  transform: translate(150px, -40px);
}
.single-product div.product.product-type-grouped div.summary .single_variation_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:before,
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:after {
  content: " ";
  display: table;
}
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:after {
  clear: both;
}
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:before,
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:after {
  content: " ";
  display: table;
}
.single-product div.product.product-type-grouped div.summary .single_variation_wrap:after {
  clear: both;
}
.single-product div.product.product-type-grouped div.summary form.cart .group_table td {
  vertical-align: middle;
}
.single-product div.product.product-type-grouped div.summary form.cart .group_table td.label {
  width: 50%;
}
.single-product div.product.product-type-grouped div.summary form.cart .group_table .price {
  width: 30%;
  font-size: 1.125em;
  font-weight: 400;
  color: #000;
}
.single-product div.product div.summary .entry-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
}
.single-product div.product div.summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product div.product div.summary .woocommerce-product-rating .star-rating {
  color: #000;
  width: 7em;
  font-size: 14px;
  letter-spacing: 3px;
}
.single-product div.product div.summary .woocommerce-product-rating a {
  color: #000;
}
.single-product div.product div.summary .price {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 64.53px;
  padding: 0;
  margin: 0;
}
.single-product div.product div.summary .price del {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-right: 8px;
}
.single-product div.product div.summary .price ins {
  text-decoration: none;
}
.single-product div.product div.summary div[itemprop='description'] {
  margin-top: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.single-product div.product div.summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 10px;
}
.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #f0a441;
  position: relative;
  text-indent: -200px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: 'FontAwesome';
  content: "\f004";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 212px;
  top: 9px;
}
.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background: #000;
}
.single-product div.product div.summary .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  left: 6px;
  top: 9px;
}
.single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse .feedback,
.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}
.single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a,
.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #f0a441;
  position: relative;
  text-indent: -200px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a:before,
.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 213px;
  top: 0;
  line-height: 40px;
}
.single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a:hover,
.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #000;
}
.single-product div.product div.summary .cart {
  float: left;
  margin-bottom: 0 !important;
}
.single-product div.product div.summary .cart .button {
  padding: 0 25px;
  background: #f0a441;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.single-product div.product div.summary .cart .button:hover {
  background: #000;
  color: #fff;
}
.single-product div.product div.summary .cart .button:focus {
  outline-color: transparent;
  outline: none;
}
.single-product div.product div.summary .cart .quantity {
  margin: 0 10px 0 0;
}
.single-product div.product div.summary .cart .quantity label {
  display: none;
}
.single-product div.product div.summary .cart .quantity input {
  height: 40px;
  width: 60px;
  border: 1px solid #4c5859;
  color: #000;
}
.single-product div.product div.summary .cart .variations td.label {
  width: 35%;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875em;
}
.single-product div.product div.summary .cart .variations .value select {
  height: 35px;
  background: #4c5859;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
}
.single-product div.product div.summary .product_meta {
  margin-top: 0;
  display: block;
  position: relative;
  float: left;
}
.single-product div.product div.summary .product_meta .sku_wrapper,
.single-product div.product div.summary .product_meta .posted_in,
.single-product div.product div.summary .product_meta .tagged_as {
  margin-top: 0;
  display: block;
  color: #000;
  font-weight: 400;
}
.single-product div.product div.summary .product_meta .sku_wrapper strong,
.single-product div.product div.summary .product_meta .posted_in strong,
.single-product div.product div.summary .product_meta .tagged_as strong {
  font-weight: 700;
  color: #000;
  display: inline-block;
  min-width: 130px;
}
.single-product div.product div.summary .product_meta .sku_wrapper span,
.single-product div.product div.summary .product_meta .posted_in span,
.single-product div.product div.summary .product_meta .tagged_as span,
.single-product div.product div.summary .product_meta .sku_wrapper a,
.single-product div.product div.summary .product_meta .posted_in a,
.single-product div.product div.summary .product_meta .tagged_as a {
  font-weight: 400;
  color: #000;
  padding-right: 5px;
}
.single-product div.product div.summary .product_meta .sku_wrapper span:hover,
.single-product div.product div.summary .product_meta .posted_in span:hover,
.single-product div.product div.summary .product_meta .tagged_as span:hover,
.single-product div.product div.summary .product_meta .sku_wrapper a:hover,
.single-product div.product div.summary .product_meta .posted_in a:hover,
.single-product div.product div.summary .product_meta .tagged_as a:hover {
  color: #000;
}
.single-product div.product .woocommerce-tabs {
  margin-top: 60px;
}
.single-product div.product .woocommerce-tabs #commentform {
  margin-bottom: 45px;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.single-product div.product .woocommerce-tabs ul.tabs:before,
.single-product div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 30px 0 0;
  position: relative;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #f0a441;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #f0a441;
}
.single-product div.product .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-product div.product table.shop_attributes {
  margin: 0;
}
.single-product div.product table.shop_attributes td p {
  padding-left: 20px;
}
.single-product div.product #reviews #comments {
  padding: 0;
  margin: 0;
}
.single-product div.product #reviews #comments h2 {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product div.product #reviews #comments div[itemprop='reviewRating'] {
  color: #000;
  letter-spacing: 3px;
  font-size: 0.875em;
  width: 6.5em;
}
.single-product div.product #reviews #comments ol.commentlist {
  padding: 0;
}
.single-product div.product #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-bottom: 15px;
  border-radius: 0;
}
.single-product div.product #reviews #comments ol.commentlist li .comment-text .meta strong {
  text-transform: uppercase;
}
.single-product div.product #reviews #review_form_wrapper {
  margin-top: 15px;
}
.single-product div.product #reviews #review_form_wrapper #reply-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single-product div.product #reviews #review_form_wrapper form label {
  min-width: 120px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875em;
}
.single-product div.product #reviews #review_form_wrapper form input:not([type='submit']) {
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.single-product div.product #reviews #review_form_wrapper form .comment-form-rating label {
  margin-bottom: 7px;
}
.single-product div.product #reviews #review_form_wrapper form .stars a:hover {
  color: #f0a441;
}
.single-product div.product #reviews #review_form_wrapper form .comment-form-comment label {
  margin: 10px 0 20px;
}
.single-product div.product #reviews #review_form_wrapper form .comment-form-comment textarea {
  background: #fff;
  height: 240px;
  padding: 0 10px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}
.single-product div.product #reviews #review_form_wrapper form .form-submit input {
  padding: 0 25px;
  background: #f0a441;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.single-product div.product #reviews #review_form_wrapper form .form-submit input:hover {
  background: #000;
  color: #fff;
}
.single-product div.product #reviews #review_form_wrapper form .form-submit input:focus {
  outline-color: transparent;
  outline: none;
}
.related,
.upsells {
  margin-top: 5px;
}
.related h2,
.upsells h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.related .first,
.upsells .first {
  clear: none;
}
/**
 * Cart Product
 * -----------------------------------------------------------------------------
 */
.woocommerce-cart #main {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.woocommerce-cart .woocommerce table.cart {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce-cart .woocommerce table.cart thead {
  background: #eee;
  height: 70px;
}
.woocommerce-cart .woocommerce table.cart thead th {
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 0;
  color: #000;
}
.woocommerce-cart .woocommerce table.cart thead th.product-name {
  width: 20%;
}
.woocommerce-cart .woocommerce table.cart tr:not(.cart_item) .actions {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.woocommerce-cart .woocommerce table.cart td {
  border-width: 0 0 1px 0;
  border-color: #F5F5F5;
  border-style: solid;
  padding: 25px 0;
}
.woocommerce-cart .woocommerce table.cart td.product-remove {
  padding-left: 45px;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  text-indent: 30px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a:before {
  font-family: 'FontAwesome';
  content: "\f1f8";
  font-size: 14px;
  color: #000;
  position: absolute;
  left: -20px;
  top: 7px;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a:hover {
  background: none;
  color: transparent;
}
.woocommerce-cart .woocommerce table.cart td.product-remove a:hover:before {
  color: red;
}
.woocommerce-cart .woocommerce table.cart td.product-name a {
  font-size: 1.125em;
  line-height: 24px;
}
.woocommerce-cart .woocommerce table.cart td.product-price span {
  font-size: 1.125em;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.woocommerce-cart .woocommerce table.cart td.product-subtotal span {
  font-size: 1.125em;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.woocommerce-cart .woocommerce table.cart td.product-quantity input {
  height: 40px;
  width: 60px;
}
.woocommerce-cart .woocommerce table.cart img {
  width: 100px;
}
.woocommerce .cart input.button {
  padding: 0 20px;
  background: #f0a441;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 14px;
}
.woocommerce .cart input.button:hover {
  background: #000;
  color: #fff;
}
.woocommerce .cart input.button:focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 40px;
  line-height: 40px;
  min-width: 250px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.woocommerce-cart .noo-page .woocommerce > form {
  background: #fff;
}
.woocommerce-cart .noo-page .woocommerce .cart-collaterals {
  background: #fff;
  padding: 30px 50PX;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table {
  border: 0;
  margin: 0;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table th,
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table td {
  border-top: 0;
  text-align: left;
  border-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table th {
  font-weight: 700;
  color: #000;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td {
  border: 0;
  padding-top: 23px;
  padding-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td .amount {
  font-size: 1.5em;
  line-height: 24px;
  color: #ed1c24;
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
  color: #f0a441;
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal th {
  padding-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping td,
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping th {
  padding: 20px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #f0a441;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 7px;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator #calc_shipping_country,
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator #calc_shipping_postcode {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator button[type='submit'] {
  padding: 0 21px;
  background: #f0a441;
  border: 0;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator button[type='submit']:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .woocommerce-shipping-calculator button[type='submit']:focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout {
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a {
  padding: 0 21px;
  background: #f0a441;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce-cart .cart-empty {
  text-align: center;
  padding: 30px 15px 15px;
}
.woocommerce-cart .return-to-shop {
  padding: 0 0 30px;
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  padding: 0 21px;
  background: #f0a441;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.woocommerce-cart .return-to-shop a:hover {
  background: #000;
  color: #fff;
}
.woocommerce-cart .return-to-shop a:focus {
  outline-color: transparent;
  outline: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
/*
 * Check out
 */
.woocommerce-checkout .col-billing {
  padding: 30px;
  background: #fff;
}
.woocommerce-checkout .col-shipping {
  padding: 30px;
  background: #fff;
  margin-top: 30px;
}
.woocommerce-checkout .checkout {
  margin-top: 100px;
}
.woocommerce-checkout form.login {
  border-radius: 0;
  border: 0;
  padding: 30px 25%;
}
.woocommerce-checkout form.login .button {
  width: 100%;
  border: 0;
  background: #f0a441;
  border-radius: 0;
  height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 25px;
  text-shadow: none;
  margin: 0;
  color: #fff;
}
.woocommerce-checkout form.login .button:hover {
  background: #000;
  color: #fff;
}
.woocommerce-checkout .woocommerce-info {
  text-align: center;
  padding: 0 !important;
  margin: 30px 0 30px 0 !important;
  border: 0;
  background: none;
  color: #000;
  font-weight: 400;
  font-size: 1.125em;
}
.woocommerce-checkout .woocommerce-info a {
  color: #f0a441;
}
.woocommerce-checkout .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout form.checkout_coupon {
  border: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 76%;
  float: left;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 24%;
  float: left;
}
.woocommerce-checkout form.checkout_coupon input[type='text'] {
  display: block;
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 16px;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.woocommerce-checkout form.checkout_coupon input[type='text']::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:-ms-input-placeholder {
  color: #000;
}
.woocommerce-checkout form.checkout_coupon input[type='text']::-webkit-input-placeholder {
  color: #000;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:before,
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:before,
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='text']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='submit'] {
  width: 100%;
  height: 40px;
  background: #f0a441;
  color: #fff;
  border-radius: 0;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:before,
.woocommerce-checkout form.checkout_coupon input[type='submit']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:before,
.woocommerce-checkout form.checkout_coupon input[type='submit']:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:after {
  clear: both;
}
.woocommerce-checkout form.checkout_coupon input[type='submit']:hover {
  background: #000;
}
.woocommerce-checkout #customer_details h3 {
  padding: 0;
  margin: 0 0 34px 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
  margin: 0;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.woocommerce-checkout form .form-row {
  padding: 0;
  margin: 0 0 22px;
}
.woocommerce-checkout form .form-row.billing_address_2_field {
  margin-top: 15px;
}
.woocommerce-checkout form .form-row label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 11px 0;
  padding: 0;
}
.woocommerce-checkout form .form-row input,
.woocommerce-checkout form .form-row .select2-container .select2-choice {
  height: 40px;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  line-height: 35px;
  padding: 0 10px;
}
.woocommerce-checkout form .form-row input::-moz-placeholder,
.woocommerce-checkout form .form-row .select2-container .select2-choice::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.woocommerce-checkout form .form-row input:-ms-input-placeholder,
.woocommerce-checkout form .form-row .select2-container .select2-choice:-ms-input-placeholder {
  color: #000;
}
.woocommerce-checkout form .form-row input::-webkit-input-placeholder,
.woocommerce-checkout form .form-row .select2-container .select2-choice::-webkit-input-placeholder {
  color: #000;
}
.woocommerce-checkout form .form-row textarea {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  line-height: 35px;
  padding: 10px;
  width: 100%;
  height: 200px;
}
.woocommerce-checkout form .form-row textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.woocommerce-checkout form .form-row textarea:-ms-input-placeholder {
  color: #000;
}
.woocommerce-checkout form .form-row textarea::-webkit-input-placeholder {
  color: #000;
}
.woocommerce-checkout form .form-row .input-checkbox {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-checkout form .form-row .input-checkbox:before,
.woocommerce-checkout form .form-row .input-checkbox:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form .form-row .input-checkbox:after {
  clear: both;
}
.woocommerce-checkout form .form-row .input-checkbox:before,
.woocommerce-checkout form .form-row .input-checkbox:after {
  content: " ";
  display: table;
}
.woocommerce-checkout form .form-row .input-checkbox:after {
  clear: both;
}
.woocommerce-checkout .order_review_wrap {
  background: #fff;
  padding: 30px 30px 90px;
}
.woocommerce-checkout .order_review_wrap #order_review_heading {
  padding: 0 0 0 0;
  margin: 0 0 34px 0;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table {
  border: 0;
  margin: 0;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tr th,
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tr td {
  border: 0;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tr th.product-total {
  text-align: right;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table thead th {
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tbody .cart_item:first-child td {
  padding-top: 20px;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tbody .cart_item:last-child td {
  padding-bottom: 20px;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tbody td {
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tbody td.product-total {
  text-align: right;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tbody .cart_item:last-child td {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td,
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th {
  padding-top: 23px;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount,
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount {
  font-weight: 700;
  color: #f0a441;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total .amount {
  font-size: 1.5em;
  line-height: 24px;
  color: #ed1c24;
  display: block;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total td,
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total th {
  border: 0;
  padding-bottom: 0;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot th {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 23px 0;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot td {
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
  padding: 23px 0;
}
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
  margin-top: 30px;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 0 0 10px 0;
}
.woocommerce-checkout #payment ul.payment_methods:before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  border-top: 1px solid #eaeaea;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  border-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li input[type='radio'] {
  margin: 15px 20px 15px 10px;
}
.woocommerce-checkout #payment div.payment_box {
  background: transparent;
  border-top: 1px solid #e2e2e2;
  margin: 0;
  padding: 20px;
  width: 100%;
}
.woocommerce-checkout #payment div.payment_box:after,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment li.payment_method_paypal label img {
  display: block;
  margin: 6px 0 0 0;
}
.woocommerce-checkout #payment li.payment_method_paypal label .about_paypal {
  float: left;
  line-height: 30px;
}
.woocommerce-checkout #payment div.place-order {
  padding: 0;
  margin: 30px 0 0 0;
}
.woocommerce-checkout #payment #place_order {
  width: 100%;
  border: 0;
  background: #f0a441;
  border-radius: 0;
  height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 25px;
  text-shadow: none;
  margin: 0;
  color: #fff;
}
.woocommerce-checkout #payment #place_order:hover {
  background: #000;
  color: #fff;
}
.woocommerce-checkout .noo-checkout-complete {
  padding: 30px;
  background: #fff;
  color: #000;
}
.woocommerce-checkout .noo-checkout-complete .order_details {
  margin: 30px 0;
  padding: 0;
}
.woocommerce-checkout .noo-checkout-complete h2,
.woocommerce-checkout .noo-checkout-complete h3 {
  padding: 0;
  margin: 30px 0 20px 0;
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.woocommerce-checkout .noo-checkout-complete table.shop_table th {
  padding: 10px 0;
}
.woocommerce-checkout .noo-checkout-complete table.order_details,
.woocommerce-checkout .noo-checkout-complete table.customer_details {
  border: 0;
  border-radius: 0;
  margin: 0 0 50px 0;
}
.woocommerce-checkout .noo-checkout-complete table.order_details th,
.woocommerce-checkout .noo-checkout-complete table.customer_details th,
.woocommerce-checkout .noo-checkout-complete table.order_details td,
.woocommerce-checkout .noo-checkout-complete table.customer_details td {
  border-width: 0 0 1px 0;
  border-color: #eeeff0;
  border-style: solid;
}
.woocommerce-checkout .noo-checkout-complete table.order_details thead th,
.woocommerce-checkout .noo-checkout-complete table.customer_details thead th {
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 0;
}
.woocommerce-checkout .noo-checkout-complete table.order_details td,
.woocommerce-checkout .noo-checkout-complete table.customer_details td {
  padding: 25px 0;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  margin-top: 26px;
}
.woocommerce-account input.button {
  display: inline-block;
  padding: 8px 30px;
  background: #f0a441;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 20px;
}
.woocommerce-account input.button:hover,
.woocommerce-account input.button:focus {
  background: #000;
  color: #fff;
}
.woocommerce-account input:not([type='submit']) {
  display: block;
  height: 40px;
  border: 0;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  padding: 0 10px;
}
.woocommerce-account input:not([type='submit'])::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.woocommerce-account input:not([type='submit']):-ms-input-placeholder {
  color: #000;
}
.woocommerce-account input:not([type='submit'])::-webkit-input-placeholder {
  color: #000;
}
.woocommerce-account input:not([type='submit']):before,
.woocommerce-account input:not([type='submit']):after {
  content: " ";
  display: table;
}
.woocommerce-account input:not([type='submit']):after {
  clear: both;
}
.woocommerce-account input:not([type='submit']):before,
.woocommerce-account input:not([type='submit']):after {
  content: " ";
  display: table;
}
.woocommerce-account input:not([type='submit']):after {
  clear: both;
}
.woocommerce-account #customer_login h2 {
  padding: 0 0 0 15px;
  margin: 0 0 34px 0;
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.woocommerce-account #customer_login h2:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  content: '';
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.woocommerce-account form.register {
  min-height: 415px;
}
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.select2-drop-mask {
  background: #2f4d59;
}
.woocommerce form.lost_reset_password input {
  border: 1px solid #4c5859;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #4c5859;
  border-radius: 0;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 15px;
}
.woocommerce form.login label,
.woocommerce form.register label,
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
}
.woocommerce form.login label[for='rememberme'],
.woocommerce form.register label[for='rememberme'] {
  margin-left: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .archive .product {
    width: 50%;
  }
  .first {
    clear: none;
  }
}
@media (max-width: 991px) {
  .first {
    clear: none;
  }
}
@media (max-width: 480px) {
  .archive .product {
    width: 100%;
  }
  .noo-catalog .woocommerce-result-count {
    float: none;
  }
  .noo-catalog .woocommerce-ordering {
    float: none;
    margin-top: 15px;
  }
}
.woocommerce-wishlist .product-add-to-cart .noo-shop-zoom {
  display: none;
}
.woocommerce .wishlist_table td.product-add-to-cart a.noo-shop-zoom {
  display: none !important;
}
.woocommerce .wishlist_table a.remove {
  margin-left: 10px;
}
.wishlist_table tr td.product-stock-status,
.wishlist_table tr td.product-price {
  text-align: left;
}
.noo_gallery {
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  .noo_gallery {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.grid {
  position: relative;
  margin: -15px auto;
}
.js .gallery-grid .grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #f6f6f6 url(../images/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js .grid--loaded::after {
  opacity: 0;
}
.grid {
  width: 100% !important;
}
.grid__item {
  width: 25%;
  padding: 15px;
}
.grid__item.column-3 {
  width: 33.33%;
}
.grid__item.column-2 {
  width: 50%;
}
.grid__item.column-1 {
  width: 100%;
}
@media (max-width: 991px) {
  .grid__item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .grid__item {
    width: 100% !important;
  }
}
.grid__item--current {
  opacity: 0 !important;
}
.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.img-wrap:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.img-wrap:focus,
.img-wrap:hover {
  outline: none;
}
.img-wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
.preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.preview--open {
  pointer-events: auto;
}
.preview--open::before {
  opacity: 1;
}
.clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
}
.original {
  position: relative;
  z-index: 120;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
  transition: opacity 0.2s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}
.animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
.preview--open .description {
  color: #fff;
}
.js .description--grid {
  display: none;
}
.description--preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.preview--open .description--preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.description--preview h3 {
  font-weight: normal;
  margin: 0;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
.description--preview p {
  font-size: 16px;
  max-width: 90%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-top: 15px;
}
.description--preview p em {
  color: #5D5D5D;
  display: block;
  padding: 0.4em 0 0 0;
}
/* Details */
.details {
  max-width: 100%;
  /* IE 10-11 bug flexbox */
}
.details ul {
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.details ul li {
  font-size: 0.5em;
  position: relative;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.15em 0;
  white-space: nowrap;
  opacity: 0;
  color: #9d9d9d;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.preview--open .details ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.preview--open .details ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.preview--open .details ul li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.preview--open .details ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.preview--open .details ul li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.preview--open .details ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.details ul li:first-child {
  font-weight: bold;
  color: #909090;
}
.icon {
  font-family: 'camera-icons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.icon + span {
  margin-left: 5px;
  vertical-align: middle;
}
.icon-focal_length:before {
  content: '\e600';
}
.icon-exposure_time:before {
  content: '\e601';
}
.icon-iso:before {
  content: '\e602';
}
.icon-camera:before {
  content: '\e603';
}
.icon-aperture:before {
  content: '\e604';
}
.details .icon {
  margin-right: 5px;
  color: #77d45b;
}
/* Close button */
.action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border: none;
  background: none;
}
.action:hover,
.action:focus {
  color: #f0a441;
  outline: none;
}
.action--close {
  position: fixed;
  z-index: 150;
  top: 30px;
  right: 30px;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
@media screen and (max-width: 40em) {
  .description--preview h3 {
    font-size: 0.5em;
  }
  .description--preview p,
  .details {
    display: none;
  }
}
/* 
* Style Shortcode Success Event Slider
*/
.sc_success_event .title_success {
  display: block;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 23px;
}
.sc_success_event .title_success.style3 {
  position: absolute;
  left: -210px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 40%;
  margin: 0;
  font-size: 48px;
  color: rgba(44, 42, 38, 0.23);
}
@media screen and (min-width: 320px) {
  .sc_success_event .title_success.style3 {
    font-size: 32px;
    top: 20%;
    left: -125px;
  }
}
@media screen and (min-width: 480px) {
  .sc_success_event .title_success.style3 {
    font-size: 36px;
    top: 30%;
    left: -135px;
  }
}
@media screen and (min-width: 768px) {
  .sc_success_event .title_success.style3 {
    font-size: 48px;
    top: 40%;
    left: -210px;
  }
}
.sc_success_event .sub_title_success {
  width: 60%;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 320px) {
  .sc_success_event .sub_title_success {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .sc_success_event .sub_title_success {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .sc_success_event .sub_title_success {
    margin-bottom: 40px;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .sub_title_success {
    margin-bottom: 50px;
  }
}
.sc_success_event .success_event_wrap.style1 {
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin-bottom: 100px;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style1 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 480px) {
  .sc_success_event .success_event_wrap.style1 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sc_success_event .success_event_wrap.style1 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .sc_success_event .success_event_wrap.style1 {
    margin-bottom: 100px;
  }
}
.sc_success_event .success_event_wrap.style1 .event-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
  height: 345px;
  background-size: 101%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 195px;
  }
}
@media screen and (min-width: 480px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 280px;
  }
}
@media screen and (min-width: 512px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 300px;
  }
}
@media screen and (min-width: 600px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 345px;
  }
}
@media screen and (min-width: 768px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 225px;
  }
}
@media screen and (min-width: 800px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 235px;
  }
}
@media screen and (min-width: 992px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 198px;
  }
}
@media screen and (min-width: 1140px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 238px;
  }
}
@media screen and (min-width: 1300px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 258px;
  }
}
@media screen and (min-width: 1400px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 276px;
  }
}
@media screen and (min-width: 1920px) {
  .sc_success_event .success_event_wrap.style1 .event-item .success-event-bg {
    height: 345px;
  }
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content {
  text-align: center;
  position: absolute;
  background: #f5f2f2;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  padding: 30px 0 25px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  bottom: -100%;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content .title-event-item {
  margin: 0;
  font-size: 18px;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content .title-event-item a {
  color: #2c2a26;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content .title-event-item:hover a {
  color: #f0a441;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content .sc-meta {
  color: #000;
}
.sc_success_event .success_event_wrap.style1 .event-item .success-event-content .sc-meta .fa-calendar {
  color: #f0a441;
  padding-right: 5px;
}
.sc_success_event .success_event_wrap.style1 .event-item:hover .success-event-content {
  bottom: 0px;
}
.sc_success_event .success_event_wrap.style1 .owl-dots {
  margin-top: 30px;
  text-align: center;
  line-height: 14px;
}
.sc_success_event .success_event_wrap.style1 .owl-dots.disabled {
  display: block;
  text-align: center;
}
.sc_success_event .success_event_wrap.style1 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  margin-right: 20px;
  border-radius: 50px;
}
.sc_success_event .success_event_wrap.style1 .owl-dots .owl-dot:focus {
  outline: none;
}
.sc_success_event .success_event_wrap.style1 .owl-dots .owl-dot.active {
  background: #f0a441;
}
.sc_success_event .success_event_wrap.style2 {
  margin-bottom: 75px;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style2 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .sc_success_event .success_event_wrap.style2 {
    margin-bottom: 75px;
  }
}
.sc_success_event .success_event_wrap.style2 .event-item {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-bg {
  position: relative;
  height: 445px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 992px) {
  .sc_success_event .success_event_wrap.style2 .event-item .success-event-bg {
    background-size: auto 100%;
  }
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-bg:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content {
  position: absolute;
  bottom: 5%;
  background: #fff;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 30px;
  text-align: center;
  padding-bottom: 35px;
  border: 1px solid #d4d2d3;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .title-event-item {
  margin: 25px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .title-event-item a {
  color: #2c2a26;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .title-event-item:hover a {
  color: #f0a441;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-meta .sc-date {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-meta .sc-date .fa-calendar {
  color: #f0a441;
  padding-right: 5px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-meta .sc-address {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-meta .sc-address .fa-map-marker {
  color: #f0a441;
  padding-right: 5px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-content {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .sc-content {
  height: 45px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .btn-read-more {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content .btn-read-more .read-more {
  border-radius: 20px;
  text-transform: none;
  font-size: 14px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content:hover .sc-content {
  height: 90px;
}
.sc_success_event .success_event_wrap.style2 .event-item .success-event-content:hover .btn-read-more {
  visibility: visible;
  opacity: 1;
}
.sc_success_event .success_event_wrap.style2 .owl-dots {
  text-align: center;
}
.sc_success_event .success_event_wrap.style2 .owl-dots.disabled {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.sc_success_event .success_event_wrap.style2 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #d1d1d1;
  margin-right: 20px;
  border-radius: 50px;
}
.sc_success_event .success_event_wrap.style2 .owl-dots .owl-dot:focus {
  outline: none;
}
.sc_success_event .success_event_wrap.style2 .owl-dots .owl-dot.active {
  background: #f0a441;
}
.sc_success_event .success_event_wrap.style3 {
  margin: 100px 0;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style3 {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sc_success_event .success_event_wrap.style3 {
    margin-top: 110px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style3 {
    margin: 100px 0;
  }
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-bg {
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  overflow: hidden;
  height: 514px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45%;
  float: left;
  padding: 0 0 30px 30px;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-bg:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-bg {
    width: 100%;
    padding: 0 0 15px 15px;
  }
}
@media screen and (min-width: 480px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-bg {
    padding: 0 0 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-bg {
    width: 45%;
  }
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content {
  width: 55%;
  float: right;
  padding-left: 40px;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-content {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-content {
    width: 55%;
    padding-left: 40px;
  }
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .title-event-item {
  font-size: 30px;
  margin: 80px 0 10px 0px;
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-content .title-event-item {
    margin: 20px 0 10px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-content .title-event-item {
    margin: 80px 0 10px 0px;
  }
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-meta .sc-address {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-meta .sc-address .fa-map-marker {
  color: #f0a441;
  padding-right: 5px;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-meta .sc-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-meta .sc-date .fa-calendar {
  color: #f0a441;
  padding-right: 5px;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-content {
  color: #000;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-content p {
  font-size: 14px;
  margin-bottom: 45px;
}
@media screen and (min-width: 480px) {
  .sc_success_event .success_event_wrap.style3 .event-item .success-event-content .sc-content p {
    margin-bottom: 30px;
  }
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .btn-read-more .btn-primary,
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .btn-read-more .widget_newsletterwidget .newsletter-submit {
  border: 1px solid #000;
  border-radius: 30px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 10px 40px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .btn-read-more .btn-primary:hover,
.sc_success_event .success_event_wrap.style3 .event-item .success-event-content .btn-read-more .widget_newsletterwidget .newsletter-submit:hover {
  border-color: #2f4d59;
  background-color: #2f4d59;
  color: #fff;
}
.sc_success_event .success_event_wrap.style3 .owl-dots {
  text-align: center;
  top: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
@media screen and (min-width: 320px) {
  .sc_success_event .success_event_wrap.style3 .owl-dots {
    top: 103%;
  }
}
@media screen and (min-width: 1200px) {
  .sc_success_event .success_event_wrap.style3 .owl-dots {
    top: 80%;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.sc_success_event .success_event_wrap.style3 .owl-dots.disabled {
  display: block;
  text-align: center;
}
.sc_success_event .success_event_wrap.style3 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #D0D0D0;
  margin-right: 20px;
  border-radius: 50px;
}
.sc_success_event .success_event_wrap.style3 .owl-dots .owl-dot:focus {
  outline: none;
}
.sc_success_event .success_event_wrap.style3 .owl-dots .owl-dot.active {
  background: #f0a441;
}
